Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-23408 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/322 [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/322 # 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 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c (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 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 Commit message: "Merge pull request #3030 from FelixTing/issue-3029" > git rev-list --no-walk 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:10:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:10:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:10:02 ========================================================= 15:10:02 EdgeX Global Pipelines Version Info 15:10:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:10:04 ------------------- 15:10:04 stable info: 15:10:04 ------------------- 15:10:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:10:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:10:04 Message: update stable to v1.0.179 15:10:05 ------------------- 15:10:05 experimental info: 15:10:05 ------------------- 15:10:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:10:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:10:05 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:10:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:10:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:10:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:10:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:10:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:10:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:10:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:10:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:10:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] echo 15:10:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 95aa8ba [Pipeline] echo 15:10:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:10:08 provisioning config files... 15:10:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/322@tmp/config746518184534589456tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:10:09 ---> docker-login.sh 15:10:09 nexus3.edgexfoundry.org:10001 15:10:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:09 Configure a credential helper to remove this warning. See 15:10:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:09 15:10:09 Login Succeeded 15:10:09 nexus3.edgexfoundry.org:10002 15:10:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:09 Configure a credential helper to remove this warning. See 15:10:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:09 15:10:09 Login Succeeded 15:10:09 nexus3.edgexfoundry.org:10003 15:10:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:09 Configure a credential helper to remove this warning. See 15:10:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:09 15:10:09 Login Succeeded 15:10:09 nexus3.edgexfoundry.org:10004 15:10:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:10 Configure a credential helper to remove this warning. See 15:10:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:10 15:10:10 Login Succeeded 15:10:10 docker.io 15:10:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:10 Configure a credential helper to remove this warning. See 15:10:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:10 15:10:10 Login Succeeded 15:10:10 ---> docker-login.sh ends [Pipeline] } 15:10:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:10:11 ++ 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 15:10:11 + for file in '`ls cmd/**/Dockerfile`' 15:10:11 ++ dirname cmd/core-command/Dockerfile 15:10:11 ++ cut -d/ -f2 15:10:11 + echo core-command,cmd/core-command/Dockerfile 15:10:11 + for file in '`ls cmd/**/Dockerfile`' 15:10:11 ++ dirname cmd/core-data/Dockerfile 15:10:11 ++ cut -d/ -f2 15:10:11 + echo core-data,cmd/core-data/Dockerfile 15:10:11 + for file in '`ls cmd/**/Dockerfile`' 15:10:11 ++ dirname cmd/core-metadata/Dockerfile 15:10:11 ++ cut -d/ -f2 15:10:11 + echo core-metadata,cmd/core-metadata/Dockerfile 15:10:11 + for file in '`ls cmd/**/Dockerfile`' 15:10:11 ++ dirname cmd/security-bootstrapper/Dockerfile 15:10:11 ++ cut -d/ -f2 15:10:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:10:11 + for file in '`ls cmd/**/Dockerfile`' 15:10:11 ++ dirname cmd/security-proxy-setup/Dockerfile 15:10:11 ++ cut -d/ -f2 15:10:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:10:11 + for file in '`ls cmd/**/Dockerfile`' 15:10:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:10:11 ++ cut -d/ -f2 15:10:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:10:11 + for file in '`ls cmd/**/Dockerfile`' 15:10:11 ++ dirname cmd/support-notifications/Dockerfile 15:10:11 ++ cut -d/ -f2 15:10:11 + echo support-notifications,cmd/support-notifications/Dockerfile 15:10:11 + for file in '`ls cmd/**/Dockerfile`' 15:10:11 ++ dirname cmd/support-scheduler/Dockerfile 15:10:11 ++ cut -d/ -f2 15:10:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:10:11 + for file in '`ls cmd/**/Dockerfile`' 15:10:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:10:11 ++ cut -d/ -f2 15:10:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:10:11 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 15:10:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:10:12 15:10:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:10:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:10:13 latest: Pulling from edgex-devops/git-semver 15:10:13 31603596830f: Pulling fs layer 15:10:13 2a8b12db71e7: Pulling fs layer 15:10:13 6ca5941a6612: Pulling fs layer 15:10:13 ecc8261a40a4: Pulling fs layer 15:10:13 ecc8261a40a4: Waiting 15:10:13 2a8b12db71e7: Verifying Checksum 15:10:13 2a8b12db71e7: Download complete 15:10:13 31603596830f: Verifying Checksum 15:10:13 31603596830f: Download complete 15:10:13 6ca5941a6612: Verifying Checksum 15:10:13 6ca5941a6612: Download complete 15:10:13 ecc8261a40a4: Download complete 15:10:13 31603596830f: Pull complete 15:10:13 2a8b12db71e7: Pull complete 15:10:14 6ca5941a6612: Pull complete 15:10:14 ecc8261a40a4: Pull complete 15:10:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:10:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:10:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:10:14 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:10:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:10:17 $ docker top 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:10:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:10:17 [ssh-agent] Looking for ssh-agent implementation... 15:10:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:10:17 $ docker exec 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc ssh-agent 15:10:18 SSH_AUTH_SOCK=/tmp/ssh-UXzvuUrn0hgi/agent.11 15:10:18 SSH_AGENT_PID=16 15:10:18 Running ssh-add (command line suppressed) 15:10:18 Identity added: /w/workspace/edgex-go/322@tmp/private_key_8843505285347447223.key (/w/workspace/edgex-go/322@tmp/private_key_8843505285347447223.key) 15:10:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:10:18 + git tag --points-at HEAD [Pipeline] } 15:10:18 $ docker exec --env ******** --env ******** 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc ssh-agent -k 15:10:18 unset SSH_AUTH_SOCK; 15:10:18 unset SSH_AGENT_PID; 15:10:18 echo Agent pid 16 killed; 15:10:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:10:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:10:18 [ssh-agent] Looking for ssh-agent implementation... 15:10:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:10:19 $ docker exec 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc ssh-agent 15:10:19 SSH_AUTH_SOCK=/tmp/ssh-00zhm0h6DaPV/agent.45 15:10:19 SSH_AGENT_PID=50 15:10:19 Running ssh-add (command line suppressed) 15:10:19 Identity added: /w/workspace/edgex-go/322@tmp/private_key_2509624000433449876.key (/w/workspace/edgex-go/322@tmp/private_key_2509624000433449876.key) 15:10:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:10:20 + git semver init 15:10:20 # -> Open(): unable to determine branch for HEAD 15:10:20 # $GIT_DIR = /w/workspace/edgex-go/322/.git 15:10:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/322 15:10:20 # $SEMVER_REMOTE_NAME = origin 15:10:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:10:20 # $SEMVER_USER_NAME = edgex-jenkins 15:10:20 # $SEMVER_BRANCH = master 15:10:20 # $SEMVER_TEMP = /tmp/semver-222962364 15:10:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:10:38 # '/tmp/semver-222962364' -> '/w/workspace/edgex-go/322/.semver' 15:10:38 # -> Force: false 15:10:38 # $SEMVER_DIR = /w/workspace/edgex-go/322/.semver [Pipeline] } 15:10:38 $ docker exec --env ******** --env ******** 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc ssh-agent -k 15:10:38 unset SSH_AUTH_SOCK; 15:10:38 unset SSH_AGENT_PID; 15:10:38 echo Agent pid 50 killed; 15:10:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:10:39 + git semver [Pipeline] } 15:10:39 $ docker stop --time=1 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc 15:10:40 $ docker rm -f 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc [Pipeline] // withDockerContainer [Pipeline] sh 15:10:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:10:42 Stashed 1 file(s) [Pipeline] echo 15:10:42 [edgeXSemver]: initialized semver on version 2.0.0-dev.59 [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 15:10:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:10:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:10:43 + sudo service docker restart 15:10:43 + true 15:10:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:10:44 ========================================================= 15:10:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:10:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:10: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 . 15:10:49 Sending build context to Docker daemon 327.1MB 15:10:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:10:49 Step 2/6 : FROM ${BASE} 15:10:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:10:49 188c0c94c7c5: Pulling fs layer 15:10:49 0ef7d3d256c8: Pulling fs layer 15:10:49 de9db76c5a1d: Pulling fs layer 15:10:49 bca2f99d35d6: Pulling fs layer 15:10:49 93359f2a8cfa: Pulling fs layer 15:10:49 7c6f9722023f: Pulling fs layer 15:10:49 a35cf1a2eb13: Pulling fs layer 15:10:49 93359f2a8cfa: Waiting 15:10:49 7c6f9722023f: Waiting 15:10:49 a35cf1a2eb13: Waiting 15:10:49 bca2f99d35d6: Waiting 15:10:49 de9db76c5a1d: Download complete 15:10:49 0ef7d3d256c8: Verifying Checksum 15:10:49 0ef7d3d256c8: Download complete 15:10:49 93359f2a8cfa: Verifying Checksum 15:10:49 93359f2a8cfa: Download complete 15:10:49 188c0c94c7c5: Verifying Checksum 15:10:49 188c0c94c7c5: Download complete 15:10:49 7c6f9722023f: Verifying Checksum 15:10:49 7c6f9722023f: Download complete 15:10:49 188c0c94c7c5: Pull complete 15:10:50 0ef7d3d256c8: Pull complete 15:10:50 de9db76c5a1d: Pull complete 15:10:51 a35cf1a2eb13: Verifying Checksum 15:10:51 a35cf1a2eb13: Download complete 15:10:52 bca2f99d35d6: Verifying Checksum 15:10:52 bca2f99d35d6: Download complete 15:10:57 Still waiting to schedule task 15:10:57 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 15:10:59 bca2f99d35d6: Pull complete 15:10:59 93359f2a8cfa: Pull complete 15:10:59 7c6f9722023f: Pull complete 15:11:03 a35cf1a2eb13: Pull complete 15:11:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:11:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:11:03 ---> a62c8e92a672 15:11: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 15:11:03 ---> Running in 3f03c67c25be 15:11:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:11:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:11:06 (1/12) Installing libmagic (5.38-r0) 15:11:06 (2/12) Installing file (5.38-r0) 15:11:06 (3/12) Installing libc-dev (0.7.2-r3) 15:11:06 (4/12) Installing g++ (9.3.0-r2) 15:11:16 (5/12) Installing fortify-headers (1.1-r0) 15:11:17 (6/12) Installing patch (2.7.6-r6) 15:11:17 (7/12) Installing build-base (0.5-r2) 15:11:17 (8/12) Installing libsodium (1.0.18-r0) 15:11:17 (9/12) Installing pkgconf (1.7.2-r0) 15:11:17 (10/12) Installing libsodium-dev (1.0.18-r0) 15:11:17 (11/12) Installing libzmq (4.3.3-r0) 15:11:17 (12/12) Installing zeromq-dev (4.3.3-r0) 15:11:17 Executing busybox-1.31.1-r19.trigger 15:11:17 OK: 233 MiB in 51 packages 15:11:21 Removing intermediate container 3f03c67c25be 15:11:21 ---> e44b107fbe74 15:11:21 Step 4/6 : WORKDIR /edgex-go 15:11:21 ---> Running in f6edae0c3bf6 15:11:22 Removing intermediate container f6edae0c3bf6 15:11:22 ---> cdd6018078ad 15:11:22 Step 5/6 : COPY go.mod . 15:11:22 ---> 0bdf3a376869 15:11:22 Step 6/6 : RUN go mod download 15:11:22 ---> Running in de35338abbcf 15:11:44 Removing intermediate container de35338abbcf 15:11:44 ---> f4d1a2fbf1db 15:11:44 Successfully built f4d1a2fbf1db 15:11:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:11:44 + docker inspect -f . ci-base-image-x86_64 15:11:44 . [Pipeline] withDockerContainer 15:11:44 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:11:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:11:45 $ docker top 72995c41f63bfb9d43b1b94d1d29295e3357d503d6f14370099e6c9105e46296 -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:46 + go version 15:11:46 go version go1.15.5 linux/amd64 [Pipeline] } 15:11:46 $ docker stop --time=1 72995c41f63bfb9d43b1b94d1d29295e3357d503d6f14370099e6c9105e46296 15:11:47 $ docker rm -f 72995c41f63bfb9d43b1b94d1d29295e3357d503d6f14370099e6c9105e46296 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:11:48 + docker inspect -f . ci-base-image-x86_64 15:11:48 . [Pipeline] withDockerContainer 15:11:48 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:11:48 $ 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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:11:49 $ docker top bcd9516c3f857bcde941057b134f644549bc2001397d124f7fc81046923d2861 -eo pid,comm [Pipeline] { [Pipeline] echo 15:11:49 ========================================================= 15:11:49 [edgeXBuildGoParallel] Running Tests and Build... 15:11:49 ========================================================= [Pipeline] sh 15:11:49 + make test 15:11:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:12:00 ? github.com/edgexfoundry/edgex-go [no test files] 15:12:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:12:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:12:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:12:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:12:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:12:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:12:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:12:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:12:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:12:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:12:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:12:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:12:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:12:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:12:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 15:12:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:12:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:12:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:12:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:12:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:12:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.163s coverage: 27.1% of statements 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:12:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:12:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:12:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 65.8% of statements 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:12:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.141s coverage: 82.3% of statements 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:12:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:12:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.397s coverage: 28.6% of statements 15:12:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:12:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:12:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:12:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:12:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:12:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 15:12:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:12:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 15:12:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:12:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements 15:12:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:12:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 15:12:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:12:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 15:12:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:12:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:12:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:12:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:12:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.513s coverage: 92.8% of statements 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:12:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:12:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:12:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 43.8% of statements 15:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements 15:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements 15:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 15:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 15:12:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23409 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 15:12:46 Running in /w/workspace/edgex-go/322 [Pipeline] { [Pipeline] checkout 15:12:51 using credential edgex-jenkins-ssh 15:12:51 Cloning the remote Git repository 15:12:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:12:51 > git init /w/workspace/edgex-go/322 # timeout=10 15:12:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:12:51 > git --version # timeout=10 15:12:51 > git --version # 'git version 2.17.1' 15:12:51 using GIT_SSH to set credentials SSH Credentials for GitHub 15:12:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.087s coverage: 94.4% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.4% of statements 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.5% of statements 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 68.9% of statements 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 37.0% of statements 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:12:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.339s coverage: 84.0% of statements 15:12:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements 15:12:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.168s coverage: 47.1% of statements 15:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:12:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.071s coverage: 100.0% of statements 15:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:12:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements 15:12:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:12:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.747s coverage: 29.1% of statements 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:12:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:12:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:12:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:12:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:12:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:12:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:12:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 15:12:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 15:12:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:12:57 GO111MODULE=on go vet ./... 15:13:15 Checking out Revision 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c (master) 15:13:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:13:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:13:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:13:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:13:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:13:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:13:15 > git config core.sparsecheckout # timeout=10 15:13:16 > git checkout -f 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 15:13:20 Commit message: "Merge pull request #3030 from FelixTing/issue-3029" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:13:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:13:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:13:22 + + true 15:13:22 sudo service docker restart 15:13:23 gofmt -l . 15:13:23 [ "`gofmt -l .`" = "" ] 15:13:24 ./bin/test-go-mod-tidy.sh 15:13:24 ./bin/test-attribution-txt.sh [Pipeline] sh 15:13:25 + ls -al . 15:13:25 total 668 15:13:25 drwxrwxr-x 10 1001 1001 4096 Jan 27 15:13 . 15:13:25 drwxr-xr-x 4 root root 32 Jan 27 15:11 .. 15:13:25 -rw-rw-r-- 1 1001 1001 11 Jan 27 15:09 .dockerignore 15:13:25 drwxrwxr-x 8 1001 1001 162 Jan 27 15:10 .git 15:13:25 drwxrwxr-x 3 1001 1001 125 Jan 27 15:09 .github 15:13:25 -rw-rw-r-- 1 1001 1001 872 Jan 27 15:09 .gitignore 15:13:25 drwx------ 3 1001 1001 45 Jan 27 15:10 .semver 15:13:25 -rw-rw-r-- 1 1001 1001 166 Jan 27 15:09 .sonarcloud.properties 15:13:25 -rw-rw-r-- 1 1001 1001 7859 Jan 27 15:09 Attribution.txt 15:13:25 -rw-rw-r-- 1 1001 1001 3804 Jan 27 15:09 CONTRIBUTING.md 15:13:25 -rw-rw-r-- 1 1001 1001 931 Jan 27 15:09 Dockerfile.build 15:13:25 -rw-rw-r-- 1 1001 1001 863 Jan 27 15:09 Jenkinsfile 15:13:25 -rw-rw-r-- 1 1001 1001 10775 Jan 27 15:09 LICENSE 15:13:25 -rw-rw-r-- 1 1001 1001 6001 Jan 27 15:09 Makefile 15:13:25 -rw-rw-r-- 1 1001 1001 6524 Jan 27 15:09 README.md 15:13:25 -rw-rw-r-- 1 1001 1001 6755 Jan 27 15:09 SECURITY.md 15:13:25 -rw-rw-r-- 1 1001 1001 12 Jan 27 15:10 VERSION 15:13:25 -rw-rw-r-- 1 1001 1001 4131 Jan 27 15:09 ZMQWindows.md 15:13:25 drwxrwxr-x 2 1001 1001 117 Jan 27 15:09 bin 15:13:25 drwxrwxr-x 15 1001 1001 4096 Jan 27 15:09 cmd 15:13:25 -rw-r--r-- 1 root root 564700 Jan 27 15:12 coverage.out 15:13:25 -rw-r--r-- 1 root root 1053 Jan 27 15:13 go.mod 15:13:25 -rw-r--r-- 1 root root 18995 Jan 27 15:13 go.sum 15:13:25 drwxrwxr-x 8 1001 1001 127 Jan 27 15:09 internal 15:13:25 drwxrwxr-x 4 1001 1001 26 Jan 27 15:09 openapi 15:13:25 drwxrwxr-x 4 1001 1001 71 Jan 27 15:09 snap 15:13:25 -rw-rw-r-- 1 1001 1001 168 Jan 27 15:09 version.go [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:13:25 provisioning config files... 15:13:25 + '[' -e coverage.out ] 15:13:25 + chown 1001:1001 coverage.out 15:13:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/322@tmp/config58931572031580675tmp [Pipeline] { [Pipeline] stash [Pipeline] libraryResource [Pipeline] sh 15:13:25 Stashed 1 file(s) [Pipeline] sh 15:13:26 ---> docker-login.sh 15:13:26 nexus3.edgexfoundry.org:10001 15:13:26 + make build 15:13:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-data/core-data ./cmd/core-data 15:13:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:27 Configure a credential helper to remove this warning. See 15:13:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:27 15:13:27 Login Succeeded 15:13:27 nexus3.edgexfoundry.org:10002 15:13:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:27 Configure a credential helper to remove this warning. See 15:13:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:27 15:13:27 Login Succeeded 15:13:27 nexus3.edgexfoundry.org:10003 15:13:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:28 Configure a credential helper to remove this warning. See 15:13:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:28 15:13:28 Login Succeeded 15:13:28 nexus3.edgexfoundry.org:10004 15:13:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:28 Configure a credential helper to remove this warning. See 15:13:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:28 15:13:28 Login Succeeded 15:13:28 docker.io 15:13:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:13:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:29 Configure a credential helper to remove this warning. See 15:13:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:29 15:13:29 Login Succeeded 15:13:29 ---> docker-login.sh ends [Pipeline] } 15:13:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:13:29 ========================================================= 15:13:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:13:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:13:30 + 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 . 15:13:32 Sending build context to Docker daemon 165.9MB 15:13:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:13:32 Step 2/6 : FROM ${BASE} 15:13:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:13:32 5f621e34cdf4: Pulling fs layer 15:13:32 a4357932f1b6: Pulling fs layer 15:13:32 18c013af1878: Pulling fs layer 15:13:32 00ac8860ef70: Pulling fs layer 15:13:32 63d7cb157983: Pulling fs layer 15:13:32 b116817d02f9: Pulling fs layer 15:13:32 745a02a5169b: Pulling fs layer 15:13:32 00ac8860ef70: Waiting 15:13:32 63d7cb157983: Waiting 15:13:32 b116817d02f9: Waiting 15:13:32 745a02a5169b: Waiting 15:13:32 18c013af1878: Download complete 15:13:32 a4357932f1b6: Download complete 15:13:33 63d7cb157983: Verifying Checksum 15:13:33 63d7cb157983: Download complete 15:13:33 b116817d02f9: Verifying Checksum 15:13:33 b116817d02f9: Download complete 15:13:33 5f621e34cdf4: Verifying Checksum 15:13:33 5f621e34cdf4: Download complete 15:13:34 5f621e34cdf4: Pull complete 15:13:34 a4357932f1b6: Pull complete 15:13:35 18c013af1878: Pull complete 15:13:36 745a02a5169b: Verifying Checksum 15:13:36 745a02a5169b: Download complete 15:13:37 00ac8860ef70: Verifying Checksum 15:13:37 00ac8860ef70: Download complete 15:13:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-command/core-command ./cmd/core-command 15:13:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:13:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:13:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:13:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:13:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:13:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:13:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:13:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:13:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/secrets-config ./cmd/secrets-config 15:13:47 00ac8860ef70: Pull complete 15:13:47 63d7cb157983: Pull complete 15:13:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:13:47 b116817d02f9: Pull complete [Pipeline] } 15:13:49 $ docker stop --time=1 bcd9516c3f857bcde941057b134f644549bc2001397d124f7fc81046923d2861 15:13:51 $ docker rm -f bcd9516c3f857bcde941057b134f644549bc2001397d124f7fc81046923d2861 15:13:52 745a02a5169b: Pull complete 15:13:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:13:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:13:52 ---> b7e6874047d6 15:13:52 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:13:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:13:55 15:13:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:13:55 ---> Running in 521b2a7c6c46 15:13:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:13:55 latest: Pulling from edgex-devops/edgex-compose 15:13:55 cbdbe7a5bc2a: Pulling fs layer 15:13:55 ca9280d653b3: Pulling fs layer 15:13:55 7e9c9ca2126c: Pulling fs layer 15:13:56 cbdbe7a5bc2a: Verifying Checksum 15:13:56 cbdbe7a5bc2a: Download complete 15:13:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:13:56 ca9280d653b3: Verifying Checksum 15:13:56 ca9280d653b3: Download complete 15:13:56 cbdbe7a5bc2a: Pull complete 15:13:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:13:57 7e9c9ca2126c: Verifying Checksum 15:13:57 7e9c9ca2126c: Download complete 15:13:57 ca9280d653b3: Pull complete 15:13:58 (1/12) Installing libmagic (5.38-r0) 15:13:59 (2/12) Installing file (5.38-r0) 15:13:59 (3/12) Installing libc-dev (0.7.2-r3) 15:13:59 (4/12) Installing g++ (9.3.0-r2) 15:14:05 7e9c9ca2126c: Pull complete 15:14:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:14:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:14:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:14:05 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:14:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:14:06 $ docker top e6197af0df66d748d28d0838f63b0bfa63ac296c18b0819469bce542eaf33fcb -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:07 + docker-compose build --help 15:14:07 + grep parallel 15:14:08 --parallel Build images in parallel. [Pipeline] } 15:14:08 $ docker stop --time=1 e6197af0df66d748d28d0838f63b0bfa63ac296c18b0819469bce542eaf33fcb 15:14:09 $ docker rm -f e6197af0df66d748d28d0838f63b0bfa63ac296c18b0819469bce542eaf33fcb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:14:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:14:10 . [Pipeline] withDockerContainer 15:14:10 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:14:10 $ 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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:14:11 $ docker top a3357470493b4c2af1a8f0f913a26b3ced30f6a0752762615f516101db98b347 -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:11 + docker-compose -f ./docker-compose-build.yml build --parallel 15:14:12 Building docker-core-command-go ... 15:14:12 Building docker-core-data-go ... 15:14:12 Building docker-core-metadata-go ... 15:14:12 Building docker-security-bootstrapper-go ... 15:14:12 Building docker-security-proxy-setup-go ... 15:14:12 Building docker-security-secretstore-setup-go ... 15:14:12 Building docker-support-notifications-go ... 15:14:12 Building docker-support-scheduler-go ... 15:14:12 Building docker-sys-mgmt-agent-go ... 15:14:12 Building docker-core-metadata-go 15:14:12 Building docker-security-bootstrapper-go 15:14:12 Building docker-security-secretstore-setup-go 15:14:12 Building docker-core-command-go 15:14:12 Building docker-sys-mgmt-agent-go 15:14:14 (5/12) Installing fortify-headers (1.1-r0) 15:14:14 (6/12) Installing patch (2.7.6-r6) 15:14:14 (7/12) Installing build-base (0.5-r2) 15:14:14 (8/12) Installing libsodium (1.0.18-r0) 15:14:14 (9/12) Installing pkgconf (1.7.2-r0) 15:14:14 (10/12) Installing libsodium-dev (1.0.18-r0) 15:14:14 (11/12) Installing libzmq (4.3.3-r0) 15:14:14 (12/12) Installing zeromq-dev (4.3.3-r0) 15:14:14 Executing busybox-1.31.1-r19.trigger 15:14:14 OK: 217 MiB in 51 packages 15:14:16 Removing intermediate container 521b2a7c6c46 15:14:16 ---> 31a5f76721eb 15:14:16 Step 4/6 : WORKDIR /edgex-go 15:14:16 ---> Running in 745a005f12ef 15:14:17 Removing intermediate container 745a005f12ef 15:14:17 ---> 1b712a5e4c5e 15:14:17 Step 5/6 : COPY go.mod . 15:14:18 ---> 8f65ff386c72 15:14:18 Step 6/6 : RUN go mod download 15:14:18 ---> Running in ebf2ac7aba4a 15:14:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:14:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:14:44 ---> f4d1a2fbf1db 15:14:44 Step 3/24 : WORKDIR /edgex-go 15:14:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:14:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:14:44 ---> f4d1a2fbf1db 15:14:44 Step 3/23 : WORKDIR /edgex-go 15:14:44 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:14:44 Step 2/33 : FROM ${BUILDER_BASE} AS builder 15:14:44 ---> f4d1a2fbf1db 15:14:44 Step 3/33 : WORKDIR /edgex-go 15:14:45 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:14:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:14:45 ---> f4d1a2fbf1db 15:14:45 Step 3/26 : WORKDIR /edgex-go 15:14:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:14:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:14:45 ---> f4d1a2fbf1db 15:14:45 Step 3/23 : WORKDIR /edgex-go 15:14:45 Removing intermediate container ebf2ac7aba4a 15:14:45 ---> 9fce9d4b878c 15:14:45 Successfully built 9fce9d4b878c 15:14:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:14:45 + docker inspect -f . ci-base-image-arm64 15:14:45 . [Pipeline] withDockerContainer 15:14:45 prd-ubuntu18.04-docker-arm64-4c-16g-23409 does not seem to be running inside a container 15:14:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 ******** ci-base-image-arm64 cat 15:14:46 ---> Running in 07aefd92102b 15:14:46 ---> Running in dd6c1f516019 15:14:46 ---> Running in 09ceb5853d22 15:14:46 ---> Running in 940a6882eea0 15:14:46 ---> Running in f7401d72dd34 15:14:46 Removing intermediate container 940a6882eea0 15:14:46 ---> b3ecfb2f4a5a 15:14:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:46 Removing intermediate container f7401d72dd34 15:14:46 ---> 991154e1d703 15:14:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:46 Removing intermediate container 09ceb5853d22 15:14:46 ---> ade014cac63e 15:14:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:46 Removing intermediate container dd6c1f516019 15:14:46 ---> c308bd94d1f3 15:14:46 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:46 Removing intermediate container 07aefd92102b 15:14:46 ---> 3b817e3708dd 15:14:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:14:46 ---> Running in 0c7622999258 15:14:46 ---> Running in 9fca361a45aa 15:14:46 ---> Running in 1ff2c5af47b0 15:14:46 ---> Running in dfa8b695cff7 15:14:46 ---> Running in cc89b4a8fd97 15:14:47 $ docker top 92ce2c634f27bd267ae446a1558b0668376ba5a290617c7b31fac85136d1ef0f -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:48 + go version 15:14:48 go version go1.15.5 linux/arm64 [Pipeline] } 15:14:48 $ docker stop --time=1 92ce2c634f27bd267ae446a1558b0668376ba5a290617c7b31fac85136d1ef0f 15:14:48 Removing intermediate container 9fca361a45aa 15:14:48 ---> 0eab21e9d092 15:14:48 Step 5/23 : RUN apk add --update --no-cache make git 15:14:48 Removing intermediate container 0c7622999258 15:14:48 ---> b74a815a20cd 15:14:48 Step 5/24 : RUN apk add --update --no-cache make git 15:14:48 Removing intermediate container 1ff2c5af47b0 15:14:48 ---> 17798711f149 15:14:48 Step 5/23 : RUN apk add --update --no-cache make git 15:14:49 ---> Running in 996d87b3d90a 15:14:49 ---> Running in d3797439ec89 15:14:49 ---> Running in f1802f2bcbca 15:14:49 Removing intermediate container dfa8b695cff7 15:14:49 ---> 42aa9c5a95a3 15:14:49 Step 5/33 : RUN apk add --update --no-cache make git 15:14:49 Removing intermediate container cc89b4a8fd97 15:14:49 ---> cdbe920420ed 15:14:49 Step 5/26 : RUN apk add --update --no-cache make bash git 15:14:49 ---> Running in dd2d34e62581 15:14:49 ---> Running in f5316658af37 15:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:14:50 $ docker rm -f 92ce2c634f27bd267ae446a1558b0668376ba5a290617c7b31fac85136d1ef0f 15:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:14:51 OK: 233 MiB in 51 packages 15:14:51 OK: 233 MiB in 51 packages 15:14:51 OK: 233 MiB in 51 packages 15:14:52 OK: 233 MiB in 51 packages 15:14:52 OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer 15:14:52 Removing intermediate container 996d87b3d90a 15:14:52 ---> 950c1c87c44a 15:14:52 Step 6/23 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 15:14:52 Removing intermediate container d3797439ec89 15:14:52 ---> 88ddfd5820a4 15:14:52 Step 6/23 : COPY go.mod . Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:14:52 ---> 6dad15591057 15:14:52 Step 7/23 : RUN go mod download 15:14:52 Removing intermediate container dd2d34e62581 15:14:52 ---> e655ea342d19 15:14:52 Step 6/33 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh 15:14:53 ---> Running in 590bd8b8c4d2 15:14:53 ---> f221f317037f 15:14:53 Step 7/23 : RUN go mod download 15:14:53 Removing intermediate container f5316658af37 15:14:53 ---> f71ece9730c9 15:14:53 Step 6/26 : COPY go.mod . 15:14:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:14:53 15:14:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:14:53 Removing intermediate container f1802f2bcbca 15:14:53 ---> f645a6510415 15:14:53 Step 6/24 : COPY go.mod . 15:14:53 ---> Running in 60235babbe3c 15:14:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:14:53 latest: Pulling from edgex-devops/edgex-compose-arm64 15:14:53 29e5d40040c1: Pulling fs layer 15:14:53 1ce36da41761: Pulling fs layer 15:14:53 25b303627fd3: Pulling fs layer 15:14:53 ---> e1eeae5b6f34 15:14:53 Step 7/33 : RUN go mod download 15:14:53 29e5d40040c1: Download complete 15:14:53 ---> Running in 2939d4311906 15:14:53 ---> cc308a516b6c 15:14:53 Step 7/26 : RUN go mod download 15:14:53 ---> e8efe111ccbc 15:14:53 Step 7/24 : RUN go mod download 15:14:53 ---> Running in dc7ae0cf51a1 15:14:54 ---> Running in e2e653621929 15:14:54 1ce36da41761: Verifying Checksum 15:14:54 1ce36da41761: Download complete 15:14:54 29e5d40040c1: Pull complete 15:14:55 Removing intermediate container 60235babbe3c 15:14:55 ---> 69770775bcd6 15:14:55 Step 8/23 : COPY . . 15:14:55 Removing intermediate container 590bd8b8c4d2 15:14:55 ---> a3b2a98ce082 15:14:55 Step 8/23 : COPY . . 15:14:55 1ce36da41761: Pull complete 15:14:55 25b303627fd3: Verifying Checksum 15:14:55 25b303627fd3: Download complete 15:14:58 Removing intermediate container 2939d4311906 15:14:58 ---> dabc767b93f3 15:14:58 Step 8/33 : COPY . . 15:14:58 Removing intermediate container dc7ae0cf51a1 15:14:58 ---> 08c63fdb5ee7 15:14:58 Step 8/26 : COPY . . 15:15:01 Removing intermediate container e2e653621929 15:15:01 ---> be2a901db1fb 15:15:01 Step 8/24 : COPY . . 15:15:06 25b303627fd3: Pull complete 15:15:06 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:15:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:15:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:15:06 prd-ubuntu18.04-docker-arm64-4c-16g-23409 does not seem to be running inside a container 15:15:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:15:10 $ docker top 31652e27eaef0ac869aa89c7097e0248fbc263462e4275c71fad2e2d4cae9f01 -eo pid,comm [Pipeline] { [Pipeline] sh 15:15:11 + docker-compose build --help 15:15:11 + grep parallel 15:15:14 --parallel Build images in parallel. [Pipeline] } 15:15:14 $ docker stop --time=1 31652e27eaef0ac869aa89c7097e0248fbc263462e4275c71fad2e2d4cae9f01 15:15:16 $ docker rm -f 31652e27eaef0ac869aa89c7097e0248fbc263462e4275c71fad2e2d4cae9f01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:15:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:15:17 . [Pipeline] withDockerContainer 15:15:17 prd-ubuntu18.04-docker-arm64-4c-16g-23409 does not seem to be running inside a container 15:15:17 $ 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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:15:19 $ docker top c54eda9a10469d4dd2db6f3260691c6d497907f87db4e4765bb8e72dc2459d05 -eo pid,comm [Pipeline] { [Pipeline] sh 15:15:20 + docker-compose -f ./docker-compose-build.yml build --parallel 15:15:24 Building docker-core-command-go ... 15:15:24 Building docker-core-data-go ... 15:15:24 Building docker-core-metadata-go ... 15:15:24 Building docker-security-bootstrapper-go ... 15:15:24 Building docker-security-proxy-setup-go ... 15:15:24 Building docker-security-secretstore-setup-go ... 15:15:24 Building docker-support-notifications-go ... 15:15:24 Building docker-support-scheduler-go ... 15:15:24 Building docker-sys-mgmt-agent-go ... 15:15:24 Building docker-core-metadata-go 15:15:24 Building docker-support-notifications-go 15:15:24 Building docker-security-secretstore-setup-go 15:15:24 Building docker-security-bootstrapper-go 15:15:24 Building docker-core-command-go 15:15:40 ---> 5731041ab035 15:15:40 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 15:15:40 ---> abf9be3f2589 15:15:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:15:40 ---> bfbe5ac4b6bf 15:15:40 Step 9/23 : RUN make cmd/core-command/core-command 15:15:40 ---> 118261bf08be 15:15:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:15:40 ---> Running in 54cae5f9c51e 15:15:40 ---> Running in 37db0ca6405d 15:15:40 ---> Running in 5b1897d080f9 15:15:40 ---> Running in b292876ec256 15:15:40 ---> fbe4aae3ca99 15:15:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:15:40 ---> Running in 1f705fd70223 15:15:40 Removing intermediate container 54cae5f9c51e 15:15:40 ---> e84a52554295 15:15:40 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 15:15:40 ---> Running in 97c151fdd449 15:15:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-command/core-command ./cmd/core-command 15:15:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:15:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:15:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:15:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:16:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:16:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:16:10 Removing intermediate container 37db0ca6405d 15:16:10 ---> d5aa8cf7bfe3 15:16:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:16:10 Removing intermediate container 5b1897d080f9 15:16:10 ---> 62c10151fa73 15:16:10 15:16:10 Step 10/23 : FROM alpine:3.12 15:16:10 ---> Running in d7b60aa21a51 15:16:10 3.12: Pulling from library/alpine 15:16:10 + mkdir -p /tmp/build/dist/linux 15:16:10 + cd /tmp/build/dist/linux 15:16:10 + git clone https://github.com/jwilder/dockerize.git . 15:16:10 Cloning into '.'... 15:16:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:16:11 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:16:11 Step 2/33 : FROM ${BUILDER_BASE} AS builder 15:16:11 ---> 9fce9d4b878c 15:16:11 Step 3/33 : WORKDIR /edgex-go 15:16:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:16:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:16:11 ---> 9fce9d4b878c 15:16:11 Step 3/24 : WORKDIR /edgex-go 15:16:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:16:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:16:11 ---> 9fce9d4b878c 15:16:11 Step 3/23 : WORKDIR /edgex-go 15:16:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:16:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:16:11 ---> 9fce9d4b878c 15:16:11 Step 3/23 : WORKDIR /edgex-go 15:16:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:16:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:16:11 ---> 9fce9d4b878c 15:16:11 Step 3/22 : WORKDIR /edgex-go 15:16:12 + go get github.com/robfig/glock 15:16:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:16:13 Status: Downloaded newer image for alpine:3.12 15:16:13 ---> 389fef711851 15:16:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:16:13 Removing intermediate container 1f705fd70223 15:16:13 ---> 5e01f6d23148 15:16:13 15:16:13 Step 10/24 : FROM alpine:3.12 15:16:13 ---> 389fef711851 15:16:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:16:13 ---> Running in 596a01c560b0 15:16:13 ---> Running in 84460d4e8ced 15:16:14 ---> Running in 5033c11e6d4f 15:16:14 ---> Running in fe4fbdafe488 15:16:14 ---> Running in 7289e0c9eef1 15:16:14 ---> Running in a103383cd1c0 15:16:14 ---> Running in 306775e66425 15:16:15 Removing intermediate container 7289e0c9eef1 15:16:15 ---> 97e0eda55217 15:16:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:15 Removing intermediate container a103383cd1c0 15:16:15 ---> 3e88b61c49ff 15:16:15 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:15 Removing intermediate container 5033c11e6d4f 15:16:15 ---> b61a50f93c3e 15:16:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:15 Removing intermediate container fe4fbdafe488 15:16:15 ---> 5469dc8e92e5 15:16:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:15 Removing intermediate container 306775e66425 15:16:15 ---> 3c7ca7e79a29 15:16:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:16:15 ---> Running in cbd22923f854 15:16:15 ---> Running in a1c5ece26064 15:16:15 ---> Running in d9618fcb5382 15:16:15 ---> Running in 8b7ce006241e 15:16:15 ---> Running in 01020a619831 15:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:16:15 Removing intermediate container d7b60aa21a51 15:16:15 ---> 2c5df9d66990 15:16:15 15:16:15 Step 11/26 : FROM docker:20.10.0 15:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:16:15 (1/1) Installing dumb-init (1.2.2-r1) 15:16:15 Executing busybox-1.31.1-r19.trigger 15:16:15 OK: 6 MiB in 15 packages 15:16:15 (1/5) Installing ca-certificates (20191127-r4) 15:16:16 20.10.0: Pulling from library/docker 15:16:16 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:16:16 (3/5) Installing libcurl (7.69.1-r3) 15:16:16 (4/5) Installing curl (7.69.1-r3) 15:16:16 (5/5) Installing dumb-init (1.2.2-r1) 15:16:16 Executing busybox-1.31.1-r19.trigger 15:16:16 Executing ca-certificates-20191127-r4.trigger 15:16:16 OK: 7 MiB in 19 packages 15:16:16 Removing intermediate container b292876ec256 15:16:16 ---> 8c19e26806b5 15:16:16 15:16:16 Step 10/23 : FROM alpine:3.12 15:16:16 ---> 389fef711851 15:16:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:16:18 ---> Running in 292bb34bbcd4 15:16:18 Removing intermediate container cbd22923f854 15:16:18 ---> 01d994419e0f 15:16:18 Step 5/33 : RUN apk add --update --no-cache make git 15:16:19 ---> Running in aeddde417f08 15:16:19 Removing intermediate container a1c5ece26064 15:16:19 ---> 314766f6c6ee 15:16:19 Step 5/23 : RUN apk add --update --no-cache make git 15:16:19 ---> Running in 9aded3151e55 15:16:19 Removing intermediate container 8b7ce006241e 15:16:19 ---> 19bf6ca7c51d 15:16:19 Step 5/23 : RUN apk add --update --no-cache make git 15:16:19 Removing intermediate container 596a01c560b0 15:16:19 ---> 330725bd7f68 15:16:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:16:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:16:19 Removing intermediate container 84460d4e8ced 15:16:19 ---> 0390e9e3d317 15:16:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:16:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:16:19 ---> Running in b1d6bba4226b 15:16:19 ---> Running in b90ed3a36666 15:16:19 Removing intermediate container d9618fcb5382 15:16:19 ---> a03b0f499140 15:16:19 Step 5/24 : RUN apk add --update --no-cache make git 15:16:19 Removing intermediate container 01020a619831 15:16:19 ---> a57663670953 15:16:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:16:19 ---> Running in 5ebc72c86f89 15:16:19 (1/1) Installing dumb-init (1.2.2-r1) 15:16:19 Executing busybox-1.31.1-r19.trigger 15:16:19 OK: 6 MiB in 15 packages 15:16:19 ---> Running in 7ed22fc33963 15:16:19 ---> Running in 780868187adf 15:16:20 Removing intermediate container b1d6bba4226b 15:16:20 ---> cb5715079760 15:16:20 Step 13/23 : ENV APP_PORT=48082 15:16:20 Removing intermediate container b90ed3a36666 15:16:20 ---> b0c3c275c38e 15:16:20 Step 13/24 : WORKDIR / 15:16:20 ---> Running in 38946b7e2171 15:16:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:16:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:22 OK: 217 MiB in 51 packages 15:16:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:16:23 OK: 217 MiB in 51 packages 15:16:23 OK: 217 MiB in 51 packages 15:16:23 OK: 217 MiB in 51 packages 15:16:23 OK: 217 MiB in 51 packages 15:16:24 Removing intermediate container aeddde417f08 15:16:24 ---> 38952c2620c4 15:16:24 Step 6/33 : COPY go.mod . 15:16:24 ---> Running in 87c9950c7b74 15:16:24 Removing intermediate container 38946b7e2171 15:16:24 ---> 2fcebe8d9d05 15:16:24 Step 14/23 : EXPOSE $APP_PORT 15:16:24 ---> Running in 210936f027a9 15:16:24 Removing intermediate container 292bb34bbcd4 15:16:24 ---> ecaf2df27ceb 15:16:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:16:24 Removing intermediate container 87c9950c7b74 15:16:24 ---> 9d38702af8bc 15:16:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:16:25 ---> Running in 8209b18efe49 15:16:25 + glock sync -n 15:16:25 Removing intermediate container 9aded3151e55 15:16:25 ---> cf4402e06271 15:16:25 Step 6/23 : COPY go.mod . 15:16:25 ---> 5f83d63f1f91 15:16:25 Step 7/33 : RUN go mod download 15:16:25 Removing intermediate container 5ebc72c86f89 15:16:25 ---> f5725e82657e 15:16:25 Step 6/23 : COPY go.mod . 15:16:25 ---> Running in 34b0ec0b1b6d 15:16:25 Removing intermediate container 780868187adf 15:16:25 ---> 17558eb0e7dd 15:16:25 Step 6/22 : COPY go.mod . 15:16:25  ---> 3b08430b39d9 15:16:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:16:25 Removing intermediate container 210936f027a9 15:16:25 ---> 0f2811788148 15:16:25 Step 15/23 : WORKDIR / 15:16:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:16:25 Status: Downloaded newer image for docker:20.10.0 15:16:25 ---> aefe523efa57 15:16:25 Step 12/26 : RUN apk add --no-cache bash 15:16:25 Removing intermediate container 8209b18efe49 15:16:25 ---> 7363a71b4fb5 15:16:25 Step 13/23 : ENV APP_PORT=48081 15:16:25 ---> Running in ac5fecd1cd57 15:16:26 Removing intermediate container 7ed22fc33963 15:16:26 ---> 499dd51ba890 15:16:26 Step 6/24 : COPY go.mod . 15:16:26 ---> Running in 3b7078c96485 15:16:26 ---> Running in 3d22fe59f767 15:16:26 ---> e4369246556b 15:16:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:16:26 ---> aad45b8015c3 15:16:26 Step 7/23 : RUN go mod download 15:16:26 ---> ef6739d0de97 15:16:26 Step 7/23 : RUN go mod download 15:16:26 ---> Running in 6f210af3c76c 15:16:26 Removing intermediate container ac5fecd1cd57 15:16:26 ---> ffc975b6147a 15:16:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:16:26 Removing intermediate container 3d22fe59f767 15:16:26 ---> 18417d09fa6d 15:16:26 Step 14/23 : EXPOSE $APP_PORT 15:16:26 ---> a7d0dc79a271 15:16:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:16:26 ---> c44eb3b5993a 15:16:26 Step 7/22 : RUN go mod download 15:16:26 ---> Running in d5cd9aac19d4 15:16:27 ---> Running in 1481fe111368 15:16:27 ---> 5ce3ec39a615 15:16:27 Step 7/24 : RUN go mod download 15:16:27 ---> Running in d28956c7c0ac 15:16:27 ---> Running in 474cd712afb2 15:16:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:16:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:16:27 ---> 84623c9c0375 15:16:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:16:27 Removing intermediate container d28956c7c0ac 15:16:27 ---> deba267fad74 15:16:27 Step 15/23 : WORKDIR / 15:16:27 (1/2) Installing readline (8.0.4-r0) 15:16:27 (2/2) Installing bash (5.0.17-r0) 15:16:27 ---> Running in 279783ce8ae4 15:16:27 Executing bash-5.0.17-r0.post-install 15:16:27 Executing busybox-1.31.1-r19.trigger 15:16:27 OK: 12 MiB in 22 packages 15:16:28 ---> 99e9a746b1f5 15:16:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:16:28 Removing intermediate container 279783ce8ae4 15:16:28 ---> 28624c90abe4 15:16:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:16:28 ---> e44731c50d2b 15:16:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:16:29 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 15:16:29 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 15:16:29 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 15:16:29 Removing intermediate container 34b0ec0b1b6d 15:16:29 ---> 7e09f9b73fac 15:16:29 Step 8/33 : COPY . . 15:16:29 ---> 668bfa2a05bf 15:16:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:16:30 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 15:16:30 + git describe '--abbrev=0' --tags 15:16:30 + TAG=v0.6.1 15:16:30 + LDFLAGS='-X main.buildVersion=v0.6.1' 15:16:30 + apk --print-arch 15:16:30 + arch=x86_64 15:16:30 + echo 'building [dockerize] for amd64 ... ' 15:16:30 + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 15:16:30 building [dockerize] for amd64 ... 15:16:30 ---> 53019506eac1 15:16:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:16:31 ---> d9a5a6011cbf 15:16:31 Step 19/23 : ENTRYPOINT ["/core-command"] 15:16:31 Removing intermediate container 3b7078c96485 15:16:31 ---> 1614e6879bd3 15:16:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:16:31 ---> 67679706d05d 15:16:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:16:31 Removing intermediate container 6f210af3c76c 15:16:31 ---> a8bde3824e62 15:16:31 Step 8/23 : COPY . . 15:16:31 ---> Running in ea08a4d56280 15:16:31 ---> Running in 11eaeae80860 15:16:31 Removing intermediate container d5cd9aac19d4 15:16:31 ---> 44e0163f5eea 15:16:31 Step 8/23 : COPY . . 15:16:32 ---> 2583844c1d40 15:16:32 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/ 15:16:32 ---> 383163abdd9e 15:16:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:16:32 ---> Running in cd838159403c 15:16:32 Removing intermediate container 11eaeae80860 15:16:32 ---> a59002fa4af4 15:16:32 Step 14/26 : ENV APP_PORT=48090 15:16:32 Removing intermediate container ea08a4d56280 15:16:32 ---> a36644602677 15:16:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:16:32 ---> Running in e8f9d3806462 15:16:33 Removing intermediate container 1481fe111368 15:16:33 ---> 96b975600c86 15:16:33 Step 8/22 : COPY . . 15:16:33 Removing intermediate container 474cd712afb2 15:16:33 ---> 65e637c203e8 15:16:33 Step 8/24 : COPY . . 15:16:33 ---> Running in c8f92ee08e63 15:16:33 ---> Running in e41176694b8a 15:16:33 Removing intermediate container e8f9d3806462 15:16:33 ---> 5f990f2cf7e7 15:16:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:16:33 Removing intermediate container e41176694b8a 15:16:33 ---> c5b10ea35af1 15:16:33 Step 15/26 : EXPOSE $APP_PORT 15:16:33 ---> Running in 3b553e82ba5e 15:16:33 Removing intermediate container c8f92ee08e63 15:16:33 ---> 507b78725f84 15:16:33 Step 21/23 : LABEL arch=x86_64 15:16:34 ---> Running in 804e890cceb3 15:16:34 ---> Running in cf9a6c546555 15:16:34 Removing intermediate container 3b553e82ba5e 15:16:34 ---> b4f700aa44d8 15:16:34 Step 21/23 : LABEL arch=x86_64 15:16:34 ---> Running in 99cb35063a59 15:16:34 Removing intermediate container 804e890cceb3 15:16:34 ---> 0ae90c5b7e0a 15:16:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:16:34 Removing intermediate container cf9a6c546555 15:16:34 ---> 1d5cfbe97e6f 15:16:34 Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:16:34 Removing intermediate container 99cb35063a59 15:16:34 ---> d6d396d39b29 15:16:34 Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:16:34 ---> Running in 973fb051ed6d 15:16:35 ---> Running in 29aa0b0b63bb 15:16:35 Removing intermediate container cd838159403c 15:16:35 ---> d41b4ad6c3f1 15:16:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:16:35 Removing intermediate container 973fb051ed6d 15:16:35 ---> 4ede5f1e2f54 15:16:35 Step 23/23 : LABEL version=2.0.0-dev.59 15:16:35 ---> Running in 45ba02740a58 15:16:35 Removing intermediate container 29aa0b0b63bb 15:16:35 ---> 4f4a898466a8 15:16:35 Step 23/23 : LABEL version=2.0.0-dev.59 15:16:35 ---> Running in 44079339de58 15:16:35 ---> Running in 4e373c4aed7a 15:16:35 ---> a0ef21f11893 15:16:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:16:36 Removing intermediate container 45ba02740a58 15:16:36 ---> 5607ec8c2d3d 15:16:36 Step 22/24 : LABEL arch=x86_64 15:16:36 Removing intermediate container 44079339de58 15:16:36 ---> b060757eb498 15:16:36 15:16:37 ---> Running in f0feff792e13 15:16:37 ---> d0c757eef75f 15:16:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:16:37 Removing intermediate container 4e373c4aed7a 15:16:37 ---> 32e4ff3a3f29 15:16:37 15:16:37 Successfully built b060757eb498 15:16:37 Removing intermediate container f0feff792e13 15:16:37 ---> 82b0e7d2a201 15:16:37 Step 23/24 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:16:37 Successfully tagged docker-core-command-go:latest 15:16:37  Building docker-core-command-go ... done Building docker-core-data-go 15:16:37 Successfully built 32e4ff3a3f29 15:16:37 Successfully tagged docker-core-metadata-go:latest 15:16:37 Building docker-support-notifications-go 15:16:37  Building docker-core-metadata-go ... done  ---> Running in d4438b6c4c5e 15:16:37 ---> 9cd5e558a19f 15:16:37 Step 19/26 : RUN apk --no-cache add py3-pip 15:16:37 ---> Running in b490f217ba0c 15:16:37 Removing intermediate container d4438b6c4c5e 15:16:37 ---> 0ba075327f77 15:16:37 Step 24/24 : LABEL version=2.0.0-dev.59 15:16:38 ---> Running in 41c89a8661eb 15:16:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:16:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:16:43 (1/33) Installing libbz2 (1.0.8-r1) 15:16:43 (2/33) Installing expat (2.2.9-r1) 15:16:43 (3/33) Installing libffi (3.3-r2) 15:16:43 (4/33) Installing gdbm (1.13-r1) 15:16:44 (5/33) Installing xz-libs (5.2.5-r0) 15:16:44 (6/33) Installing sqlite-libs (3.32.1-r0) 15:16:44 (7/33) Installing python3 (3.8.5-r0) 15:16:48 ---> 989e886f0267 15:16:48 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 15:16:48 ---> Running in bc88e18986b7 15:16:48 ---> 33124dee4198 15:16:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:16:48 ---> d64d121b5a00 15:16:48 Step 9/23 : RUN make cmd/core-command/core-command 15:16:48 ---> d994d20d0c6a 15:16:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:16:48 ---> f0dc64a47461 15:16:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:16:48 ---> Running in 3edb20afc1a4 15:16:48 ---> Running in f51917d82af2 15:16:48 ---> Running in 4a4945e35a2d 15:16:48 ---> Running in bf2e86df571b 15:16:48 Removing intermediate container bc88e18986b7 15:16:48 ---> 02fe6f3636ed 15:16:48 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 15:16:48 ---> Running in 64c0f5022968 15:16:48 Removing intermediate container 41c89a8661eb 15:16:48 ---> 802f5b31fabe 15:16:48 15:16:48 (8/33) Installing py3-appdirs (1.4.4-r1) 15:16:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:16:48 (10/33) Installing py3-parsing (2.4.7-r0) 15:16:48 (11/33) Installing py3-six (1.15.0-r0) 15:16:49 (12/33) Installing py3-packaging (20.4-r0) 15:16:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:16:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-command/core-command ./cmd/core-command 15:16:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:16:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:16:50 (13/33) Installing py3-setuptools (47.0.0-r0) 15:16:50 (14/33) Installing py3-chardet (3.0.4-r4) 15:16:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:16:50 (15/33) Installing py3-idna (2.9-r0) 15:16:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:16:51 Successfully built 802f5b31fabe 15:16:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:16:51 Successfully tagged docker-security-secretstore-setup-go:latest 15:16:51  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 15:16:51 (18/33) Installing py3-requests (2.23.0-r0) 15:16:51 (19/33) Installing py3-msgpack (1.0.0-r0) 15:16:51 (20/33) Installing py3-lockfile (0.12.2-r3) 15:16:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:16:54 (22/33) Installing py3-colorama (0.4.3-r0) 15:16:55 (23/33) Installing py3-distlib (0.3.0-r0) 15:16:56 (24/33) Installing py3-distro (1.5.0-r1) 15:16:56 (25/33) Installing py3-webencodings (0.5.1-r3) 15:16:58 (26/33) Installing py3-html5lib (1.0.1-r4) 15:16:59 (27/33) Installing py3-pytoml (0.1.21-r0) 15:16:59 (28/33) Installing py3-pep517 (0.8.2-r0) 15:16:59 (29/33) Installing py3-progress (1.5-r0) 15:16:59 (30/33) Installing py3-toml (0.10.1-r0) 15:16:59 (31/33) Installing py3-retrying (1.3.3-r0) 15:16:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:16:59 (33/33) Installing py3-pip (20.1.1-r0) 15:17:00 Executing busybox-1.31.1-r19.trigger 15:17:00 OK: 71 MiB in 55 packages 15:17:03 + date 15:17:03 + echo 'Wed Jan 27 15:17:02 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 15:17:03 Wed Jan 27 15:17:02 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 15:17:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:17:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:17:05 ---> f4d1a2fbf1db 15:17:05 Step 3/22 : WORKDIR /edgex-go 15:17:05 ---> Using cache 15:17:05 ---> 3b817e3708dd 15:17:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:05 ---> Using cache 15:17:05 ---> cdbe920420ed 15:17:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:17:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:17:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:17:05 ---> f4d1a2fbf1db 15:17:05 Step 3/23 : WORKDIR /edgex-go 15:17:05 ---> Using cache 15:17:05 ---> 3b817e3708dd 15:17:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:05 ---> Using cache 15:17:05 ---> cdbe920420ed 15:17:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:17:07 ---> Running in 7e45ac55f6bb 15:17:07 ---> Running in 6b565ec1a28c 15:17:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:17:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:17:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:17:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:17:11 OK: 233 MiB in 51 packages 15:17:11 OK: 233 MiB in 51 packages 15:17:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:17:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:17:16 ---> f4d1a2fbf1db 15:17:16 Step 3/21 : WORKDIR /edgex-go 15:17:16 ---> Using cache 15:17:16 ---> 3b817e3708dd 15:17:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:17:16 ---> Using cache 15:17:16 ---> cdbe920420ed 15:17:16 Step 5/21 : RUN apk add --update --no-cache make git 15:17:17 ---> Running in 06e76f43d064 15:17:18 Removing intermediate container 7e45ac55f6bb 15:17:18 ---> 009613328ef6 15:17:18 Step 6/23 : COPY go.mod . 15:17:18 Removing intermediate container 6b565ec1a28c 15:17:18 ---> 1e77de5af89b 15:17:18 Step 6/22 : COPY go.mod . 15:17:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:17:20 ---> 8e10b981a965 15:17:20 Step 7/23 : RUN go mod download 15:17:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:17:21 ---> 70e0335482ae 15:17:21 Step 7/22 : RUN go mod download 15:17:21 ---> Running in 1dcf15353b18 15:17:21 OK: 233 MiB in 51 packages 15:17:23 Removing intermediate container b490f217ba0c 15:17:23 ---> 0741a7aaf786 15:17:23 Step 20/26 : RUN pip install docker-compose==1.23.2 15:17:24 ---> Running in 30aec1b7c04b 15:17:24 ---> Running in 23080ec95ba8 15:17:25 Removing intermediate container 06e76f43d064 15:17:25 ---> 35a24e2e66b3 15:17:25 Step 6/21 : COPY go.mod . 15:17:26 Removing intermediate container 97c151fdd449 15:17:26 ---> acb7e774808c 15:17:26 15:17:26 Step 11/33 : FROM alpine:3.12 15:17:26 ---> 389fef711851 15:17:26 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:17:26 ---> Running in d423f16eca0b 15:17:26 ---> baf8d7632b5e 15:17:26 Step 7/21 : RUN go mod download 15:17:26 ---> Running in 96688a8fc4fe 15:17:26 Removing intermediate container d423f16eca0b 15:17:26 ---> 690219eac538 15:17:26 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 15:17:26 ---> Running in fbca2895bfc5 15:17:27 Removing intermediate container 1dcf15353b18 15:17:27 ---> d667d11e06c1 15:17:27 Step 8/23 : COPY . . 15:17:27 Removing intermediate container 30aec1b7c04b 15:17:27 ---> 7d7c31101c51 15:17:27 Step 8/22 : COPY . . 15:17:28 Collecting docker-compose==1.23.2 15:17:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:17:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:17:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:17:29 (1/3) Installing dumb-init (1.2.2-r1) 15:17:29 (2/3) Installing openssl (1.1.1i-r0) 15:17:29 (3/3) Installing su-exec (0.2-r1) 15:17:29 Executing busybox-1.31.1-r19.trigger 15:17:31 OK: 6 MiB in 17 packages 15:17:31 Collecting cached-property<2,>=1.2.0 15:17:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:17:32 Collecting texttable<0.10,>=0.9.0 15:17:32 Downloading texttable-0.9.1.tar.gz (11 kB) 15:17:32 Removing intermediate container 96688a8fc4fe 15:17:32 ---> 5ef61b0bf5e3 15:17:32 Step 8/21 : COPY . . 15:17:37 Collecting docker<4.0,>=3.6.0 15:17:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:17:39 Collecting websocket-client<1.0,>=0.32.0 15:17:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:17:42 Collecting docopt<0.7,>=0.6.1 15:17:42 Downloading docopt-0.6.2.tar.gz (25 kB) 15:17:47 Removing intermediate container fbca2895bfc5 15:17:47 ---> e5d131c6d943 15:17:47 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 15:17:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:17:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:17:50 Collecting jsonschema<3,>=2.5.1 15:17:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:17:52 ---> Running in 40d0bc87e519 15:17:52 Collecting PyYAML<4,>=3.10 15:17:52 Downloading PyYAML-3.13.tar.gz (270 kB) 15:17:56 Removing intermediate container 40d0bc87e519 15:17:56 ---> 6e3d9c2eabc1 15:17:56 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:17:56 Collecting dockerpty<0.5,>=0.4.1 15:17:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:17:58 ---> Running in 64b809079481 15:17:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:17:58 Collecting docker-pycreds>=0.4.0 15:17:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:18:00 Removing intermediate container 64b809079481 15:18:00 ---> 42a986943f26 15:18:00 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:18:00 Collecting urllib3<1.25,>=1.21.1 15:18:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:18:00 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) 15:18:01 Collecting idna<2.8,>=2.5 15:18:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:18:01 ---> Running in dafa9a9e5b76 15:18:01 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) 15:18:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:18:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:18:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:18:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:18:01 Installing collected packages: cached-property, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, jsonschema, PyYAML, dockerpty, docker-compose 15:18:01 ---> 61c905f0552c 15:18:01 Step 9/23 : RUN make cmd/core-data/core-data 15:18:01 ---> ec5a98d00a0b 15:18:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:18:02 Running setup.py install for texttable: started 15:18:03 Running setup.py install for texttable: finished with status 'done' 15:18:03 ---> Running in 0d21c668cd00 15:18:03 ---> Running in a8b733bdfab2 15:18:03 Attempting uninstall: urllib3 15:18:03 Found existing installation: urllib3 1.25.9 15:18:03 Uninstalling urllib3-1.25.9: 15:18:03 Successfully uninstalled urllib3-1.25.9 15:18:03 ---> faf65e341245 15:18:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:18:04 Attempting uninstall: idna 15:18:04 Found existing installation: idna 2.9 15:18:04 ---> Running in f72ede5250bd 15:18:04 Uninstalling idna-2.9: 15:18:04 Successfully uninstalled idna-2.9 15:18:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-data/core-data ./cmd/core-data 15:18:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:18:04 Attempting uninstall: requests 15:18:04 Found existing installation: requests 2.23.0 15:18:04 Uninstalling requests-2.23.0: 15:18:05 Successfully uninstalled requests-2.23.0 15:18:05 Removing intermediate container dafa9a9e5b76 15:18:05 ---> 626057ad488a 15:18:05 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 15:18:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:18:06 ---> Running in 04e509209cce 15:18:06 Running setup.py install for docopt: started 15:18:07 Running setup.py install for docopt: finished with status 'done' 15:18:07 Removing intermediate container 04e509209cce 15:18:07 ---> dea1c24fc353 15:18:07 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 15:18:07 Running setup.py install for PyYAML: started 15:18:10 Running setup.py install for PyYAML: finished with status 'done' 15:18:10 Running setup.py install for dockerpty: started 15:18:10 Running setup.py install for dockerpty: finished with status 'done' 15:18:10 ---> 6ccbe0645a52 15:18:10 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:18:10 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:18:11 ---> 54650c2e823b 15:18:11 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:18:11 ---> Running in 575c5bab9835 15:18:15 Removing intermediate container 23080ec95ba8 15:18:15 ---> 88e5df1835d2 15:18:15 Step 21/26 : RUN apk --no-cache add curl 15:18:15 Removing intermediate container 575c5bab9835 15:18:15 ---> 3d449cf33757 15:18:15 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:15 ---> Running in 8b824346a1d3 15:18:16 ---> 9ed6a93e8d86 15:18:16 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:18:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:18:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:18:17 (2/3) Installing libcurl (7.69.1-r3) 15:18:17 (3/3) Installing curl (7.69.1-r3) 15:18:17 Executing busybox-1.31.1-r19.trigger 15:18:17 OK: 72 MiB in 58 packages 15:18:18 ---> 04a096c060e9 15:18:18 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:18:19 ---> eeb7d9e85d90 15:18:19 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 15:18:19 Removing intermediate container 8b824346a1d3 15:18:19 ---> 874bc2221f08 15:18:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:18:19 ---> Running in 7e68d1999f8a 15:18:20 Removing intermediate container 7e68d1999f8a 15:18:20 ---> f6708846b450 15:18:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:18:20 ---> Running in 6201c1273cca 15:18:20 ---> 31d46223f8fc 15:18:20 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:18:20 Removing intermediate container 6201c1273cca 15:18:20 ---> 479a0cbe2226 15:18:20 Step 24/26 : LABEL arch=x86_64 15:18:20 ---> Running in a55918712fa1 15:18:20 ---> 5464ad1f341c 15:18:20 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 15:18:21 Removing intermediate container a55918712fa1 15:18:21 ---> 19c00b7db237 15:18:21 Step 25/26 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:18:21 ---> Running in ae30d73d2098 15:18:21 ---> Running in f544a881db7d 15:18:21 Removing intermediate container ae30d73d2098 15:18:21 ---> 6a45a83db655 15:18:21 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:18:21 Removing intermediate container f544a881db7d 15:18:21 ---> f7912209710a 15:18:21 Step 26/26 : LABEL version=2.0.0-dev.59 15:18:23 ---> Running in 278077329d1d 15:18:23 ---> d68f1e34f106 15:18:23 Step 28/33 : RUN chmod +x /entrypoint.sh 15:18:23 ---> Running in 5ee5ed39e600 15:18:23 Removing intermediate container 278077329d1d 15:18:23 ---> 643806e37b49 15:18:23 15:18:23 Successfully built 643806e37b49 15:18:23 Successfully tagged docker-sys-mgmt-agent-go:latest 15:18:23 Building docker-support-scheduler-go 15:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:18:29  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/secrets-config ./cmd/secrets-config 15:18:31 Removing intermediate container bf2e86df571b 15:18:31 ---> 11b31a2ebaae 15:18:31 15:18:31 Step 10/24 : FROM alpine:3.12 15:18:31 3.12: Pulling from library/alpine 15:18:32 Removing intermediate container 5ee5ed39e600 15:18:32 ---> 5864ecbe1bdc 15:18:32 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 15:18:33 Removing intermediate container 4a4945e35a2d 15:18:33 ---> f51eb8a0dc73 15:18:33 15:18:33 Step 10/22 : FROM alpine:3.12 15:18:34 3.12: Pulling from library/alpine 15:18:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:18:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:18:34 Status: Downloaded newer image for alpine:3.12 15:18:34 ---> afeebe901d6b 15:18:34 Status: Image is up to date for alpine:3.12 15:18:34 ---> afeebe901d6b 15:18:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:18:34 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:18:35 ---> Running in aeea2a749301 15:18:35 ---> Running in b6516422910c 15:18:35 Removing intermediate container f51917d82af2 15:18:35 ---> 58330e283182 15:18:35 15:18:35 Step 10/23 : FROM alpine:3.12 15:18:35 ---> afeebe901d6b 15:18:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:18:35 ---> Running in e4dc847e1b26 15:18:36 ---> Running in 5f19c8d74f17 15:18:37 + mkdir -p /tmp/build/dist/linux 15:18:37 + cd /tmp/build/dist/linux 15:18:37 + git clone https://github.com/jwilder/dockerize.git . 15:18:37 Cloning into '.'... 15:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:37 + go get github.com/robfig/glock 15:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:38 (1/5) Installing ca-certificates (20191127-r4) 15:18:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:18:38 (3/5) Installing libcurl (7.69.1-r3) 15:18:38 (1/2) Installing ca-certificates (20191127-r4) 15:18:38 (4/5) Installing curl (7.69.1-r3) 15:18:38 (5/5) Installing dumb-init (1.2.2-r1) 15:18:38 Executing busybox-1.31.1-r19.trigger 15:18:38 (2/2) Installing dumb-init (1.2.2-r1) 15:18:38 Executing busybox-1.31.1-r19.trigger 15:18:38 Executing ca-certificates-20191127-r4.trigger 15:18:38 Executing ca-certificates-20191127-r4.trigger 15:18:39 (1/1) Installing dumb-init (1.2.2-r1) 15:18:39 Executing busybox-1.31.1-r19.trigger 15:18:39 OK: 5 MiB in 15 packages 15:18:39 OK: 6 MiB in 16 packages 15:18:39 OK: 7 MiB in 19 packages 15:18:39 Removing intermediate container e4dc847e1b26 15:18:39 ---> 033c9ac1e340 15:18:39 Step 30/33 : CMD ["gate"] 15:18:40 Removing intermediate container a8b733bdfab2 15:18:40 ---> 3d22bcd8b888 15:18:40 15:18:40 Step 10/22 : FROM alpine:3.12 15:18:40 ---> 389fef711851 15:18:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:18:41 ---> Running in 67d5fffd648a 15:18:41 Removing intermediate container b6516422910c 15:18:41 ---> 76e2421af5ca 15:18:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:18:42 Removing intermediate container 5f19c8d74f17 15:18:42 ---> c9c9afe32c6d 15:18:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:18:42 ---> Running in ee28bd8e1bde 15:18:42 ---> Running in 70539c018da6 15:18:42 ---> Running in 457c49f004c6 15:18:42 Removing intermediate container aeea2a749301 15:18:42 ---> 11c3fdd4e86f 15:18:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:18:43 Removing intermediate container ee28bd8e1bde 15:18:43 ---> 7a6e045fda81 15:18:43 Step 13/22 : ENV APP_PORT=48060 15:18:43 ---> Running in 40fcbaa2e739 15:18:43 Removing intermediate container 70539c018da6 15:18:43 ---> Running in d00c886ee562 15:18:43 ---> b61b0e2be843 15:18:43 Step 13/23 : ENV APP_PORT=48082 15:18:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:18:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:18:43 ---> f4d1a2fbf1db 15:18:43 Step 3/22 : WORKDIR /edgex-go 15:18:43 ---> Using cache 15:18:43 ---> 3b817e3708dd 15:18:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:43 ---> Using cache 15:18:43 ---> cdbe920420ed 15:18:43 Step 5/22 : RUN apk add --update --no-cache make git 15:18:43 ---> Using cache 15:18:43 ---> 35a24e2e66b3 15:18:43 Step 6/22 : COPY go.mod . 15:18:43 ---> Using cache 15:18:43 ---> baf8d7632b5e 15:18:43 Step 7/22 : RUN go mod download 15:18:43 ---> Using cache 15:18:43 ---> 5ef61b0bf5e3 15:18:43 Step 8/22 : COPY . . 15:18:43 ---> Using cache 15:18:43 ---> faf65e341245 15:18:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:18:43 ---> Running in ae8abe1d26b9 15:18:43 Removing intermediate container 40fcbaa2e739 15:18:43 ---> 33e81a16a64a 15:18:43 Step 13/24 : WORKDIR / 15:18:44 Removing intermediate container d00c886ee562 15:18:44 ---> c172e1cb25d9 15:18:44 Step 14/22 : EXPOSE $APP_PORT 15:18:44 ---> Running in a5f60640cab6 15:18:44 ---> Running in 5d9849ff1e3d 15:18:44 Removing intermediate container ae8abe1d26b9 15:18:44 ---> b9bbb8cf67b5 15:18:44 Step 14/23 : EXPOSE $APP_PORT 15:18:44 ---> Running in 2ee069787d09 15:18:45 Removing intermediate container a5f60640cab6 15:18:45 ---> fa7f230ce1e1 15:18:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:18:45 Removing intermediate container 5d9849ff1e3d 15:18:45 ---> 5f1e052fc83d 15:18:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:45 Removing intermediate container 2ee069787d09 15:18:45 ---> 5ebdf3e745bf 15:18:45 Step 15/23 : WORKDIR / 15:18:45 ---> Running in eb7f24a40d8f 15:18:45 Removing intermediate container 457c49f004c6 15:18:45 ---> fd39b2733171 15:18:45 Step 31/33 : LABEL arch=x86_64 15:18:45 Removing intermediate container f72ede5250bd 15:18:45 ---> 64ade21fc3a7 15:18:45 15:18:45 Step 10/21 : FROM alpine:3.12 15:18:45 ---> 389fef711851 15:18:45 Step 11/21 : RUN apk add --update --no-cache curl 15:18:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:18:46 ---> Running in b069f6cb9d0a 15:18:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:18:46 ---> Running in 2434c53471c5 15:18:46 ---> Running in 766165762bd4 15:18:46 (1/2) Installing ca-certificates (20191127-r4) 15:18:46 (2/2) Installing dumb-init (1.2.2-r1) 15:18:46 Executing busybox-1.31.1-r19.trigger 15:18:46 Executing ca-certificates-20191127-r4.trigger 15:18:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:18:46 OK: 6 MiB in 16 packages 15:18:46 Removing intermediate container 2434c53471c5 15:18:46 ---> d1a3a5c36215 15:18:46 Step 32/33 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:18:46 ---> 6aaadc91f06d 15:18:46 ---> 534b965d35eb 15:18:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:18:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:18:47 ---> Running in b8bc163a5fde 15:18:47 Removing intermediate container b069f6cb9d0a 15:18:47 ---> 93dfde111441 15:18:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:47 Removing intermediate container b8bc163a5fde 15:18:47 ---> 7783fc0be202 15:18:47 Step 33/33 : LABEL version=2.0.0-dev.59 15:18:48 ---> Running in ad18450d2b2a 15:18:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:18:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:18:48 (1/4) Installing ca-certificates (20191127-r4) 15:18:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:18:48 (3/4) Installing libcurl (7.69.1-r3) 15:18:48 (4/4) Installing curl (7.69.1-r3) 15:18:48 Executing busybox-1.31.1-r19.trigger 15:18:48 Executing ca-certificates-20191127-r4.trigger 15:18:48 OK: 7 MiB in 18 packages 15:18:48 ---> cbed2349f16c 15:18:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:18:49 Removing intermediate container 67d5fffd648a 15:18:49 ---> fac8f775cff3 15:18:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:18:49 ---> 4becf523fb79 15:18:49 ---> 2a92cbfee360 15:18:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:18:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:18:50 Removing intermediate container ad18450d2b2a 15:18:50 ---> 3ed3a1449b8b 15:18:50 15:18:50 ---> Running in 7d9977dcb9a4 15:18:50 ---> 159d421031e4 15:18:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:18:51 Successfully built 3ed3a1449b8b 15:18:52 Successfully tagged docker-security-bootstrapper-go:latest 15:18:52 ---> 6a2c5a594b8b 15:18:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:18:53 ---> Running in d8f60dc4840d 15:18:53 Removing intermediate container 3edb20afc1a4 15:18:53 ---> fbc9ae86323f 15:18:53 15:18:53 ---> a15f242052de 15:18:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:18:53 Step 10/23 : FROM alpine:3.12 15:18:53 ---> afeebe901d6b 15:18:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:18:53 ---> Using cache 15:18:53 ---> c9c9afe32c6d 15:18:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:18:53 ---> Using cache 15:18:53 ---> b61b0e2be843 15:18:53 Step 13/23 : ENV APP_PORT=48081 15:18:53  Building docker-security-bootstrapper-go ... done Removing intermediate container 7d9977dcb9a4 15:18:53 ---> 0ec3acc4be7f 15:18:53 Step 13/22 : ENV APP_PORT=48060 15:18:53 Removing intermediate container 0d21c668cd00 15:18:53 ---> 88afc1568ae9 15:18:53 15:18:53 Step 10/23 : FROM alpine:3.12 15:18:53 ---> 389fef711851 15:18:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:18:53 ---> faa7e7f87dfb 15:18:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:18:53 ---> Running in 2205a5101497 15:18:53 ---> Running in 3c9e2d2db6da 15:18:53 ---> Running in aff08a687d0f 15:18:53 Removing intermediate container 766165762bd4 15:18:53 ---> 5c356e08122d 15:18:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:18:54 ---> Running in a92aa79d01e4 15:18:54 ---> 48d292f86a7b 15:18:54 Step 19/23 : ENTRYPOINT ["/core-command"] 15:18:54 Removing intermediate container d8f60dc4840d 15:18:54 ---> fd91fd523ba5 15:18:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:18:54 Removing intermediate container 3c9e2d2db6da 15:18:54 ---> 51f20eb512e8 15:18:54 Step 12/23 : ENV APP_PORT=48080 15:18:54 Removing intermediate container aff08a687d0f 15:18:54 ---> 6b55a97e69df 15:18:54 Step 14/22 : EXPOSE $APP_PORT 15:18:54 ---> Running in 800f5b1c1720 15:18:54 ---> Running in 004d4cbf8c9d 15:18:54 Removing intermediate container 2205a5101497 15:18:54 ---> e4112948049e 15:18:54 Step 14/23 : EXPOSE $APP_PORT 15:18:54 ---> Running in 16cce4781f1a 15:18:54 ---> Running in 27514e4acae8 15:18:54 ---> Running in 59e6682e6ff4 15:18:54 Removing intermediate container a92aa79d01e4 15:18:54 ---> 486e98af3453 15:18:54 Step 13/21 : WORKDIR /edgex 15:18:54 Removing intermediate container 16cce4781f1a 15:18:54 ---> 3d85a70bea7d 15:18:54 Step 13/23 : EXPOSE $APP_PORT 15:18:55 ---> 63d2533aec65 15:18:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:18:55 ---> Running in ab5c1a1de92a 15:18:55 ---> Running in b4fe40d57b5b 15:18:55 Removing intermediate container 27514e4acae8 15:18:55 ---> dac834721ee4 15:18:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:55 Removing intermediate container 004d4cbf8c9d 15:18:55 ---> fda8afe5dc4c 15:18:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:18:55 Removing intermediate container 800f5b1c1720 15:18:55 ---> 26b9dd0a0be7 15:18:55 Step 20/22 : LABEL arch=arm64 15:18:55 Removing intermediate container ab5c1a1de92a 15:18:55 ---> 0e51f2862480 15:18:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:18:55 Removing intermediate container b4fe40d57b5b 15:18:55 ---> 4026b2b3b944 15:18:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:55 Removing intermediate container 59e6682e6ff4 15:18:55 ---> a4e549b619b3 15:18:55 Step 15/23 : WORKDIR / 15:18:55 ---> Running in c710c55a60c2 15:18:55 ---> Running in 6e3fde052378 15:18:55 ---> Running in 886ee7ac4495 15:18:55 ---> ffb404d57897 15:18:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:18:55 ---> Running in 48c1fca2d094 15:18:56 ---> 7c4542035cb8 15:18:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:18:56 ---> b334d777820d 15:18:56 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/ 15:18:56 Removing intermediate container 6e3fde052378 15:18:56 ---> 4218caded841 15:18:56 Step 21/22 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:18:56 Removing intermediate container c710c55a60c2 15:18:56 ---> 7d8dafbb185d 15:18:56 Step 21/23 : LABEL arch=arm64 15:18:56 ---> b575197314e7 15:18:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:18:56 ---> Running in fe670504dd44 15:18:56 ---> Running in 8eb036a0f3fb 15:18:56 Removing intermediate container 886ee7ac4495 15:18:56 ---> db3272ba08db 15:18:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:56 ---> 73a931419370 15:18:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:18:57 ---> a71239ca1919 15:18:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:18:57 ---> Running in 25f12a61d02e 15:18:57 ---> Running in 4e007ffbb3bf 15:18:57 Removing intermediate container 25f12a61d02e 15:18:57 ---> e27a3d4450be 15:18:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:18:57 ---> 49bcb6297cd7 15:18:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:18:57 ---> Running in d8e0e1d01f74 15:18:57 ---> Running in 9c46ea086b04 15:18:57 Removing intermediate container 8eb036a0f3fb 15:18:57 ---> 96716a3248aa 15:18:57 Step 22/22 : LABEL version=2.0.0-dev.59 15:18:57 Removing intermediate container 48c1fca2d094 15:18:57 ---> d5f16dbbcc91 15:18:57 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:18:57 ---> Running in 2096476d71ea 15:18:57 Removing intermediate container 4e007ffbb3bf 15:18:57 ---> 6fc3fb21d8dd 15:18:57 Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:18:57 ---> Running in 6306dc87f8db 15:18:58 ---> c8b436f6fc61 15:18:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:18:58 Removing intermediate container 2096476d71ea 15:18:58 ---> 025c7a8fb3f7 15:18:58 15:18:58 Removing intermediate container d8e0e1d01f74 15:18:58 ---> aa66295f502b 15:18:58 Step 20/22 : LABEL arch=x86_64 15:18:58 ---> Running in a243f61f80bc 15:18:58 Removing intermediate container 9c46ea086b04 15:18:58 ---> 244da47936b8 15:18:58 Step 18/21 : CMD ["--init=true"] 15:18:58 ---> Running in c86425a22f6e 15:18:58 ---> Running in a372974106b9 15:18:58 Removing intermediate container 6306dc87f8db 15:18:58 ---> cc421b09cda1 15:18:58 Step 23/23 : LABEL version=2.0.0-dev.59 15:18:59 Removing intermediate container c86425a22f6e 15:18:59 ---> bbb33535ef7f 15:18:59 Step 21/22 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:18:59 Successfully built 025c7a8fb3f7 15:18:59 Successfully tagged docker-support-notifications-go-arm64:latest 15:18:59  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 15:18:59 Removing intermediate container a372974106b9 15:18:59 ---> 536884649c6b 15:18:59 Step 19/21 : LABEL arch=x86_64 15:18:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:18:59 ---> Running in 3685aea608fa 15:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:19:00 + glock sync -n 15:19:00  ---> b3e14801ffc3 15:19:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:19:00 Removing intermediate container 3685aea608fa 15:19:00 ---> 34e3ff22a215 15:19:00 15:19:00 ---> Running in 262f029cf6a5 15:19:00 ---> Running in 1eb51e3195ca 15:19:00 Removing intermediate container eb7f24a40d8f 15:19:00 ---> fa79b9970ac7 15:19:00 15:19:00 Step 10/22 : FROM alpine:3.12 15:19:00 ---> 389fef711851 15:19:00 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:19:00 ---> Using cache 15:19:00 ---> ecaf2df27ceb 15:19:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:19:00 ---> Using cache 15:19:00 ---> 7363a71b4fb5 15:19:00 Step 13/22 : ENV APP_PORT=48085 15:19:00 ---> Running in c979bb04b0ae 15:19:00 Removing intermediate container fe670504dd44 15:19:00 ---> 114ac57ed37d 15:19:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:19:00 Successfully built 34e3ff22a215 15:19:01 Removing intermediate container 262f029cf6a5 15:19:01 ---> c9c0bbd511cf 15:19:01 Step 22/22 : LABEL version=2.0.0-dev.59 15:19:01 (1/6) Installing dumb-init (1.2.2-r1) 15:19:01 Removing intermediate container 1eb51e3195ca 15:19:01 ---> faf4c184a626 15:19:01 Step 20/21 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:01 ---> Running in ba5cdfaefbfc 15:19:01 (2/6) Installing libgcc (9.3.0-r2) 15:19:01 ---> Running in ce3ab91af487 15:19:01 (3/6) Installing libsodium (1.0.18-r0) 15:19:01 Successfully tagged docker-core-command-go-arm64:latest 15:19:01  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 15:19:01 (4/6) Installing libstdc++ (9.3.0-r2) 15:19:01 Removing intermediate container c979bb04b0ae 15:19:01 ---> 85740ad148fe 15:19:01 Step 14/22 : EXPOSE $APP_PORT 15:19:01 Removing intermediate container ba5cdfaefbfc 15:19:01 ---> 62f8e0dcc813 15:19:01 15:19:01 ---> Running in be705484d06e 15:19:01 Removing intermediate container ce3ab91af487 15:19:01 ---> e051d4024c17 15:19:01 Step 21/21 : LABEL version=2.0.0-dev.59 15:19:01 (5/6) Installing libzmq (4.3.3-r0) 15:19:01 Successfully built 62f8e0dcc813 15:19:01 ---> Running in 452bce5ea4ea 15:19:01 Successfully tagged docker-support-notifications-go:latest 15:19:01  Building docker-support-notifications-go ... done Removing intermediate container be705484d06e 15:19:01 ---> 15cbf7d2c307 15:19:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:19:01 (6/6) Installing zeromq (4.3.3-r0) 15:19:01 ---> Running in 20fbf958c02b 15:19:01 ---> 56d52d241fc4 15:19:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:19:01 Executing busybox-1.31.1-r19.trigger 15:19:01 OK: 8 MiB in 20 packages 15:19:01 Removing intermediate container 452bce5ea4ea 15:19:01 ---> 00f8966fc04f 15:19:01 15:19:01 ---> 2f249a120dd5 15:19:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:19:01 ---> Running in 341ad865995d 15:19:02 Successfully built 00f8966fc04f 15:19:02 Successfully tagged docker-security-proxy-setup-go:latest 15:19:02 Removing intermediate container 20fbf958c02b 15:19:02 ---> 1e8df73e376e 15:19:02 Step 22/24 : LABEL arch=arm64 15:19:02  Building docker-security-proxy-setup-go ... done Removing intermediate container a243f61f80bc 15:19:02 ---> 630a9829226b 15:19:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:19:02 ---> Running in 23bd5b07f750 15:19:02 ---> 30919ffd0695 15:19:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:19:02 Removing intermediate container 341ad865995d 15:19:02 ---> eb9cd1f4513a 15:19:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:19:02 ---> e88ec5dbc351 15:19:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:19:02 ---> 099f12c0288c 15:19:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:19:03 ---> Running in e9447ed16480 15:19:03 Removing intermediate container e9447ed16480 15:19:03 ---> 5cc796395eb6 15:19:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:19:03 ---> Running in 0220df714f53 15:19:03 ---> 9b2099edbcf3 15:19:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:19:03 Removing intermediate container 0220df714f53 15:19:03 ---> 280ccbc34e7f 15:19:03 Step 20/22 : LABEL arch=x86_64 15:19:03 ---> Running in ac9549bffb58 15:19:03 ---> e1a1a705a3d2 15:19:03 Step 19/23 : ENTRYPOINT ["/core-data"] 15:19:03 ---> Running in 8f37f1fe4ea4 15:19:03 Removing intermediate container ac9549bffb58 15:19:03 ---> ba58568db5c8 15:19:03 Step 21/22 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:03 ---> Running in f3d7799a38c2 15:19:03 Removing intermediate container 8f37f1fe4ea4 15:19:03 ---> 4304e6f29e06 15:19:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:19:04 ---> Running in 0024f2e289f4 15:19:04 Removing intermediate container f3d7799a38c2 15:19:04 ---> aedc7b909cad 15:19:04 Step 22/22 : LABEL version=2.0.0-dev.59 15:19:04 ---> Running in da1a89923f6f 15:19:04 Removing intermediate container 0024f2e289f4 15:19:04 ---> af07c143e61a 15:19:04 Step 21/23 : LABEL arch=x86_64 15:19:04 ---> Running in dd25b8fa686b 15:19:04 ---> Running in 670be5c936dc 15:19:04 Removing intermediate container da1a89923f6f 15:19:04 ---> c303fd3d59ad 15:19:04 15:19:04 Removing intermediate container 23bd5b07f750 15:19:04 ---> 7ef657623cd4 15:19:04 Step 23/24 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:05 Successfully built c303fd3d59ad 15:19:05 Successfully tagged docker-support-scheduler-go:latest 15:19:05 Removing intermediate container 670be5c936dc 15:19:05 ---> bd04ea65415d 15:19:05 Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:05 Removing intermediate container dd25b8fa686b 15:19:05 ---> 971102cd4dc5 15:19:05 Step 21/23 : LABEL arch=arm64 15:19:05 ---> Running in f72123615b31 15:19:05  Building docker-support-scheduler-go ... done  ---> Running in 44fd61130b2e 15:19:05 ---> Running in ad5e0c36ca8d 15:19:05 Removing intermediate container 44fd61130b2e 15:19:05 ---> a66ca74b6bc0 15:19:05 Step 23/23 : LABEL version=2.0.0-dev.59 15:19:05 ---> Running in 586847e51040 15:19:05 Removing intermediate container 586847e51040 15:19:05 ---> adca10af611d 15:19:05 15:19:05 Successfully built adca10af611d 15:19:05 Successfully tagged docker-core-data-go:latest 15:19:06 Removing intermediate container f72123615b31 15:19:06 ---> 591b741e4779 15:19:06 Step 24/24 : LABEL version=2.0.0-dev.59 15:19:06 Removing intermediate container ad5e0c36ca8d 15:19:06 ---> a0d0612daf14 15:19:06 Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:06  Building docker-core-data-go ... done  [Pipeline] } 15:19:06 $ docker stop --time=1 a3357470493b4c2af1a8f0f913a26b3ced30f6a0752762615f516101db98b347 15:19:06 ---> Running in 6f23b0802511 15:19:06 ---> Running in 4b601650e5a8 15:19:06 Removing intermediate container 6f23b0802511 15:19:06 ---> 222e9ca0a848 15:19:06 15:19:07 Successfully built 222e9ca0a848 15:19:07 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:19:07 Building docker-support-scheduler-go 15:19:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4b601650e5a8 15:19:07 ---> 60b74ef81d21 15:19:07 Step 23/23 : LABEL version=2.0.0-dev.59 15:19:07 ---> Running in 9dcb45d37acb 15:19:08 $ docker rm -f a3357470493b4c2af1a8f0f913a26b3ced30f6a0752762615f516101db98b347 [Pipeline] // withDockerContainer [Pipeline] sh 15:19:08 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 15:19:08 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 15:19:08 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 15:19:08 Removing intermediate container 9dcb45d37acb 15:19:08 ---> 6a3ad58d5021 15:19:08 15:19:08 + docker images 15:19:08 + grep docker 15:19:08 docker-core-data-go latest adca10af611d 3 seconds ago 22.3MB 15:19:08 docker-support-scheduler-go latest c303fd3d59ad 4 seconds ago 16.4MB 15:19:08 docker-security-proxy-setup-go latest 00f8966fc04f 7 seconds ago 24.4MB 15:19:08 docker-support-notifications-go latest 62f8e0dcc813 7 seconds ago 16.9MB 15:19:08 docker-security-bootstrapper-go latest 3ed3a1449b8b 20 seconds ago 33.5MB 15:19:08 docker-sys-mgmt-agent-go latest 643806e37b49 45 seconds ago 313MB 15:19:08 docker-security-secretstore-setup-go latest 802f5b31fabe 2 minutes ago 24.6MB 15:19:08 docker-core-metadata-go latest 32e4ff3a3f29 2 minutes ago 18.8MB 15:19:08 docker-core-command-go latest b060757eb498 2 minutes ago 16.3MB 15:19:08 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } 15:19:08 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 15:19:08 + git describe '--abbrev=0' --tags 15:19:08 + TAG=v0.6.1 15:19:08 + LDFLAGS='-X main.buildVersion=v0.6.1' 15:19:08 + apk --print-arch 15:19:08 Successfully built 6a3ad58d5021 15:19:08 + arch=aarch64 15:19:08 + echo 'building [dockerize] for arm64 ... ' 15:19:08 building [dockerize] for arm64 ... 15:19:08 + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 15:19:08 Successfully tagged docker-core-metadata-go-arm64:latest 15:19:08  Building docker-core-metadata-go ... done Building docker-core-data-go [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:19:09 provisioning config files... 15:19:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/322@tmp/config8109085053835707058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:19:09 ---> docker-login.sh 15:19:09 nexus3.edgexfoundry.org:10001 15:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:09 Configure a credential helper to remove this warning. See 15:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:09 15:19:10 Login Succeeded 15:19:10 nexus3.edgexfoundry.org:10002 15:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:10 Configure a credential helper to remove this warning. See 15:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:10 15:19:10 Login Succeeded 15:19:10 nexus3.edgexfoundry.org:10003 15:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:10 Configure a credential helper to remove this warning. See 15:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:10 15:19:10 Login Succeeded 15:19:10 nexus3.edgexfoundry.org:10004 15:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:10 Configure a credential helper to remove this warning. See 15:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:10 15:19:10 Login Succeeded 15:19:10 docker.io 15:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:10 Configure a credential helper to remove this warning. See 15:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:10 15:19:10 Login Succeeded 15:19:10 ---> docker-login.sh ends [Pipeline] } 15:19:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:11 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 15:19:11 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:11 2.0.0-dev.59 15:19:11 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:11 master 15:19:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:11 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:19:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:19:12 ecbb510a73a0: Preparing 15:19:12 ff7e78931b3a: Preparing 15:19:12 e12cc4d93b2d: Preparing 15:19:12 975c0b0137d1: Preparing 15:19:12 777b2c648970: Preparing 15:19:12 777b2c648970: Layer already exists 15:19:12 975c0b0137d1: Pushed 15:19:12 e12cc4d93b2d: Pushed 15:19:12 ecbb510a73a0: Pushed 15:19:13 + date 15:19:13 + echo 'Wed Jan 27 15:19:12 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 15:19:13 Wed Jan 27 15:19:12 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 15:19:13 ff7e78931b3a: Pushed 15:19:13 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:0d746ac044750db38b6259d08bdfb6fb2e65ebb900a0ad4a5e0304048e012058 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:19:13 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.59 15:19:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:19:14 ecbb510a73a0: Preparing 15:19:14 ff7e78931b3a: Preparing 15:19:14 e12cc4d93b2d: Preparing 15:19:14 975c0b0137d1: Preparing 15:19:14 777b2c648970: Preparing 15:19:14 975c0b0137d1: Layer already exists 15:19:14 ecbb510a73a0: Layer already exists 15:19:14 ff7e78931b3a: Layer already exists 15:19:14 777b2c648970: Layer already exists 15:19:14 e12cc4d93b2d: Layer already exists 15:19:14 2.0.0-dev.59: digest: sha256:0d746ac044750db38b6259d08bdfb6fb2e65ebb900a0ad4a5e0304048e012058 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:19:14 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:19:14 ecbb510a73a0: Preparing 15:19:14 ff7e78931b3a: Preparing 15:19:14 e12cc4d93b2d: Preparing 15:19:14 975c0b0137d1: Preparing 15:19:14 777b2c648970: Preparing 15:19:14 975c0b0137d1: Layer already exists 15:19:14 ff7e78931b3a: Layer already exists 15:19:14 777b2c648970: Layer already exists 15:19:14 e12cc4d93b2d: Layer already exists 15:19:14 ecbb510a73a0: Layer already exists 15:19:14 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:0d746ac044750db38b6259d08bdfb6fb2e65ebb900a0ad4a5e0304048e012058 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:19:15 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 15:19:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 15:19:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:19:15 ecbb510a73a0: Preparing 15:19:15 ff7e78931b3a: Preparing 15:19:15 e12cc4d93b2d: Preparing 15:19:15 975c0b0137d1: Preparing 15:19:15 777b2c648970: Preparing 15:19:15 ecbb510a73a0: Layer already exists 15:19:15 777b2c648970: Layer already exists 15:19:15 975c0b0137d1: Layer already exists 15:19:15 ff7e78931b3a: Layer already exists 15:19:15 e12cc4d93b2d: Layer already exists 15:19:15 master: digest: sha256:0d746ac044750db38b6259d08bdfb6fb2e65ebb900a0ad4a5e0304048e012058 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:15 ===================================================== [Pipeline] echo 15:19:15 taggedImages: 15:19:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.59 15:19:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:15 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 15:19:15 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 15:19:15 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:15 2.0.0-dev.59 15:19:15 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:15 master 15:19:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:16 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:19:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:19:16 55f66c97816e: Preparing 15:19:16 523c8d0dd3db: Preparing 15:19:16 e12cc4d93b2d: Preparing 15:19:16 3f7260990de1: Preparing 15:19:16 f90acdc0b790: Preparing 15:19:16 777b2c648970: Preparing 15:19:16 777b2c648970: Waiting 15:19:16 e12cc4d93b2d: Layer already exists 15:19:16 777b2c648970: Layer already exists 15:19:16 f90acdc0b790: Pushed 15:19:16 55f66c97816e: Pushed 15:19:16 3f7260990de1: Pushed 15:19:17 523c8d0dd3db: Pushed 15:19:17 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:efc99635f11dffd8e7f6649ccc24d14c41c73adb9a97d6db3f27d7f58cdc0dee size: 1572 [Pipeline] isUnix [Pipeline] sh 15:19:18 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.59 15:19:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:19:18 55f66c97816e: Preparing 15:19:18 523c8d0dd3db: Preparing 15:19:18 e12cc4d93b2d: Preparing 15:19:18 3f7260990de1: Preparing 15:19:18 f90acdc0b790: Preparing 15:19:18 777b2c648970: Preparing 15:19:18 777b2c648970: Waiting 15:19:18 3f7260990de1: Layer already exists 15:19:18 523c8d0dd3db: Layer already exists 15:19:18 f90acdc0b790: Layer already exists 15:19:18 e12cc4d93b2d: Layer already exists 15:19:18 55f66c97816e: Layer already exists 15:19:18 777b2c648970: Layer already exists 15:19:18 2.0.0-dev.59: digest: sha256:efc99635f11dffd8e7f6649ccc24d14c41c73adb9a97d6db3f27d7f58cdc0dee size: 1572 [Pipeline] isUnix [Pipeline] sh 15:19:19 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:19:19 55f66c97816e: Preparing 15:19:19 523c8d0dd3db: Preparing 15:19:19 e12cc4d93b2d: Preparing 15:19:19 3f7260990de1: Preparing 15:19:19 f90acdc0b790: Preparing 15:19:19 777b2c648970: Preparing 15:19:19 777b2c648970: Waiting 15:19:19 55f66c97816e: Layer already exists 15:19:19 e12cc4d93b2d: Layer already exists 15:19:19 523c8d0dd3db: Layer already exists 15:19:19 3f7260990de1: Layer already exists 15:19:19 f90acdc0b790: Layer already exists 15:19:19 777b2c648970: Layer already exists 15:19:19 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:efc99635f11dffd8e7f6649ccc24d14c41c73adb9a97d6db3f27d7f58cdc0dee size: 1572 [Pipeline] isUnix [Pipeline] sh 15:19:19 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 15:19:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 15:19:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:19:20 55f66c97816e: Preparing 15:19:20 523c8d0dd3db: Preparing 15:19:20 e12cc4d93b2d: Preparing 15:19:20 3f7260990de1: Preparing 15:19:20 f90acdc0b790: Preparing 15:19:20 777b2c648970: Preparing 15:19:20 777b2c648970: Waiting 15:19:20 55f66c97816e: Layer already exists 15:19:20 e12cc4d93b2d: Layer already exists 15:19:20 523c8d0dd3db: Layer already exists 15:19:20 3f7260990de1: Layer already exists 15:19:20 f90acdc0b790: Layer already exists 15:19:20 777b2c648970: Layer already exists 15:19:20 master: digest: sha256:efc99635f11dffd8e7f6649ccc24d14c41c73adb9a97d6db3f27d7f58cdc0dee size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:20 ===================================================== [Pipeline] echo 15:19:20 taggedImages: 15:19:20 - nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:20 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.59 15:19:20 - nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:20 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 15:19:20 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 15:19:20 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:20 2.0.0-dev.59 15:19:20 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:20 master 15:19:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:21 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:19:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:19:21 f32fd052f3a5: Preparing 15:19:21 2e2b0a9de31c: Preparing 15:19:21 e12cc4d93b2d: Preparing 15:19:21 6f57441ff089: Preparing 15:19:21 777b2c648970: Preparing 15:19:21 777b2c648970: Layer already exists 15:19:21 e12cc4d93b2d: Layer already exists 15:19:21 f32fd052f3a5: Pushed 15:19:21 6f57441ff089: Pushed 15:19:22 2e2b0a9de31c: Pushed 15:19:23 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:da0b21155fa1ef1df1f52e73395a92c4eb6f9af4c8082f44b83109aaefef105e size: 1363 [Pipeline] isUnix [Pipeline] sh 15:19:24 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.59 15:19:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:19:24 f32fd052f3a5: Preparing 15:19:24 2e2b0a9de31c: Preparing 15:19:24 e12cc4d93b2d: Preparing 15:19:24 6f57441ff089: Preparing 15:19:24 777b2c648970: Preparing 15:19:24 6f57441ff089: Layer already exists 15:19:24 2e2b0a9de31c: Layer already exists 15:19:24 e12cc4d93b2d: Layer already exists 15:19:24 f32fd052f3a5: Layer already exists 15:19:24 777b2c648970: Layer already exists 15:19:24 2.0.0-dev.59: digest: sha256:da0b21155fa1ef1df1f52e73395a92c4eb6f9af4c8082f44b83109aaefef105e size: 1363 [Pipeline] isUnix [Pipeline] sh 15:19:24 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:19:25 f32fd052f3a5: Preparing 15:19:25 2e2b0a9de31c: Preparing 15:19:25 e12cc4d93b2d: Preparing 15:19:25 6f57441ff089: Preparing 15:19:25 777b2c648970: Preparing 15:19:25 6f57441ff089: Layer already exists 15:19:25 777b2c648970: Layer already exists 15:19:25 f32fd052f3a5: Layer already exists 15:19:25 e12cc4d93b2d: Layer already exists 15:19:25 2e2b0a9de31c: Layer already exists 15:19:25 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:da0b21155fa1ef1df1f52e73395a92c4eb6f9af4c8082f44b83109aaefef105e size: 1363 [Pipeline] isUnix [Pipeline] sh 15:19:25 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 15:19:25 Removing intermediate container 64c0f5022968 15:19:25 ---> 4208ce6cad28 15:19:25 15:19:25 Step 11/33 : FROM alpine:3.12 15:19:25 ---> afeebe901d6b 15:19:25 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:19:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 15:19:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:19:25 f32fd052f3a5: Preparing 15:19:25 2e2b0a9de31c: Preparing 15:19:25 e12cc4d93b2d: Preparing 15:19:25 6f57441ff089: Preparing 15:19:25 777b2c648970: Preparing 15:19:25 e12cc4d93b2d: Layer already exists 15:19:25 6f57441ff089: Layer already exists 15:19:25 2e2b0a9de31c: Layer already exists 15:19:25 777b2c648970: Layer already exists 15:19:25 f32fd052f3a5: Layer already exists 15:19:25 master: digest: sha256:da0b21155fa1ef1df1f52e73395a92c4eb6f9af4c8082f44b83109aaefef105e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 15:19:25 ---> Running in 7a3265b51c10 [Pipeline] // withEnv [Pipeline] echo 15:19:25 ===================================================== [Pipeline] echo 15:19:26 taggedImages: 15:19:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.59 15:19:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 15:19:26 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 15:19:26 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:26 2.0.0-dev.59 15:19:26 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:26 master 15:19:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:26 Removing intermediate container 7a3265b51c10 15:19:26 ---> 3f46b1448311 15:19:26 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 15:19:26 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:19:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:19:26 a2c1c3892add: Preparing 15:19:26 a2c1c3892add: Preparing 15:19:26 47f5baea270e: Preparing 15:19:26 c9f3563df32d: Preparing 15:19:26 84a1e9286b12: Preparing 15:19:26 89d5d309e915: Preparing 15:19:26 e12cc4d93b2d: Preparing 15:19:26 ac7840ecc657: Preparing 15:19:26 ac7840ecc657: Preparing 15:19:26 f57683b07cd7: Preparing 15:19:26 e334b1550149: Preparing 15:19:26 af4f1898e2aa: Preparing 15:19:26 777b2c648970: Preparing 15:19:26 e12cc4d93b2d: Waiting 15:19:26 ac7840ecc657: Waiting 15:19:26 f57683b07cd7: Waiting 15:19:26 e334b1550149: Waiting 15:19:26 af4f1898e2aa: Waiting 15:19:26 777b2c648970: Waiting 15:19:27 ---> Running in 7529e43718f4 15:19:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:19:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:19:27 ---> 9fce9d4b878c 15:19:27 Step 3/21 : WORKDIR /edgex-go 15:19:27 ---> Using cache 15:19:27 ---> 3c7ca7e79a29 15:19:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:19:27 ---> Using cache 15:19:27 ---> a03b0f499140 15:19:27 Step 5/21 : RUN apk add --update --no-cache make git 15:19:27 ---> Using cache 15:19:27 ---> 499dd51ba890 15:19:27 Step 6/21 : COPY go.mod . 15:19:27 ---> Using cache 15:19:27 ---> 5ce3ec39a615 15:19:27 Step 7/21 : RUN go mod download 15:19:27 ---> Using cache 15:19:27 ---> 65e637c203e8 15:19:27 Step 8/21 : COPY . . 15:19:27 a2c1c3892add: Pushed 15:19:27 84a1e9286b12: Pushed 15:19:27 47f5baea270e: Pushed 15:19:27 e12cc4d93b2d: Layer already exists 15:19:27 ac7840ecc657: Pushed 15:19:27 ---> Using cache 15:19:27 ---> f0dc64a47461 15:19:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:19:27 e334b1550149: Pushed 15:19:27 777b2c648970: Layer already exists 15:19:27 af4f1898e2aa: Pushed 15:19:27 ---> Running in fdcf165996e7 15:19:28 c9f3563df32d: Pushed 15:19:28 89d5d309e915: Pushed 15:19:28 f57683b07cd7: Pushed 15:19:28 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:e08ecfe230e8bab8df45a8ed201e6997bc04efce713036166b8b6fafd29d1f5e size: 3032 [Pipeline] isUnix [Pipeline] sh 15:19:28 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.59 15:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:19:28 a2c1c3892add: Preparing 15:19:28 a2c1c3892add: Preparing 15:19:28 47f5baea270e: Preparing 15:19:28 c9f3563df32d: Preparing 15:19:28 84a1e9286b12: Preparing 15:19:28 89d5d309e915: Preparing 15:19:28 e12cc4d93b2d: Preparing 15:19:28 ac7840ecc657: Preparing 15:19:28 ac7840ecc657: Preparing 15:19:28 f57683b07cd7: Preparing 15:19:28 e334b1550149: Preparing 15:19:28 af4f1898e2aa: Preparing 15:19:28 777b2c648970: Preparing 15:19:28 ac7840ecc657: Waiting 15:19:28 f57683b07cd7: Waiting 15:19:28 e334b1550149: Waiting 15:19:28 af4f1898e2aa: Waiting 15:19:28 777b2c648970: Waiting 15:19:28 e12cc4d93b2d: Waiting 15:19:28 89d5d309e915: Layer already exists 15:19:28 47f5baea270e: Layer already exists 15:19:28 a2c1c3892add: Layer already exists 15:19:28 84a1e9286b12: Layer already exists 15:19:28 c9f3563df32d: Layer already exists 15:19:28 ac7840ecc657: Layer already exists 15:19:28 af4f1898e2aa: Layer already exists 15:19:28 e334b1550149: Layer already exists 15:19:28 f57683b07cd7: Layer already exists 15:19:28 e12cc4d93b2d: Layer already exists 15:19:28 777b2c648970: Layer already exists 15:19:28 2.0.0-dev.59: digest: sha256:e08ecfe230e8bab8df45a8ed201e6997bc04efce713036166b8b6fafd29d1f5e size: 3032 15:19:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 15:19:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:19:29 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:19:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:19:29 a2c1c3892add: Preparing 15:19:29 a2c1c3892add: Preparing 15:19:29 47f5baea270e: Preparing 15:19:29 c9f3563df32d: Preparing 15:19:29 84a1e9286b12: Preparing 15:19:29 89d5d309e915: Preparing 15:19:29 e12cc4d93b2d: Preparing 15:19:29 ac7840ecc657: Preparing 15:19:29 ac7840ecc657: Preparing 15:19:29 f57683b07cd7: Preparing 15:19:29 e334b1550149: Preparing 15:19:29 af4f1898e2aa: Preparing 15:19:29 777b2c648970: Preparing 15:19:29 af4f1898e2aa: Waiting 15:19:29 ac7840ecc657: Waiting 15:19:29 f57683b07cd7: Waiting 15:19:29 e334b1550149: Waiting 15:19:29 777b2c648970: Waiting 15:19:29 e12cc4d93b2d: Waiting 15:19:29 84a1e9286b12: Layer already exists 15:19:29 89d5d309e915: Layer already exists 15:19:29 a2c1c3892add: Layer already exists 15:19:29 c9f3563df32d: Layer already exists 15:19:29 47f5baea270e: Layer already exists 15:19:29 e12cc4d93b2d: Layer already exists 15:19:29 ac7840ecc657: Layer already exists 15:19:29 af4f1898e2aa: Layer already exists 15:19:29 f57683b07cd7: Layer already exists 15:19:29 e334b1550149: Layer already exists 15:19:29 777b2c648970: Layer already exists 15:19:29 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:e08ecfe230e8bab8df45a8ed201e6997bc04efce713036166b8b6fafd29d1f5e size: 3032 [Pipeline] isUnix [Pipeline] sh 15:19:29 (1/3) Installing dumb-init (1.2.2-r1) 15:19:29 (2/3) Installing openssl (1.1.1i-r0) 15:19:29 (3/3) Installing su-exec (0.2-r1) 15:19:29 Executing busybox-1.31.1-r19.trigger 15:19:29 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 15:19:30 OK: 6 MiB in 17 packages 15:19:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 15:19:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:19:30 a2c1c3892add: Preparing 15:19:30 a2c1c3892add: Preparing 15:19:30 47f5baea270e: Preparing 15:19:30 c9f3563df32d: Preparing 15:19:30 84a1e9286b12: Preparing 15:19:30 89d5d309e915: Preparing 15:19:30 e12cc4d93b2d: Preparing 15:19:30 ac7840ecc657: Preparing 15:19:30 ac7840ecc657: Preparing 15:19:30 f57683b07cd7: Preparing 15:19:30 e334b1550149: Preparing 15:19:30 af4f1898e2aa: Preparing 15:19:30 777b2c648970: Preparing 15:19:30 e12cc4d93b2d: Waiting 15:19:30 ac7840ecc657: Waiting 15:19:30 f57683b07cd7: Waiting 15:19:30 e334b1550149: Waiting 15:19:30 af4f1898e2aa: Waiting 15:19:30 777b2c648970: Waiting 15:19:30 84a1e9286b12: Layer already exists 15:19:30 89d5d309e915: Layer already exists 15:19:30 c9f3563df32d: Layer already exists 15:19:30 a2c1c3892add: Layer already exists 15:19:30 47f5baea270e: Layer already exists 15:19:30 e12cc4d93b2d: Layer already exists 15:19:30 ac7840ecc657: Layer already exists 15:19:30 f57683b07cd7: Layer already exists 15:19:30 af4f1898e2aa: Layer already exists 15:19:30 e334b1550149: Layer already exists 15:19:30 777b2c648970: Layer already exists 15:19:30 master: digest: sha256:e08ecfe230e8bab8df45a8ed201e6997bc04efce713036166b8b6fafd29d1f5e size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:30 ===================================================== [Pipeline] echo 15:19:30 taggedImages: 15:19:30 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:30 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.59 15:19:30 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:30 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 15:19:30 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 15:19:30 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:30 2.0.0-dev.59 15:19:30 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:30 master 15:19:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:31 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:19:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:19:31 edd18b15a061: Preparing 15:19:31 15983ab87bb4: Preparing 15:19:31 9a57a91f1388: Preparing 15:19:31 7b9bfb29e781: Preparing 15:19:31 434822df3fcb: Preparing 15:19:31 777b2c648970: Preparing 15:19:31 777b2c648970: Waiting 15:19:31 9a57a91f1388: Pushed 15:19:31 7b9bfb29e781: Pushed 15:19:31 777b2c648970: Layer already exists 15:19:31 434822df3fcb: Pushed 15:19:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:19:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:19:32 ---> 9fce9d4b878c 15:19:32 Step 3/26 : WORKDIR /edgex-go 15:19:32 ---> Using cache 15:19:32 ---> 3c7ca7e79a29 15:19:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:19:32 ---> Using cache 15:19:32 ---> a03b0f499140 15:19:32 Step 5/26 : RUN apk add --update --no-cache make bash git 15:19:32 15983ab87bb4: Pushed 15:19:32 edd18b15a061: Pushed 15:19:32 ---> Running in dc802bd682dc 15:19:32 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:7a7ee5a91ff44519a8fe745f4a2d75d738511ffebf148aa87053b661d8619ae8 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:19:33 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.59 15:19:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:19:33 edd18b15a061: Preparing 15:19:33 15983ab87bb4: Preparing 15:19:33 9a57a91f1388: Preparing 15:19:33 7b9bfb29e781: Preparing 15:19:33 434822df3fcb: Preparing 15:19:33 777b2c648970: Preparing 15:19:33 777b2c648970: Waiting 15:19:33 15983ab87bb4: Layer already exists 15:19:33 9a57a91f1388: Layer already exists 15:19:33 edd18b15a061: Layer already exists 15:19:33 7b9bfb29e781: Layer already exists 15:19:33 434822df3fcb: Layer already exists 15:19:33 777b2c648970: Layer already exists 15:19:33 2.0.0-dev.59: digest: sha256:7a7ee5a91ff44519a8fe745f4a2d75d738511ffebf148aa87053b661d8619ae8 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:19:33 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:33 Removing intermediate container 7529e43718f4 15:19:33 ---> 406b84ea6045 15:19:33 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 15:19:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:19:33 edd18b15a061: Preparing 15:19:33 15983ab87bb4: Preparing 15:19:33 9a57a91f1388: Preparing 15:19:33 7b9bfb29e781: Preparing 15:19:33 434822df3fcb: Preparing 15:19:33 777b2c648970: Preparing 15:19:33 777b2c648970: Waiting 15:19:33 7b9bfb29e781: Layer already exists 15:19:33 434822df3fcb: Layer already exists 15:19:33 edd18b15a061: Layer already exists 15:19:33 9a57a91f1388: Layer already exists 15:19:33 15983ab87bb4: Layer already exists 15:19:33 777b2c648970: Layer already exists 15:19:33 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:7a7ee5a91ff44519a8fe745f4a2d75d738511ffebf148aa87053b661d8619ae8 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:19:34 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 15:19:34 ---> Running in 3a0915bdd185 15:19:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 15:19:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:19:34 edd18b15a061: Preparing 15:19:34 15983ab87bb4: Preparing 15:19:34 9a57a91f1388: Preparing 15:19:34 7b9bfb29e781: Preparing 15:19:34 434822df3fcb: Preparing 15:19:34 777b2c648970: Preparing 15:19:34 777b2c648970: Waiting 15:19:34 edd18b15a061: Layer already exists 15:19:34 7b9bfb29e781: Layer already exists 15:19:34 434822df3fcb: Layer already exists 15:19:34 15983ab87bb4: Layer already exists 15:19:34 9a57a91f1388: Layer already exists 15:19:34 777b2c648970: Layer already exists 15:19:34 master: digest: sha256:7a7ee5a91ff44519a8fe745f4a2d75d738511ffebf148aa87053b661d8619ae8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:34 ===================================================== [Pipeline] echo 15:19:34 taggedImages: 15:19:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.59 15:19:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 15:19:34 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 15:19:34 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:34 2.0.0-dev.59 15:19:34 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:34 master 15:19:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:19:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:19:35 Removing intermediate container 3a0915bdd185 15:19:35 ---> 76da03449ab5 15:19:35 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:19:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:19:35 72d58d5b8f70: Preparing 15:19:35 2fd416d92376: Preparing 15:19:35 a8f2be47ba70: Preparing 15:19:35 9143af261f6e: Preparing 15:19:35 04743dd0615a: Preparing 15:19:35 c5137026c77b: Preparing 15:19:35 cb0976279630: Preparing 15:19:35 9a7a3a9dc434: Preparing 15:19:35 777b2c648970: Preparing 15:19:35 c5137026c77b: Waiting 15:19:35 cb0976279630: Waiting 15:19:35 9a7a3a9dc434: Waiting 15:19:35 777b2c648970: Waiting 15:19:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:19:35 72d58d5b8f70: Pushed 15:19:35 2fd416d92376: Pushed 15:19:35 04743dd0615a: Pushed 15:19:35 c5137026c77b: Pushed 15:19:35 cb0976279630: Pushed 15:19:36 777b2c648970: Layer already exists 15:19:36 9a7a3a9dc434: Pushed 15:19:36 ---> Running in 8b3d8c3e1a7d 15:19:36 9143af261f6e: Pushed 15:19:36 a8f2be47ba70: Pushed 15:19:36 OK: 217 MiB in 51 packages 15:19:36 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:db1f73aa1dc3619b1b3bb2600ec5f90b2c0af2a8b36d58682ca9307f233d8d6a size: 2198 [Pipeline] isUnix [Pipeline] sh 15:19:37 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:37 Removing intermediate container 8b3d8c3e1a7d 15:19:37 ---> 495e162c2473 15:19:37 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:19:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.59 15:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:19:37 72d58d5b8f70: Preparing 15:19:37 2fd416d92376: Preparing 15:19:37 a8f2be47ba70: Preparing 15:19:37 9143af261f6e: Preparing 15:19:37 04743dd0615a: Preparing 15:19:37 c5137026c77b: Preparing 15:19:37 cb0976279630: Preparing 15:19:37 9a7a3a9dc434: Preparing 15:19:37 777b2c648970: Preparing 15:19:37 c5137026c77b: Waiting 15:19:37 cb0976279630: Waiting 15:19:37 9a7a3a9dc434: Waiting 15:19:37 777b2c648970: Waiting 15:19:37 04743dd0615a: Layer already exists 15:19:37 a8f2be47ba70: Layer already exists 15:19:37 9143af261f6e: Layer already exists 15:19:37 72d58d5b8f70: Layer already exists 15:19:37 2fd416d92376: Layer already exists 15:19:37 9a7a3a9dc434: Layer already exists 15:19:37 cb0976279630: Layer already exists 15:19:37 c5137026c77b: Layer already exists 15:19:37 777b2c648970: Layer already exists 15:19:37 2.0.0-dev.59: digest: sha256:db1f73aa1dc3619b1b3bb2600ec5f90b2c0af2a8b36d58682ca9307f233d8d6a size: 2198 [Pipeline] isUnix [Pipeline] sh 15:19:37 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:37 ---> Running in 058eacf5c5af 15:19:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:19:38 72d58d5b8f70: Preparing 15:19:38 2fd416d92376: Preparing 15:19:38 a8f2be47ba70: Preparing 15:19:38 9143af261f6e: Preparing 15:19:38 04743dd0615a: Preparing 15:19:38 c5137026c77b: Preparing 15:19:38 cb0976279630: Preparing 15:19:38 9a7a3a9dc434: Preparing 15:19:38 777b2c648970: Preparing 15:19:38 c5137026c77b: Waiting 15:19:38 cb0976279630: Waiting 15:19:38 9a7a3a9dc434: Waiting 15:19:38 777b2c648970: Waiting 15:19:38 9143af261f6e: Layer already exists 15:19:38 a8f2be47ba70: Layer already exists 15:19:38 04743dd0615a: Layer already exists 15:19:38 2fd416d92376: Layer already exists 15:19:38 72d58d5b8f70: Layer already exists 15:19:38 cb0976279630: Layer already exists 15:19:38 c5137026c77b: Layer already exists 15:19:38 9a7a3a9dc434: Layer already exists 15:19:38 777b2c648970: Layer already exists 15:19:38 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:db1f73aa1dc3619b1b3bb2600ec5f90b2c0af2a8b36d58682ca9307f233d8d6a size: 2198 [Pipeline] isUnix [Pipeline] sh 15:19:38 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 15:19:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 15:19:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:19:38 72d58d5b8f70: Preparing 15:19:38 2fd416d92376: Preparing 15:19:38 a8f2be47ba70: Preparing 15:19:38 9143af261f6e: Preparing 15:19:38 04743dd0615a: Preparing 15:19:38 c5137026c77b: Preparing 15:19:38 cb0976279630: Preparing 15:19:38 9a7a3a9dc434: Preparing 15:19:38 777b2c648970: Preparing 15:19:38 c5137026c77b: Waiting 15:19:38 cb0976279630: Waiting 15:19:38 9a7a3a9dc434: Waiting 15:19:38 777b2c648970: Waiting 15:19:38 04743dd0615a: Layer already exists 15:19:38 9143af261f6e: Layer already exists 15:19:38 72d58d5b8f70: Layer already exists 15:19:38 a8f2be47ba70: Layer already exists 15:19:38 2fd416d92376: Layer already exists 15:19:38 c5137026c77b: Layer already exists 15:19:38 cb0976279630: Layer already exists 15:19:38 9a7a3a9dc434: Layer already exists 15:19:38 777b2c648970: Layer already exists 15:19:38 master: digest: sha256:db1f73aa1dc3619b1b3bb2600ec5f90b2c0af2a8b36d58682ca9307f233d8d6a size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:39 ===================================================== [Pipeline] echo 15:19:39 taggedImages: 15:19:39 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:39 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.59 15:19:39 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:39 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 15:19:39 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 15:19:39 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:39 2.0.0-dev.59 15:19:39 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:39 master 15:19:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:39 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:19:39 Removing intermediate container dc802bd682dc 15:19:39 ---> 9af3a1fc4bc6 15:19:39 Step 6/26 : COPY go.mod . 15:19:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:19:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:19:39 ---> 9fce9d4b878c 15:19:39 Step 3/22 : WORKDIR /edgex-go 15:19:39 ---> Using cache 15:19:39 ---> 3c7ca7e79a29 15:19:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:19:39 ---> Using cache 15:19:39 ---> a03b0f499140 15:19:39 Step 5/22 : RUN apk add --update --no-cache make git 15:19:39 ---> Using cache 15:19:39 ---> 499dd51ba890 15:19:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:19:40 5ccded4fe0d0: Preparing 15:19:40 6ff7374b1c74: Preparing 15:19:40 e12cc4d93b2d: Preparing 15:19:40 08d64f8c1c03: Preparing 15:19:40 777b2c648970: Preparing 15:19:40 777b2c648970: Layer already exists 15:19:40 e12cc4d93b2d: Layer already exists 15:19:40 5ccded4fe0d0: Pushed 15:19:40 Step 6/22 : COPY go.mod . 15:19:40 ---> Using cache 15:19:40 ---> 5ce3ec39a615 15:19:40 Step 7/22 : RUN go mod download 15:19:40 ---> Using cache 15:19:40 ---> 65e637c203e8 15:19:40 Step 8/22 : COPY . . 15:19:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:19:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:19:40 ---> 9fce9d4b878c 15:19:40 Step 3/23 : WORKDIR /edgex-go 15:19:40 ---> Using cache 15:19:40 ---> 3c7ca7e79a29 15:19:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:19:40 ---> Using cache 15:19:40 ---> a03b0f499140 15:19:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:19:40 08d64f8c1c03: Pushed 15:19:40 ---> Using cache 15:19:40 ---> f0dc64a47461 15:19:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:19:40 ---> Running in b4a860e76ce5 15:19:41 ---> Running in 00b3a76b9566 15:19:41 6ff7374b1c74: Pushed 15:19:41 ---> 8defc193be7f 15:19:41 Step 7/26 : RUN go mod download 15:19:41 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:c7946414b1f086f085c2f83bb77f1f039619365bb46a0f76296da180be66082f size: 1364 [Pipeline] isUnix [Pipeline] sh 15:19:41 ---> Running in d609b091b69f 15:19:41 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.59 15:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:19:42 5ccded4fe0d0: Preparing 15:19:42 6ff7374b1c74: Preparing 15:19:42 e12cc4d93b2d: Preparing 15:19:42 08d64f8c1c03: Preparing 15:19:42 777b2c648970: Preparing 15:19:42 08d64f8c1c03: Layer already exists 15:19:42 777b2c648970: Layer already exists 15:19:42 5ccded4fe0d0: Layer already exists 15:19:42 e12cc4d93b2d: Layer already exists 15:19:42 6ff7374b1c74: Layer already exists 15:19:42 2.0.0-dev.59: digest: sha256:c7946414b1f086f085c2f83bb77f1f039619365bb46a0f76296da180be66082f size: 1364 [Pipeline] isUnix [Pipeline] sh 15:19:42 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:42 Removing intermediate container 058eacf5c5af 15:19:42 ---> f827a9e14f32 15:19:42 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 15:19:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:19:42 5ccded4fe0d0: Preparing 15:19:42 6ff7374b1c74: Preparing 15:19:42 e12cc4d93b2d: Preparing 15:19:42 08d64f8c1c03: Preparing 15:19:42 777b2c648970: Preparing 15:19:42 6ff7374b1c74: Layer already exists 15:19:42 e12cc4d93b2d: Layer already exists 15:19:42 08d64f8c1c03: Layer already exists 15:19:42 777b2c648970: Layer already exists 15:19:42 5ccded4fe0d0: Layer already exists 15:19:42 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:c7946414b1f086f085c2f83bb77f1f039619365bb46a0f76296da180be66082f size: 1364 [Pipeline] isUnix [Pipeline] sh 15:19:42 ---> Running in a083f74066f6 15:19:43 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 15:19:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 15:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:19:43 5ccded4fe0d0: Preparing 15:19:43 6ff7374b1c74: Preparing 15:19:43 e12cc4d93b2d: Preparing 15:19:43 08d64f8c1c03: Preparing 15:19:43 777b2c648970: Preparing 15:19:43 6ff7374b1c74: Layer already exists 15:19:43 08d64f8c1c03: Layer already exists 15:19:43 e12cc4d93b2d: Layer already exists 15:19:43 5ccded4fe0d0: Layer already exists 15:19:43 777b2c648970: Layer already exists 15:19:43 master: digest: sha256:c7946414b1f086f085c2f83bb77f1f039619365bb46a0f76296da180be66082f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:43 ===================================================== [Pipeline] echo 15:19:43 taggedImages: 15:19:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.59 15:19:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 15:19:43 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 15:19:43 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:43 2.0.0-dev.59 15:19:43 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:43 master 15:19:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:19:44 Removing intermediate container a083f74066f6 15:19:44 ---> c82a78216e5e 15:19:44 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 15:19:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:19:44 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:19:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:19:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:19:44 ffc565885e18: Preparing 15:19:44 0f48fd65d4c2: Preparing 15:19:44 e12cc4d93b2d: Preparing 15:19:44 6f57441ff089: Preparing 15:19:44 777b2c648970: Preparing 15:19:44 777b2c648970: Layer already exists 15:19:44 e12cc4d93b2d: Layer already exists 15:19:44 6f57441ff089: Layer already exists 15:19:44 ffc565885e18: Pushed 15:19:45 OK: 217 MiB in 51 packages 15:19:45 0f48fd65d4c2: Pushed 15:19:45 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:5cf8c9850f8718ae979641a983bcb745c5ea760aecbabf8e53c3dc84de5c47a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:19:46 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.59 15:19:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:19:46 ffc565885e18: Preparing 15:19:46 0f48fd65d4c2: Preparing 15:19:46 e12cc4d93b2d: Preparing 15:19:46 6f57441ff089: Preparing 15:19:46 777b2c648970: Preparing 15:19:46 e12cc4d93b2d: Layer already exists 15:19:46 0f48fd65d4c2: Layer already exists 15:19:46 6f57441ff089: Layer already exists 15:19:46 777b2c648970: Layer already exists 15:19:46 ffc565885e18: Layer already exists 15:19:46 2.0.0-dev.59: digest: sha256:5cf8c9850f8718ae979641a983bcb745c5ea760aecbabf8e53c3dc84de5c47a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:19:46 ---> 5732e387b91c 15:19:46 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:19:46 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:46 Removing intermediate container d609b091b69f 15:19:46 ---> 47fe279266f4 15:19:46 Step 8/26 : COPY . . 15:19:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:19:46 ffc565885e18: Preparing 15:19:46 0f48fd65d4c2: Preparing 15:19:46 e12cc4d93b2d: Preparing 15:19:46 6f57441ff089: Preparing 15:19:46 777b2c648970: Preparing 15:19:46 ffc565885e18: Layer already exists 15:19:46 0f48fd65d4c2: Layer already exists 15:19:46 e12cc4d93b2d: Layer already exists 15:19:46 777b2c648970: Layer already exists 15:19:46 6f57441ff089: Layer already exists 15:19:46 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:5cf8c9850f8718ae979641a983bcb745c5ea760aecbabf8e53c3dc84de5c47a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:19:47 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 15:19:47 Removing intermediate container b4a860e76ce5 15:19:47 ---> 7d589b99e3cd 15:19:47 Step 6/23 : COPY go.mod . 15:19:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 15:19:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:19:47 ffc565885e18: Preparing 15:19:47 0f48fd65d4c2: Preparing 15:19:47 e12cc4d93b2d: Preparing 15:19:47 6f57441ff089: Preparing 15:19:47 777b2c648970: Preparing 15:19:47 ffc565885e18: Layer already exists 15:19:47 0f48fd65d4c2: Layer already exists 15:19:47 6f57441ff089: Layer already exists 15:19:47 777b2c648970: Layer already exists 15:19:47 e12cc4d93b2d: Layer already exists 15:19:47 master: digest: sha256:5cf8c9850f8718ae979641a983bcb745c5ea760aecbabf8e53c3dc84de5c47a8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:19:47 ===================================================== [Pipeline] echo 15:19:47 taggedImages: 15:19:47 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:47 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.59 15:19:47 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:47 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 15:19:47 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 15:19:47 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:47 2.0.0-dev.59 15:19:47 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:47 master 15:19:47 ===================================================== [Pipeline] withEnv [Pipeline] { 15:19:47 ---> cbb95a6d433f 15:19:47 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:19:47 ---> Running in 2fbbf11d235c [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:48 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:19:48 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:19:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:19:48 0d7d4c9d6979: Preparing 15:19:48 bca219190ac6: Preparing 15:19:48 a484bca865e8: Preparing 15:19:48 1285304091f3: Preparing 15:19:48 038304682d43: Preparing 15:19:48 103638821d17: Preparing 15:19:48 d284306d9cbf: Preparing 15:19:48 0754057c0ad3: Preparing 15:19:48 998cdf262ab1: Preparing 15:19:48 02e56110abd2: Preparing 15:19:48 abc36efb885a: Preparing 15:19:48 b0b09059f4e1: Preparing 15:19:48 bb961f40224b: Preparing 15:19:48 f4666769fca7: Preparing 15:19:48 103638821d17: Waiting 15:19:48 d284306d9cbf: Waiting 15:19:48 02e56110abd2: Waiting 15:19:48 0754057c0ad3: Waiting 15:19:48 998cdf262ab1: Waiting 15:19:48 abc36efb885a: Waiting 15:19:48 f4666769fca7: Waiting 15:19:48 b0b09059f4e1: Waiting 15:19:48 bb961f40224b: Waiting 15:19:49 038304682d43: Pushed 15:19:49 0d7d4c9d6979: Pushed 15:19:49 1285304091f3: Pushed 15:19:49 0754057c0ad3: Layer already exists 15:19:49 998cdf262ab1: Layer already exists 15:19:49 d284306d9cbf: Pushed 15:19:49 02e56110abd2: Layer already exists 15:19:49 abc36efb885a: Layer already exists 15:19:49 b0b09059f4e1: Layer already exists 15:19:49 ---> ab8833ab0ef0 15:19:49 Step 7/23 : RUN go mod download 15:19:49 bb961f40224b: Layer already exists 15:19:49 f4666769fca7: Layer already exists 15:19:49 ---> Running in 68d8a257dd04 15:19:50 103638821d17: Pushed 15:19:50 bca219190ac6: Pushed 15:19:53 Removing intermediate container 2fbbf11d235c 15:19:53 ---> 320f698c05ba 15:19:53 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 15:19:55 ---> e0a5928c05c1 15:19:55 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:19:55 Removing intermediate container 68d8a257dd04 15:19:55 ---> a6d97e1d5cb3 15:19:55 Step 8/23 : COPY . . 15:19:58 a484bca865e8: Pushed 15:19:58 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:c1f4ba1e48e0ee1d36e5d02c257c25da98ba4800e04ec2460ee2589885b963cc size: 3252 [Pipeline] isUnix [Pipeline] sh 15:19:58 ---> 91f73d57db90 15:19:58 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:19:58 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:58 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.59 15:19:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:19:58 0d7d4c9d6979: Preparing 15:19:58 bca219190ac6: Preparing 15:19:58 a484bca865e8: Preparing 15:19:58 1285304091f3: Preparing 15:19:58 038304682d43: Preparing 15:19:58 103638821d17: Preparing 15:19:58 d284306d9cbf: Preparing 15:19:58 0754057c0ad3: Preparing 15:19:58 998cdf262ab1: Preparing 15:19:58 02e56110abd2: Preparing 15:19:58 abc36efb885a: Preparing 15:19:58 b0b09059f4e1: Preparing 15:19:58 bb961f40224b: Preparing 15:19:58 f4666769fca7: Preparing 15:19:58 02e56110abd2: Waiting 15:19:58 abc36efb885a: Waiting 15:19:58 103638821d17: Waiting 15:19:58 b0b09059f4e1: Waiting 15:19:58 bb961f40224b: Waiting 15:19:58 0754057c0ad3: Waiting 15:19:58 998cdf262ab1: Waiting 15:19:58 d284306d9cbf: Waiting 15:19:58 f4666769fca7: Waiting 15:19:58 0d7d4c9d6979: Layer already exists 15:19:58 a484bca865e8: Layer already exists 15:19:58 bca219190ac6: Layer already exists 15:19:58 1285304091f3: Layer already exists 15:19:58 038304682d43: Layer already exists 15:19:58 d284306d9cbf: Layer already exists 15:19:58 0754057c0ad3: Layer already exists 15:19:58 103638821d17: Layer already exists 15:19:58 998cdf262ab1: Layer already exists 15:19:58 02e56110abd2: Layer already exists 15:19:58 bb961f40224b: Layer already exists 15:19:58 f4666769fca7: Layer already exists 15:19:58 b0b09059f4e1: Layer already exists 15:19:58 abc36efb885a: Layer already exists 15:19:58 2.0.0-dev.59: digest: sha256:c1f4ba1e48e0ee1d36e5d02c257c25da98ba4800e04ec2460ee2589885b963cc size: 3252 [Pipeline] isUnix [Pipeline] sh 15:19:59 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:19:59 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:19:59 0d7d4c9d6979: Preparing 15:19:59 bca219190ac6: Preparing 15:19:59 a484bca865e8: Preparing 15:19:59 1285304091f3: Preparing 15:19:59 038304682d43: Preparing 15:19:59 103638821d17: Preparing 15:19:59 d284306d9cbf: Preparing 15:19:59 0754057c0ad3: Preparing 15:19:59 998cdf262ab1: Preparing 15:19:59 02e56110abd2: Preparing 15:19:59 abc36efb885a: Preparing 15:19:59 b0b09059f4e1: Preparing 15:19:59 bb961f40224b: Preparing 15:19:59 f4666769fca7: Preparing 15:19:59 02e56110abd2: Waiting 15:19:59 abc36efb885a: Waiting 15:19:59 b0b09059f4e1: Waiting 15:19:59 103638821d17: Waiting 15:19:59 bb961f40224b: Waiting 15:19:59 f4666769fca7: Waiting 15:19:59 d284306d9cbf: Waiting 15:19:59 0754057c0ad3: Waiting 15:19:59 998cdf262ab1: Waiting 15:19:59 038304682d43: Layer already exists 15:19:59 1285304091f3: Layer already exists 15:19:59 bca219190ac6: Layer already exists 15:19:59 a484bca865e8: Layer already exists 15:19:59 0d7d4c9d6979: Layer already exists 15:19:59 103638821d17: Layer already exists 15:19:59 d284306d9cbf: Layer already exists 15:19:59 0754057c0ad3: Layer already exists 15:19:59 998cdf262ab1: Layer already exists 15:19:59 02e56110abd2: Layer already exists 15:19:59 b0b09059f4e1: Layer already exists 15:19:59 abc36efb885a: Layer already exists 15:19:59 bb961f40224b: Layer already exists 15:19:59 f4666769fca7: Layer already exists 15:19:59 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:c1f4ba1e48e0ee1d36e5d02c257c25da98ba4800e04ec2460ee2589885b963cc size: 3252 [Pipeline] isUnix [Pipeline] sh 15:19:59 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 15:20:00 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 15:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:20:00 0d7d4c9d6979: Preparing 15:20:00 bca219190ac6: Preparing 15:20:00 a484bca865e8: Preparing 15:20:00 1285304091f3: Preparing 15:20:00 038304682d43: Preparing 15:20:00 103638821d17: Preparing 15:20:00 d284306d9cbf: Preparing 15:20:00 0754057c0ad3: Preparing 15:20:00 998cdf262ab1: Preparing 15:20:00 02e56110abd2: Preparing 15:20:00 abc36efb885a: Preparing 15:20:00 b0b09059f4e1: Preparing 15:20:00 bb961f40224b: Preparing 15:20:00 f4666769fca7: Preparing 15:20:00 103638821d17: Waiting 15:20:00 abc36efb885a: Waiting 15:20:00 d284306d9cbf: Waiting 15:20:00 0754057c0ad3: Waiting 15:20:00 b0b09059f4e1: Waiting 15:20:00 bb961f40224b: Waiting 15:20:00 f4666769fca7: Waiting 15:20:00 998cdf262ab1: Waiting 15:20:00 02e56110abd2: Waiting 15:20:00 0d7d4c9d6979: Layer already exists 15:20:00 bca219190ac6: Layer already exists 15:20:00 1285304091f3: Layer already exists 15:20:00 038304682d43: Layer already exists 15:20:00 a484bca865e8: Layer already exists 15:20:00 0754057c0ad3: Layer already exists 15:20:00 d284306d9cbf: Layer already exists 15:20:00 103638821d17: Layer already exists 15:20:00 998cdf262ab1: Layer already exists 15:20:00 02e56110abd2: Layer already exists 15:20:00 abc36efb885a: Layer already exists 15:20:00 f4666769fca7: Layer already exists 15:20:00 b0b09059f4e1: Layer already exists 15:20:00 bb961f40224b: Layer already exists 15:20:00 master: digest: sha256:c1f4ba1e48e0ee1d36e5d02c257c25da98ba4800e04ec2460ee2589885b963cc size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 15:20:00 ---> 3cb2bbeb993c 15:20:00 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] echo 15:20:00 ===================================================== [Pipeline] echo 15:20:00 taggedImages: 15:20:00 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:20:00 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.59 15:20:00 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:20:00 - 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 [Pipeline] } [Pipeline] // stage [Pipeline] } 15:20:04 ---> fe4e0f84b96d 15:20:04 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:20:06 ---> 61480330f296 15:20:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:20:06 ---> 41098f51047e 15:20:06 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 15:20:06 ---> Running in 0128144f7ab4 15:20:07 ---> Running in 5d98fd040ab7 15:20:08 Removing intermediate container 5d98fd040ab7 15:20:08 ---> db1261e4ca5c 15:20:08 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:20:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:20:10 ---> cf8e0ca70e44 15:20:10 Step 28/33 : RUN chmod +x /entrypoint.sh 15:20:11 ---> Running in af74a9488f94 15:20:16 ---> f24df476c00b 15:20:16 Step 9/23 : RUN make cmd/core-data/core-data 15:20:16 Removing intermediate container af74a9488f94 15:20:16 ---> d98e4093f904 15:20:16 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 15:20:16 ---> Running in 5d849c82f984 15:20:16 ---> Running in 2899345d5830 15:20:17 Removing intermediate container 2899345d5830 15:20:17 ---> 5220d37bc5a4 15:20:17 Step 30/33 : CMD ["gate"] 15:20:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-data/core-data ./cmd/core-data 15:20:18 ---> Running in 0c3fd1cf2ad1 15:20:19 Removing intermediate container 0c3fd1cf2ad1 15:20:19 ---> 5bbc7c38ba8b 15:20:19 Step 31/33 : LABEL arch=arm64 15:20:19 ---> Running in c050db25b53a 15:20:20 Removing intermediate container c050db25b53a 15:20:20 ---> a2da7264fe75 15:20:20 Step 32/33 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:20:20 ---> Running in 94b2600cf543 15:20:21 Removing intermediate container 94b2600cf543 15:20:21 ---> 5450da1c03b5 15:20:21 Step 33/33 : LABEL version=2.0.0-dev.59 15:20:22 ---> Running in 708cfb80a70c 15:20:23 Removing intermediate container 708cfb80a70c 15:20:23 ---> cf80ea2840ea 15:20:23 15:20:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/secrets-config ./cmd/secrets-config 15:20:23 Successfully built cf80ea2840ea 15:20:23 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:20:38  Building docker-security-bootstrapper-go ... done Removing intermediate container fdcf165996e7 15:20:38 ---> 45b525ee670b 15:20:38 15:20:38 Step 10/21 : FROM alpine:3.12 15:20:38 ---> afeebe901d6b 15:20:38 Step 11/21 : RUN apk add --update --no-cache curl 15:20:39 ---> Running in 04d74677aea9 15:20:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:20:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:20:42 (1/4) Installing ca-certificates (20191127-r4) 15:20:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:20:42 (3/4) Installing libcurl (7.69.1-r3) 15:20:42 (4/4) Installing curl (7.69.1-r3) 15:20:42 Executing busybox-1.31.1-r19.trigger 15:20:42 Executing ca-certificates-20191127-r4.trigger 15:20:42 OK: 7 MiB in 18 packages 15:20:45 Removing intermediate container 04d74677aea9 15:20:45 ---> 1b9f2f3fd7c9 15:20:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:20:45 ---> Running in f7659483a0b5 15:20:45 Removing intermediate container f7659483a0b5 15:20:45 ---> 5e4c0a27a109 15:20:45 Step 13/21 : WORKDIR /edgex 15:20:45 ---> Running in cd2fd55ff2e5 15:20:46 Removing intermediate container cd2fd55ff2e5 15:20:46 ---> b785ea3afa38 15:20:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:20:47 ---> 0e65c9526c88 15:20:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:20:49 ---> 2636c7dcf2e3 15:20:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:20:51 ---> 87851bb18944 15:20:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:20:51 ---> Running in 6d867cf93038 15:20:52 Removing intermediate container 6d867cf93038 15:20:52 ---> 60d742d61c58 15:20:52 Step 18/21 : CMD ["--init=true"] 15:20:52 ---> Running in f7c6cdbec99b 15:20:52 Removing intermediate container f7c6cdbec99b 15:20:52 ---> 613147aa75c4 15:20:52 Step 19/21 : LABEL arch=arm64 15:20:52 ---> Running in b7fa33ba775e 15:20:53 Removing intermediate container b7fa33ba775e 15:20:53 ---> a404efe91846 15:20:53 Step 20/21 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:20:53 ---> Running in f202c8808c48 15:20:54 Removing intermediate container f202c8808c48 15:20:54 ---> c41a433b4ff7 15:20:54 Step 21/21 : LABEL version=2.0.0-dev.59 15:20:54 ---> Running in ccba97595c64 15:20:55 Removing intermediate container ccba97595c64 15:20:55 ---> 5af241663bbb 15:20:55 15:20:55 Successfully built 5af241663bbb 15:20:55 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:21:00  Building docker-security-proxy-setup-go ... done Removing intermediate container 00b3a76b9566 15:21:00 ---> 030d5e0d293c 15:21:00 15:21:00 Step 10/22 : FROM alpine:3.12 15:21:00 ---> afeebe901d6b 15:21:00 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:21:00 ---> Using cache 15:21:00 ---> c9c9afe32c6d 15:21:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:21:00 ---> Using cache 15:21:00 ---> b61b0e2be843 15:21:00 Step 13/22 : ENV APP_PORT=48085 15:21:00 ---> Running in 930c6dc13f7f 15:21:00 Removing intermediate container 930c6dc13f7f 15:21:00 ---> 1535eaf6c92d 15:21:00 Step 14/22 : EXPOSE $APP_PORT 15:21:00 ---> Running in 998cf3fac743 15:21:01 Removing intermediate container 998cf3fac743 15:21:01 ---> 953d5c1d75bc 15:21:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:21:02 ---> 9f8122eb2154 15:21:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:21:04 ---> 57e82739cbd7 15:21:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:21:05 ---> d6bd1f56bdf4 15:21:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:21:05 ---> Running in 7d67b7c5eabf 15:21:06 Removing intermediate container 7d67b7c5eabf 15:21:06 ---> a9878215aa5f 15:21:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:21:06 ---> Running in dcfbdfdaac53 15:21:07 Removing intermediate container dcfbdfdaac53 15:21:07 ---> 1ade94ad0a34 15:21:07 Step 20/22 : LABEL arch=arm64 15:21:07 ---> Running in f97f72a8812b 15:21:08 Removing intermediate container f97f72a8812b 15:21:08 ---> 7a08bbae4c71 15:21:08 Step 21/22 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:21:08 ---> Running in 1399ec020080 15:21:09 Removing intermediate container 1399ec020080 15:21:09 ---> 31805f62a124 15:21:09 Step 22/22 : LABEL version=2.0.0-dev.59 15:21:09 ---> Running in 2d02829b5d12 15:21:10 Removing intermediate container 2d02829b5d12 15:21:10 ---> cc6d126005a7 15:21:10 15:21:10 Successfully built cc6d126005a7 15:21:10 Successfully tagged docker-support-scheduler-go-arm64:latest 15:21:21  Building docker-support-scheduler-go ... done Removing intermediate container 0128144f7ab4 15:21:21 ---> daaf5571dcf7 15:21:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:21:21 ---> Running in e4ca6fb58071 15:21:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:21:25 Removing intermediate container e4ca6fb58071 15:21:25 ---> 73d0880999c1 15:21:25 15:21:25 Step 11/26 : FROM docker:20.10.0 15:21:25 20.10.0: Pulling from library/docker 15:21:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:21:35 Status: Downloaded newer image for docker:20.10.0 15:21:35 ---> eeaf43b92773 15:21:35 Step 12/26 : RUN apk add --no-cache bash 15:21:36 ---> Running in 343b0ac99be7 15:21:36 Removing intermediate container 5d849c82f984 15:21:36 ---> 8c5ef40899b5 15:21:36 15:21:36 Step 10/23 : FROM alpine:3.12 15:21:36 ---> afeebe901d6b 15:21:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:21:36 ---> Running in 260e70f9b685 15:21:36 Removing intermediate container 260e70f9b685 15:21:36 ---> ba1520cebfcf 15:21:36 Step 12/23 : ENV APP_PORT=48080 15:21:37 ---> Running in a115fbae3cf5 15:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:21:37 Removing intermediate container a115fbae3cf5 15:21:37 ---> 0b3897ed5224 15:21:37 Step 13/23 : EXPOSE $APP_PORT 15:21:37 ---> Running in d41bf5ee3943 15:21:37 (1/2) Installing readline (8.0.4-r0) 15:21:37 (2/2) Installing bash (5.0.17-r0) 15:21:37 Executing bash-5.0.17-r0.post-install 15:21:37 Executing busybox-1.31.1-r19.trigger 15:21:38 OK: 12 MiB in 22 packages 15:21:38 Removing intermediate container d41bf5ee3943 15:21:38 ---> 55dfa5ed873f 15:21:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:38 ---> Running in 9fb72c0b2cb5 15:21:39 Removing intermediate container 343b0ac99be7 15:21:39 ---> a095fe1e1127 15:21:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:21:39 ---> Running in 251e618719bc 15:21:39 Removing intermediate container 251e618719bc 15:21:39 ---> f153ecfd682c 15:21:39 Step 14/26 : ENV APP_PORT=48090 15:21:40 ---> Running in 4757712b189e 15:21:40 Removing intermediate container 4757712b189e 15:21:40 ---> e9a8f4ca9c20 15:21:40 Step 15/26 : EXPOSE $APP_PORT 15:21:40 ---> Running in 39a36a3559bd 15:21:40 Removing intermediate container 9fb72c0b2cb5 15:21:40 ---> 5620dfc7706b 15:21:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:21:41 ---> Running in 19330bb8a3fd 15:21:41 Removing intermediate container 39a36a3559bd 15:21:41 ---> f7ab0082f7d5 15:21:41 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:21:42 ---> 1f00b9492b74 15:21:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:21:43 ---> a2e0d25b571a 15:21:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:21:43 (1/6) Installing dumb-init (1.2.2-r1) 15:21:43 (2/6) Installing libgcc (9.3.0-r2) 15:21:43 (3/6) Installing libsodium (1.0.18-r0) 15:21:43 (4/6) Installing libstdc++ (9.3.0-r2) 15:21:43 ---> 6417fa2df658 15:21:43 Step 19/26 : RUN apk --no-cache add py3-pip 15:21:43 ---> Running in 1a70d407f7fc 15:21:43 (5/6) Installing libzmq (4.3.3-r0) 15:21:44 (6/6) Installing zeromq (4.3.3-r0) 15:21:44 Executing busybox-1.31.1-r19.trigger 15:21:44 OK: 8 MiB in 20 packages 15:21:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:21:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:21:45 Removing intermediate container 19330bb8a3fd 15:21:45 ---> 23dfce18736b 15:21:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:21:46 (1/33) Installing libbz2 (1.0.8-r1) 15:21:46 (2/33) Installing expat (2.2.9-r1) 15:21:46 (3/33) Installing libffi (3.3-r2) 15:21:46 (4/33) Installing gdbm (1.13-r1) 15:21:46 (5/33) Installing xz-libs (5.2.5-r0) 15:21:46 (6/33) Installing sqlite-libs (3.32.1-r0) 15:21:46 (7/33) Installing python3 (3.8.5-r0) 15:21:46 ---> 28cfe76b2112 15:21:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:21:48 (8/33) Installing py3-appdirs (1.4.4-r1) 15:21:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:21:48 (10/33) Installing py3-parsing (2.4.7-r0) 15:21:48 (11/33) Installing py3-six (1.15.0-r0) 15:21:48 (12/33) Installing py3-packaging (20.4-r0) 15:21:48 (13/33) Installing py3-setuptools (47.0.0-r0) 15:21:48 (14/33) Installing py3-chardet (3.0.4-r4) 15:21:48 (15/33) Installing py3-idna (2.9-r0) 15:21:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:21:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:21:48 (18/33) Installing py3-requests (2.23.0-r0) 15:21:48 (19/33) Installing py3-msgpack (1.0.0-r0) 15:21:48 (20/33) Installing py3-lockfile (0.12.2-r3) 15:21:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:21:48 ---> d8242a814d6c 15:21:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:21:48 (22/33) Installing py3-colorama (0.4.3-r0) 15:21:48 (23/33) Installing py3-distlib (0.3.0-r0) 15:21:48 (24/33) Installing py3-distro (1.5.0-r1) 15:21:48 (25/33) Installing py3-webencodings (0.5.1-r3) 15:21:48 (26/33) Installing py3-html5lib (1.0.1-r4) 15:21:48 (27/33) Installing py3-pytoml (0.1.21-r0) 15:21:48 (28/33) Installing py3-pep517 (0.8.2-r0) 15:21:48 (29/33) Installing py3-progress (1.5-r0) 15:21:48 (30/33) Installing py3-toml (0.10.1-r0) 15:21:48 (31/33) Installing py3-retrying (1.3.3-r0) 15:21:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:21:48 (33/33) Installing py3-pip (20.1.1-r0) 15:21:48 Executing busybox-1.31.1-r19.trigger 15:21:48 OK: 71 MiB in 55 packages 15:21:49 ---> fefb5f6dee43 15:21:49 Step 19/23 : ENTRYPOINT ["/core-data"] 15:21:49 ---> Running in e2d59ef4eab1 15:21:50 Removing intermediate container e2d59ef4eab1 15:21:50 ---> 5ae5b91e0faa 15:21:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:21:50 ---> Running in 08f60c7640a7 15:21:50 Removing intermediate container 08f60c7640a7 15:21:50 ---> dafd4f224ae0 15:21:50 Step 21/23 : LABEL arch=arm64 15:21:50 ---> Running in ac08dbdb0a2f 15:21:51 Removing intermediate container ac08dbdb0a2f 15:21:51 ---> a808012a1972 15:21:51 Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:21:51 ---> Running in 2929794c3010 15:21:52 Removing intermediate container 2929794c3010 15:21:52 ---> bd2f5614be5c 15:21:52 Step 23/23 : LABEL version=2.0.0-dev.59 15:21:52 ---> Running in a3af5e3e8c21 15:21:53 Removing intermediate container a3af5e3e8c21 15:21:53 ---> 00bd40cd9fa9 15:21:53 15:21:53 Successfully built 00bd40cd9fa9 15:21:53 Successfully tagged docker-core-data-go-arm64:latest 15:21:54  Building docker-core-data-go ... done Removing intermediate container 1a70d407f7fc 15:21:54 ---> b64e48347b64 15:21:54 Step 20/26 : RUN pip install docker-compose==1.23.2 15:21:54 ---> Running in 29fb84394544 15:21:59 Collecting docker-compose==1.23.2 15:21:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:21:59 Collecting websocket-client<1.0,>=0.32.0 15:21:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:22:00 Collecting jsonschema<3,>=2.5.1 15:22:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:22:01 Collecting cached-property<2,>=1.2.0 15:22:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:22:01 Collecting docker<4.0,>=3.6.0 15:22:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:22:02 Collecting dockerpty<0.5,>=0.4.1 15:22:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:22:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:22:04 Collecting texttable<0.10,>=0.9.0 15:22:04 Downloading texttable-0.9.1.tar.gz (11 kB) 15:22:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:22:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:22:07 Collecting docopt<0.7,>=0.6.1 15:22:07 Downloading docopt-0.6.2.tar.gz (25 kB) 15:22:09 Collecting PyYAML<4,>=3.10 15:22:09 Downloading PyYAML-3.13.tar.gz (270 kB) 15:22:13 Collecting docker-pycreds>=0.4.0 15:22:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:22:13 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) 15:22:13 Collecting urllib3<1.25,>=1.21.1 15:22:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:22:13 Collecting idna<2.8,>=2.5 15:22:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:22:13 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) 15:22:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:22:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:22:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:22:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:22:14 Installing collected packages: websocket-client, jsonschema, cached-property, docker-pycreds, urllib3, idna, requests, docker, dockerpty, texttable, docopt, PyYAML, docker-compose 15:22:15 Attempting uninstall: urllib3 15:22:15 Found existing installation: urllib3 1.25.9 15:22:15 Uninstalling urllib3-1.25.9: 15:22:15 Successfully uninstalled urllib3-1.25.9 15:22:16 Attempting uninstall: idna 15:22:16 Found existing installation: idna 2.9 15:22:16 Uninstalling idna-2.9: 15:22:16 Successfully uninstalled idna-2.9 15:22:16 Attempting uninstall: requests 15:22:16 Found existing installation: requests 2.23.0 15:22:16 Uninstalling requests-2.23.0: 15:22:16 Successfully uninstalled requests-2.23.0 15:22:17 Running setup.py install for dockerpty: started 15:22:19 Running setup.py install for dockerpty: finished with status 'done' 15:22:19 Running setup.py install for texttable: started 15:22:21 Running setup.py install for texttable: finished with status 'done' 15:22:21 Running setup.py install for docopt: started 15:22:22 Running setup.py install for docopt: finished with status 'done' 15:22:22 Running setup.py install for PyYAML: started 15:22:25 Running setup.py install for PyYAML: finished with status 'done' 15:22:26 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:22:30 Removing intermediate container 29fb84394544 15:22:30 ---> f860ef09bba5 15:22:30 Step 21/26 : RUN apk --no-cache add curl 15:22:30 ---> Running in ce7cdda81aba 15:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:22:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:22:32 (2/3) Installing libcurl (7.69.1-r3) 15:22:32 (3/3) Installing curl (7.69.1-r3) 15:22:32 Executing busybox-1.31.1-r19.trigger 15:22:32 OK: 71 MiB in 58 packages 15:22:33 Removing intermediate container ce7cdda81aba 15:22:33 ---> 1a4140af3db1 15:22:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:22:33 ---> Running in 79357b9e4ad6 15:22:33 Removing intermediate container 79357b9e4ad6 15:22:33 ---> 1f440605bda9 15:22:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:22:34 ---> Running in 7b333e90b30d 15:22:34 Removing intermediate container 7b333e90b30d 15:22:34 ---> 05c3367e930c 15:22:34 Step 24/26 : LABEL arch=arm64 15:22:34 ---> Running in c95921fbb44d 15:22:35 Removing intermediate container c95921fbb44d 15:22:35 ---> 9e1649e26c5e 15:22:35 Step 25/26 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:22:35 ---> Running in e8c1601f09d5 15:22:35 Removing intermediate container e8c1601f09d5 15:22:35 ---> dacda88d7535 15:22:35 Step 26/26 : LABEL version=2.0.0-dev.59 15:22:35 ---> Running in 2c27bdf08539 15:22:36 Removing intermediate container 2c27bdf08539 15:22:36 ---> 6f4a41c685ce 15:22:36 15:22:36 Successfully built 6f4a41c685ce 15:22:36 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:22:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:22:36 $ docker stop --time=1 c54eda9a10469d4dd2db6f3260691c6d497907f87db4e4765bb8e72dc2459d05 15:22:38 $ docker rm -f c54eda9a10469d4dd2db6f3260691c6d497907f87db4e4765bb8e72dc2459d05 [Pipeline] // withDockerContainer [Pipeline] sh 15:22:39 + docker images 15:22:39 + grep docker 15:22:39 docker-sys-mgmt-agent-go-arm64 latest 6f4a41c685ce 4 seconds ago 300MB 15:22:39 docker-core-data-go-arm64 latest 00bd40cd9fa9 47 seconds ago 21MB 15:22:39 docker-support-scheduler-go-arm64 latest cc6d126005a7 About a minute ago 15.5MB 15:22:39 docker-security-proxy-setup-go-arm64 latest 5af241663bbb About a minute ago 23.2MB 15:22:39 docker-security-bootstrapper-go-arm64 latest cf80ea2840ea 2 minutes ago 31.9MB 15:22:39 docker-core-metadata-go-arm64 latest 6a3ad58d5021 3 minutes ago 17.7MB 15:22:39 docker-security-secretstore-setup-go-arm64 latest 222e9ca0a848 3 minutes ago 23.4MB 15:22:39 docker-core-command-go-arm64 latest 34e3ff22a215 3 minutes ago 15.4MB 15:22:39 docker-support-notifications-go-arm64 latest 025c7a8fb3f7 3 minutes ago 16MB 15:22:39 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:22:40 provisioning config files... 15:22:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/322@tmp/config6793635133852993054tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:22:40 ---> docker-login.sh 15:22:40 nexus3.edgexfoundry.org:10001 15:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:41 Configure a credential helper to remove this warning. See 15:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:41 15:22:41 Login Succeeded 15:22:41 nexus3.edgexfoundry.org:10002 15:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:42 Configure a credential helper to remove this warning. See 15:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:42 15:22:42 Login Succeeded 15:22:42 nexus3.edgexfoundry.org:10003 15:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:42 Configure a credential helper to remove this warning. See 15:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:42 15:22:42 Login Succeeded 15:22:42 nexus3.edgexfoundry.org:10004 15:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:42 Configure a credential helper to remove this warning. See 15:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:42 15:22:42 Login Succeeded 15:22:42 docker.io 15:22:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:43 Configure a credential helper to remove this warning. See 15:22:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:43 15:22:43 Login Succeeded 15:22:43 ---> docker-login.sh ends [Pipeline] } 15:22:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:43 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 15:22:43 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:22:43 2.0.0-dev.59 15:22:43 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:22:43 master 15:22:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:22:44 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:22:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:22:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:22:44 5562aa22a27b: Preparing 15:22:44 c9f70013013c: Preparing 15:22:44 7c5e00493d31: Preparing 15:22:44 6728ec136c29: Preparing 15:22:44 379067d0cb53: Preparing 15:22:44 379067d0cb53: Layer already exists 15:22:44 7c5e00493d31: Pushed 15:22:44 6728ec136c29: Pushed 15:22:44 5562aa22a27b: Pushed 15:22:47 c9f70013013c: Pushed 15:22:47 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:7528be3052714c974cf87bdcc20d772e671bf189a585d306d8b37e97aaeb0972 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:22:47 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:22:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.59 15:22:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:22:48 5562aa22a27b: Preparing 15:22:48 c9f70013013c: Preparing 15:22:48 7c5e00493d31: Preparing 15:22:48 6728ec136c29: Preparing 15:22:48 379067d0cb53: Preparing 15:22:48 379067d0cb53: Layer already exists 15:22:48 6728ec136c29: Layer already exists 15:22:48 7c5e00493d31: Layer already exists 15:22:48 c9f70013013c: Layer already exists 15:22:48 5562aa22a27b: Layer already exists 15:22:48 2.0.0-dev.59: digest: sha256:7528be3052714c974cf87bdcc20d772e671bf189a585d306d8b37e97aaeb0972 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:22:48 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:22:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:22:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:22:49 5562aa22a27b: Preparing 15:22:49 c9f70013013c: Preparing 15:22:49 7c5e00493d31: Preparing 15:22:49 6728ec136c29: Preparing 15:22:49 379067d0cb53: Preparing 15:22:49 7c5e00493d31: Layer already exists 15:22:49 379067d0cb53: Layer already exists 15:22:49 6728ec136c29: Layer already exists 15:22:49 5562aa22a27b: Layer already exists 15:22:49 c9f70013013c: Layer already exists 15:22:49 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:7528be3052714c974cf87bdcc20d772e671bf189a585d306d8b37e97aaeb0972 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:22:49 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:22:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 15:22:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:22:50 5562aa22a27b: Preparing 15:22:50 c9f70013013c: Preparing 15:22:50 7c5e00493d31: Preparing 15:22:50 6728ec136c29: Preparing 15:22:50 379067d0cb53: Preparing 15:22:50 6728ec136c29: Layer already exists 15:22:50 c9f70013013c: Layer already exists 15:22:50 379067d0cb53: Layer already exists 15:22:50 5562aa22a27b: Layer already exists 15:22:50 7c5e00493d31: Layer already exists 15:22:50 master: digest: sha256:7528be3052714c974cf87bdcc20d772e671bf189a585d306d8b37e97aaeb0972 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:50 ===================================================== [Pipeline] echo 15:22:50 taggedImages: 15:22:50 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:22:50 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.59 15:22:50 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:22:50 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 15:22:50 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 15:22:50 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:22:50 2.0.0-dev.59 15:22:50 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:22:50 master 15:22:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:22:51 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:22:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:22:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:22:51 8bdca5a97eec: Preparing 15:22:51 8872d5bffd04: Preparing 15:22:51 7c5e00493d31: Preparing 15:22:51 b08e4f0d117b: Preparing 15:22:51 cfb9b1b83f43: Preparing 15:22:51 379067d0cb53: Preparing 15:22:51 379067d0cb53: Waiting 15:22:51 7c5e00493d31: Layer already exists 15:22:51 379067d0cb53: Layer already exists 15:22:51 cfb9b1b83f43: Pushed 15:22:51 8bdca5a97eec: Pushed 15:22:52 b08e4f0d117b: Pushed 15:22:54 8872d5bffd04: Pushed 15:22:54 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:d7e9b68ad0577d239679df92c4269b7d9d8119bae49b81ca896e507a3b551ff4 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:22:55 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:22:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.59 15:22:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:22:55 8bdca5a97eec: Preparing 15:22:55 8872d5bffd04: Preparing 15:22:55 7c5e00493d31: Preparing 15:22:55 b08e4f0d117b: Preparing 15:22:55 cfb9b1b83f43: Preparing 15:22:55 379067d0cb53: Preparing 15:22:55 379067d0cb53: Waiting 15:22:55 7c5e00493d31: Layer already exists 15:22:55 cfb9b1b83f43: Layer already exists 15:22:55 b08e4f0d117b: Layer already exists 15:22:55 8872d5bffd04: Layer already exists 15:22:55 8bdca5a97eec: Layer already exists 15:22:55 379067d0cb53: Layer already exists 15:22:55 2.0.0-dev.59: digest: sha256:d7e9b68ad0577d239679df92c4269b7d9d8119bae49b81ca896e507a3b551ff4 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:22:56 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:22:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:22:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:22:56 8bdca5a97eec: Preparing 15:22:56 8872d5bffd04: Preparing 15:22:56 7c5e00493d31: Preparing 15:22:56 b08e4f0d117b: Preparing 15:22:56 cfb9b1b83f43: Preparing 15:22:56 379067d0cb53: Preparing 15:22:56 379067d0cb53: Waiting 15:22:56 8872d5bffd04: Layer already exists 15:22:56 7c5e00493d31: Layer already exists 15:22:56 8bdca5a97eec: Layer already exists 15:22:56 b08e4f0d117b: Layer already exists 15:22:56 cfb9b1b83f43: Layer already exists 15:22:56 379067d0cb53: Layer already exists 15:22:56 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:d7e9b68ad0577d239679df92c4269b7d9d8119bae49b81ca896e507a3b551ff4 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:22:57 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:22:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 15:22:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:22:57 8bdca5a97eec: Preparing 15:22:57 8872d5bffd04: Preparing 15:22:57 7c5e00493d31: Preparing 15:22:57 b08e4f0d117b: Preparing 15:22:57 cfb9b1b83f43: Preparing 15:22:57 379067d0cb53: Preparing 15:22:57 379067d0cb53: Waiting 15:22:57 8872d5bffd04: Layer already exists 15:22:57 7c5e00493d31: Layer already exists 15:22:57 b08e4f0d117b: Layer already exists 15:22:57 cfb9b1b83f43: Layer already exists 15:22:57 8bdca5a97eec: Layer already exists 15:22:57 379067d0cb53: Layer already exists 15:22:57 master: digest: sha256:d7e9b68ad0577d239679df92c4269b7d9d8119bae49b81ca896e507a3b551ff4 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:58 ===================================================== [Pipeline] echo 15:22:58 taggedImages: 15:22:58 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:22:58 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.59 15:22:58 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:22:58 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 15:22:58 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 15:22:58 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:22:58 2.0.0-dev.59 15:22:58 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:22:58 master 15:22:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:22:58 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:22:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:22:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:22:58 9fa39d4fef2c: Preparing 15:22:58 8fe58f92079d: Preparing 15:22:58 7c5e00493d31: Preparing 15:22:58 6728ec136c29: Preparing 15:22:58 379067d0cb53: Preparing 15:22:58 7c5e00493d31: Layer already exists 15:22:58 6728ec136c29: Layer already exists 15:22:59 379067d0cb53: Layer already exists 15:22:59 9fa39d4fef2c: Pushed 15:23:02 8fe58f92079d: Pushed 15:23:02 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:8042a77881ac7675a674914605ead818fe37488b5acaf63eb2d139e32681240d size: 1363 [Pipeline] isUnix [Pipeline] sh 15:23:03 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.59 15:23:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:23:03 9fa39d4fef2c: Preparing 15:23:03 8fe58f92079d: Preparing 15:23:03 7c5e00493d31: Preparing 15:23:03 6728ec136c29: Preparing 15:23:03 379067d0cb53: Preparing 15:23:03 6728ec136c29: Layer already exists 15:23:03 8fe58f92079d: Layer already exists 15:23:03 7c5e00493d31: Layer already exists 15:23:03 9fa39d4fef2c: Layer already exists 15:23:03 379067d0cb53: Layer already exists 15:23:03 2.0.0-dev.59: digest: sha256:8042a77881ac7675a674914605ead818fe37488b5acaf63eb2d139e32681240d size: 1363 [Pipeline] isUnix [Pipeline] sh 15:23:03 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:23:04 9fa39d4fef2c: Preparing 15:23:04 8fe58f92079d: Preparing 15:23:04 7c5e00493d31: Preparing 15:23:04 6728ec136c29: Preparing 15:23:04 379067d0cb53: Preparing 15:23:04 379067d0cb53: Layer already exists 15:23:04 8fe58f92079d: Layer already exists 15:23:04 7c5e00493d31: Layer already exists 15:23:04 9fa39d4fef2c: Layer already exists 15:23:04 6728ec136c29: Layer already exists 15:23:04 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:8042a77881ac7675a674914605ead818fe37488b5acaf63eb2d139e32681240d size: 1363 [Pipeline] isUnix [Pipeline] sh 15:23:04 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:23:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 15:23:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:23:05 9fa39d4fef2c: Preparing 15:23:05 8fe58f92079d: Preparing 15:23:05 7c5e00493d31: Preparing 15:23:05 6728ec136c29: Preparing 15:23:05 379067d0cb53: Preparing 15:23:05 9fa39d4fef2c: Layer already exists 15:23:05 379067d0cb53: Layer already exists 15:23:05 6728ec136c29: Layer already exists 15:23:05 8fe58f92079d: Layer already exists 15:23:05 7c5e00493d31: Layer already exists 15:23:05 master: digest: sha256:8042a77881ac7675a674914605ead818fe37488b5acaf63eb2d139e32681240d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:05 ===================================================== [Pipeline] echo 15:23:06 taggedImages: 15:23:06 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:06 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.59 15:23:06 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:06 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 15:23:06 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 15:23:06 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:06 2.0.0-dev.59 15:23:06 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:06 master 15:23:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:06 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:23:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:23:06 443197a5f948: Preparing 15:23:06 443197a5f948: Preparing 15:23:06 89ac28b771d3: Preparing 15:23:06 edb1a7a92f58: Preparing 15:23:06 f341004fbeb6: Preparing 15:23:06 fe2213cde303: Preparing 15:23:06 7c5e00493d31: Preparing 15:23:06 2adb0bedd3c8: Preparing 15:23:06 2adb0bedd3c8: Preparing 15:23:06 9dee42e416ad: Preparing 15:23:06 16fb5b0272eb: Preparing 15:23:06 a28bf6969213: Preparing 15:23:06 379067d0cb53: Preparing 15:23:06 2adb0bedd3c8: Waiting 15:23:06 9dee42e416ad: Waiting 15:23:06 16fb5b0272eb: Waiting 15:23:06 a28bf6969213: Waiting 15:23:06 379067d0cb53: Waiting 15:23:06 7c5e00493d31: Waiting 15:23:07 89ac28b771d3: Pushed 15:23:07 f341004fbeb6: Pushed 15:23:07 7c5e00493d31: Layer already exists 15:23:07 443197a5f948: Pushed 15:23:07 2adb0bedd3c8: Pushed 15:23:07 16fb5b0272eb: Pushed 15:23:07 379067d0cb53: Layer already exists 15:23:08 a28bf6969213: Pushed 15:23:09 edb1a7a92f58: Pushed 15:23:09 fe2213cde303: Pushed 15:23:09 9dee42e416ad: Pushed 15:23:10 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:b3b33f55d6e98b2222f0b5380f37c609a987d40bdbbb8353aef8e08d74df5f14 size: 3032 [Pipeline] isUnix [Pipeline] sh 15:23:10 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.59 15:23:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:23:10 443197a5f948: Preparing 15:23:10 443197a5f948: Preparing 15:23:10 89ac28b771d3: Preparing 15:23:10 edb1a7a92f58: Preparing 15:23:10 f341004fbeb6: Preparing 15:23:10 fe2213cde303: Preparing 15:23:10 7c5e00493d31: Preparing 15:23:10 2adb0bedd3c8: Preparing 15:23:10 2adb0bedd3c8: Preparing 15:23:10 9dee42e416ad: Preparing 15:23:10 16fb5b0272eb: Preparing 15:23:10 a28bf6969213: Preparing 15:23:10 379067d0cb53: Preparing 15:23:10 9dee42e416ad: Waiting 15:23:10 16fb5b0272eb: Waiting 15:23:10 379067d0cb53: Waiting 15:23:10 a28bf6969213: Waiting 15:23:10 7c5e00493d31: Waiting 15:23:10 2adb0bedd3c8: Waiting 15:23:10 edb1a7a92f58: Layer already exists 15:23:10 89ac28b771d3: Layer already exists 15:23:10 fe2213cde303: Layer already exists 15:23:10 f341004fbeb6: Layer already exists 15:23:10 443197a5f948: Layer already exists 15:23:10 7c5e00493d31: Layer already exists 15:23:10 9dee42e416ad: Layer already exists 15:23:10 16fb5b0272eb: Layer already exists 15:23:10 a28bf6969213: Layer already exists 15:23:10 2adb0bedd3c8: Layer already exists 15:23:10 379067d0cb53: Layer already exists 15:23:10 2.0.0-dev.59: digest: sha256:b3b33f55d6e98b2222f0b5380f37c609a987d40bdbbb8353aef8e08d74df5f14 size: 3032 [Pipeline] isUnix [Pipeline] sh 15:23:11 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:23:11 443197a5f948: Preparing 15:23:11 443197a5f948: Preparing 15:23:11 89ac28b771d3: Preparing 15:23:11 edb1a7a92f58: Preparing 15:23:11 f341004fbeb6: Preparing 15:23:11 fe2213cde303: Preparing 15:23:11 7c5e00493d31: Preparing 15:23:11 2adb0bedd3c8: Preparing 15:23:11 2adb0bedd3c8: Preparing 15:23:11 9dee42e416ad: Preparing 15:23:11 16fb5b0272eb: Preparing 15:23:11 a28bf6969213: Preparing 15:23:11 379067d0cb53: Preparing 15:23:11 16fb5b0272eb: Waiting 15:23:11 a28bf6969213: Waiting 15:23:11 379067d0cb53: Waiting 15:23:11 7c5e00493d31: Waiting 15:23:11 2adb0bedd3c8: Waiting 15:23:11 9dee42e416ad: Waiting 15:23:11 f341004fbeb6: Layer already exists 15:23:11 89ac28b771d3: Layer already exists 15:23:11 edb1a7a92f58: Layer already exists 15:23:11 443197a5f948: Layer already exists 15:23:11 fe2213cde303: Layer already exists 15:23:11 2adb0bedd3c8: Layer already exists 15:23:11 7c5e00493d31: Layer already exists 15:23:11 a28bf6969213: Layer already exists 15:23:11 16fb5b0272eb: Layer already exists 15:23:11 9dee42e416ad: Layer already exists 15:23:11 379067d0cb53: Layer already exists 15:23:11 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:b3b33f55d6e98b2222f0b5380f37c609a987d40bdbbb8353aef8e08d74df5f14 size: 3032 [Pipeline] isUnix [Pipeline] sh 15:23:12 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:23:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 15:23:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:23:12 443197a5f948: Preparing 15:23:12 443197a5f948: Preparing 15:23:12 89ac28b771d3: Preparing 15:23:12 edb1a7a92f58: Preparing 15:23:12 f341004fbeb6: Preparing 15:23:12 fe2213cde303: Preparing 15:23:12 7c5e00493d31: Preparing 15:23:12 2adb0bedd3c8: Preparing 15:23:12 2adb0bedd3c8: Preparing 15:23:12 9dee42e416ad: Preparing 15:23:12 16fb5b0272eb: Preparing 15:23:12 a28bf6969213: Preparing 15:23:12 379067d0cb53: Preparing 15:23:12 7c5e00493d31: Waiting 15:23:12 2adb0bedd3c8: Waiting 15:23:12 379067d0cb53: Waiting 15:23:12 a28bf6969213: Waiting 15:23:12 9dee42e416ad: Waiting 15:23:12 16fb5b0272eb: Waiting 15:23:12 443197a5f948: Layer already exists 15:23:12 fe2213cde303: Layer already exists 15:23:12 f341004fbeb6: Layer already exists 15:23:12 89ac28b771d3: Layer already exists 15:23:12 edb1a7a92f58: Layer already exists 15:23:12 7c5e00493d31: Layer already exists 15:23:12 2adb0bedd3c8: Layer already exists 15:23:12 9dee42e416ad: Layer already exists 15:23:12 16fb5b0272eb: Layer already exists 15:23:12 a28bf6969213: Layer already exists 15:23:12 379067d0cb53: Layer already exists 15:23:12 master: digest: sha256:b3b33f55d6e98b2222f0b5380f37c609a987d40bdbbb8353aef8e08d74df5f14 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:13 ===================================================== [Pipeline] echo 15:23:13 taggedImages: 15:23:13 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:13 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.59 15:23:13 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:13 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 15:23:13 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 15:23:13 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:13 2.0.0-dev.59 15:23:13 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:13 master 15:23:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:13 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:23:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:23:14 0d15d029f2e7: Preparing 15:23:14 4e56b3f3eb58: Preparing 15:23:14 92c4ef09b516: Preparing 15:23:14 a0790707d7fe: Preparing 15:23:14 12c35d3fd236: Preparing 15:23:14 379067d0cb53: Preparing 15:23:14 379067d0cb53: Waiting 15:23:14 92c4ef09b516: Pushed 15:23:14 379067d0cb53: Layer already exists 15:23:14 a0790707d7fe: Pushed 15:23:14 12c35d3fd236: Pushed 15:23:16 0d15d029f2e7: Pushed 15:23:16 4e56b3f3eb58: Pushed 15:23:16 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:2eac57ca906eefd8fc1795ccd5178556c405a3cba842e0ffd5f32fbef3d42f2c size: 1574 [Pipeline] isUnix [Pipeline] sh 15:23:16 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.59 15:23:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:23:17 0d15d029f2e7: Preparing 15:23:17 4e56b3f3eb58: Preparing 15:23:17 92c4ef09b516: Preparing 15:23:17 a0790707d7fe: Preparing 15:23:17 12c35d3fd236: Preparing 15:23:17 379067d0cb53: Preparing 15:23:17 379067d0cb53: Waiting 15:23:17 12c35d3fd236: Layer already exists 15:23:17 92c4ef09b516: Layer already exists 15:23:17 a0790707d7fe: Layer already exists 15:23:17 0d15d029f2e7: Layer already exists 15:23:17 4e56b3f3eb58: Layer already exists 15:23:17 379067d0cb53: Layer already exists 15:23:17 2.0.0-dev.59: digest: sha256:2eac57ca906eefd8fc1795ccd5178556c405a3cba842e0ffd5f32fbef3d42f2c size: 1574 [Pipeline] isUnix [Pipeline] sh 15:23:17 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:23:18 0d15d029f2e7: Preparing 15:23:18 4e56b3f3eb58: Preparing 15:23:18 92c4ef09b516: Preparing 15:23:18 a0790707d7fe: Preparing 15:23:18 12c35d3fd236: Preparing 15:23:18 379067d0cb53: Preparing 15:23:18 379067d0cb53: Waiting 15:23:18 4e56b3f3eb58: Layer already exists 15:23:18 12c35d3fd236: Layer already exists 15:23:18 0d15d029f2e7: Layer already exists 15:23:18 92c4ef09b516: Layer already exists 15:23:18 a0790707d7fe: Layer already exists 15:23:18 379067d0cb53: Layer already exists 15:23:18 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:2eac57ca906eefd8fc1795ccd5178556c405a3cba842e0ffd5f32fbef3d42f2c size: 1574 [Pipeline] isUnix [Pipeline] sh 15:23:18 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:23:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 15:23:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:23:19 0d15d029f2e7: Preparing 15:23:19 4e56b3f3eb58: Preparing 15:23:19 92c4ef09b516: Preparing 15:23:19 a0790707d7fe: Preparing 15:23:19 12c35d3fd236: Preparing 15:23:19 379067d0cb53: Preparing 15:23:19 379067d0cb53: Waiting 15:23:19 0d15d029f2e7: Layer already exists 15:23:19 4e56b3f3eb58: Layer already exists 15:23:19 12c35d3fd236: Layer already exists 15:23:19 a0790707d7fe: Layer already exists 15:23:19 92c4ef09b516: Layer already exists 15:23:19 379067d0cb53: Layer already exists 15:23:19 master: digest: sha256:2eac57ca906eefd8fc1795ccd5178556c405a3cba842e0ffd5f32fbef3d42f2c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:19 ===================================================== [Pipeline] echo 15:23:19 taggedImages: 15:23:19 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:19 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.59 15:23:19 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:19 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 15:23:19 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 15:23:19 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:19 2.0.0-dev.59 15:23:19 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:19 master 15:23:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:20 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:23:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:23:20 5f2575f8122e: Preparing 15:23:20 47cff3bfc050: Preparing 15:23:20 b64ad0b16f59: Preparing 15:23:20 657ab354626a: Preparing 15:23:20 2252a41eeb26: Preparing 15:23:20 4fac7fcf1cb1: Preparing 15:23:20 a6685b18b5b5: Preparing 15:23:20 5e822b6b8a01: Preparing 15:23:20 379067d0cb53: Preparing 15:23:20 4fac7fcf1cb1: Waiting 15:23:20 a6685b18b5b5: Waiting 15:23:20 5e822b6b8a01: Waiting 15:23:20 379067d0cb53: Waiting 15:23:21 5f2575f8122e: Pushed 15:23:21 2252a41eeb26: Pushed 15:23:21 47cff3bfc050: Pushed 15:23:21 4fac7fcf1cb1: Pushed 15:23:21 a6685b18b5b5: Pushed 15:23:21 379067d0cb53: Layer already exists 15:23:21 5e822b6b8a01: Pushed 15:23:23 657ab354626a: Pushed 15:23:23 b64ad0b16f59: Pushed 15:23:23 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:be5ad82c82efe91eb56032d2578ef4b03d40d23a2805b3e68a2aa659254acd8b size: 2198 [Pipeline] isUnix [Pipeline] sh 15:23:24 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.59 15:23:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:23:24 5f2575f8122e: Preparing 15:23:24 47cff3bfc050: Preparing 15:23:24 b64ad0b16f59: Preparing 15:23:24 657ab354626a: Preparing 15:23:24 2252a41eeb26: Preparing 15:23:24 4fac7fcf1cb1: Preparing 15:23:24 a6685b18b5b5: Preparing 15:23:24 5e822b6b8a01: Preparing 15:23:24 379067d0cb53: Preparing 15:23:24 a6685b18b5b5: Waiting 15:23:24 5e822b6b8a01: Waiting 15:23:24 379067d0cb53: Waiting 15:23:24 4fac7fcf1cb1: Waiting 15:23:24 47cff3bfc050: Layer already exists 15:23:24 2252a41eeb26: Layer already exists 15:23:24 657ab354626a: Layer already exists 15:23:24 b64ad0b16f59: Layer already exists 15:23:24 5f2575f8122e: Layer already exists 15:23:24 4fac7fcf1cb1: Layer already exists 15:23:24 5e822b6b8a01: Layer already exists 15:23:24 379067d0cb53: Layer already exists 15:23:24 a6685b18b5b5: Layer already exists 15:23:24 2.0.0-dev.59: digest: sha256:be5ad82c82efe91eb56032d2578ef4b03d40d23a2805b3e68a2aa659254acd8b size: 2198 [Pipeline] isUnix [Pipeline] sh 15:23:25 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:23:25 5f2575f8122e: Preparing 15:23:25 47cff3bfc050: Preparing 15:23:25 b64ad0b16f59: Preparing 15:23:25 657ab354626a: Preparing 15:23:25 2252a41eeb26: Preparing 15:23:25 4fac7fcf1cb1: Preparing 15:23:25 a6685b18b5b5: Preparing 15:23:25 5e822b6b8a01: Preparing 15:23:25 379067d0cb53: Preparing 15:23:25 a6685b18b5b5: Waiting 15:23:25 5e822b6b8a01: Waiting 15:23:25 379067d0cb53: Waiting 15:23:25 47cff3bfc050: Layer already exists 15:23:25 657ab354626a: Layer already exists 15:23:25 b64ad0b16f59: Layer already exists 15:23:25 5f2575f8122e: Layer already exists 15:23:25 2252a41eeb26: Layer already exists 15:23:25 a6685b18b5b5: Layer already exists 15:23:25 4fac7fcf1cb1: Layer already exists 15:23:25 5e822b6b8a01: Layer already exists 15:23:25 379067d0cb53: Layer already exists 15:23:25 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:be5ad82c82efe91eb56032d2578ef4b03d40d23a2805b3e68a2aa659254acd8b size: 2198 [Pipeline] isUnix [Pipeline] sh 15:23:26 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:23:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 15:23:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:23:26 5f2575f8122e: Preparing 15:23:26 47cff3bfc050: Preparing 15:23:26 b64ad0b16f59: Preparing 15:23:26 657ab354626a: Preparing 15:23:26 2252a41eeb26: Preparing 15:23:26 4fac7fcf1cb1: Preparing 15:23:26 a6685b18b5b5: Preparing 15:23:26 5e822b6b8a01: Preparing 15:23:26 379067d0cb53: Preparing 15:23:26 a6685b18b5b5: Waiting 15:23:26 5e822b6b8a01: Waiting 15:23:26 4fac7fcf1cb1: Waiting 15:23:26 379067d0cb53: Waiting 15:23:26 657ab354626a: Layer already exists 15:23:26 47cff3bfc050: Layer already exists 15:23:26 b64ad0b16f59: Layer already exists 15:23:26 5f2575f8122e: Layer already exists 15:23:26 2252a41eeb26: Layer already exists 15:23:26 4fac7fcf1cb1: Layer already exists 15:23:26 5e822b6b8a01: Layer already exists 15:23:26 a6685b18b5b5: Layer already exists 15:23:26 379067d0cb53: Layer already exists 15:23:26 master: digest: sha256:be5ad82c82efe91eb56032d2578ef4b03d40d23a2805b3e68a2aa659254acd8b size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:26 ===================================================== [Pipeline] echo 15:23:26 taggedImages: 15:23:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.59 15:23:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:26 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 15:23:26 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 15:23:26 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:26 2.0.0-dev.59 15:23:26 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:26 master 15:23:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:27 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:23:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:23:27 588224fa5142: Preparing 15:23:27 55ec291dd4a1: Preparing 15:23:27 7c5e00493d31: Preparing 15:23:27 79333a131bef: Preparing 15:23:27 379067d0cb53: Preparing 15:23:28 7c5e00493d31: Layer already exists 15:23:28 379067d0cb53: Layer already exists 15:23:28 588224fa5142: Pushed 15:23:28 79333a131bef: Pushed 15:23:30 55ec291dd4a1: Pushed 15:23:30 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:9fc0059f29c4f2580b58e28d50311ffe064fdc1fc07f4d93bf14ec25fa1e1bab size: 1364 [Pipeline] isUnix [Pipeline] sh 15:23:30 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.59 15:23:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:23:31 588224fa5142: Preparing 15:23:31 55ec291dd4a1: Preparing 15:23:31 7c5e00493d31: Preparing 15:23:31 79333a131bef: Preparing 15:23:31 379067d0cb53: Preparing 15:23:31 588224fa5142: Layer already exists 15:23:31 79333a131bef: Layer already exists 15:23:31 379067d0cb53: Layer already exists 15:23:31 7c5e00493d31: Layer already exists 15:23:31 55ec291dd4a1: Layer already exists 15:23:31 2.0.0-dev.59: digest: sha256:9fc0059f29c4f2580b58e28d50311ffe064fdc1fc07f4d93bf14ec25fa1e1bab size: 1364 [Pipeline] isUnix [Pipeline] sh 15:23:31 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:23:32 588224fa5142: Preparing 15:23:32 55ec291dd4a1: Preparing 15:23:32 7c5e00493d31: Preparing 15:23:32 79333a131bef: Preparing 15:23:32 379067d0cb53: Preparing 15:23:32 588224fa5142: Layer already exists 15:23:32 7c5e00493d31: Layer already exists 15:23:32 79333a131bef: Layer already exists 15:23:32 379067d0cb53: Layer already exists 15:23:32 55ec291dd4a1: Layer already exists 15:23:32 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:9fc0059f29c4f2580b58e28d50311ffe064fdc1fc07f4d93bf14ec25fa1e1bab size: 1364 [Pipeline] isUnix [Pipeline] sh 15:23:32 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:23:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 15:23:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:23:33 588224fa5142: Preparing 15:23:33 55ec291dd4a1: Preparing 15:23:33 7c5e00493d31: Preparing 15:23:33 79333a131bef: Preparing 15:23:33 379067d0cb53: Preparing 15:23:33 79333a131bef: Layer already exists 15:23:33 55ec291dd4a1: Layer already exists 15:23:33 588224fa5142: Layer already exists 15:23:33 379067d0cb53: Layer already exists 15:23:33 7c5e00493d31: Layer already exists 15:23:33 master: digest: sha256:9fc0059f29c4f2580b58e28d50311ffe064fdc1fc07f4d93bf14ec25fa1e1bab size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:33 ===================================================== [Pipeline] echo 15:23:33 taggedImages: 15:23:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.59 15:23:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 15:23:34 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 15:23:34 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:34 2.0.0-dev.59 15:23:34 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:34 master 15:23:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:34 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:23:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:23:34 ee9762473cb5: Preparing 15:23:34 9056e6ddbe56: Preparing 15:23:34 7c5e00493d31: Preparing 15:23:34 6728ec136c29: Preparing 15:23:34 379067d0cb53: Preparing 15:23:34 379067d0cb53: Layer already exists 15:23:35 6728ec136c29: Layer already exists 15:23:35 7c5e00493d31: Layer already exists 15:23:35 ee9762473cb5: Pushed 15:23:37 9056e6ddbe56: Pushed 15:23:37 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:9c075e5e6426264bc58ee6aa4e3e3c56dcf2f0615545cd5bffe058f32da4e4fe size: 1363 [Pipeline] isUnix [Pipeline] sh 15:23:38 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.59 15:23:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:23:38 ee9762473cb5: Preparing 15:23:38 9056e6ddbe56: Preparing 15:23:38 7c5e00493d31: Preparing 15:23:38 6728ec136c29: Preparing 15:23:38 379067d0cb53: Preparing 15:23:38 ee9762473cb5: Layer already exists 15:23:38 379067d0cb53: Layer already exists 15:23:38 7c5e00493d31: Layer already exists 15:23:38 9056e6ddbe56: Layer already exists 15:23:38 6728ec136c29: Layer already exists 15:23:38 2.0.0-dev.59: digest: sha256:9c075e5e6426264bc58ee6aa4e3e3c56dcf2f0615545cd5bffe058f32da4e4fe size: 1363 [Pipeline] isUnix [Pipeline] sh 15:23:39 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:23:39 ee9762473cb5: Preparing 15:23:39 9056e6ddbe56: Preparing 15:23:39 7c5e00493d31: Preparing 15:23:39 6728ec136c29: Preparing 15:23:39 379067d0cb53: Preparing 15:23:39 9056e6ddbe56: Layer already exists 15:23:39 6728ec136c29: Layer already exists 15:23:39 7c5e00493d31: Layer already exists 15:23:39 379067d0cb53: Layer already exists 15:23:39 ee9762473cb5: Layer already exists 15:23:39 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:9c075e5e6426264bc58ee6aa4e3e3c56dcf2f0615545cd5bffe058f32da4e4fe size: 1363 [Pipeline] isUnix [Pipeline] sh 15:23:39 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:23:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 15:23:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:23:40 ee9762473cb5: Preparing 15:23:40 9056e6ddbe56: Preparing 15:23:40 7c5e00493d31: Preparing 15:23:40 6728ec136c29: Preparing 15:23:40 379067d0cb53: Preparing 15:23:40 379067d0cb53: Layer already exists 15:23:40 6728ec136c29: Layer already exists 15:23:40 9056e6ddbe56: Layer already exists 15:23:40 ee9762473cb5: Layer already exists 15:23:40 7c5e00493d31: Layer already exists 15:23:40 master: digest: sha256:9c075e5e6426264bc58ee6aa4e3e3c56dcf2f0615545cd5bffe058f32da4e4fe size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:40 ===================================================== [Pipeline] echo 15:23:40 taggedImages: 15:23:40 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:40 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.59 15:23:40 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:40 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 15:23:40 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 15:23:40 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:40 2.0.0-dev.59 15:23:40 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:40 master 15:23:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:41 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh 15:23:41 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:23:41 2f809c9793ee: Preparing 15:23:41 f62a98a08785: Preparing 15:23:41 6d6f70b88fc7: Preparing 15:23:41 f1a388861c77: Preparing 15:23:41 2359b72e1521: Preparing 15:23:41 2d7ec433a38d: Preparing 15:23:41 41b50df9c90f: Preparing 15:23:41 9ded3b6bb9b5: Preparing 15:23:41 fa1afe8e6ed9: Preparing 15:23:41 87a09b4c083e: Preparing 15:23:41 0f74e9ff2a61: Preparing 15:23:41 b122376c33c6: Preparing 15:23:41 f8381ed47b22: Preparing 15:23:41 e934a737d657: Preparing 15:23:41 9ded3b6bb9b5: Waiting 15:23:41 fa1afe8e6ed9: Waiting 15:23:41 87a09b4c083e: Waiting 15:23:41 0f74e9ff2a61: Waiting 15:23:41 b122376c33c6: Waiting 15:23:41 f8381ed47b22: Waiting 15:23:41 e934a737d657: Waiting 15:23:41 2d7ec433a38d: Waiting 15:23:41 41b50df9c90f: Waiting 15:23:42 2359b72e1521: Pushed 15:23:42 2f809c9793ee: Pushed 15:23:43 f1a388861c77: Pushed 15:23:43 9ded3b6bb9b5: Layer already exists 15:23:43 fa1afe8e6ed9: Layer already exists 15:23:43 41b50df9c90f: Pushed 15:23:43 87a09b4c083e: Layer already exists 15:23:43 0f74e9ff2a61: Layer already exists 15:23:43 b122376c33c6: Layer already exists 15:23:43 f8381ed47b22: Layer already exists 15:23:43 e934a737d657: Layer already exists 15:23:44 f62a98a08785: Pushed 15:23:44 2d7ec433a38d: Pushed 15:23:55 6d6f70b88fc7: Pushed 15:23:55 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:e5c94edbf490136e75effa240196a49a3827498aac37a07fc4b39d71447ddcc6 size: 3252 [Pipeline] isUnix [Pipeline] sh 15:23:55 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.59 15:23:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:23:55 2f809c9793ee: Preparing 15:23:55 f62a98a08785: Preparing 15:23:55 6d6f70b88fc7: Preparing 15:23:55 f1a388861c77: Preparing 15:23:55 2359b72e1521: Preparing 15:23:55 2d7ec433a38d: Preparing 15:23:55 41b50df9c90f: Preparing 15:23:55 9ded3b6bb9b5: Preparing 15:23:55 fa1afe8e6ed9: Preparing 15:23:55 87a09b4c083e: Preparing 15:23:55 0f74e9ff2a61: Preparing 15:23:55 b122376c33c6: Preparing 15:23:55 f8381ed47b22: Preparing 15:23:55 e934a737d657: Preparing 15:23:55 fa1afe8e6ed9: Waiting 15:23:55 87a09b4c083e: Waiting 15:23:55 41b50df9c90f: Waiting 15:23:55 9ded3b6bb9b5: Waiting 15:23:55 0f74e9ff2a61: Waiting 15:23:55 f8381ed47b22: Waiting 15:23:55 b122376c33c6: Waiting 15:23:55 2d7ec433a38d: Waiting 15:23:55 e934a737d657: Waiting 15:23:55 2359b72e1521: Layer already exists 15:23:55 2f809c9793ee: Layer already exists 15:23:55 f62a98a08785: Layer already exists 15:23:56 f1a388861c77: Layer already exists 15:23:56 6d6f70b88fc7: Layer already exists 15:23:56 2d7ec433a38d: Layer already exists 15:23:56 41b50df9c90f: Layer already exists 15:23:56 87a09b4c083e: Layer already exists 15:23:56 9ded3b6bb9b5: Layer already exists 15:23:56 fa1afe8e6ed9: Layer already exists 15:23:56 b122376c33c6: Layer already exists 15:23:56 0f74e9ff2a61: Layer already exists 15:23:56 f8381ed47b22: Layer already exists 15:23:56 e934a737d657: Layer already exists 15:23:56 2.0.0-dev.59: digest: sha256:e5c94edbf490136e75effa240196a49a3827498aac37a07fc4b39d71447ddcc6 size: 3252 [Pipeline] isUnix [Pipeline] sh 15:23:56 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh 15:23:56 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:23:56 2f809c9793ee: Preparing 15:23:56 f62a98a08785: Preparing 15:23:56 6d6f70b88fc7: Preparing 15:23:56 f1a388861c77: Preparing 15:23:56 2359b72e1521: Preparing 15:23:56 2d7ec433a38d: Preparing 15:23:56 41b50df9c90f: Preparing 15:23:56 9ded3b6bb9b5: Preparing 15:23:56 fa1afe8e6ed9: Preparing 15:23:56 87a09b4c083e: Preparing 15:23:56 0f74e9ff2a61: Preparing 15:23:56 b122376c33c6: Preparing 15:23:56 f8381ed47b22: Preparing 15:23:56 e934a737d657: Preparing 15:23:56 87a09b4c083e: Waiting 15:23:56 0f74e9ff2a61: Waiting 15:23:56 2d7ec433a38d: Waiting 15:23:56 41b50df9c90f: Waiting 15:23:56 b122376c33c6: Waiting 15:23:56 f8381ed47b22: Waiting 15:23:56 e934a737d657: Waiting 15:23:56 9ded3b6bb9b5: Waiting 15:23:56 fa1afe8e6ed9: Waiting 15:23:56 2f809c9793ee: Layer already exists 15:23:56 6d6f70b88fc7: Layer already exists 15:23:56 2359b72e1521: Layer already exists 15:23:56 f62a98a08785: Layer already exists 15:23:56 f1a388861c77: Layer already exists 15:23:57 2d7ec433a38d: Layer already exists 15:23:57 87a09b4c083e: Layer already exists 15:23:57 fa1afe8e6ed9: Layer already exists 15:23:57 9ded3b6bb9b5: Layer already exists 15:23:57 41b50df9c90f: Layer already exists 15:23:57 f8381ed47b22: Layer already exists 15:23:57 0f74e9ff2a61: Layer already exists 15:23:57 b122376c33c6: Layer already exists 15:23:57 e934a737d657: Layer already exists 15:23:57 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:e5c94edbf490136e75effa240196a49a3827498aac37a07fc4b39d71447ddcc6 size: 3252 [Pipeline] isUnix [Pipeline] sh 15:23:57 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:23:57 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 15:23:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:23:57 2f809c9793ee: Preparing 15:23:57 f62a98a08785: Preparing 15:23:57 6d6f70b88fc7: Preparing 15:23:57 f1a388861c77: Preparing 15:23:57 2359b72e1521: Preparing 15:23:57 2d7ec433a38d: Preparing 15:23:57 41b50df9c90f: Preparing 15:23:57 9ded3b6bb9b5: Preparing 15:23:57 fa1afe8e6ed9: Preparing 15:23:57 87a09b4c083e: Preparing 15:23:57 0f74e9ff2a61: Preparing 15:23:57 b122376c33c6: Preparing 15:23:57 f8381ed47b22: Preparing 15:23:57 e934a737d657: Preparing 15:23:57 2d7ec433a38d: Waiting 15:23:57 41b50df9c90f: Waiting 15:23:57 9ded3b6bb9b5: Waiting 15:23:57 fa1afe8e6ed9: Waiting 15:23:57 87a09b4c083e: Waiting 15:23:57 f8381ed47b22: Waiting 15:23:57 0f74e9ff2a61: Waiting 15:23:57 e934a737d657: Waiting 15:23:57 b122376c33c6: Waiting 15:23:57 f62a98a08785: Layer already exists 15:23:57 f1a388861c77: Layer already exists 15:23:57 2359b72e1521: Layer already exists 15:23:57 6d6f70b88fc7: Layer already exists 15:23:57 2f809c9793ee: Layer already exists 15:23:57 2d7ec433a38d: Layer already exists 15:23:57 87a09b4c083e: Layer already exists 15:23:57 fa1afe8e6ed9: Layer already exists 15:23:57 41b50df9c90f: Layer already exists 15:23:57 9ded3b6bb9b5: Layer already exists 15:23:57 b122376c33c6: Layer already exists 15:23:57 0f74e9ff2a61: Layer already exists 15:23:57 f8381ed47b22: Layer already exists 15:23:57 e934a737d657: Layer already exists 15:23:57 master: digest: sha256:e5c94edbf490136e75effa240196a49a3827498aac37a07fc4b39d71447ddcc6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:58 ===================================================== [Pipeline] echo 15:23:58 taggedImages: 15:23:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 15:23:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.59 15:23:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 15:23:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:23:59 provisioning config files... 15:23:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/322@tmp/config2484317682288366759tmp [Pipeline] { [Pipeline] sh 15:24:00 + set +x 15:24:00 + curl -s https://codecov.io/bash 15:24:00 + bash -s -- 15:24:00 15:24:00 _____ _ 15:24:00 / ____| | | 15:24:00 | | ___ __| | ___ ___ _____ __ 15:24:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:24:00 | |___| (_) | (_| | __/ (_| (_) \ V / 15:24:00 \_____\___/ \__,_|\___|\___\___/ \_/ 15:24:00 Bash-20210115-cec3c92 15:24:00 15:24:00 15:24:00 ==> git version 2.24.3 found 15:24:00 ==> 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 15:24:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:24:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:24:00 ==> Jenkins CI detected. 15:24:00 project root: . 15:24:00 --> token set from env 15:24:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:24:00 ==> Running gcov in . (disable via -X gcov) 15:24:00 ==> Python coveragepy not found 15:24:00 ==> Searching for coverage reports in: 15:24:00 + . 15:24:00 -> Found 1 reports 15:24:00 ==> Detecting git/mercurial file structure 15:24:00 ==> Reading reports 15:24:00 + ./coverage.out bytes=564700 15:24:00 ==> Appending adjustments 15:24:00 https://docs.codecov.io/docs/fixing-reports 15:24:04 + Found adjustments 15:24:04 ==> Gzipping contents 15:24:04 84K /tmp/codecov.PY8Tk4.gz 15:24:04 ==> Uploading reports 15:24:04 url: https://codecov.io 15:24:04 query: branch=master&commit=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c&build=322&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F322%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:24:04 -> Pinging Codecov 15:24:04 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c&build=322&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F322%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:24:05 -> Uploading to 15:24:05 https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c/aa7c4ddd-4aa8-4d24-bd46-9131aa5a3d12.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T152405Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1b992e7094edc25019b22ddef241c0b7ab826cd20d94eca3d899373e97d7984e 15:24:05 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:05 Dload Upload Total Spent Left Speed 15:24:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85447 0 0 100 85447 0 134k --:--:-- --:--:-- --:--:-- 134k 15:24:05 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] } 15:24:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:24:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:24:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:24:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:24:07 15:24:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:24:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:24:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:24:07 188c0c94c7c5: Already exists 15:24:07 0ef7d3d256c8: Already exists 15:24:07 de9db76c5a1d: Already exists 15:24:07 0eba1c9be4d2: Pulling fs layer 15:24:07 0d57e429df01: Pulling fs layer 15:24:07 4e4be7b47b0d: Pulling fs layer 15:24:07 e1f770b5df2f: Pulling fs layer 15:24:07 85a0685a4137: Pulling fs layer 15:24:07 e1f770b5df2f: Waiting 15:24:07 85a0685a4137: Waiting 15:24:07 0d57e429df01: Verifying Checksum 15:24:07 0d57e429df01: Download complete 15:24:07 4e4be7b47b0d: Verifying Checksum 15:24:07 4e4be7b47b0d: Download complete 15:24:09 e1f770b5df2f: Verifying Checksum 15:24:09 e1f770b5df2f: Download complete 15:24:11 85a0685a4137: Verifying Checksum 15:24:11 85a0685a4137: Download complete 15:24:11 0eba1c9be4d2: Verifying Checksum 15:24:11 0eba1c9be4d2: Download complete 15:24:18 0eba1c9be4d2: Pull complete 15:24:18 0d57e429df01: Pull complete 15:24:18 4e4be7b47b0d: Pull complete 15:24:22 e1f770b5df2f: Pull complete 15:24:32 85a0685a4137: Pull complete 15:24:32 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:24:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:24:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:24:32 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:24:33 $ 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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:24:34 $ docker top 7dd7bf676c36e9068a0234009a3fccf1178d74acde53257f1cb14c557170041d -eo pid,comm [Pipeline] { [Pipeline] echo 15:24:34 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:24:34 + set -o pipefail 15:24:34 + snyk monitor '--org=edgex-jenkins' 15:24:46 15:24:46 Monitoring /w/workspace/edgex-go/322 (github.com/edgexfoundry/edgex-go)... 15:24:46 15:24:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/734aff91-e7b7-4bf9-a859-9673edf7635a 15:24:46 15:24:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:24:46 15:24:46 [Pipeline] } 15:24:46 $ docker stop --time=1 7dd7bf676c36e9068a0234009a3fccf1178d74acde53257f1cb14c557170041d 15:24:50 $ docker rm -f 7dd7bf676c36e9068a0234009a3fccf1178d74acde53257f1cb14c557170041d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:24:51 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:24:52 provisioning config files... 15:24:52 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/322@tmp/config8146542129226210602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:24:52 --> edgex-publish-swagger.sh 15:24:52 === Publish openapi/v1 API === 15:24:52 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 15:24:52 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/322/openapi/v1/core-command.yaml] 15:24:52 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:52 Dload Upload Total Spent Left Speed 15:24:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8524 0:00:01 0:00:01 --:--:-- 8533 100 10522 0 0 100 10522 0 8523 0:00:01 0:00:01 --:--:-- 8533 15:24:53 15:24:53 15:24:53 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/322/openapi/v1/core-data.yaml] 15:24:53 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:53 Dload Upload Total Spent Left Speed 15:24:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30311 0:00:01 0:00:01 --:--:-- 30342 15:24:54 15:24:54 15:24:54 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/322/openapi/v1/core-metadata.yaml] 15:24:54 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:54 Dload Upload Total Spent Left Speed 15:24:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60741 0:00:01 0:00:01 --:--:-- 60775 100 73721 0 0 100 73721 0 58581 0:00:01 0:00:01 --:--:-- 58601 15:24:56 15:24:56 15:24:56 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/322/openapi/v1/support-logging.yaml] 15:24:56 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:56 Dload Upload Total Spent Left Speed 15:24:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12331 0:00:01 0:00:01 --:--:-- 12335 100 13581 0 0 100 13581 0 12329 0:00:01 0:00:01 --:--:-- 12335 15:24:57 15:24:57 15:24:57 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/322/openapi/v1/support-notifications.yaml] 15:24:57 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:57 Dload Upload Total Spent Left Speed 15:24:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32797 0:00:01 0:00:01 --:--:-- 32818 100 38890 0 0 100 38890 0 32791 0:00:01 0:00:01 --:--:-- 32818 15:24:58 15:24:58 15:24:58 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/322/openapi/v1/support-scheduler.yaml] 15:24:58 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:58 Dload Upload Total Spent Left Speed 15:24:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11576 0:00:01 0:00:01 --:--:-- 11584 100 14249 0 0 100 14249 0 11173 0:00:01 0:00:01 --:--:-- 11175 15:24:59 15:24:59 15:24:59 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/322/openapi/v1/system-agent.yaml] 15:24:59 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:59 Dload Upload Total Spent Left Speed 15:25:00 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 3386 0:00:01 0:00:01 --:--:-- 3385 100 4110 0 0 100 4110 0 3311 0:00:01 0:00:01 --:--:-- 3309 15:25:00 15:25:00 15:25:00 === Publish openapi/v2 API === 15:25:00 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:25:00 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/322/openapi/v2/core-command.yaml] 15:25:00 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:00 Dload Upload Total Spent Left Speed 15:25:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 17209 0:00:01 0:00:01 --:--:-- 17225 100 20843 0 0 100 20843 0 12596 0:00:01 0:00:01 --:--:-- 12601 15:25:02 15:25:02 15:25:02 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/322/openapi/v2/core-data.yaml] 15:25:02 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:02 Dload Upload Total Spent Left Speed 15:25:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 46976 0:00:01 0:00:01 --:--:-- 46958 100 57055 0 0 100 57055 0 46968 0:00:01 0:00:01 --:--:-- 46958 15:25:03 15:25:03 15:25:03 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/322/openapi/v2/core-metadata.yaml] 15:25:03 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:03 Dload Upload Total Spent Left Speed 15:25:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 120k 0 0 100 120k 0 102k 0:00:01 0:00:01 --:--:-- 102k 15:25:04 15:25:04 15:25:04 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/322/openapi/v2/support-logging.yaml] 15:25:04 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:04 Dload Upload Total Spent Left Speed 15:25:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19487 0:00:01 0:00:01 --:--:-- 19499 100 23692 0 0 100 23692 0 18528 0:00:01 0:00:01 --:--:-- 18538 15:25:06 15:25:06 15:25:06 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/322/openapi/v2/support-notifications.yaml] 15:25:06 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:06 Dload Upload Total Spent Left Speed 15:25:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58900 0 0 100 58900 0 54669 0:00:01 0:00:01 --:--:-- 54688 100 58900 0 0 100 58900 0 54658 0:00:01 0:00:01 --:--:-- 54688 15:25:07 15:25:07 15:25:07 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/322/openapi/v2/support-scheduler.yaml] 15:25:07 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:07 Dload Upload Total Spent Left Speed 15:25:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 39667 0 0 100 39667 0 19279 0:00:02 0:00:02 --:--:-- 19283 100 39667 0 0 100 39667 0 19278 0:00:02 0:00:02 --:--:-- 19283 15:25:09 15:25:09 15:25:09 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/322/openapi/v2/system-agent.yaml] 15:25:09 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:09 Dload Upload Total Spent Left Speed 15:25:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 22529 0:00:01 0:00:01 --:--:-- 22553 100 23726 0 0 100 23726 0 22524 0:00:01 0:00:01 --:--:-- 22531 15:25:10 15:25:10 [Pipeline] } 15:25:10 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 15:25:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:25:11 . [Pipeline] withDockerContainer 15:25:11 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:25:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:25:12 $ docker top c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:13 [ssh-agent] Looking for ssh-agent implementation... 15:25:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:13 $ docker exec c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 ssh-agent 15:25:13 SSH_AUTH_SOCK=/tmp/ssh-20rVAtThzMa2/agent.12 15:25:13 SSH_AGENT_PID=17 15:25:13 Running ssh-add (command line suppressed) 15:25:13 Identity added: /w/workspace/edgex-go/322@tmp/private_key_8771261496954022292.key (/w/workspace/edgex-go/322@tmp/private_key_8771261496954022292.key) 15:25:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:14 + git semver tag 15:25:14 # -> Open(): unable to determine branch for HEAD 15:25:14 # $GIT_DIR = /w/workspace/edgex-go/322/.git 15:25:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/322 15:25:14 # $SEMVER_REMOTE_NAME = origin 15:25:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:25:14 # $SEMVER_USER_NAME = edgex-jenkins 15:25:14 # $SEMVER_BRANCH = master 15:25:14 # $SEMVER_DIR = /w/workspace/edgex-go/322/.semver 15:25:14 # 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c HEAD 15:25:14 # -> Force: false 15:25:14 # 4eff89c1eb41e1911f3dde5cbb8be7a0b4c6f9fb refs/tags/v2.0.0-dev.59 [Pipeline] } 15:25:14 $ docker exec --env ******** --env ******** c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 ssh-agent -k 15:25:15 unset SSH_AUTH_SOCK; 15:25:15 unset SSH_AGENT_PID; 15:25:15 echo Agent pid 17 killed; 15:25:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:25:15 + git semver [Pipeline] } 15:25:15 $ docker stop --time=1 c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 15:25:17 $ docker rm -f c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:25:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:17 15:25:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:25:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:18 0.23.1-centos7: Pulling from edgex-lftools 15:25:18 ab5ef0e58194: Pulling fs layer 15:25:18 9712f1f96733: Pulling fs layer 15:25:18 63f879dbbcfc: Pulling fs layer 15:25:18 0d9ebad4ef96: Pulling fs layer 15:25:18 e9a5061849ea: Pulling fs layer 15:25:18 d747dcd14b5f: Pulling fs layer 15:25:18 2de7ff778b66: Pulling fs layer 15:25:18 0d9ebad4ef96: Waiting 15:25:18 e9a5061849ea: Waiting 15:25:18 d747dcd14b5f: Waiting 15:25:18 2de7ff778b66: Waiting 15:25:18 9712f1f96733: Download complete 15:25:20 63f879dbbcfc: Verifying Checksum 15:25:20 63f879dbbcfc: Download complete 15:25:20 e9a5061849ea: Verifying Checksum 15:25:20 e9a5061849ea: Download complete 15:25:20 d747dcd14b5f: Verifying Checksum 15:25:20 d747dcd14b5f: Download complete 15:25:20 0d9ebad4ef96: Verifying Checksum 15:25:20 0d9ebad4ef96: Download complete 15:25:20 ab5ef0e58194: Verifying Checksum 15:25:20 ab5ef0e58194: Download complete 15:25:20 2de7ff778b66: Verifying Checksum 15:25:20 2de7ff778b66: Download complete 15:25:24 ab5ef0e58194: Pull complete 15:25:25 9712f1f96733: Pull complete 15:25:27 63f879dbbcfc: Pull complete 15:25:35 0d9ebad4ef96: Pull complete 15:25:36 e9a5061849ea: Pull complete 15:25:36 d747dcd14b5f: Pull complete 15:25:39 2de7ff778b66: Pull complete 15:25:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:25:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:25:39 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:25:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:25:43 $ docker top c011922c8be80c06f2c7c6f72ab37f2c0cd44c1f6e4c0b3e6b6058c4bb28d3cb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:25:44 provisioning config files... 15:25:44 copy managed file [sigul-config] to file:/w/workspace/edgex-go/322@tmp/config3566680664151733226tmp 15:25:44 copy managed file [sigul-password] to file:/w/workspace/edgex-go/322@tmp/config517214345399646146tmp 15:25:44 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/322@tmp/config3828975445595062573tmp [Pipeline] { [Pipeline] echo 15:25:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:25:44 ---> sigul-configuration.sh 15:25:44 gpg: directory `/root/.gnupg' created 15:25:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:25:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:25:44 gpg: keyring `/root/.gnupg/secring.gpg' created 15:25:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:25:44 gpg: CAST5 encrypted data 15:25:44 gpg: encrypted with 1 passphrase 15:25:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:25:45 + mkdir /home/jenkins 15:25:45 + mkdir /home/jenkins/sigul [Pipeline] sh 15:25:45 + 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 15:25:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:25:45 ---> sigul-install.sh 15:25:52 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:25:52 + git tag --list 15:25:52 0.6.0 15:25:52 0.6.1 15:25:52 0.7.0 15:25:52 0.7.1 15:25:52 v1.0.0 15:25:52 v1.0.1 15:25:52 v1.1.0 15:25:52 v1.2.0 15:25:52 v1.2.1 15:25:52 v1.2.2-dev.1 15:25:52 v1.2.2-dev.10 15:25:52 v1.2.2-dev.100 15:25:52 v1.2.2-dev.101 15:25:52 v1.2.2-dev.102 15:25:52 v1.2.2-dev.103 15:25:52 v1.2.2-dev.104 15:25:52 v1.2.2-dev.105 15:25:52 v1.2.2-dev.106 15:25:52 v1.2.2-dev.107 15:25:52 v1.2.2-dev.11 15:25:52 v1.2.2-dev.12 15:25:52 v1.2.2-dev.13 15:25:52 v1.2.2-dev.14 15:25:52 v1.2.2-dev.15 15:25:52 v1.2.2-dev.16 15:25:52 v1.2.2-dev.17 15:25:52 v1.2.2-dev.18 15:25:52 v1.2.2-dev.19 15:25:52 v1.2.2-dev.2 15:25:52 v1.2.2-dev.20 15:25:52 v1.2.2-dev.21 15:25:52 v1.2.2-dev.22 15:25:52 v1.2.2-dev.23 15:25:52 v1.2.2-dev.24 15:25:52 v1.2.2-dev.25 15:25:52 v1.2.2-dev.26 15:25:52 v1.2.2-dev.27 15:25:52 v1.2.2-dev.28 15:25:52 v1.2.2-dev.29 15:25:52 v1.2.2-dev.3 15:25:52 v1.2.2-dev.30 15:25:52 v1.2.2-dev.31 15:25:52 v1.2.2-dev.32 15:25:52 v1.2.2-dev.33 15:25:52 v1.2.2-dev.34 15:25:52 v1.2.2-dev.35 15:25:52 v1.2.2-dev.36 15:25:52 v1.2.2-dev.37 15:25:52 v1.2.2-dev.38 15:25:52 v1.2.2-dev.39 15:25:52 v1.2.2-dev.4 15:25:52 v1.2.2-dev.40 15:25:52 v1.2.2-dev.41 15:25:52 v1.2.2-dev.42 15:25:52 v1.2.2-dev.43 15:25:52 v1.2.2-dev.44 15:25:52 v1.2.2-dev.45 15:25:52 v1.2.2-dev.46 15:25:52 v1.2.2-dev.47 15:25:52 v1.2.2-dev.48 15:25:52 v1.2.2-dev.49 15:25:52 v1.2.2-dev.5 15:25:52 v1.2.2-dev.50 15:25:52 v1.2.2-dev.51 15:25:52 v1.2.2-dev.52 15:25:52 v1.2.2-dev.53 15:25:52 v1.2.2-dev.54 15:25:52 v1.2.2-dev.55 15:25:52 v1.2.2-dev.56 15:25:52 v1.2.2-dev.57 15:25:52 v1.2.2-dev.58 15:25:52 v1.2.2-dev.59 15:25:52 v1.2.2-dev.6 15:25:52 v1.2.2-dev.60 15:25:52 v1.2.2-dev.61 15:25:52 v1.2.2-dev.62 15:25:52 v1.2.2-dev.63 15:25:52 v1.2.2-dev.64 15:25:52 v1.2.2-dev.65 15:25:52 v1.2.2-dev.66 15:25:52 v1.2.2-dev.67 15:25:52 v1.2.2-dev.68 15:25:52 v1.2.2-dev.69 15:25:52 v1.2.2-dev.7 15:25:52 v1.2.2-dev.70 15:25:52 v1.2.2-dev.71 15:25:52 v1.2.2-dev.72 15:25:52 v1.2.2-dev.73 15:25:52 v1.2.2-dev.74 15:25:52 v1.2.2-dev.75 15:25:52 v1.2.2-dev.76 15:25:52 v1.2.2-dev.77 15:25:52 v1.2.2-dev.78 15:25:52 v1.2.2-dev.79 15:25:52 v1.2.2-dev.8 15:25:52 v1.2.2-dev.80 15:25:52 v1.2.2-dev.81 15:25:52 v1.2.2-dev.82 15:25:52 v1.2.2-dev.83 15:25:52 v1.2.2-dev.84 15:25:52 v1.2.2-dev.85 15:25:52 v1.2.2-dev.86 15:25:52 v1.2.2-dev.87 15:25:52 v1.2.2-dev.88 15:25:52 v1.2.2-dev.89 15:25:52 v1.2.2-dev.9 15:25:52 v1.2.2-dev.90 15:25:52 v1.2.2-dev.91 15:25:52 v1.2.2-dev.92 15:25:52 v1.2.2-dev.93 15:25:52 v1.2.2-dev.94 15:25:52 v1.2.2-dev.95 15:25:52 v1.2.2-dev.96 15:25:52 v1.2.2-dev.97 15:25:52 v1.2.2-dev.98 15:25:52 v1.2.2-dev.99 15:25:52 v1.3.0 15:25:52 v1.3.1-dev.1 15:25:52 v1.3.1-dev.10 15:25:52 v1.3.1-dev.11 15:25:52 v1.3.1-dev.12 15:25:52 v1.3.1-dev.13 15:25:52 v1.3.1-dev.14 15:25:52 v1.3.1-dev.15 15:25:52 v1.3.1-dev.16 15:25:52 v1.3.1-dev.17 15:25:52 v1.3.1-dev.18 15:25:52 v1.3.1-dev.2 15:25:52 v1.3.1-dev.3 15:25:52 v1.3.1-dev.4 15:25:52 v1.3.1-dev.5 15:25:52 v1.3.1-dev.6 15:25:52 v1.3.1-dev.7 15:25:52 v1.3.1-dev.8 15:25:52 v1.3.1-dev.9 15:25:52 v2.0.0-dev.1 15:25:52 v2.0.0-dev.10 15:25:52 v2.0.0-dev.11 15:25:52 v2.0.0-dev.12 15:25:52 v2.0.0-dev.13 15:25:52 v2.0.0-dev.14 15:25:52 v2.0.0-dev.15 15:25:52 v2.0.0-dev.16 15:25:52 v2.0.0-dev.17 15:25:52 v2.0.0-dev.18 15:25:52 v2.0.0-dev.19 15:25:52 v2.0.0-dev.2 15:25:52 v2.0.0-dev.20 15:25:52 v2.0.0-dev.21 15:25:52 v2.0.0-dev.22 15:25:52 v2.0.0-dev.23 15:25:52 v2.0.0-dev.24 15:25:52 v2.0.0-dev.25 15:25:52 v2.0.0-dev.26 15:25:52 v2.0.0-dev.27 15:25:52 v2.0.0-dev.28 15:25:52 v2.0.0-dev.29 15:25:52 v2.0.0-dev.3 15:25:52 v2.0.0-dev.30 15:25:52 v2.0.0-dev.31 15:25:52 v2.0.0-dev.32 15:25:52 v2.0.0-dev.33 15:25:52 v2.0.0-dev.34 15:25:52 v2.0.0-dev.35 15:25:52 v2.0.0-dev.36 15:25:52 v2.0.0-dev.37 15:25:52 v2.0.0-dev.38 15:25:52 v2.0.0-dev.39 15:25:52 v2.0.0-dev.4 15:25:52 v2.0.0-dev.40 15:25:52 v2.0.0-dev.41 15:25:52 v2.0.0-dev.42 15:25:52 v2.0.0-dev.43 15:25:52 v2.0.0-dev.44 15:25:52 v2.0.0-dev.45 15:25:52 v2.0.0-dev.46 15:25:52 v2.0.0-dev.47 15:25:52 v2.0.0-dev.48 15:25:52 v2.0.0-dev.49 15:25:52 v2.0.0-dev.5 15:25:52 v2.0.0-dev.50 15:25:52 v2.0.0-dev.51 15:25:52 v2.0.0-dev.52 15:25:52 v2.0.0-dev.53 15:25:52 v2.0.0-dev.54 15:25:52 v2.0.0-dev.55 15:25:52 v2.0.0-dev.56 15:25:52 v2.0.0-dev.57 15:25:52 v2.0.0-dev.58 15:25:52 v2.0.0-dev.59 15:25:52 v2.0.0-dev.6 15:25:52 v2.0.0-dev.7 15:25:52 v2.0.0-dev.8 15:25:52 v2.0.0-dev.9 [Pipeline] sh 15:25:52 + lftools sign git-tag v2.0.0-dev.59 15:25:54 Signing Git tag with Sigul... 15:25:54 Signing v2.0.0-dev.59 [Pipeline] echo 15:25:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:25:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:25:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:25:55 $ docker stop --time=1 c011922c8be80c06f2c7c6f72ab37f2c0cd44c1f6e4c0b3e6b6058c4bb28d3cb 15:25:57 $ docker rm -f c011922c8be80c06f2c7c6f72ab37f2c0cd44c1f6e4c0b3e6b6058c4bb28d3cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:25:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:25:58 . [Pipeline] withDockerContainer 15:25:58 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:25:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:25:59 $ docker top 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:59 [ssh-agent] Looking for ssh-agent implementation... 15:26:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:00 $ docker exec 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 ssh-agent 15:26:00 SSH_AUTH_SOCK=/tmp/ssh-RSNzou3CRgTn/agent.11 15:26:00 SSH_AGENT_PID=16 15:26:00 Running ssh-add (command line suppressed) 15:26:00 Identity added: /w/workspace/edgex-go/322@tmp/private_key_7190919497947049406.key (/w/workspace/edgex-go/322@tmp/private_key_7190919497947049406.key) 15:26:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:00 + git semver bump pre 15:26:00 # -> Open(): unable to determine branch for HEAD 15:26:00 # $GIT_DIR = /w/workspace/edgex-go/322/.git 15:26:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/322 15:26:00 # $SEMVER_REMOTE_NAME = origin 15:26:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:26:00 # $SEMVER_USER_NAME = edgex-jenkins 15:26:00 # $SEMVER_BRANCH = master 15:26:00 # $SEMVER_DIR = /w/workspace/edgex-go/322/.semver 15:26:00 2.0.0-dev.60 [Pipeline] } 15:26:00 $ docker exec --env ******** --env ******** 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 ssh-agent -k 15:26:01 unset SSH_AUTH_SOCK; 15:26:01 unset SSH_AGENT_PID; 15:26:01 echo Agent pid 16 killed; 15:26:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:01 + git semver [Pipeline] } 15:26:01 $ docker stop --time=1 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 15:26:03 $ docker rm -f 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:26:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:03 . [Pipeline] withDockerContainer 15:26:03 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:26:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:26:04 $ docker top fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:05 [ssh-agent] Looking for ssh-agent implementation... 15:26:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:05 $ docker exec fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 ssh-agent 15:26:05 SSH_AUTH_SOCK=/tmp/ssh-SF8ULWFBR7AI/agent.13 15:26:05 SSH_AGENT_PID=18 15:26:05 Running ssh-add (command line suppressed) 15:26:05 Identity added: /w/workspace/edgex-go/322@tmp/private_key_1093411479408841269.key (/w/workspace/edgex-go/322@tmp/private_key_1093411479408841269.key) 15:26:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:06 + git semver push 15:26:06 # -> Open(): unable to determine branch for HEAD 15:26:06 # $GIT_DIR = /w/workspace/edgex-go/322/.git 15:26:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/322 15:26:06 # $SEMVER_REMOTE_NAME = origin 15:26:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:26:06 # $SEMVER_USER_NAME = edgex-jenkins 15:26:06 # $SEMVER_BRANCH = master 15:26:06 # $SEMVER_DIR = /w/workspace/edgex-go/322/.semver [Pipeline] } 15:26:18 $ docker exec --env ******** --env ******** fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 ssh-agent -k 15:26:18 unset SSH_AUTH_SOCK; 15:26:18 unset SSH_AGENT_PID; 15:26:18 echo Agent pid 18 killed; 15:26:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:18 + git semver [Pipeline] } 15:26:19 $ docker stop --time=1 fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 15:26:20 $ docker rm -f fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 [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 15:26:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:26:22 ---> package-listing.sh 15:26:22 ++ facter osfamily 15:26:22 ++ tr '[:upper:]' '[:lower:]' 15:26:22 + OS_FAMILY=redhat 15:26:22 + workspace=/w/workspace/edgex-go/322 15:26:22 + START_PACKAGES=/tmp/packages_start.txt 15:26:22 + END_PACKAGES=/tmp/packages_end.txt 15:26:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:26:22 + PACKAGES=/tmp/packages_start.txt 15:26:22 + '[' /w/workspace/edgex-go/322 ']' 15:26:22 + PACKAGES=/tmp/packages_end.txt 15:26:22 + case "${OS_FAMILY}" in 15:26:22 + rpm -qa 15:26:22 + sort 15:26:27 + '[' -f /tmp/packages_start.txt ']' 15:26:27 + '[' -f /tmp/packages_end.txt ']' 15:26:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:26:27 + '[' /w/workspace/edgex-go/322 ']' 15:26:27 + mkdir -p /w/workspace/edgex-go/322/archives/ 15:26:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/322/archives/ [Pipeline] echo 15:26:27 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/322/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:26:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:26:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:26:28 15:26:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:26:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:26:28 alpine: Pulling from edgex-lftools-log-publisher 15:26:28 df20fa9351a1: Pulling fs layer 15:26:28 36b3adc4ff6f: Pulling fs layer 15:26:28 8ad3a11d3b57: Pulling fs layer 15:26:28 46f8f816bc3b: Pulling fs layer 15:26:28 93b61091891f: Pulling fs layer 15:26:28 93b9cdb0e59b: Pulling fs layer 15:26:28 5e14af77c1be: Pulling fs layer 15:26:28 01666e4c0597: Pulling fs layer 15:26:28 aa168da1d23b: Pulling fs layer 15:26:28 93b61091891f: Waiting 15:26:28 93b9cdb0e59b: Waiting 15:26:28 5e14af77c1be: Waiting 15:26:28 01666e4c0597: Waiting 15:26:28 aa168da1d23b: Waiting 15:26:28 46f8f816bc3b: Waiting 15:26:28 36b3adc4ff6f: Verifying Checksum 15:26:28 36b3adc4ff6f: Download complete 15:26:28 46f8f816bc3b: Verifying Checksum 15:26:28 46f8f816bc3b: Download complete 15:26:29 df20fa9351a1: Verifying Checksum 15:26:29 93b9cdb0e59b: Verifying Checksum 15:26:29 93b9cdb0e59b: Download complete 15:26:29 5e14af77c1be: Verifying Checksum 15:26:29 5e14af77c1be: Download complete 15:26:29 93b61091891f: Verifying Checksum 15:26:29 93b61091891f: Download complete 15:26:29 01666e4c0597: Verifying Checksum 15:26:29 01666e4c0597: Download complete 15:26:29 8ad3a11d3b57: Verifying Checksum 15:26:29 8ad3a11d3b57: Download complete 15:26:29 df20fa9351a1: Pull complete 15:26:30 36b3adc4ff6f: Pull complete 15:26:31 8ad3a11d3b57: Pull complete 15:26:31 46f8f816bc3b: Pull complete 15:26:31 aa168da1d23b: Verifying Checksum 15:26:31 aa168da1d23b: Download complete 15:26:32 93b61091891f: Pull complete 15:26:32 93b9cdb0e59b: Pull complete 15:26:32 5e14af77c1be: Pull complete 15:26:32 01666e4c0597: Pull complete 15:26:40 aa168da1d23b: Pull complete 15:26:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:26:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:26:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:26:40 prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container 15:26:40 $ 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/322/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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 15:26:44 $ docker top 81da1896bc7e4dd27c7ed07d24b62bed3d4776090a671b7ba942172e73f4ad21 -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:45 + touch /tmp/pre-build-complete [Pipeline] sh 15:26:45 + mkdir -p /var/log/sa [Pipeline] sh 15:26:45 + ls /var/log/sa-host 15:26:45 + sadf -c /var/log/sa-host/sa23 15:26:45 file_magic: OK 15:26:45 HZ: Using current value: 100 15:26:45 file_header: OK 15:26:45 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 15:26:45 Statistics: 15:26:45 Hnuu...uuuununununu... 15:26:45 File successfully converted to sysstat format version 12.2.1 15:26:45 + sadf -c /var/log/sa-host/sa27 15:26:45 file_magic: OK 15:26:45 HZ: Using current value: 100 15:26:45 file_header: OK 15:26:45 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 15:26:45 Statistics: 15:26:45 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... 15:26:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:26:46 provisioning config files... 15:26:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/322@tmp/config2358875583896244675tmp [Pipeline] { [Pipeline] echo 15:26:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:26:46 ---> create-netrc.sh [Pipeline] } 15:26:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:26:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:26:47 ---> python-tools-install.sh [Pipeline] echo 15:26:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:26:47 ---> sudo-logs.sh 15:26:47 Archiving 'sudo' log.. [Pipeline] echo 15:26:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:26:47 ---> job-cost.sh 15:26:47 lf-activate-venv: SKIPPING 15:26:47 INFO: No Stack... 15:26:48 INFO: Retrieving Pricing Info for: v1-standard-2 15:26:49 INFO: Archiving Costs [Pipeline] echo 15:26:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:26:49 ---> logs-deploy.sh 15:26:49 lf-activate-venv: SKIPPING 15:26:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/322 15:26:49 INFO: archiving workspace using pattern(s): 15:26:51 Archives upload complete. 15:26:51 INFO: archiving logs to Nexus 15:26:52 ---> uname -a: 15:26:52 Linux prd-centos7-docker-4c-2g-23408.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:26:52 15:26:52 15:26:52 ---> lscpu: 15:26:52 Architecture: x86_64 15:26:52 CPU op-mode(s): 32-bit, 64-bit 15:26:52 Byte Order: Little Endian 15:26:52 Address sizes: 40 bits physical, 48 bits virtual 15:26:52 CPU(s): 4 15:26:52 On-line CPU(s) list: 0-3 15:26:52 Thread(s) per core: 1 15:26:52 Core(s) per socket: 1 15:26:52 Socket(s): 4 15:26:52 NUMA node(s): 1 15:26:52 Vendor ID: GenuineIntel 15:26:52 CPU family: 6 15:26:52 Model: 44 15:26:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:26:52 Stepping: 1 15:26:52 CPU MHz: 2933.438 15:26:52 BogoMIPS: 5866.87 15:26:52 Virtualization: VT-x 15:26:52 Hypervisor vendor: KVM 15:26:52 Virtualization type: full 15:26:52 L1d cache: 128 KiB 15:26:52 L1i cache: 128 KiB 15:26:52 L2 cache: 16 MiB 15:26:52 L3 cache: 64 MiB 15:26:52 NUMA node0 CPU(s): 0-3 15:26:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:26:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:26:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:26:52 Vulnerability Meltdown: Mitigation; PTI 15:26:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:26:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:26:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:26:52 Vulnerability Srbds: Not affected 15:26:52 Vulnerability Tsx async abort: Not affected 15:26:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 15:26:52 15:26:52 15:26:52 ---> nproc: 15:26:52 4 15:26:52 15:26:52 15:26:52 ---> df -h: 15:26:52 Filesystem Size Used Available Use% Mounted on 15:26:52 overlay 50.0G 13.5G 36.5G 27% / 15:26:52 tmpfs 64.0M 0 64.0M 0% /dev 15:26:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:26:52 shm 64.0M 0 64.0M 0% /dev/shm 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/322 15:26:52 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/322@tmp 15:26:52 15:26:52 15:26:52 ---> free -m: 15:26:52 total used free shared buff/cache available 15:26:52 Mem: 1837 787 252 0 798 999 15:26:52 Swap: 1023 83 940 15:26:52 15:26:52 15:26:52 ---> ip addr: 15:26:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:26:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:26:52 inet 127.0.0.1/8 scope host lo 15:26:52 valid_lft forever preferred_lft forever 15:26:52 inet6 ::1/128 scope host 15:26:52 valid_lft forever preferred_lft forever 15:26:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:26:52 link/ether fa:16:3e:9d:90:d6 brd ff:ff:ff:ff:ff:ff 15:26:52 inet 10.30.122.19/23 brd 10.30.123.255 scope global dynamic eth0 15:26:52 valid_lft 85329sec preferred_lft 85329sec 15:26:52 inet6 fe80::f816:3eff:fe9d:90d6/64 scope link 15:26:52 valid_lft forever preferred_lft forever 15:26:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:26:52 link/ether 02:42:c8:72:96:bd brd ff:ff:ff:ff:ff:ff 15:26:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:26:52 valid_lft forever preferred_lft forever 15:26:52 inet6 fe80::42:c8ff:fe72:96bd/64 scope link 15:26:52 valid_lft forever preferred_lft forever 15:26:52 15:26:52 15:26:52 ---> sar -b -r -n DEV: 15:26:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 15:26:52 15:26:52 15:08:50 LINUX RESTART (4 CPU) 15:26:52 15:26:52 15:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:26:52 15:11:01 207.34 100.20 107.14 0.00 10137.49 40929.68 0.00 15:26:52 15:12:01 236.94 98.19 138.75 0.00 4032.42 23087.01 0.00 15:26:52 15:13:02 163.66 76.01 87.66 0.00 2575.88 9931.76 0.00 15:26:52 15:14:01 136.57 42.32 94.25 0.00 2643.11 19839.68 0.00 15:26:52 15:15:03 1495.32 1189.63 305.70 0.00 123953.27 183854.00 0.00 15:26:52 15:16:01 2304.85 2044.42 260.43 0.00 112696.40 128308.44 0.00 15:26:52 15:17:02 757.34 436.14 321.21 0.00 60159.29 101712.27 0.00 15:26:52 15:18:01 2727.28 2381.61 345.66 0.00 110562.32 126318.54 0.00 15:26:52 15:19:02 1066.36 739.77 326.59 0.00 48697.49 61912.91 0.00 15:26:52 15:20:01 138.53 102.89 35.64 0.00 7676.32 2592.06 0.00 15:26:52 15:21:01 1.10 0.15 0.95 0.00 1.73 17.80 0.00 15:26:52 15:22:01 0.40 0.17 0.23 0.00 1.73 3.83 0.00 15:26:52 15:23:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 15:26:52 15:24:01 7.17 6.89 0.28 0.00 774.30 22.11 0.00 15:26:52 15:25:01 284.59 138.73 145.86 0.00 6875.37 36353.16 0.00 15:26:52 15:26:01 243.41 104.51 138.90 0.00 7778.37 33111.08 0.00 15:26:52 Average: 608.73 464.10 144.63 0.00 31196.39 48166.47 0.00 15:26:52 15:26:52 15:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:26:52 15:11:01 67628 0 753284 40.04 1940 1058692 1540220 52.57 634768 926496 98384 15:26:52 15:12:01 112648 0 812320 43.17 1500 955076 1641792 56.03 630440 863492 82152 15:26:52 15:13:02 306076 0 874956 46.50 600 699912 1781816 60.81 617836 673528 51536 15:26:52 15:14:01 75256 0 800092 42.52 524 1005672 1551396 52.95 642596 874500 84992 15:26:52 15:15:03 73564 0 854472 45.41 8 953500 2340120 79.86 773572 814168 46224 15:26:52 15:16:01 324488 0 942132 50.07 8 614916 3558932 121.46 615572 674036 55360 15:26:52 15:17:02 87144 0 766272 40.73 8 1028120 1963244 67.00 706184 845036 57040 15:26:52 15:18:01 305840 0 741880 39.43 8 833816 1800960 61.46 544744 790976 8 15:26:52 15:19:02 432372 0 732684 38.94 8 716480 1756836 59.96 562208 636880 10584 15:26:52 15:20:01 475252 0 631036 33.54 8 775248 1205020 41.13 529488 633656 20 15:26:52 15:21:01 483680 0 622552 33.09 8 775304 1158648 39.54 524424 632764 20 15:26:52 15:22:01 483828 0 622388 33.08 8 775320 1158824 39.55 524500 632820 12 15:26:52 15:23:01 484284 0 621908 33.05 8 775344 1158776 39.55 524376 632840 8 15:26:52 15:24:01 454360 0 628472 33.40 8 798704 1164068 39.73 532652 651908 640 15:26:52 15:25:01 253272 0 664388 35.31 8 963876 1168052 39.86 628452 719300 36 15:26:52 15:26:01 195432 0 784168 41.68 0 901944 1487172 50.75 596184 722972 52 15:26:52 Average: 288445 0 740813 39.37 291 851995 1652242 56.39 599250 732836 30442 15:26:52 15:26:52 15:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:26:52 15:11:01 eth0 1270.30 1226.93 5937.39 150.84 0.00 0.00 0.00 0.00 15:26:52 15:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:11:01 docker0 856.08 793.59 70.06 2668.88 0.00 0.00 0.00 0.00 15:26:52 15:12:01 vethbda2ec4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:26:52 15:12:01 eth0 195.75 136.17 858.38 23.37 0.00 0.00 0.00 0.00 15:26:52 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:12:01 docker0 117.32 163.38 8.36 827.52 0.00 0.00 0.00 0.00 15:26:52 15:13:02 vethbda2ec4 0.23 0.23 0.02 0.03 0.00 0.00 0.00 0.00 15:26:52 15:13:02 eth0 45.46 31.67 25.46 82.19 0.00 0.00 0.00 0.00 15:26:52 15:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:13:02 docker0 0.23 0.23 0.01 0.03 0.00 0.00 0.00 0.00 15:26:52 15:14:01 eth0 178.27 134.23 1717.48 20.98 0.00 0.00 0.00 0.00 15:26:52 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:15:03 vethc008345 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 15:26:52 15:15:03 eth0 74.89 47.54 177.29 65.31 0.00 0.00 0.00 0.00 15:26:52 15:15:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:15:03 docker0 11.34 25.15 0.63 142.66 0.00 0.00 0.00 0.00 15:26:52 15:16:01 veth2c16387 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:26:52 15:16:01 vethc008345 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:16:01 vethd3a0418 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:26:52 15:16:01 eth0 8.08 4.23 6.78 3.58 0.00 0.00 0.00 0.00 15:26:52 15:17:02 vethc008345 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 15:26:52 15:17:02 eth0 390.23 193.87 2583.27 30.89 0.00 0.00 0.00 0.00 15:26:52 15:17:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 15:26:52 15:17:02 veth7a427dd 54.87 156.95 4.11 866.56 0.00 0.00 0.00 0.00 15:26:52 15:18:01 veth2697cc8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:18:01 veth9c8239b 4.85 5.59 0.58 20.58 0.00 0.00 0.00 0.00 15:26:52 15:18:01 vethc008345 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 15:26:52 15:18:01 veth3597bd8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:19:02 vethc008345 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:19:02 eth0 3295.56 2505.29 14991.57 641.08 0.00 0.00 0.00 0.00 15:26:52 15:19:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:26:52 15:19:02 docker0 1096.41 1273.09 85.85 5265.95 0.00 0.00 0.00 0.00 15:26:52 15:20:01 eth0 442.48 426.66 196.55 1697.02 0.00 0.00 0.00 0.00 15:26:52 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:20:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:21:01 eth0 0.08 0.07 0.01 0.03 0.00 0.00 0.00 0.00 15:26:52 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:22:01 eth0 0.72 0.58 0.63 0.04 0.00 0.00 0.00 0.00 15:26:52 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:26:52 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:24:01 eth0 3.65 2.50 4.50 1.20 0.00 0.00 0.00 0.00 15:26:52 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:25:01 eth0 491.33 424.13 4265.37 87.16 0.00 0.00 0.00 0.00 15:26:52 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:25:01 docker0 32.04 31.67 2.94 219.29 0.00 0.00 0.00 0.00 15:26:52 15:26:01 eth0 502.25 425.96 3453.79 136.24 0.00 0.00 0.00 0.00 15:26:52 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 15:26:01 veth5552382 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:26:52 15:26:01 docker0 24.44 31.41 1.30 201.99 0.00 0.00 0.00 0.00 15:26:52 Average: eth0 236.98 198.13 1228.80 153.34 0.00 0.00 0.00 0.00 15:26:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 Average: veth5552382 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 15:26:52 Average: docker0 72.24 83.73 5.65 356.36 0.00 0.00 0.00 0.00 15:26:52 15:26:52 15:26:52 ---> sar -P ALL: 15:26:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 15:26:52 15:26:52 15:08:50 LINUX RESTART (4 CPU) 15:26:52 15:26:52 15:10:01 CPU %user %nice %system %iowait %steal %idle 15:26:52 15:11:01 all 16.44 0.00 9.40 2.24 0.30 71.61 15:26:52 15:11:01 0 20.06 0.00 11.54 2.86 0.33 65.21 15:26:52 15:11:01 1 18.50 0.00 8.40 1.30 0.27 71.53 15:26:52 15:11:01 2 14.51 0.00 8.59 3.41 0.31 73.18 15:26:52 15:11:01 3 12.73 0.00 9.10 1.40 0.29 76.48 15:26:52 15:12:01 all 15.99 0.00 7.65 5.87 0.27 70.21 15:26:52 15:12:01 0 14.68 0.00 8.09 5.61 0.34 71.28 15:26:52 15:12:01 1 16.40 0.00 7.37 8.28 0.20 67.74 15:26:52 15:12:01 2 16.21 0.00 7.97 3.87 0.31 71.63 15:26:52 15:12:01 3 16.68 0.00 7.15 5.73 0.24 70.21 15:26:52 15:13:02 all 57.77 0.00 15.35 4.13 2.26 20.49 15:26:52 15:13:02 0 57.48 0.00 15.59 2.77 2.24 21.92 15:26:52 15:13:02 1 58.54 0.00 15.25 3.86 2.46 19.90 15:26:52 15:13:02 2 56.07 0.00 15.66 3.73 2.42 22.11 15:26:52 15:13:02 3 58.99 0.00 14.89 6.13 1.93 18.05 15:26:52 15:14:01 all 41.47 0.00 13.75 3.41 0.16 41.21 15:26:52 15:14:01 0 42.17 0.00 13.82 3.13 0.19 40.68 15:26:52 15:14:01 1 38.84 0.00 13.76 5.11 0.14 42.14 15:26:52 15:14:01 2 42.44 0.00 13.09 2.88 0.14 41.45 15:26:52 15:14:01 3 42.44 0.00 14.33 2.52 0.16 40.55 15:26:52 15:15:03 all 20.09 0.00 26.10 14.34 0.17 39.31 15:26:52 15:15:03 0 19.29 0.00 25.47 12.41 0.10 42.73 15:26:52 15:15:03 1 20.83 0.00 26.09 15.43 0.21 37.44 15:26:52 15:15:03 2 18.40 0.00 26.02 16.12 0.22 39.23 15:26:52 15:15:03 3 21.84 0.00 26.81 13.38 0.14 37.83 15:26:52 15:16:01 all 46.27 0.00 20.44 19.15 0.15 13.99 15:26:52 15:16:01 0 45.88 0.00 19.57 19.40 0.18 14.97 15:26:52 15:16:01 1 46.63 0.00 19.89 19.62 0.13 13.73 15:26:52 15:16:01 2 46.17 0.00 21.30 19.61 0.15 12.77 15:26:52 15:16:01 3 46.41 0.00 21.00 17.96 0.13 14.51 15:26:52 15:17:02 all 35.47 0.00 19.75 29.59 0.10 15.09 15:26:52 15:17:02 0 36.31 0.00 20.23 27.98 0.10 15.37 15:26:52 15:17:02 1 33.79 0.00 20.16 28.66 0.09 17.30 15:26:52 15:17:02 2 37.66 0.00 18.80 31.69 0.10 11.76 15:26:52 15:17:02 3 34.07 0.00 19.83 30.02 0.12 15.95 15:26:52 15:18:01 all 17.26 0.00 20.92 37.04 0.19 24.59 15:26:52 15:18:01 0 16.68 0.00 21.13 36.15 0.23 25.82 15:26:52 15:18:01 1 16.96 0.00 21.04 35.30 0.16 26.54 15:26:52 15:18:01 2 18.19 0.00 20.65 38.26 0.20 22.71 15:26:52 15:18:01 3 17.24 0.00 20.86 38.46 0.18 23.25 15:26:52 15:19:02 all 44.90 0.00 19.12 21.94 0.10 13.94 15:26:52 15:19:02 0 42.79 0.00 19.09 25.39 0.09 12.64 15:26:52 15:19:02 1 44.41 0.00 19.47 20.92 0.09 15.11 15:26:52 15:19:02 2 44.57 0.00 19.18 20.69 0.12 15.44 15:26:52 15:19:02 3 47.80 0.00 18.74 20.79 0.11 12.57 15:26:52 15:20:01 all 10.46 0.00 4.95 3.33 0.10 81.16 15:26:52 15:20:01 0 10.15 0.00 6.07 3.23 0.14 80.41 15:26:52 15:20:01 1 9.83 0.00 4.53 2.91 0.10 82.63 15:26:52 15:20:01 2 11.15 0.00 4.34 4.15 0.05 80.31 15:26:52 15:20:01 3 10.70 0.00 4.84 3.04 0.12 81.30 15:26:52 15:21:01 all 0.19 0.00 0.06 0.01 0.01 99.73 15:26:52 15:21:01 0 0.08 0.00 0.05 0.00 0.00 99.87 15:26:52 15:21:01 1 0.07 0.00 0.03 0.03 0.02 99.85 15:26:52 15:21:01 2 0.53 0.00 0.05 0.00 0.00 99.42 15:26:52 15:21:01 3 0.08 0.00 0.10 0.00 0.02 99.80 15:26:52 15:26:52 15:21:01 CPU %user %nice %system %iowait %steal %idle 15:26:52 15:22:01 all 0.22 0.00 0.05 0.02 0.00 99.71 15:26:52 15:22:01 0 0.18 0.00 0.03 0.05 0.00 99.73 15:26:52 15:22:01 1 0.17 0.00 0.07 0.02 0.00 99.75 15:26:52 15:22:01 2 0.53 0.00 0.05 0.00 0.00 99.42 15:26:52 15:22:01 3 0.02 0.00 0.03 0.00 0.02 99.93 15:26:52 15:23:01 all 0.17 0.00 0.07 0.00 0.00 99.75 15:26:52 15:23:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:26:52 15:23:01 1 0.08 0.00 0.08 0.00 0.00 99.83 15:26:52 15:23:01 2 0.53 0.00 0.05 0.00 0.02 99.40 15:26:52 15:23:01 3 0.05 0.00 0.10 0.00 0.00 99.85 15:26:52 15:24:01 all 0.43 0.00 0.30 0.16 0.00 99.11 15:26:52 15:24:01 0 0.22 0.00 0.30 0.03 0.02 99.43 15:26:52 15:24:01 1 0.18 0.00 0.22 0.02 0.00 99.58 15:26:52 15:24:01 2 1.08 0.00 0.43 0.38 0.00 98.10 15:26:52 15:24:01 3 0.23 0.00 0.23 0.20 0.00 99.33 15:26:52 15:25:01 all 10.72 0.00 8.14 5.68 0.14 75.33 15:26:52 15:25:01 0 12.72 0.00 8.21 3.99 0.14 74.93 15:26:52 15:25:01 1 9.64 0.00 7.54 5.81 0.15 76.86 15:26:52 15:25:01 2 9.93 0.00 8.17 5.81 0.17 75.92 15:26:52 15:25:01 3 10.58 0.00 8.64 7.11 0.09 73.60 15:26:52 15:26:01 all 11.73 0.00 9.60 2.85 0.19 75.63 15:26:52 15:26:01 0 10.77 0.00 9.89 2.62 0.21 76.51 15:26:52 15:26:01 1 14.63 0.00 10.71 3.43 0.14 71.09 15:26:52 15:26:01 2 10.82 0.00 9.31 3.23 0.19 76.44 15:26:52 15:26:01 3 10.68 0.00 8.51 2.12 0.21 78.48 15:26:52 Average: all 20.21 0.00 10.81 9.18 0.25 59.54 15:26:52 Average: 0 20.21 0.00 11.03 8.93 0.26 59.56 15:26:52 Average: 1 20.22 0.00 10.75 9.25 0.26 59.52 15:26:52 Average: 2 20.17 0.00 10.69 9.44 0.27 59.42 15:26:52 Average: 3 20.25 0.00 10.76 9.09 0.23 59.67 15:26:52 15:26:52 15:26:52