Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e1c877c26fd3ad456d53f84346cbbc11c0c9a37e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29250 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/387 [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/387 # 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 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e (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 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 Commit message: "feat(notifications): Implement GET /notification/start/{start}/end/{end} V2 API (#3240)" > git rev-list --no-walk dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:37:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:37:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:37:33 ========================================================= 04:37:33 EdgeX Global Pipelines Version Info 04:37:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:37:35 ------------------- 04:37:35 stable info: 04:37:35 ------------------- 04:37:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:37:35 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 04:37:35 Message: update stable to v1.0.184 04:37:36 ------------------- 04:37:36 experimental info: 04:37:36 ------------------- 04:37:36 Commited By: **** collab-it+edgex@linuxfoundation.org 04:37:36 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 04:37:36 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:37:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:37:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:37:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:37:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:37:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:37:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:37:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:37:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:37:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:37:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:37:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:37:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:37:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:37:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:37:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:37:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:37:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:37:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:37:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:37:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:37:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:37:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:37:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:37:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:37:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:37:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] echo 04:37:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e1c877c [Pipeline] echo 04:37:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:37:39 provisioning config files... 04:37:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config5655696699628639388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:37:39 ---> docker-login.sh 04:37:39 nexus3.edgexfoundry.org:10001 04:37:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:40 Configure a credential helper to remove this warning. See 04:37:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:40 04:37:40 Login Succeeded 04:37:40 nexus3.edgexfoundry.org:10002 04:37:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:40 Configure a credential helper to remove this warning. See 04:37:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:40 04:37:40 Login Succeeded 04:37:40 nexus3.edgexfoundry.org:10003 04:37:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:40 Configure a credential helper to remove this warning. See 04:37:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:40 04:37:40 Login Succeeded 04:37:40 nexus3.edgexfoundry.org:10004 04:37:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:40 Configure a credential helper to remove this warning. See 04:37:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:40 04:37:40 Login Succeeded 04:37:40 docker.io 04:37:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:41 Configure a credential helper to remove this warning. See 04:37:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:41 04:37:41 Login Succeeded 04:37:41 ---> docker-login.sh ends [Pipeline] } 04:37:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:37:41 ++ 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 04:37:41 + for file in '`ls cmd/**/Dockerfile`' 04:37:41 ++ dirname cmd/core-command/Dockerfile 04:37:41 ++ cut -d/ -f2 04:37:41 + echo core-command,cmd/core-command/Dockerfile 04:37:41 + for file in '`ls cmd/**/Dockerfile`' 04:37:41 ++ dirname cmd/core-data/Dockerfile 04:37:41 ++ cut -d/ -f2 04:37:41 + echo core-data,cmd/core-data/Dockerfile 04:37:41 + for file in '`ls cmd/**/Dockerfile`' 04:37:41 ++ dirname cmd/core-metadata/Dockerfile 04:37:41 ++ cut -d/ -f2 04:37:41 + echo core-metadata,cmd/core-metadata/Dockerfile 04:37:41 + for file in '`ls cmd/**/Dockerfile`' 04:37:41 ++ dirname cmd/security-bootstrapper/Dockerfile 04:37:41 ++ cut -d/ -f2 04:37:41 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:37:41 + for file in '`ls cmd/**/Dockerfile`' 04:37:41 ++ dirname cmd/security-proxy-setup/Dockerfile 04:37:41 ++ cut -d/ -f2 04:37:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:37:41 + for file in '`ls cmd/**/Dockerfile`' 04:37:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:37:41 ++ cut -d/ -f2 04:37:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:37:41 + for file in '`ls cmd/**/Dockerfile`' 04:37:41 ++ dirname cmd/support-notifications/Dockerfile 04:37:41 ++ cut -d/ -f2 04:37:41 + echo support-notifications,cmd/support-notifications/Dockerfile 04:37:41 + for file in '`ls cmd/**/Dockerfile`' 04:37:41 ++ dirname cmd/support-scheduler/Dockerfile 04:37:41 ++ cut -d/ -f2 04:37:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:37:41 + for file in '`ls cmd/**/Dockerfile`' 04:37:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:37:41 ++ cut -d/ -f2 04:37:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:37:42 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 04:37:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:37:43 04:37:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:37:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:37:44 latest: Pulling from edgex-devops/git-semver 04:37:44 31603596830f: Pulling fs layer 04:37:44 2a8b12db71e7: Pulling fs layer 04:37:44 6ca5941a6612: Pulling fs layer 04:37:44 ecc8261a40a4: Pulling fs layer 04:37:44 ecc8261a40a4: Waiting 04:37:44 2a8b12db71e7: Verifying Checksum 04:37:44 2a8b12db71e7: Download complete 04:37:44 31603596830f: Verifying Checksum 04:37:44 31603596830f: Download complete 04:37:44 ecc8261a40a4: Verifying Checksum 04:37:44 ecc8261a40a4: Download complete 04:37:44 6ca5941a6612: Verifying Checksum 04:37:44 6ca5941a6612: Download complete 04:37:44 31603596830f: Pull complete 04:37:45 2a8b12db71e7: Pull complete 04:37:45 6ca5941a6612: Pull complete 04:37:46 ecc8261a40a4: Pull complete 04:37:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:37:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:37:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:37:46 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:37:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:37:48 $ docker top f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:37:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:37:49 [ssh-agent] Looking for ssh-agent implementation... 04:37:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:37:49 $ docker exec f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 ssh-agent 04:37:49 SSH_AUTH_SOCK=/tmp/ssh-ZSjjqOVG5aj5/agent.12 04:37:49 SSH_AGENT_PID=17 04:37:49 Running ssh-add (command line suppressed) 04:37:50 Identity added: /w/workspace/edgex-go/387@tmp/private_key_9028721425026586994.key (/w/workspace/edgex-go/387@tmp/private_key_9028721425026586994.key) 04:37:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:37:50 + git tag --points-at HEAD [Pipeline] } 04:37:50 $ docker exec --env ******** --env ******** f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 ssh-agent -k 04:37:50 unset SSH_AUTH_SOCK; 04:37:50 unset SSH_AGENT_PID; 04:37:50 echo Agent pid 17 killed; 04:37:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:37:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:37:50 [ssh-agent] Looking for ssh-agent implementation... 04:37:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:37:51 $ docker exec f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 ssh-agent 04:37:51 SSH_AUTH_SOCK=/tmp/ssh-LtIa73u1wIFI/agent.46 04:37:51 SSH_AGENT_PID=51 04:37:51 Running ssh-add (command line suppressed) 04:37:51 Identity added: /w/workspace/edgex-go/387@tmp/private_key_8419783549693008513.key (/w/workspace/edgex-go/387@tmp/private_key_8419783549693008513.key) 04:37:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:37:51 + git semver init 04:37:51 # -> Open(): unable to determine branch for HEAD 04:37:51 # $GIT_DIR = /w/workspace/edgex-go/387/.git 04:37:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/387 04:37:51 # $SEMVER_REMOTE_NAME = origin 04:37:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:37:51 # $SEMVER_USER_NAME = edgex-jenkins 04:37:51 # $SEMVER_BRANCH = master 04:37:51 # $SEMVER_TEMP = /tmp/semver-077315126 04:37:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:38:14 # '/tmp/semver-077315126' -> '/w/workspace/edgex-go/387/.semver' 04:38:14 # -> Force: false 04:38:14 # $SEMVER_DIR = /w/workspace/edgex-go/387/.semver [Pipeline] } 04:38:14 $ docker exec --env ******** --env ******** f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 ssh-agent -k 04:38:14 unset SSH_AUTH_SOCK; 04:38:14 unset SSH_AGENT_PID; 04:38:14 echo Agent pid 51 killed; 04:38:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:38:14 + git semver [Pipeline] } 04:38:14 $ docker stop --time=1 f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 04:38:16 $ docker rm -f f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 [Pipeline] // withDockerContainer [Pipeline] sh 04:38:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:38:17 Stashed 1 file(s) [Pipeline] echo 04:38:17 [edgeXSemver]: initialized semver on version 2.0.0-dev.120 [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 04:38:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:38:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:38:19 + sudo service docker restart 04:38:19 + true 04:38:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:38:19 ========================================================= 04:38:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:38:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:38:20 + 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 . 04:38:24 Sending build context to Docker daemon 328.4MB 04:38:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:38:24 Step 2/6 : FROM ${BASE} 04:38:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:38:24 188c0c94c7c5: Pulling fs layer 04:38:24 0ef7d3d256c8: Pulling fs layer 04:38:24 de9db76c5a1d: Pulling fs layer 04:38:24 bca2f99d35d6: Pulling fs layer 04:38:24 93359f2a8cfa: Pulling fs layer 04:38:24 7c6f9722023f: Pulling fs layer 04:38:24 a35cf1a2eb13: Pulling fs layer 04:38:24 93359f2a8cfa: Waiting 04:38:24 7c6f9722023f: Waiting 04:38:24 a35cf1a2eb13: Waiting 04:38:24 bca2f99d35d6: Waiting 04:38:24 de9db76c5a1d: Verifying Checksum 04:38:24 de9db76c5a1d: Download complete 04:38:24 0ef7d3d256c8: Verifying Checksum 04:38:24 0ef7d3d256c8: Download complete 04:38:24 93359f2a8cfa: Verifying Checksum 04:38:24 93359f2a8cfa: Download complete 04:38:24 188c0c94c7c5: Verifying Checksum 04:38:24 188c0c94c7c5: Download complete 04:38:24 7c6f9722023f: Verifying Checksum 04:38:24 7c6f9722023f: Download complete 04:38:25 188c0c94c7c5: Pull complete 04:38:25 0ef7d3d256c8: Pull complete 04:38:25 de9db76c5a1d: Pull complete 04:38:26 a35cf1a2eb13: Verifying Checksum 04:38:26 a35cf1a2eb13: Download complete 04:38:27 bca2f99d35d6: Verifying Checksum 04:38:27 bca2f99d35d6: Download complete 04:38:33 Still waiting to schedule task 04:38:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:38:34 bca2f99d35d6: Pull complete 04:38:34 93359f2a8cfa: Pull complete 04:38:34 7c6f9722023f: Pull complete 04:38:38 a35cf1a2eb13: Pull complete 04:38:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:38:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:38:38 ---> a62c8e92a672 04:38:38 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 04:38:38 ---> Running in 5277e711cc46 04:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:40 (1/12) Installing libmagic (5.38-r0) 04:38:40 (2/12) Installing file (5.38-r0) 04:38:40 (3/12) Installing libc-dev (0.7.2-r3) 04:38:40 (4/12) Installing g++ (9.3.0-r2) 04:38:47 (5/12) Installing fortify-headers (1.1-r0) 04:38:47 (6/12) Installing patch (2.7.6-r6) 04:38:47 (7/12) Installing build-base (0.5-r2) 04:38:47 (8/12) Installing libsodium (1.0.18-r0) 04:38:47 (9/12) Installing pkgconf (1.7.2-r0) 04:38:47 (10/12) Installing libsodium-dev (1.0.18-r0) 04:38:47 (11/12) Installing libzmq (4.3.3-r0) 04:38:47 (12/12) Installing zeromq-dev (4.3.3-r0) 04:38:47 Executing busybox-1.31.1-r19.trigger 04:38:47 OK: 233 MiB in 51 packages 04:38:49 Removing intermediate container 5277e711cc46 04:38:49 ---> 93149bf49617 04:38:49 Step 4/6 : WORKDIR /edgex-go 04:38:49 ---> Running in 3a4405a26c71 04:38:50 Removing intermediate container 3a4405a26c71 04:38:50 ---> f44a525e891e 04:38:50 Step 5/6 : COPY go.mod . 04:38:50 ---> 6e4233ef6add 04:38:50 Step 6/6 : RUN go mod download 04:38:50 ---> Running in cc89b3605ee2 04:39:17 Removing intermediate container cc89b3605ee2 04:39:17 ---> c36029a9b165 04:39:17 Successfully built c36029a9b165 04:39:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:39:17 + docker inspect -f . ci-base-image-x86_64 04:39:17 . [Pipeline] withDockerContainer 04:39:17 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:39:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:39:18 $ docker top 7e3513438f767447a766da4bcf802fc030a9e506c495302e49b0931740577914 -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:19 + go version 04:39:19 go version go1.15.5 linux/amd64 [Pipeline] } 04:39:19 $ docker stop --time=1 7e3513438f767447a766da4bcf802fc030a9e506c495302e49b0931740577914 04:39:20 $ docker rm -f 7e3513438f767447a766da4bcf802fc030a9e506c495302e49b0931740577914 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:21 + docker inspect -f . ci-base-image-x86_64 04:39:21 . [Pipeline] withDockerContainer 04:39:21 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:39:21 $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:39:22 $ docker top 2acb9168fd38aff47c280f0d9bba571012404eedac7932e5315c145236a712db -eo pid,comm [Pipeline] { [Pipeline] echo 04:39:23 ========================================================= 04:39:23 [edgeXBuildGoParallel] Running Tests and Build... 04:39:23 ========================================================= [Pipeline] sh 04:39:23 + make test 04:39:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:39:33 ? github.com/edgexfoundry/edgex-go [no test files] 04:39:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:39:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:39:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:39:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:40:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:40:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:40:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:40:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 45.9% of statements 04:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.116s coverage: 100.0% of statements 04:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 82.9% of statements 04:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements 04:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.393s coverage: 28.6% of statements 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.486s coverage: 92.8% of statements 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:40:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:40:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:40:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements 04:40:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 04:40:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 04:40:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements 04:40:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 04:40:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29251 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 04:40:22 Running in /w/workspace/edgex-go/387 [Pipeline] { [Pipeline] checkout 04:40:27 using credential edgex-jenkins-ssh 04:40:27 Cloning the remote Git repository 04:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.042s coverage: 94.4% of statements 04:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 04:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.057s coverage: 81.4% of statements 04:40:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:40:27 > git init /w/workspace/edgex-go/387 # timeout=10 04:40:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:40:27 > git --version # timeout=10 04:40:27 > git --version # 'git version 2.17.1' 04:40:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:40:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.076s coverage: 92.9% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.6% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.6% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 62.4% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.355s coverage: 69.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 38.4% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.158s coverage: 47.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.174s coverage: 87.1% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.788s coverage: 29.1% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.097s coverage: 95.6% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 04:40:42 GO111MODULE=on go vet ./... 04:40:44 Checking out Revision e1c877c26fd3ad456d53f84346cbbc11c0c9a37e (master) 04:40:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:40:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:40:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:40:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:40:43 using GIT_SSH to set credentials SSH Credentials for GitHub 04:40:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:40:44 > git config core.sparsecheckout # timeout=10 04:40:44 > git checkout -f e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 04:40:48 Commit message: "feat(notifications): Implement GET /notification/start/{start}/end/{end} V2 API (#3240)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:40:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:40:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:40:51 + true 04:40:51 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:40:54 provisioning config files... 04:40:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config8824553593301475116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:40:54 ---> docker-login.sh 04:40:54 nexus3.edgexfoundry.org:10001 04:40:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:55 Configure a credential helper to remove this warning. See 04:40:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:55 04:40:55 Login Succeeded 04:40:55 nexus3.edgexfoundry.org:10002 04:40:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:56 Configure a credential helper to remove this warning. See 04:40:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:56 04:40:56 Login Succeeded 04:40:56 nexus3.edgexfoundry.org:10003 04:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:57 Configure a credential helper to remove this warning. See 04:40:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:57 04:40:57 Login Succeeded 04:40:57 nexus3.edgexfoundry.org:10004 04:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:57 Configure a credential helper to remove this warning. See 04:40:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:57 04:40:57 Login Succeeded 04:40:57 docker.io 04:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:40:58 Configure a credential helper to remove this warning. See 04:40:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:40:58 04:40:58 Login Succeeded 04:40:58 ---> docker-login.sh ends [Pipeline] } 04:40:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:40:58 ========================================================= 04:40:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:40:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:40:59 + 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 . 04:41:02 Sending build context to Docker daemon 166.6MB 04:41:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:41:02 Step 2/6 : FROM ${BASE} 04:41:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:41:02 5f621e34cdf4: Pulling fs layer 04:41:02 a4357932f1b6: Pulling fs layer 04:41:02 18c013af1878: Pulling fs layer 04:41:02 00ac8860ef70: Pulling fs layer 04:41:02 63d7cb157983: Pulling fs layer 04:41:02 b116817d02f9: Pulling fs layer 04:41:02 745a02a5169b: Pulling fs layer 04:41:02 63d7cb157983: Waiting 04:41:02 b116817d02f9: Waiting 04:41:02 00ac8860ef70: Waiting 04:41:02 745a02a5169b: Waiting 04:41:02 18c013af1878: Verifying Checksum 04:41:02 18c013af1878: Download complete 04:41:02 a4357932f1b6: Verifying Checksum 04:41:02 a4357932f1b6: Download complete 04:41:02 63d7cb157983: Verifying Checksum 04:41:02 63d7cb157983: Download complete 04:41:02 b116817d02f9: Download complete 04:41:02 5f621e34cdf4: Verifying Checksum 04:41:02 5f621e34cdf4: Download complete 04:41:03 5f621e34cdf4: Pull complete 04:41:03 a4357932f1b6: Pull complete 04:41:04 18c013af1878: Pull complete 04:41:04 745a02a5169b: Verifying Checksum 04:41:04 745a02a5169b: Download complete 04:41:06 00ac8860ef70: Verifying Checksum 04:41:06 00ac8860ef70: Download complete 04:41:15 gofmt -l . 04:41:15 [ "`gofmt -l .`" = "" ] 04:41:15 ./bin/test-go-mod-tidy.sh 04:41:15 ./bin/test-attribution-txt.sh [Pipeline] sh 04:41:15 + ls -al . 04:41:15 total 736 04:41:15 drwxrwxr-x 10 1001 1001 4096 Mar 10 04:41 . 04:41:15 drwxr-xr-x 4 root root 32 Mar 10 04:39 .. 04:41:15 -rw-rw-r-- 1 1001 1001 11 Mar 10 04:37 .dockerignore 04:41:15 drwxrwxr-x 8 1001 1001 162 Mar 10 04:37 .git 04:41:15 drwxrwxr-x 3 1001 1001 125 Mar 10 04:37 .github 04:41:15 -rw-rw-r-- 1 1001 1001 818 Mar 10 04:37 .gitignore 04:41:15 drwx------ 3 1001 1001 45 Mar 10 04:38 .semver 04:41:15 -rw-rw-r-- 1 1001 1001 166 Mar 10 04:37 .sonarcloud.properties 04:41:15 -rw-rw-r-- 1 1001 1001 8607 Mar 10 04:37 Attribution.txt 04:41:15 -rw-rw-r-- 1 1001 1001 3804 Mar 10 04:37 CONTRIBUTING.md 04:41:15 -rw-rw-r-- 1 1001 1001 931 Mar 10 04:37 Dockerfile.build 04:41:15 -rw-rw-r-- 1 1001 1001 863 Mar 10 04:37 Jenkinsfile 04:41:15 -rw-rw-r-- 1 1001 1001 10775 Mar 10 04:37 LICENSE 04:41:15 -rw-rw-r-- 1 1001 1001 5774 Mar 10 04:37 Makefile 04:41:15 -rw-rw-r-- 1 1001 1001 6548 Mar 10 04:37 README.md 04:41:15 -rw-rw-r-- 1 1001 1001 6755 Mar 10 04:37 SECURITY.md 04:41:15 -rw-rw-r-- 1 1001 1001 13 Mar 10 04:38 VERSION 04:41:15 -rw-rw-r-- 1 1001 1001 4131 Mar 10 04:37 ZMQWindows.md 04:41:15 drwxrwxr-x 2 1001 1001 117 Mar 10 04:37 bin 04:41:15 drwxrwxr-x 14 1001 1001 4096 Mar 10 04:37 cmd 04:41:15 -rw-r--r-- 1 root root 625548 Mar 10 04:40 coverage.out 04:41:15 -rw-r--r-- 1 root root 1055 Mar 10 04:41 go.mod 04:41:15 -rw-r--r-- 1 root root 21981 Mar 10 04:41 go.sum 04:41:15 drwxrwxr-x 8 1001 1001 127 Mar 10 04:37 internal 04:41:15 drwxrwxr-x 4 1001 1001 26 Mar 10 04:37 openapi 04:41:15 drwxrwxr-x 4 1001 1001 71 Mar 10 04:37 snap 04:41:15 -rw-rw-r-- 1 1001 1001 168 Mar 10 04:37 version.go [Pipeline] sh 04:41:16 + '[' -e coverage.out ] 04:41:16 + chown 1001:1001 coverage.out [Pipeline] stash 04:41:16 Stashed 1 file(s) [Pipeline] sh 04:41:16 + make build 04:41:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-data/core-data ./cmd/core-data 04:41:18 00ac8860ef70: Pull complete 04:41:18 63d7cb157983: Pull complete 04:41:18 b116817d02f9: Pull complete 04:41:20 745a02a5169b: Pull complete 04:41:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:41:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:41:20 ---> b7e6874047d6 04:41:20 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 04:41:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:41:23 ---> Running in aa594881fc32 04:41:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:26 (1/12) Installing libmagic (5.38-r0) 04:41:26 (2/12) Installing file (5.38-r0) 04:41:26 (3/12) Installing libc-dev (0.7.2-r3) 04:41:26 (4/12) Installing g++ (9.3.0-r2) 04:41:30 (5/12) Installing fortify-headers (1.1-r0) 04:41:30 (6/12) Installing patch (2.7.6-r6) 04:41:30 (7/12) Installing build-base (0.5-r2) 04:41:30 (8/12) Installing libsodium (1.0.18-r0) 04:41:30 (9/12) Installing pkgconf (1.7.2-r0) 04:41:30 (10/12) Installing libsodium-dev (1.0.18-r0) 04:41:30 (11/12) Installing libzmq (4.3.3-r0) 04:41:30 (12/12) Installing zeromq-dev (4.3.3-r0) 04:41:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-command/core-command ./cmd/core-command 04:41:30 Executing busybox-1.31.1-r19.trigger 04:41:30 OK: 217 MiB in 51 packages 04:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:41:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:41:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:41:34 Removing intermediate container aa594881fc32 04:41:34 ---> bed74a8639ae 04:41:34 Step 4/6 : WORKDIR /edgex-go 04:41:34 ---> Running in 3a97cc68ae5c 04:41:34 Removing intermediate container 3a97cc68ae5c 04:41:34 ---> b0ae1e04a3a2 04:41:34 Step 5/6 : COPY go.mod . 04:41:35 ---> a84082527fb0 04:41:35 Step 6/6 : RUN go mod download 04:41:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:41:35 ---> Running in 9dcc68d53cb6 04:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:41:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:41:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/secrets-config ./cmd/secrets-config 04:41:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 04:41:44 $ docker stop --time=1 2acb9168fd38aff47c280f0d9bba571012404eedac7932e5315c145236a712db 04:41:45 $ docker rm -f 2acb9168fd38aff47c280f0d9bba571012404eedac7932e5315c145236a712db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:49 04:41:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:41:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:50 latest: Pulling from edgex-devops/edgex-compose 04:41:50 cbdbe7a5bc2a: Pulling fs layer 04:41:50 ca9280d653b3: Pulling fs layer 04:41:50 7e9c9ca2126c: Pulling fs layer 04:41:50 cbdbe7a5bc2a: Verifying Checksum 04:41:50 cbdbe7a5bc2a: Download complete 04:41:50 ca9280d653b3: Verifying Checksum 04:41:50 ca9280d653b3: Download complete 04:41:51 cbdbe7a5bc2a: Pull complete 04:41:52 7e9c9ca2126c: Verifying Checksum 04:41:52 7e9c9ca2126c: Download complete 04:41:52 ca9280d653b3: Pull complete 04:41:59 7e9c9ca2126c: Pull complete 04:41:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:41:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:41:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:41:59 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:41:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:42:02 Removing intermediate container 9dcc68d53cb6 04:42:02 ---> fd5e55665cf2 04:42:02 Successfully built fd5e55665cf2 04:42:02 Successfully tagged ci-base-image-arm64:latest 04:42:02 $ docker top 2a3d79206e2370844e661f81d17721190ab43a911f41d045b0b1e3697334d739 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 04:42:03 + docker-compose build --help 04:42:03 + grep parallel 04:42:03 + docker inspect -f . ci-base-image-arm64 04:42:03 . [Pipeline] withDockerContainer 04:42:03 prd-ubuntu18.04-docker-arm64-4c-16g-29251 does not seem to be running inside a container 04:42:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:42:04 --parallel Build images in parallel. 04:42:05 $ docker top c089dde99ecda7424568652f6d7abb0edb9c27fee7c5438718c3a7b1a0020715 -eo pid,comm [Pipeline] { [Pipeline] } 04:42:05 $ docker stop --time=1 2a3d79206e2370844e661f81d17721190ab43a911f41d045b0b1e3697334d739 04:42:06 $ docker rm -f 2a3d79206e2370844e661f81d17721190ab43a911f41d045b0b1e3697334d739 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:42:07 . [Pipeline] withDockerContainer 04:42:07 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:42:07 + go version 04:42:07 go version go1.15.5 linux/arm64 04:42:07 $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:42:08 $ docker top 16fdfe7a191a18c600907af864d7d349dc50fddc04661315aa0799a9ea9550fb -eo pid,comm [Pipeline] { [Pipeline] } 04:42:08 $ docker stop --time=1 c089dde99ecda7424568652f6d7abb0edb9c27fee7c5438718c3a7b1a0020715 04:42:10 $ docker rm -f c089dde99ecda7424568652f6d7abb0edb9c27fee7c5438718c3a7b1a0020715 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 04:42:11 + docker-compose -f ./docker-compose-build.yml build --parallel Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:11 04:42:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:42:12 Building docker-core-command-go ... 04:42:12 Building docker-core-data-go ... 04:42:12 Building docker-core-metadata-go ... 04:42:12 Building docker-security-bootstrapper-go ... 04:42:12 Building docker-security-proxy-setup-go ... 04:42:12 Building docker-security-secretstore-setup-go ... 04:42:12 Building docker-support-notifications-go ... 04:42:12 Building docker-support-scheduler-go ... 04:42:12 Building docker-sys-mgmt-agent-go ... 04:42:12 Building docker-support-scheduler-go 04:42:12 Building docker-core-data-go 04:42:12 Building docker-support-notifications-go 04:42:12 Building docker-core-metadata-go 04:42:12 Building docker-security-bootstrapper-go 04:42:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:12 latest: Pulling from edgex-devops/edgex-compose-arm64 04:42:12 29e5d40040c1: Pulling fs layer 04:42:12 1ce36da41761: Pulling fs layer 04:42:12 25b303627fd3: Pulling fs layer 04:42:12 29e5d40040c1: Download complete 04:42:13 1ce36da41761: Verifying Checksum 04:42:13 1ce36da41761: Download complete 04:42:13 29e5d40040c1: Pull complete 04:42:14 1ce36da41761: Pull complete 04:42:15 25b303627fd3: Verifying Checksum 04:42:15 25b303627fd3: Download complete 04:42:23 25b303627fd3: Pull complete 04:42:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:42:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:42:23 prd-ubuntu18.04-docker-arm64-4c-16g-29251 does not seem to be running inside a container 04:42:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:42:26 $ docker top 35327ba19f97e92e6b84a25f70308db74b81eb6e4aafb9e2a5930744b3b8b5d4 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:27 + + docker-composegrep build parallel --help 04:42:27 04:42:31 --parallel Build images in parallel. [Pipeline] } 04:42:32 $ docker stop --time=1 35327ba19f97e92e6b84a25f70308db74b81eb6e4aafb9e2a5930744b3b8b5d4 04:42:34 $ docker rm -f 35327ba19f97e92e6b84a25f70308db74b81eb6e4aafb9e2a5930744b3b8b5d4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:34 . [Pipeline] withDockerContainer 04:42:35 prd-ubuntu18.04-docker-arm64-4c-16g-29251 does not seem to be running inside a container 04:42:35 $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:42:36 $ docker top 52267aa256048a7916d8dd283c4a30ab30f6a29be353d01b89f014b5c215e42e -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:37 + docker-compose -f ./docker-compose-build.yml build --parallel 04:42:42 Building docker-core-command-go ... 04:42:42 Building docker-core-data-go ... 04:42:42 Building docker-core-metadata-go ... 04:42:42 Building docker-security-bootstrapper-go ... 04:42:42 Building docker-security-proxy-setup-go ... 04:42:42 Building docker-security-secretstore-setup-go ... 04:42:42 Building docker-support-notifications-go ... 04:42:42 Building docker-support-scheduler-go ... 04:42:42 Building docker-sys-mgmt-agent-go ... 04:42:42 Building docker-core-data-go 04:42:42 Building docker-security-secretstore-setup-go 04:42:42 Building docker-core-metadata-go 04:42:42 Building docker-support-scheduler-go 04:42:42 Building docker-support-notifications-go 04:42:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:42:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> c36029a9b165 04:42:51 Step 3/23 : WORKDIR /edgex-go 04:42:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:42:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> c36029a9b165 04:42:51 Step 3/23 : WORKDIR /edgex-go 04:42:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:42:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> c36029a9b165 04:42:51 Step 3/22 : WORKDIR /edgex-go 04:42:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:42:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> c36029a9b165 04:42:51 Step 3/22 : WORKDIR /edgex-go 04:42:51 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:42:51 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:42:51 ---> c36029a9b165 04:42:51 Step 3/31 : WORKDIR /edgex-go 04:42:51 ---> Running in 75368402a4b4 04:42:51 ---> Running in 722d56375ff3 04:42:51 ---> Running in 709450e98bab 04:42:51 ---> Running in 4f8fb9095850 04:42:51 ---> Running in b54ce688c6f1 04:42:51 Removing intermediate container 75368402a4b4 04:42:51 ---> 9f3fa9637670 04:42:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:51 Removing intermediate container 4f8fb9095850 04:42:51 ---> 25dfb539e931 04:42:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:51 Removing intermediate container b54ce688c6f1 04:42:51 ---> b34c1d02e0e7 04:42:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:51 Removing intermediate container 722d56375ff3 04:42:51 ---> 11e809fa2dbc 04:42:51 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:51 Removing intermediate container 709450e98bab 04:42:51 ---> 03a7d07a5fa1 04:42:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:51 ---> Running in fbcaac2724dd 04:42:51 ---> Running in cb02b1702609 04:42:51 ---> Running in 50d2e3f1c71e 04:42:51 ---> Running in ec3efbde0686 04:42:51 ---> Running in 93e32f854b45 04:42:52 Removing intermediate container fbcaac2724dd 04:42:52 ---> 20521c68852b 04:42:52 Step 5/23 : RUN apk add --update --no-cache make git 04:42:52 ---> Running in 10054680fb02 04:42:52 Removing intermediate container 50d2e3f1c71e 04:42:52 ---> c4da9e41836e 04:42:52 Step 5/22 : RUN apk add --update --no-cache make git 04:42:52 Removing intermediate container ec3efbde0686 04:42:52 ---> a2a320dfd26e 04:42:52 Step 5/31 : RUN apk add --update --no-cache make git 04:42:53 Removing intermediate container cb02b1702609 04:42:53 ---> fee1dd472618 04:42:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:42:53 ---> Running in 968d91cba98f 04:42:53 ---> Running in 115f5b45abb5 04:42:53 ---> Running in b5a586dd7b3a 04:42:53 Removing intermediate container 93e32f854b45 04:42:53 ---> a5e26d325128 04:42:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:42:53 ---> Running in 5a19fe790ade 04:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:56 OK: 233 MiB in 51 packages 04:42:56 OK: 233 MiB in 51 packages 04:42:56 OK: 233 MiB in 51 packages 04:42:56 OK: 233 MiB in 51 packages 04:42:56 OK: 233 MiB in 51 packages 04:42:57 Removing intermediate container 968d91cba98f 04:42:57 ---> ac91e6121a98 04:42:57 Step 6/22 : COPY go.mod . 04:42:57 Removing intermediate container 10054680fb02 04:42:57 ---> 62cada1e5244 04:42:57 Step 6/23 : COPY go.mod . 04:42:57 Removing intermediate container 115f5b45abb5 04:42:57 ---> cd69054c4a7a 04:42:57 Step 6/31 : COPY go.mod . 04:42:57 ---> 933c05a4714f 04:42:57 Step 7/22 : RUN go mod download 04:42:57 ---> c8400effc141 04:42:57 Step 7/23 : RUN go mod download 04:42:57 ---> Running in 23a95c59eb51 04:42:57 ---> Running in ab2931dc1f68 04:42:57 Removing intermediate container b5a586dd7b3a 04:42:57 ---> 7b6676b803c3 04:42:57 Step 6/22 : COPY go.mod . 04:42:57 ---> aa6edf87af78 04:42:57 Step 7/31 : RUN go mod download 04:42:57 Removing intermediate container 5a19fe790ade 04:42:57 ---> a268bc6ad22b 04:42:57 Step 6/23 : COPY go.mod . 04:42:58 ---> Running in a7d003a640d4 04:42:58 ---> c137bb048940 04:42:58 Step 7/22 : RUN go mod download 04:42:58 ---> fe9f03162ba6 04:42:58 Step 7/23 : RUN go mod download 04:42:58 ---> Running in e9ce02ec44ac 04:42:58 ---> Running in e367df22bc25 04:43:01 Removing intermediate container a7d003a640d4 04:43:01 ---> d0a9e56020ef 04:43:01 Step 8/31 : COPY . . 04:43:01 Removing intermediate container ab2931dc1f68 04:43:01 ---> 1ba335f00a60 04:43:01 Step 8/23 : COPY . . 04:43:01 Removing intermediate container e367df22bc25 04:43:01 ---> e7b7d4e4a05a 04:43:01 Step 8/23 : COPY . . 04:43:01 Removing intermediate container 23a95c59eb51 04:43:01 ---> 2d49a13554ef 04:43:01 Step 8/22 : COPY . . 04:43:01 Removing intermediate container e9ce02ec44ac 04:43:01 ---> 424ae5e97981 04:43:01 Step 8/22 : COPY . . 04:43:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:43:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:43:29 ---> fd5e55665cf2 04:43:29 Step 3/23 : WORKDIR /edgex-go 04:43:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:43:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:43:29 ---> fd5e55665cf2 04:43:29 Step 3/22 : WORKDIR /edgex-go 04:43:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:43:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:43:29 ---> fd5e55665cf2 04:43:29 Step 3/23 : WORKDIR /edgex-go 04:43:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:43:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:43:29 ---> fd5e55665cf2 04:43:29 Step 3/22 : WORKDIR /edgex-go 04:43:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:43:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:43:29 ---> fd5e55665cf2 04:43:29 Step 3/24 : WORKDIR /edgex-go 04:43:32 ---> Running in da1bcbd86b30 04:43:32 ---> Running in c4f9291eef30 04:43:32 ---> Running in 1d5aa8e232fd 04:43:32 ---> Running in 4c524287fcfa 04:43:32 ---> Running in 2757d10661fa 04:43:32 Removing intermediate container 2757d10661fa 04:43:32 ---> 06f785d32ef4 04:43:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:32 Removing intermediate container c4f9291eef30 04:43:32 ---> 26eaabe22e44 04:43:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:32 Removing intermediate container da1bcbd86b30 04:43:32 Removing intermediate container 1d5aa8e232fd 04:43:32 ---> ea09cc78d969 04:43:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:32 ---> faf135984417 04:43:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:33 Removing intermediate container 4c524287fcfa 04:43:33 ---> 45e312cb862f 04:43:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:33 ---> Running in 5bf892c329ae 04:43:33 ---> Running in 6ab42706c02e 04:43:33 ---> Running in 977cf1b2a4b6 04:43:33 ---> Running in e179cf6ca9ec 04:43:33 ---> Running in 5d195cbdd384 04:43:36 Removing intermediate container 977cf1b2a4b6 04:43:36 ---> baefb2fc6097 04:43:36 Step 5/23 : RUN apk add --update --no-cache make git 04:43:37 ---> Running in 78c5ebaca390 04:43:37 Removing intermediate container e179cf6ca9ec 04:43:37 ---> c9bea4066785 04:43:37 Step 5/22 : RUN apk add --update --no-cache make git 04:43:37 Removing intermediate container 5bf892c329ae 04:43:37 ---> 8d5ab16e79bb 04:43:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:43:37 ---> Running in ea0520cbbfd6 04:43:37 Removing intermediate container 5d195cbdd384 04:43:37 ---> e9eb10f07e43 04:43:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:43:37 ---> Running in 1bdce76c330e 04:43:37 Removing intermediate container 6ab42706c02e 04:43:37 ---> d5f72fcc90dc 04:43:37 Step 5/24 : RUN apk add --update --no-cache make git 04:43:38 ---> Running in 355c0eb5f604 04:43:38 ---> Running in 0e37fac5c5e3 04:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:40 ---> be500d9fc7cc 04:43:40 Step 9/23 : RUN make cmd/core-data/core-data 04:43:40 ---> 05cfcdb8d93a 04:43:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:43:40 ---> fe6a51fbf80f 04:43:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:43:40 ---> 0fbf89f4d709 04:43:40 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:43:40 ---> Running in b6286eb0f11c 04:43:40 ---> Running in 9bfa503002b7 04:43:40 ---> Running in a1478033b5c9 04:43:40 ---> Running in 4dceaf86bac8 04:43:40 ---> d90869bb37fa 04:43:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:43:40 ---> Running in 83c0ca836e5b 04:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:43:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-data/core-data ./cmd/core-data 04:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:40 OK: 217 MiB in 51 packages 04:43:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:42 OK: 217 MiB in 51 packages 04:43:42 Removing intermediate container 78c5ebaca390 04:43:42 ---> a376a55d2477 04:43:42 Step 6/23 : COPY go.mod . 04:43:42 OK: 217 MiB in 51 packages 04:43:42 OK: 217 MiB in 51 packages 04:43:43 ---> 4b507bb8e78c 04:43:43 Step 7/23 : RUN go mod download 04:43:43 ---> Running in 946b140f8539 04:43:43 OK: 217 MiB in 51 packages 04:43:43 Removing intermediate container ea0520cbbfd6 04:43:43 ---> 84801e7203ce 04:43:43 Step 6/22 : COPY go.mod . 04:43:44 Removing intermediate container 0e37fac5c5e3 04:43:44 ---> 1fa2a4dabaa1 04:43:44 Step 6/24 : COPY go.mod . 04:43:44 Removing intermediate container 1bdce76c330e 04:43:44 ---> 6155dba9c319 04:43:44 Step 6/22 : COPY go.mod . 04:43:45 ---> e24257608a96 04:43:45 Step 7/22 : RUN go mod download 04:43:45 ---> Running in 38362e205575 04:43:45 ---> 9a814fe57d89 04:43:45 Step 7/24 : RUN go mod download 04:43:45 Removing intermediate container 355c0eb5f604 04:43:45 ---> ad5475111bec 04:43:45 Step 6/23 : COPY go.mod . 04:43:45 ---> fac6eeeb88ad 04:43:45 Step 7/22 : RUN go mod download 04:43:45 ---> Running in 2dca221bfc73 04:43:46 ---> Running in 5256a2a29749 04:43:46 ---> 56457a70f4b6 04:43:46 Step 7/23 : RUN go mod download 04:43:46 ---> Running in 2f8dd3755c7e 04:43:47 Removing intermediate container 946b140f8539 04:43:47 ---> 4b08aaf6d21b 04:43:47 Step 8/23 : COPY . . 04:43:50 Removing intermediate container 38362e205575 04:43:50 ---> a8258bbbce2b 04:43:50 Step 8/22 : COPY . . 04:43:50 Removing intermediate container 2dca221bfc73 04:43:50 ---> 1d3ffca61c24 04:43:50 Step 8/24 : COPY . . 04:43:51 Removing intermediate container 5256a2a29749 04:43:51 ---> 5d1e6cbab2b1 04:43:51 Step 8/22 : COPY . . 04:43:52 Removing intermediate container 2f8dd3755c7e 04:43:52 ---> c500398611c0 04:43:52 Step 8/23 : COPY . . 04:44:10 ---> c3aa15e818bd 04:44:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:44:10 ---> 8600fc8e1f11 04:44:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:44:10 ---> 64647d3c5bd4 04:44:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:44:10 ---> Running in bd665016abe5 04:44:10 ---> 3346b565e261 04:44:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:44:10 ---> 1a9c2e96adb0 04:44:10 Step 9/23 : RUN make cmd/core-data/core-data 04:44:10 ---> Running in 590f9fde2101 04:44:10 ---> Running in bb756cbd34cd 04:44:10 ---> Running in df196eecfb15 04:44:10 ---> Running in 5aaf1fd5dffd 04:44:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:44:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:44:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:44:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-data/core-data ./cmd/core-data 04:44:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:44:27 Removing intermediate container 4dceaf86bac8 04:44:27 ---> ef5c52983025 04:44:27 04:44:27 Step 10/31 : FROM alpine:3.12 04:44:27 3.12: Pulling from library/alpine 04:44:27 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:44:27 Status: Downloaded newer image for alpine:3.12 04:44:27 ---> 88dd2752d2ea 04:44:27 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:44:27 ---> Running in 8473cf44e7cc 04:44:27 Removing intermediate container 8473cf44e7cc 04:44:27 ---> fb0eb487fc00 04:44:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:44:27 Removing intermediate container a1478033b5c9 04:44:27 ---> 054c18d50aa0 04:44:27 04:44:27 Step 10/22 : FROM alpine:3.12 04:44:27 ---> 88dd2752d2ea 04:44:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:44:27 Removing intermediate container b6286eb0f11c 04:44:27 ---> 8f1223127baf 04:44:27 04:44:27 Step 10/22 : FROM alpine:3.12 04:44:27 ---> 88dd2752d2ea 04:44:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:44:29 ---> Running in 05b034a5dfb2 04:44:29 ---> Running in 7c1e500308c6 04:44:29 ---> Running in a27d16e767c1 04:44:30 Removing intermediate container 83c0ca836e5b 04:44:30 ---> 1743666a4a27 04:44:30 04:44:30 Step 10/23 : FROM alpine:3.12 04:44:30 ---> 88dd2752d2ea 04:44:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:44:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:31 (1/1) Installing dumb-init (1.2.2-r1) 04:44:31 Executing busybox-1.31.1-r19.trigger 04:44:31 OK: 6 MiB in 15 packages 04:44:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:31 (1/2) Installing dumb-init (1.2.2-r1) 04:44:31 (2/2) Installing su-exec (0.2-r1) 04:44:32 Executing busybox-1.31.1-r19.trigger 04:44:32 ---> Running in 7fb209612340 04:44:32 OK: 6 MiB in 16 packages 04:44:32 Removing intermediate container 9bfa503002b7 04:44:32 ---> 934162d89859 04:44:32 04:44:32 Step 10/23 : FROM alpine:3.12 04:44:32 ---> 88dd2752d2ea 04:44:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:32 ---> Running in 14e1e631c52f 04:44:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:32 (1/2) Installing ca-certificates (20191127-r4) 04:44:33 (2/2) Installing dumb-init (1.2.2-r1) 04:44:33 Executing busybox-1.31.1-r19.trigger 04:44:33 Executing ca-certificates-20191127-r4.trigger 04:44:33 OK: 6 MiB in 16 packages 04:44:33 Removing intermediate container 14e1e631c52f 04:44:33 ---> e18c5dee1162 04:44:33 Step 12/23 : ENV APP_PORT=48080 04:44:33 Removing intermediate container 7c1e500308c6 04:44:33 ---> 534743c98285 04:44:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:44:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:33 ---> Running in 7811141662c4 04:44:33 ---> Running in 3911cf93264e 04:44:33 Removing intermediate container 05b034a5dfb2 04:44:33 ---> 0a15bdf3a3fa 04:44:33 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:44:33 (1/1) Installing dumb-init (1.2.2-r1) 04:44:33 Executing busybox-1.31.1-r19.trigger 04:44:33 OK: 6 MiB in 15 packages 04:44:34 ---> Running in 9ec1fb5e2afa 04:44:34 Removing intermediate container 3911cf93264e 04:44:34 ---> 4397be3ae625 04:44:34 Step 13/22 : ENV APP_PORT=48085 04:44:35 Removing intermediate container 7811141662c4 04:44:35 ---> 3f5d6ef04518 04:44:35 Step 13/23 : EXPOSE $APP_PORT 04:44:35 ---> Running in 0275693e43ad 04:44:35 ---> Running in 9900abd128c4 04:44:35 Removing intermediate container a27d16e767c1 04:44:35 ---> 932c391c54ae 04:44:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:44:35 Removing intermediate container 9ec1fb5e2afa 04:44:35 ---> 8f25ebc826e5 04:44:35 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:44:35 ---> Running in d4471d611192 04:44:35 ---> Running in af6b68eb6163 04:44:35 Removing intermediate container 0275693e43ad 04:44:35 ---> 0e283a1f39bc 04:44:35 Step 14/22 : EXPOSE $APP_PORT 04:44:35 Removing intermediate container 9900abd128c4 04:44:35 ---> caec181a14d9 04:44:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:35 Removing intermediate container 7fb209612340 04:44:35 ---> 3c9191b2eb78 04:44:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:44:35 ---> Running in 88254f3f0e82 04:44:36 ---> Running in 44cca506ad17 04:44:36 ---> Running in 6f8c13dc2de5 04:44:36 Removing intermediate container d4471d611192 04:44:36 ---> 292076901dda 04:44:36 Step 13/22 : ENV APP_PORT=48060 04:44:36 Removing intermediate container af6b68eb6163 04:44:36 ---> 6a3346c0c3c5 04:44:36 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:44:36 ---> Running in 5048765fd350 04:44:36 ---> Running in 839a43c0df82 04:44:36 Removing intermediate container 88254f3f0e82 04:44:36 ---> 74157eea2097 04:44:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:44:36 Removing intermediate container 6f8c13dc2de5 04:44:36 ---> 6ecea3a18752 04:44:36 Step 13/23 : ENV APP_PORT=48081 04:44:36 Removing intermediate container 5048765fd350 04:44:36 ---> 4bfb6635b77e 04:44:36 Step 14/22 : EXPOSE $APP_PORT 04:44:36 ---> Running in c74698aca0cf 04:44:37 ---> 87912adcc0cb 04:44:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:44:37 ---> Running in 135c9ccce7a6 04:44:37 Removing intermediate container c74698aca0cf 04:44:37 ---> 0ab3fae29f89 04:44:37 Step 14/23 : EXPOSE $APP_PORT 04:44:38 ---> Running in 1501099c838d 04:44:38 Removing intermediate container 135c9ccce7a6 04:44:38 ---> d5e734e6f145 04:44:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:44:38 ---> 632b410e7be6 04:44:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:44:38 Removing intermediate container 1501099c838d 04:44:38 ---> 275437185154 04:44:38 Step 15/23 : WORKDIR / 04:44:38 ---> Running in 6257058207c4 04:44:38 Removing intermediate container 44cca506ad17 04:44:38 ---> caecb75c4c5b 04:44:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:44:38 ---> 3d21e3adc70f 04:44:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:44:38 ---> Running in 4a56cff397e9 04:44:38 ---> 94357670006f 04:44:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:44:39 Removing intermediate container 839a43c0df82 04:44:39 ---> 7261ceb9f53a 04:44:39 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:44:39 Removing intermediate container 6257058207c4 04:44:39 ---> 7a27462b5041 04:44:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:44:39 ---> Running in 01edcbdeab16 04:44:39 ---> Running in af5de3d63b7b 04:44:39 ---> 9f18ee5ec40e 04:44:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:44:39 Removing intermediate container 01edcbdeab16 04:44:39 ---> b42a23a5304a 04:44:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:44:39 ---> f939c6311314 04:44:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:44:39 Removing intermediate container af5de3d63b7b 04:44:39 ---> d39bf05b14bf 04:44:39 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:44:39 ---> Running in d905ffa9e3a5 04:44:39 ---> 2bc2201ce1d6 04:44:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:40 ---> Running in 5d87d8d2bc9b 04:44:40 Removing intermediate container d905ffa9e3a5 04:44:40 ---> 8f8404b95919 04:44:40 Step 20/22 : LABEL arch=x86_64 04:44:40 ---> c216c7748b26 04:44:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:44:40 ---> c9aa8ce122ca 04:44:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:44:40 ---> Running in 80db0a9b9b15 04:44:40 ---> Running in 4869de4db186 04:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:41 Removing intermediate container 5d87d8d2bc9b 04:44:41 ---> 76f577fa179d 04:44:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:44:41 ---> Running in f645f764768d 04:44:41 ---> a90faeca46e2 04:44:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:44:41 Removing intermediate container 4869de4db186 04:44:41 ---> 47b874dec1a9 04:44:41 Step 21/22 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:44:41 ---> Running in e974411e9491 04:44:41 ---> Running in e9fb9387fa90 04:44:41 Removing intermediate container f645f764768d 04:44:41 ---> b50e781f4488 04:44:41 Step 20/22 : LABEL arch=x86_64 04:44:41 ---> Running in 9b9fb4eb7a90 04:44:41 Removing intermediate container e974411e9491 04:44:41 ---> b70221f2275b 04:44:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:44:41 Removing intermediate container e9fb9387fa90 04:44:41 ---> cc5fdc919c93 04:44:41 Step 22/22 : LABEL version=2.0.0-dev.120 04:44:41 (1/6) Installing dumb-init (1.2.2-r1) 04:44:41 ---> Running in e09893807198 04:44:41 (2/6) Installing libgcc (9.3.0-r2) 04:44:41 ---> Running in baee55cc90a9 04:44:41 (3/6) Installing libsodium (1.0.18-r0) 04:44:41 Removing intermediate container 9b9fb4eb7a90 04:44:41 ---> f66220c74956 04:44:41 Step 21/22 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:44:42 (4/6) Installing libstdc++ (9.3.0-r2) 04:44:42 ---> Running in 4c6d3fc2a0e9 04:44:42 Removing intermediate container e09893807198 04:44:42 ---> d01b2b7cedc6 04:44:42 Step 21/23 : LABEL arch=x86_64 04:44:42 Removing intermediate container baee55cc90a9 04:44:42 ---> 7865ecbe1bcd 04:44:42 04:44:42 (5/6) Installing libzmq (4.3.3-r0) 04:44:42 ---> Running in 313098f30b86 04:44:42 (6/6) Installing zeromq (4.3.3-r0) 04:44:42 Removing intermediate container 80db0a9b9b15 04:44:42 ---> 6fed081c6316 04:44:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:44:42 Executing busybox-1.31.1-r19.trigger 04:44:42 OK: 8 MiB in 20 packages 04:44:42 Removing intermediate container 4c6d3fc2a0e9 04:44:42 ---> c9a4e55b48d7 04:44:42 Step 22/22 : LABEL version=2.0.0-dev.120 04:44:42 Successfully built 7865ecbe1bcd 04:44:42 Successfully tagged docker-support-scheduler-go:latest 04:44:42  Building docker-support-scheduler-go ... done Building docker-core-command-go 04:44:42 ---> Running in 755115fd2781 04:44:42 Removing intermediate container 313098f30b86 04:44:42 ---> b009b9c76b9b 04:44:42 Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:44:43 ---> 9529894d92de 04:44:43 ---> Running in 80fd1cb52254 04:44:43 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:44:43 Removing intermediate container 755115fd2781 04:44:43 ---> a4a4ece9e84e 04:44:43 04:44:43 Successfully built a4a4ece9e84e 04:44:43 Successfully tagged docker-support-notifications-go:latest 04:44:43  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 04:44:43 Removing intermediate container 80fd1cb52254 04:44:43 ---> 74d8c7dce892 04:44:43 Step 23/23 : LABEL version=2.0.0-dev.120 04:44:43 Removing intermediate container 4a56cff397e9 04:44:43 ---> 24a0148edeff 04:44:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:44:44 ---> Running in 5cfaf3c81872 04:44:44 ---> 57cdae03892d 04:44:44 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:44:44 Removing intermediate container 5cfaf3c81872 04:44:44 ---> 8b61643aacb6 04:44:44 04:44:44 ---> ff43956e8ca8 04:44:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:44:44 Successfully built 8b61643aacb6 04:44:45 Successfully tagged docker-core-metadata-go:latest 04:44:45  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 04:44:46 ---> 2fea9e02d87b 04:44:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:44:52 ---> 06833165a3d2 04:44:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:44:52 ---> 336b09572d03 04:44:52 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:44:52 ---> 2f8432f8fbaa 04:44:52 Step 19/23 : ENTRYPOINT ["/core-data"] 04:44:52 ---> Running in 816191d81b59 04:44:52 ---> e849426fb629 04:44:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:44:53 ---> Running in c60ba2c099e2 04:44:53 Removing intermediate container 816191d81b59 04:44:53 ---> a6d8881fc3c8 04:44:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:44:53 ---> Running in df2f01fc4f09 04:44:56 Removing intermediate container df2f01fc4f09 04:44:56 ---> 44f674102b74 04:44:56 Step 21/23 : LABEL arch=x86_64 04:44:56 Removing intermediate container c60ba2c099e2 04:44:56 ---> 1a2f7465b70f 04:44:56 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:44:57 ---> Running in f54c98b231b8 04:44:58 ---> debf1c1904c3 04:44:58 Step 26/31 : RUN chmod +x /entrypoint.sh 04:44:59 Removing intermediate container f54c98b231b8 04:44:59 ---> 67ebf98596b0 04:44:59 Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:45:00 ---> Running in 28045407330b 04:45:00 ---> Running in 95f275186993 04:45:01 Removing intermediate container 95f275186993 04:45:01 ---> f7d953b26945 04:45:01 Step 23/23 : LABEL version=2.0.0-dev.120 04:45:02 ---> Running in 56c2f5ef3f86 04:45:03 Removing intermediate container 56c2f5ef3f86 04:45:03 ---> cf1042bedc84 04:45:03 04:45:03 Successfully built cf1042bedc84 04:45:03 Successfully tagged docker-core-data-go:latest 04:45:04  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 04:45:06 Removing intermediate container 28045407330b 04:45:06 ---> b2bfd1a61a23 04:45:06 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:45:08 ---> Running in 094a17b14cb0 04:45:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:45:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:45:08 ---> c36029a9b165 04:45:08 Step 3/23 : WORKDIR /edgex-go 04:45:08 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:45:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:45:08 ---> c36029a9b165 04:45:08 Step 3/24 : WORKDIR /edgex-go 04:45:08 ---> Using cache 04:45:08 ---> 03a7d07a5fa1 04:45:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:08 ---> Using cache 04:45:08 ---> 03a7d07a5fa1 04:45:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:08 ---> Using cache 04:45:08 ---> a5e26d325128 04:45:08 Step 5/24 : RUN apk add --update --no-cache make git 04:45:08 ---> Using cache 04:45:08 ---> a5e26d325128 04:45:08 Step 5/23 : RUN apk add --update --no-cache make git 04:45:09 Removing intermediate container 094a17b14cb0 04:45:09 ---> e82d303e82c1 04:45:09 Step 28/31 : CMD ["gate"] 04:45:09 ---> Running in f3304d788a76 04:45:09 ---> Running in b326bb65faca 04:45:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:45:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:10 ---> c36029a9b165 04:45:10 Step 3/21 : WORKDIR /edgex-go 04:45:10 ---> Using cache 04:45:10 ---> 03a7d07a5fa1 04:45:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:10 ---> Using cache 04:45:10 ---> a5e26d325128 04:45:10 Step 5/21 : RUN apk add --update --no-cache make git 04:45:11 ---> Running in 7b243f723d6e 04:45:11 ---> Running in 1dffeb4a8116 04:45:13 Removing intermediate container 7b243f723d6e 04:45:13 ---> 4f7bcb33c187 04:45:13 Step 29/31 : LABEL arch=x86_64 04:45:13 ---> Running in d35f75e60708 04:45:14 Removing intermediate container d35f75e60708 04:45:14 ---> 8fb38983d8b4 04:45:14 Step 30/31 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:15 ---> Running in b53266c06f8d 04:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:15 Removing intermediate container b53266c06f8d 04:45:15 ---> 6f94b36be1f5 04:45:15 Step 31/31 : LABEL version=2.0.0-dev.120 04:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:15 ---> Running in 225c1bb6083c 04:45:16 OK: 233 MiB in 51 packages 04:45:16 OK: 233 MiB in 51 packages 04:45:16 OK: 233 MiB in 51 packages 04:45:16 Removing intermediate container 225c1bb6083c 04:45:16 ---> e3a4e97443f5 04:45:16 04:45:17 Successfully built e3a4e97443f5 04:45:17 Successfully tagged docker-security-bootstrapper-go:latest 04:45:18  Building docker-security-bootstrapper-go ... done Removing intermediate container b326bb65faca 04:45:18 ---> c90f0dea8381 04:45:18 Step 6/23 : COPY go.mod . 04:45:19 Removing intermediate container 1dffeb4a8116 04:45:19 ---> d5145fa32a62 04:45:19 Step 6/21 : COPY go.mod . 04:45:19 Removing intermediate container f3304d788a76 04:45:19 ---> 3794d0864135 04:45:19 Step 6/24 : COPY go.mod . 04:45:19 ---> b6743aaea7d8 04:45:19 Step 7/23 : RUN go mod download 04:45:20 ---> 32f921a4a5d6 04:45:20 Step 7/21 : RUN go mod download 04:45:20 ---> Running in 48e102b8aca3 04:45:21 ---> Running in 8c2832f631c3 04:45:21 ---> 11ba8310aa5a 04:45:21 Step 7/24 : RUN go mod download 04:45:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:45:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:45:21 ---> c36029a9b165 04:45:21 Step 3/26 : WORKDIR /edgex-go 04:45:21 ---> Using cache 04:45:21 ---> 03a7d07a5fa1 04:45:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:21 ---> Using cache 04:45:21 ---> a5e26d325128 04:45:21 Step 5/26 : RUN apk add --update --no-cache make bash git 04:45:22 ---> Running in 24349888fa2a 04:45:22 ---> Running in 828db7b3965b 04:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:25 Removing intermediate container 24349888fa2a 04:45:25 ---> b58917037085 04:45:25 Step 8/24 : COPY . . 04:45:25 Removing intermediate container 48e102b8aca3 04:45:25 ---> 3045051d40ec 04:45:25 Step 8/23 : COPY . . 04:45:25 Removing intermediate container 8c2832f631c3 04:45:25 ---> 77350a5114de 04:45:25 Step 8/21 : COPY . . 04:45:25 OK: 233 MiB in 51 packages 04:45:36 Removing intermediate container 828db7b3965b 04:45:36 ---> c3e6653a7c7d 04:45:36 Step 6/26 : COPY go.mod . 04:45:38 ---> a83e0efa2349 04:45:38 Step 7/26 : RUN go mod download 04:45:42 ---> Running in fdd375ca7390 04:45:48 Removing intermediate container fdd375ca7390 04:45:48 ---> cc6b2fe02a41 04:45:48 Step 8/26 : COPY . . 04:45:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:45:58 ---> 4c24b9fa6740 04:45:58 Step 9/23 : RUN make cmd/core-command/core-command 04:45:58 ---> 19ecca92bea7 04:45:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:45:58 ---> f627e258ea2b 04:45:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:45:59 ---> Running in 833273e792ac 04:45:59 ---> Running in 6d2eb189d7a0 04:45:59 ---> Running in 0bffb7490ba9 04:46:00 Removing intermediate container bb756cbd34cd 04:46:00 ---> c39cc7c7a017 04:46:00 04:46:00 Step 10/24 : FROM alpine:3.12 04:46:00 3.12: Pulling from library/alpine 04:46:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:46:01 Status: Downloaded newer image for alpine:3.12 04:46:01 ---> d10569e2745f 04:46:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:46:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:46:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-command/core-command ./cmd/core-command 04:46:02 ---> Running in 7c87620c8972 04:46:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:46:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:05 (1/5) Installing ca-certificates (20191127-r4) 04:46:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:46:05 (3/5) Installing libcurl (7.69.1-r3) 04:46:05 (4/5) Installing curl (7.69.1-r3) 04:46:05 (5/5) Installing dumb-init (1.2.2-r1) 04:46:05 Executing busybox-1.31.1-r19.trigger 04:46:05 Executing ca-certificates-20191127-r4.trigger 04:46:05 OK: 7 MiB in 19 packages 04:46:09 Removing intermediate container 7c87620c8972 04:46:09 ---> 9404fc4ea73e 04:46:09 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:09 ---> Running in b9b7a286abfb 04:46:09 Removing intermediate container b9b7a286abfb 04:46:09 ---> 87e1cca46099 04:46:09 Step 13/24 : WORKDIR / 04:46:10 ---> Running in a403409dae42 04:46:11 Removing intermediate container a403409dae42 04:46:11 ---> 05b77fea336d 04:46:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:46:12 ---> bac580aff29d 04:46:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:46:12 ---> 0481511475cd 04:46:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:46:12 ---> Running in d310e440a8d1 04:46:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:46:13 ---> f18889b3ede6 04:46:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:46:14 ---> a4531bc54cfc 04:46:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:46:17 ---> d469edcc184d 04:46:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:46:21 ---> 1e6b1032b7ad 04:46:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:46:22 ---> 7d9b7bcb6310 04:46:22 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/ 04:46:22 Removing intermediate container df196eecfb15 04:46:22 ---> 2b16f6ad56d6 04:46:22 04:46:22 Step 10/22 : FROM alpine:3.12 04:46:22 ---> d10569e2745f 04:46:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:46:23 ---> Running in 00ba24f47fb4 04:46:23 Removing intermediate container 590f9fde2101 04:46:23 ---> ead4b31bf036 04:46:23 04:46:23 Step 10/22 : FROM alpine:3.12 04:46:23 ---> d10569e2745f 04:46:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:46:23 ---> Running in d5b4d31d7578 04:46:23 ---> Running in 127d439a6242 04:46:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:28 (1/1) Installing dumb-init (1.2.2-r1) 04:46:28 (1/2) Installing ca-certificates (20191127-r4) 04:46:28 Executing busybox-1.31.1-r19.trigger 04:46:28 OK: 5 MiB in 15 packages 04:46:28 (2/2) Installing dumb-init (1.2.2-r1) 04:46:28 Executing busybox-1.31.1-r19.trigger 04:46:28 Executing ca-certificates-20191127-r4.trigger 04:46:28 Removing intermediate container 00ba24f47fb4 04:46:28 ---> b4054981e395 04:46:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/secrets-config ./cmd/secrets-config 04:46:28 OK: 6 MiB in 16 packages 04:46:29 ---> Running in bb6adaf38483 04:46:30 Removing intermediate container bb6adaf38483 04:46:30 ---> c9e7871222e4 04:46:30 Step 22/24 : LABEL arch=arm64 04:46:30 Removing intermediate container bd665016abe5 04:46:30 ---> cb2860e836c3 04:46:30 04:46:30 Step 10/23 : FROM alpine:3.12 04:46:30 ---> d10569e2745f 04:46:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:46:30 ---> Using cache 04:46:30 ---> 556718ac7e67 04:46:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:46:30 Removing intermediate container 127d439a6242 04:46:30 ---> 556718ac7e67 04:46:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:46:31 ---> Running in d61c5c08c2fc 04:46:31 ---> Running in e2170d47cd41 04:46:31 ---> Running in f56448326cee 04:46:31 Removing intermediate container d5b4d31d7578 04:46:31 ---> 848e76a23c4c 04:46:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:46:31 ---> Running in da85e7956cd5 04:46:31 Removing intermediate container e2170d47cd41 04:46:31 ---> f789e8cb9ebc 04:46:31 Step 23/24 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:46:32 Removing intermediate container d61c5c08c2fc 04:46:32 ---> d0fbd2bdc641 04:46:32 Step 13/23 : ENV APP_PORT=48081 04:46:32 Removing intermediate container f56448326cee 04:46:32 ---> 98eb308d327e 04:46:32 Step 13/22 : ENV APP_PORT=48085 04:46:32 ---> Running in 141c773a4be8 04:46:32 ---> Running in 16f81374b547 04:46:32 ---> Running in 075318c64a6e 04:46:32 Removing intermediate container da85e7956cd5 04:46:32 ---> 7795750bf992 04:46:32 Step 13/22 : ENV APP_PORT=48060 04:46:32 ---> Running in 0d5de8760f92 04:46:33 Removing intermediate container 141c773a4be8 04:46:33 ---> 731fd53c036c 04:46:33 Step 24/24 : LABEL version=2.0.0-dev.120 04:46:33 Removing intermediate container 16f81374b547 04:46:33 ---> a5b3ca9fab6c 04:46:33 Step 14/22 : EXPOSE $APP_PORT 04:46:33 ---> Running in 4bba5ef8058a 04:46:33 Removing intermediate container 075318c64a6e 04:46:33 ---> fd886d3f2611 04:46:33 Step 14/23 : EXPOSE $APP_PORT 04:46:33 Removing intermediate container 0d5de8760f92 04:46:33 ---> 681d8b6c5d9d 04:46:33 Step 14/22 : EXPOSE $APP_PORT 04:46:33 ---> Running in 5f116d5c8034 04:46:33 ---> Running in df0cbf05a1d3 04:46:33 ---> Running in 507d4ff227b7 04:46:33 Removing intermediate container 4bba5ef8058a 04:46:33 ---> ff2ecaf748fe 04:46:33 04:46:34 Successfully built ff2ecaf748fe 04:46:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:46:34 Removing intermediate container 5f116d5c8034 04:46:34 Building docker-security-proxy-setup-go 04:46:34 ---> e5bc1f03958b 04:46:34 Step 15/23 : WORKDIR / Building docker-security-secretstore-setup-go ... done  04:46:34 Removing intermediate container df0cbf05a1d3 04:46:34 ---> 51a6a84ca44d 04:46:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:46:34 ---> Running in e02f4e665713 04:46:34 Removing intermediate container 507d4ff227b7 04:46:34 ---> 919d618d6a0d 04:46:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:46:35 Removing intermediate container e02f4e665713 04:46:35 ---> 967a39531753 04:46:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:46:36 ---> 815f9c3e657b 04:46:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:46:36 Removing intermediate container 833273e792ac 04:46:36 ---> 5a12f5b7a032 04:46:36 04:46:36 Step 10/24 : FROM alpine:3.12 04:46:36 ---> 88dd2752d2ea 04:46:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:46:36 Removing intermediate container 0bffb7490ba9 04:46:36 ---> 3d12dbcfc305 04:46:36 04:46:36 Step 10/23 : FROM alpine:3.12 04:46:36 ---> 88dd2752d2ea 04:46:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:46:36 Removing intermediate container 6d2eb189d7a0 04:46:36 ---> fb54714ca2b1 04:46:36 04:46:36 Step 10/21 : FROM alpine:3.12 04:46:36 ---> 88dd2752d2ea 04:46:36 Step 11/21 : RUN apk add --update --no-cache curl 04:46:36 ---> Using cache 04:46:36 ---> 3c9191b2eb78 04:46:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:46:36 ---> Using cache 04:46:36 ---> 6ecea3a18752 04:46:36 Step 13/23 : ENV APP_PORT=48082 04:46:36 ---> Running in 60c0c2bff623 04:46:36 ---> Running in d50c3728a586 04:46:36 ---> Running in f20cf0d1fe11 04:46:37 Removing intermediate container f20cf0d1fe11 04:46:37 ---> f9a0349ac3cd 04:46:37 Step 14/23 : EXPOSE $APP_PORT 04:46:38 ---> f92a564d1f7d 04:46:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:46:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:38 (1/4) Installing ca-certificates (20191127-r4) 04:46:38 (1/5) Installing ca-certificates (20191127-r4) 04:46:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:46:38 (3/4) Installing libcurl (7.69.1-r3) 04:46:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:46:39 ---> 9348ec1124f1 04:46:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:46:39 ---> 14e925962c8c 04:46:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:46:39 (3/5) Installing libcurl (7.69.1-r3) 04:46:39 (4/4) Installing curl (7.69.1-r3) 04:46:39 Executing busybox-1.31.1-r19.trigger 04:46:39 (4/5) Installing curl (7.69.1-r3) 04:46:39 (5/5) Installing dumb-init (1.2.2-r1) 04:46:39 Executing busybox-1.31.1-r19.trigger 04:46:39 Executing ca-certificates-20191127-r4.trigger 04:46:39 Executing ca-certificates-20191127-r4.trigger 04:46:39 OK: 7 MiB in 19 packages 04:46:39 OK: 7 MiB in 18 packages 04:46:39 ---> Running in bace8f7b4963 04:46:39 Removing intermediate container 5aaf1fd5dffd 04:46:39 ---> 2eb98b040e72 04:46:39 04:46:39 Step 10/23 : FROM alpine:3.12 04:46:39 ---> d10569e2745f 04:46:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:46:39 ---> 64e7768257d9 04:46:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:46:40 Removing intermediate container d310e440a8d1 04:46:40 ---> a38487f85f8d 04:46:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:46:40 Removing intermediate container bace8f7b4963 04:46:40 ---> fbce24f9bb38 04:46:40 Step 15/23 : WORKDIR / 04:46:40 ---> Running in 07efa2351676 04:46:40 ---> d75f7b3b63e2 04:46:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:46:40 ---> Running in 0004c288de00 04:46:40 ---> Running in 97e8ab8bd598 04:46:40 ---> Running in f61a46f64111 04:46:41 Removing intermediate container 07efa2351676 04:46:41 ---> 365da992d853 04:46:41 Step 12/23 : ENV APP_PORT=48080 04:46:41 ---> 138a19d53042 04:46:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:46:41 ---> fe5d211f9d73 04:46:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:46:41 ---> Running in b2cc7c13923d 04:46:41 ---> Running in 8ed048a5a4fe 04:46:41 Removing intermediate container d50c3728a586 04:46:41 ---> 6e710734fa38 04:46:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:41 Removing intermediate container 97e8ab8bd598 04:46:41 ---> 3d4737ebaf1d 04:46:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:46:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:46:41 Removing intermediate container 60c0c2bff623 04:46:41 ---> a09ee293c353 04:46:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:41 ---> Running in ffdf814fd36c 04:46:41 ---> Running in f595ac9e9a5b 04:46:41 Removing intermediate container ffdf814fd36c 04:46:41 ---> 5c9e4b03fdd5 04:46:41 Step 13/21 : WORKDIR /edgex 04:46:41 ---> e5c4533a4c57 04:46:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:46:41 Removing intermediate container f61a46f64111 04:46:41 ---> 432a8999b1f6 04:46:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:46:42 Removing intermediate container f595ac9e9a5b 04:46:42 ---> aa93ae272ff7 04:46:42 Step 13/24 : WORKDIR / 04:46:42 ---> Running in e3d9612514b8 04:46:42 ---> Running in 71b36374a5cb 04:46:42 Removing intermediate container b2cc7c13923d 04:46:42 ---> 1d3775cdb695 04:46:42 Step 13/23 : EXPOSE $APP_PORT 04:46:42 Removing intermediate container e3d9612514b8 04:46:42 ---> c2c5dc2f6e4f 04:46:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:46:42 ---> Running in b5aa1f085cc7 04:46:42 Removing intermediate container 8ed048a5a4fe 04:46:42 ---> 35dcd40bdec5 04:46:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:46:42 Removing intermediate container 71b36374a5cb 04:46:42 ---> 7a9f250d4c7d 04:46:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:46:42 ---> bc191876da6b 04:46:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:46:42 ---> d3e77e542258 04:46:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:46:43 ---> Running in d44b3e4a1e17 04:46:43 ---> Running in d3d9af41b98e 04:46:43 ---> 63da766f3516 04:46:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:46:43 ---> f0dcef0e3bbe 04:46:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:46:43 ---> Running in 0f028f3ae16c 04:46:43 ---> cd454cbe5116 04:46:43 Step 19/23 : ENTRYPOINT ["/core-command"] 04:46:43 ---> Running in a6a068192a2d 04:46:43 Removing intermediate container 0004c288de00 04:46:43 ---> 30f0dda5a229 04:46:43 04:46:43 Step 11/26 : FROM docker:20.10.0 04:46:43 Removing intermediate container b5aa1f085cc7 04:46:43 ---> d9361b813ea8 04:46:43 Step 20/22 : LABEL arch=arm64 04:46:43 20.10.0: Pulling from library/docker 04:46:43 ---> a4d35af1035d 04:46:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:46:43 Removing intermediate container d3d9af41b98e 04:46:43 Removing intermediate container d44b3e4a1e17 04:46:43 ---> 880e3d560610 04:46:43 Step 20/22 : LABEL arch=arm64 04:46:43 ---> c2b4889f0e3e 04:46:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:44 Removing intermediate container a6a068192a2d 04:46:44 ---> beab8a9b81f1 04:46:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:46:44 ---> a10a921f42f7 04:46:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:46:44 ---> Running in b5e1eaa240e3 04:46:44 ---> 564ee8e175b1 04:46:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:46:44 ---> Running in bb526a4df2a9 04:46:44 Removing intermediate container b5e1eaa240e3 04:46:44 ---> 1579d825e428 04:46:44 Step 21/23 : LABEL arch=x86_64 04:46:44 ---> Running in 30a5097910d8 04:46:44 ---> e0533099edb4 04:46:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:46:44 ---> Running in dbc62ba94cc6 04:46:44 ---> Running in 3d4e42d12aaf 04:46:44 Removing intermediate container 0f028f3ae16c 04:46:44 ---> c3628aab7f21 04:46:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:46:44 ---> Running in 13e1684231df 04:46:45 Removing intermediate container bb526a4df2a9 04:46:45 ---> ed5155a25839 04:46:45 Step 21/22 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:46:45 ---> d79525e10be2 04:46:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:46:45 Removing intermediate container 30a5097910d8 04:46:45 ---> 98c86d66f8e4 04:46:45 Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:46:45 ---> Running in f883ac7d4a0d 04:46:45 ---> Running in 0d577ada01cc 04:46:45 Removing intermediate container 3d4e42d12aaf 04:46:45 ---> d2f0bdabaae4 04:46:45 Step 21/22 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:46:46 ---> Running in 61147519de87 04:46:46 Removing intermediate container 13e1684231df 04:46:46 ---> f816400d7992 04:46:46 Step 18/21 : CMD ["--init=true"] 04:46:46 ---> 65a55aff4636 04:46:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:46:46 ---> Running in 25a0654f07eb 04:46:46 ---> Running in 016d828a0076 04:46:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:46:46 ---> fd5e55665cf2 04:46:46 Step 3/21 : WORKDIR /edgex-go 04:46:46 ---> Using cache 04:46:46 ---> 45e312cb862f 04:46:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:46 ---> Using cache 04:46:46 ---> e9eb10f07e43 04:46:46 Step 5/21 : RUN apk add --update --no-cache make git 04:46:46 ---> Running in 304329b7dc53 04:46:46 Removing intermediate container f883ac7d4a0d 04:46:46 ---> 4b2d37d2db52 04:46:46 Step 21/23 : LABEL arch=arm64 04:46:46 Removing intermediate container 61147519de87 04:46:46 ---> 42b541c281d3 04:46:46 Step 23/23 : LABEL version=2.0.0-dev.120 04:46:46 ---> Running in 68502bedfb44 04:46:46 Removing intermediate container 25a0654f07eb 04:46:46 ---> 2984d0d4e3f1 04:46:46 Step 19/21 : LABEL arch=x86_64 04:46:46 Removing intermediate container 0d577ada01cc 04:46:46 ---> 071b2131fa0e 04:46:46 Step 22/22 : LABEL version=2.0.0-dev.120 04:46:46 ---> Running in 717a80dff4a3 04:46:46 ---> Running in d35240b8724f 04:46:46 ---> f7d1aa761516 04:46:46 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/ 04:46:46 ---> Running in 2f22f145b6d0 04:46:46 Removing intermediate container 016d828a0076 04:46:46 ---> ddbdddd8ffe6 04:46:46 Step 22/22 : LABEL version=2.0.0-dev.120 04:46:46 Removing intermediate container 68502bedfb44 04:46:46 ---> 10bc5aed6ea0 04:46:46 04:46:46 ---> Running in a6a87d172a2d 04:46:47 ---> Running in 9af661029e2c 04:46:47 Removing intermediate container d35240b8724f 04:46:47 ---> a8cb09aca00c 04:46:47 Step 20/21 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:46:47 Successfully built 10bc5aed6ea0 04:46:47 Removing intermediate container 717a80dff4a3 04:46:47 ---> b7ece40ab8f8 04:46:47 Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:46:47 Successfully tagged docker-core-command-go:latest 04:46:47  Building docker-core-command-go ... done  ---> Running in d19f810e2c84 04:46:47 Removing intermediate container 2f22f145b6d0 04:46:47 ---> b06281794752 04:46:47 04:46:47 ---> Running in b39dd7186a0f 04:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:47 Removing intermediate container 9af661029e2c 04:46:47 ---> cbc51f3eca9c 04:46:47 04:46:48 Removing intermediate container d19f810e2c84 04:46:48 ---> b06632438778 04:46:48 Step 21/21 : LABEL version=2.0.0-dev.120 04:46:48 ---> Running in bb707c7cc82a 04:46:48 Successfully built b06281794752 04:46:48 Successfully tagged docker-support-scheduler-go-arm64:latest 04:46:48  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 04:46:48 Removing intermediate container dbc62ba94cc6 04:46:48 ---> 3232f7417167 04:46:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:46:48 Removing intermediate container bb707c7cc82a 04:46:48 ---> 9be494a57a92 04:46:48 04:46:48 Successfully built cbc51f3eca9c 04:46:48 Successfully tagged docker-support-notifications-go-arm64:latest 04:46:48  Building docker-support-notifications-go ... done Building docker-core-command-go 04:46:48 Removing intermediate container b39dd7186a0f 04:46:48 ---> d08ea2be02a0 04:46:48 Step 23/23 : LABEL version=2.0.0-dev.120 04:46:48 Removing intermediate container a6a87d172a2d 04:46:48 ---> f6b60229d9ee 04:46:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:46:48 Successfully built 9be494a57a92 04:46:48 Successfully tagged docker-security-proxy-setup-go:latest 04:46:48 ---> Running in 75091fee91d3 04:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:48 ---> Running in bc42020c71bf 04:46:48  Building docker-security-proxy-setup-go ... done  ---> Running in 099ce1217569 04:46:49 Removing intermediate container 099ce1217569 04:46:49 ---> 7eab46102781 04:46:49 Step 22/24 : LABEL arch=x86_64 04:46:49 ---> Running in 3c8eeed1d2b8 04:46:49 Removing intermediate container bc42020c71bf 04:46:49 ---> 13eaeb89bc5b 04:46:49 04:46:49 Removing intermediate container 3c8eeed1d2b8 04:46:49 ---> ff0e346c65aa 04:46:49 Step 23/24 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:46:49 ---> Running in 6c88987523ed 04:46:49 Removing intermediate container 6c88987523ed 04:46:49 ---> 5a43f22e2909 04:46:49 Step 24/24 : LABEL version=2.0.0-dev.120 04:46:49 ---> Running in cd0582cbc02f 04:46:49 OK: 217 MiB in 51 packages 04:46:49 Successfully built 13eaeb89bc5b 04:46:49 Successfully tagged docker-core-metadata-go-arm64:latest 04:46:49  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 04:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:50 Removing intermediate container cd0582cbc02f 04:46:50 ---> f9c61f28c390 04:46:50 04:46:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:46:50 Successfully built f9c61f28c390 04:46:50 Status: Downloaded newer image for docker:20.10.0 04:46:50 Successfully tagged docker-security-secretstore-setup-go:latest 04:46:50 ---> aefe523efa57 04:46:50 Step 12/26 : RUN apk add --no-cache bash 04:46:50  Building docker-security-secretstore-setup-go ... done  ---> Running in 39070f1c8057 04:46:50 Removing intermediate container 304329b7dc53 04:46:50 ---> 42d54fe56f6c 04:46:50 Step 6/21 : COPY go.mod . 04:46:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:51 (1/2) Installing readline (8.0.4-r0) 04:46:51 (2/2) Installing bash (5.0.17-r0) 04:46:51 Executing bash-5.0.17-r0.post-install 04:46:51 Executing busybox-1.31.1-r19.trigger 04:46:51 OK: 12 MiB in 22 packages 04:46:51 ---> 8e3fc06bfb2f 04:46:51 Step 7/21 : RUN go mod download 04:46:52 Removing intermediate container 39070f1c8057 04:46:52 ---> ffff2e85540d 04:46:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:46:52 ---> Running in cd6df592adbb 04:46:52 (1/6) Installing dumb-init (1.2.2-r1) 04:46:52 (2/6) Installing libgcc (9.3.0-r2) 04:46:52 ---> Running in 9e6c77a8c81e 04:46:52 (3/6) Installing libsodium (1.0.18-r0) 04:46:52 Removing intermediate container cd6df592adbb 04:46:52 ---> f09efee7871d 04:46:52 Step 14/26 : ENV APP_PORT=48090 04:46:52 ---> Running in bd0ac1949b09 04:46:52 Removing intermediate container bd0ac1949b09 04:46:52 ---> f0e66587c8ed 04:46:52 Step 15/26 : EXPOSE $APP_PORT 04:46:52 (4/6) Installing libstdc++ (9.3.0-r2) 04:46:52 ---> Running in 39c029dcdd8e 04:46:52 (5/6) Installing libzmq (4.3.3-r0) 04:46:53 (6/6) Installing zeromq (4.3.3-r0) 04:46:53 Executing busybox-1.31.1-r19.trigger 04:46:53 OK: 8 MiB in 20 packages 04:46:53 Removing intermediate container 39c029dcdd8e 04:46:53 ---> c329a48912f9 04:46:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:46:53 ---> 5c8b923e4ef1 04:46:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:46:54 ---> c35ead010882 04:46:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:46:54 ---> 05ef145d51bd 04:46:54 Step 19/26 : RUN apk --no-cache add py3-pip 04:46:54 ---> Running in 8fb3b2a3201a 04:46:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:46:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:46:55 (1/33) Installing libbz2 (1.0.8-r1) 04:46:55 (2/33) Installing expat (2.2.9-r1) 04:46:55 (3/33) Installing libffi (3.3-r2) 04:46:55 (4/33) Installing gdbm (1.13-r1) 04:46:55 (5/33) Installing xz-libs (5.2.5-r0) 04:46:55 (6/33) Installing sqlite-libs (3.32.1-r0) 04:46:55 (7/33) Installing python3 (3.8.5-r1) 04:46:56 (8/33) Installing py3-appdirs (1.4.4-r1) 04:46:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:46:56 (10/33) Installing py3-parsing (2.4.7-r0) 04:46:56 (11/33) Installing py3-six (1.15.0-r0) 04:46:56 (12/33) Installing py3-packaging (20.4-r0) 04:46:56 (13/33) Installing py3-setuptools (47.0.0-r0) 04:46:56 (14/33) Installing py3-chardet (3.0.4-r4) 04:46:56 (15/33) Installing py3-idna (2.9-r0) 04:46:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:46:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:46:56 (18/33) Installing py3-requests (2.23.0-r0) 04:46:56 (19/33) Installing py3-msgpack (1.0.0-r0) 04:46:56 (20/33) Installing py3-lockfile (0.12.2-r3) 04:46:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:46:56 (22/33) Installing py3-colorama (0.4.3-r0) 04:46:56 (23/33) Installing py3-distlib (0.3.0-r0) 04:46:56 (24/33) Installing py3-distro (1.5.0-r1) 04:46:56 (25/33) Installing py3-webencodings (0.5.1-r3) 04:46:56 (26/33) Installing py3-html5lib (1.0.1-r4) 04:46:56 (27/33) Installing py3-pytoml (0.1.21-r0) 04:46:56 (28/33) Installing py3-pep517 (0.8.2-r0) 04:46:56 (29/33) Installing py3-progress (1.5-r0) 04:46:56 (30/33) Installing py3-toml (0.10.1-r0) 04:46:56 (31/33) Installing py3-retrying (1.3.3-r0) 04:46:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:46:56 (33/33) Installing py3-pip (20.1.1-r0) 04:46:58 Executing busybox-1.31.1-r19.trigger 04:46:58 OK: 71 MiB in 55 packages 04:46:58 Removing intermediate container 75091fee91d3 04:46:58 ---> f670a4603451 04:46:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:46:58 Removing intermediate container 9e6c77a8c81e 04:46:58 ---> 8caf5c367bf0 04:46:58 Step 8/21 : COPY . . 04:46:58 ---> 7acaf4e5b3b0 04:46:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:47:00 ---> 72d0c54159d3 04:47:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:47:01 ---> 60ce776ceb7e 04:47:01 Step 19/23 : ENTRYPOINT ["/core-data"] 04:47:02 ---> Running in 3bf4e4904b08 04:47:02 Removing intermediate container 3bf4e4904b08 04:47:02 ---> 1e42ae3c18b6 04:47:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:47:03 ---> Running in 4a0443761e8e 04:47:03 Removing intermediate container 4a0443761e8e 04:47:03 ---> c9246ee4eeea 04:47:03 Step 21/23 : LABEL arch=arm64 04:47:04 ---> Running in 43d547d5b4b3 04:47:05 Removing intermediate container 43d547d5b4b3 04:47:05 ---> 123b48ab9b3d 04:47:05 Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:05 Removing intermediate container 8fb3b2a3201a 04:47:05 ---> c6bcf3abe088 04:47:05 Step 20/26 : RUN pip install docker-compose==1.23.2 04:47:05 ---> Running in b897c0f5adb7 04:47:06 ---> Running in 025f73d5a569 04:47:06 ---> bd7526a02914 04:47:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:47:07 Removing intermediate container 025f73d5a569 04:47:07 ---> e241e8f1045e 04:47:07 Step 23/23 : LABEL version=2.0.0-dev.120 04:47:07 ---> Running in f42a4f09ab13 04:47:07 ---> Running in 16c9779be756 04:47:08 Collecting docker-compose==1.23.2 04:47:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:47:08 Collecting docopt<0.7,>=0.6.1 04:47:08 Downloading docopt-0.6.2.tar.gz (25 kB) 04:47:08 Collecting docker<4.0,>=3.6.0 04:47:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:47:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:47:08 Removing intermediate container 16c9779be756 04:47:08 ---> e4b0de116bbb 04:47:08 04:47:08 Collecting dockerpty<0.5,>=0.4.1 04:47:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:47:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:47:09 Successfully built e4b0de116bbb 04:47:09 Successfully tagged docker-core-data-go-arm64:latest 04:47:09 Collecting PyYAML<4,>=3.10 04:47:09 Downloading PyYAML-3.13.tar.gz (270 kB) 04:47:10 Collecting texttable<0.10,>=0.9.0 04:47:10 Downloading texttable-0.9.1.tar.gz (11 kB) 04:47:10 Collecting cached-property<2,>=1.2.0 04:47:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:47:11 Collecting websocket-client<1.0,>=0.32.0 04:47:11 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 04:47:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:47:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:47:11 Collecting jsonschema<3,>=2.5.1 04:47:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:47:11 Collecting docker-pycreds>=0.4.0 04:47:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:47:11 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) 04:47:11 Collecting urllib3<1.25,>=1.21.1 04:47:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:47:11 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) 04:47:11 Collecting idna<2.8,>=2.5 04:47:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:47:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:47:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:47:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:47:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:47:12 Installing collected packages: docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, PyYAML, texttable, cached-property, jsonschema, docker-compose 04:47:12 Running setup.py install for docopt: started 04:47:12 Running setup.py install for docopt: finished with status 'done' 04:47:12 Attempting uninstall: urllib3 04:47:12 Found existing installation: urllib3 1.25.9 04:47:12 Uninstalling urllib3-1.25.9: 04:47:12 Successfully uninstalled urllib3-1.25.9 04:47:12 Attempting uninstall: idna 04:47:12 Found existing installation: idna 2.9 04:47:12 Uninstalling idna-2.9: 04:47:12 Successfully uninstalled idna-2.9 04:47:12 Attempting uninstall: requests 04:47:12 Found existing installation: requests 2.23.0 04:47:12 Uninstalling requests-2.23.0: 04:47:13 Successfully uninstalled requests-2.23.0 04:47:13 Running setup.py install for dockerpty: started 04:47:14 Running setup.py install for dockerpty: finished with status 'done' 04:47:14 Running setup.py install for PyYAML: started 04:47:14 Running setup.py install for PyYAML: finished with status 'done' 04:47:14 Running setup.py install for texttable: started 04:47:15 Running setup.py install for texttable: finished with status 'done' 04:47:15 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 04:47:17  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:47:17 ---> fd5e55665cf2 04:47:17 Step 3/26 : WORKDIR /edgex-go 04:47:17 ---> Using cache 04:47:17 ---> 45e312cb862f 04:47:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:17 ---> Using cache 04:47:17 ---> e9eb10f07e43 04:47:17 Step 5/26 : RUN apk add --update --no-cache make bash git 04:47:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:47:17 ---> fd5e55665cf2 04:47:17 Step 3/23 : WORKDIR /edgex-go 04:47:17 ---> Using cache 04:47:17 ---> 45e312cb862f 04:47:17 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:17 04:47:17 Step 2/31 : FROM ${BUILDER_BASE} AS builder ---> Using cache 04:47:17 04:47:17 ---> e9eb10f07e43 04:47:17 ---> fd5e55665cf2 04:47:17 Step 5/23 : RUN apk add --update --no-cache make gitStep 3/31 : WORKDIR /edgex-go 04:47:17 04:47:17 ---> Using cache 04:47:17 ---> 42d54fe56f6c 04:47:17 Step 6/23 : COPY go.mod . 04:47:17 ---> Using cache 04:47:17 ---> 8e3fc06bfb2f 04:47:17 Step 7/23 : RUN go mod download 04:47:17 ---> Using cache 04:47:17 ---> 8caf5c367bf0 04:47:17 Step 8/23 : COPY . . ---> Using cache 04:47:17 04:47:17 ---> 45e312cb862f 04:47:17 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:17 ---> Using cache 04:47:17 ---> e9eb10f07e43 04:47:17 Step 5/31 : RUN apk add --update --no-cache make git 04:47:17 ---> Using cache 04:47:17 ---> 42d54fe56f6c 04:47:17 Step 6/31 : COPY go.mod . 04:47:17 ---> Using cache 04:47:17 ---> 8e3fc06bfb2f 04:47:17 Step 7/31 : RUN go mod download 04:47:17 ---> Using cache 04:47:17 ---> 8caf5c367bf0 04:47:17 Step 8/31 : COPY . . 04:47:17 ---> Using cache 04:47:17 ---> bd7526a02914 04:47:17 Step 9/23 : RUN make cmd/core-command/core-command 04:47:17 ---> Using cache 04:47:17 ---> bd7526a02914 04:47:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:47:18 Removing intermediate container b897c0f5adb7 04:47:18 ---> 1f030aaff4e7 04:47:18 Step 21/26 : RUN apk --no-cache add curl 04:47:18 ---> Running in ea1dee6a889c 04:47:19 ---> Running in 87c39820a4cc 04:47:19 ---> Running in 9f97ae9310ab 04:47:19 ---> Running in 9d5b48a09ec1 04:47:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:47:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:47:19 (2/3) Installing libcurl (7.69.1-r3) 04:47:19 (3/3) Installing curl (7.69.1-r3) 04:47:19 Executing busybox-1.31.1-r19.trigger 04:47:19 OK: 72 MiB in 58 packages 04:47:19 Removing intermediate container ea1dee6a889c 04:47:19 ---> ae4547484eb9 04:47:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:47:19 ---> Running in 3668b9f97db9 04:47:19 Removing intermediate container 3668b9f97db9 04:47:19 ---> 8981d1cb0602 04:47:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:47:20 ---> Running in e1cd470d281b 04:47:20 Removing intermediate container e1cd470d281b 04:47:20 ---> 0df62b8fa110 04:47:20 Step 24/26 : LABEL arch=x86_64 04:47:20 ---> Running in 3121e4a2ff4c 04:47:20 Removing intermediate container 3121e4a2ff4c 04:47:20 ---> 1b1dc1e3b25c 04:47:20 Step 25/26 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:20 ---> Running in 8bcc1e5e81f8 04:47:20 Removing intermediate container 8bcc1e5e81f8 04:47:20 ---> d1b3c8db186e 04:47:20 Step 26/26 : LABEL version=2.0.0-dev.120 04:47:20 ---> Running in c99db46d5141 04:47:20 Removing intermediate container c99db46d5141 04:47:20 ---> ab4b174f7fd4 04:47:20 04:47:20 Successfully built ab4b174f7fd4 04:47:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-command/core-command ./cmd/core-command 04:47:21 Successfully tagged docker-sys-mgmt-agent-go:latest 04:47:21  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:47:21 $ docker stop --time=1 16fdfe7a191a18c600907af864d7d349dc50fddc04661315aa0799a9ea9550fb 04:47:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:23 OK: 217 MiB in 51 packages 04:47:23 $ docker rm -f 16fdfe7a191a18c600907af864d7d349dc50fddc04661315aa0799a9ea9550fb [Pipeline] // withDockerContainer [Pipeline] sh 04:47:24 + docker images 04:47:24 + grep docker 04:47:24 docker-sys-mgmt-agent-go latest ab4b174f7fd4 4 seconds ago 313MB 04:47:24 docker-security-secretstore-setup-go latest f9c61f28c390 35 seconds ago 24.9MB 04:47:24 docker-security-proxy-setup-go latest 9be494a57a92 36 seconds ago 24.7MB 04:47:24 docker-core-command-go latest 10bc5aed6ea0 38 seconds ago 17.2MB 04:47:24 docker-security-bootstrapper-go latest e3a4e97443f5 2 minutes ago 18.7MB 04:47:24 docker-core-data-go latest cf1042bedc84 2 minutes ago 22.6MB 04:47:24 docker-core-metadata-go latest 8b61643aacb6 2 minutes ago 19MB 04:47:24 docker-support-notifications-go latest a4a4ece9e84e 2 minutes ago 17.8MB 04:47:24 docker-support-scheduler-go latest 7865ecbe1bcd 2 minutes ago 17.2MB 04:47:24 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 04:47:25 Removing intermediate container 87c39820a4cc 04:47:25 ---> 5091c5f1c7f1 04:47:25 Step 6/26 : COPY go.mod . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:47:25 provisioning config files... 04:47:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config5212606689061241454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:47:25 ---> e0677b87265f 04:47:25 Step 7/26 : RUN go mod download 04:47:26 ---> docker-login.sh 04:47:26 nexus3.edgexfoundry.org:10001 04:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:26 ---> Running in dd7844440d92 04:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:26 Configure a credential helper to remove this warning. See 04:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:26 04:47:26 Login Succeeded 04:47:26 nexus3.edgexfoundry.org:10002 04:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:26 Configure a credential helper to remove this warning. See 04:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:26 04:47:26 Login Succeeded 04:47:26 nexus3.edgexfoundry.org:10003 04:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:26 Configure a credential helper to remove this warning. See 04:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:26 04:47:26 Login Succeeded 04:47:26 nexus3.edgexfoundry.org:10004 04:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:26 Configure a credential helper to remove this warning. See 04:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:26 04:47:26 Login Succeeded 04:47:26 docker.io 04:47:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:27 Configure a credential helper to remove this warning. See 04:47:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:27 04:47:27 Login Succeeded 04:47:27 ---> docker-login.sh ends [Pipeline] } 04:47:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:27 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 04:47:27 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:27 2.0.0-dev.120 04:47:27 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:27 master 04:47:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:28 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:47:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 04:47:28 4bd7f93d3a66: Preparing 04:47:28 b740db62faa6: Preparing 04:47:28 5d6fa5207d15: Preparing 04:47:28 3bfbc8e1e774: Preparing 04:47:28 33e8713114f8: Preparing 04:47:28 33e8713114f8: Layer already exists 04:47:28 3bfbc8e1e774: Pushed 04:47:28 4bd7f93d3a66: Pushed 04:47:28 5d6fa5207d15: Pushed 04:47:29 b740db62faa6: Pushed 04:47:29 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:b9307c31721cd608480a2ea13b81954d76c92ed4750d41d51214baa59230d48f size: 1363 [Pipeline] isUnix [Pipeline] sh 04:47:30 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:30 Removing intermediate container dd7844440d92 04:47:30 ---> 935c00f16b42 04:47:30 Step 8/26 : COPY . . 04:47:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.120 04:47:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 04:47:30 4bd7f93d3a66: Preparing 04:47:30 b740db62faa6: Preparing 04:47:30 5d6fa5207d15: Preparing 04:47:30 3bfbc8e1e774: Preparing 04:47:30 33e8713114f8: Preparing 04:47:30 b740db62faa6: Layer already exists 04:47:30 3bfbc8e1e774: Layer already exists 04:47:30 33e8713114f8: Layer already exists 04:47:30 4bd7f93d3a66: Layer already exists 04:47:30 5d6fa5207d15: Layer already exists 04:47:30 2.0.0-dev.120: digest: sha256:b9307c31721cd608480a2ea13b81954d76c92ed4750d41d51214baa59230d48f size: 1363 [Pipeline] isUnix [Pipeline] sh 04:47:30 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 04:47:31 4bd7f93d3a66: Preparing 04:47:31 b740db62faa6: Preparing 04:47:31 5d6fa5207d15: Preparing 04:47:31 3bfbc8e1e774: Preparing 04:47:31 33e8713114f8: Preparing 04:47:31 5d6fa5207d15: Layer already exists 04:47:31 4bd7f93d3a66: Layer already exists 04:47:31 33e8713114f8: Layer already exists 04:47:31 3bfbc8e1e774: Layer already exists 04:47:31 b740db62faa6: Layer already exists 04:47:31 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:b9307c31721cd608480a2ea13b81954d76c92ed4750d41d51214baa59230d48f size: 1363 [Pipeline] isUnix [Pipeline] sh 04:47:31 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 04:47:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 04:47:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 04:47:31 4bd7f93d3a66: Preparing 04:47:31 b740db62faa6: Preparing 04:47:31 5d6fa5207d15: Preparing 04:47:31 3bfbc8e1e774: Preparing 04:47:31 33e8713114f8: Preparing 04:47:31 4bd7f93d3a66: Layer already exists 04:47:31 3bfbc8e1e774: Layer already exists 04:47:31 5d6fa5207d15: Layer already exists 04:47:31 33e8713114f8: Layer already exists 04:47:31 b740db62faa6: Layer already exists 04:47:32 master: digest: sha256:b9307c31721cd608480a2ea13b81954d76c92ed4750d41d51214baa59230d48f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:32 ===================================================== [Pipeline] echo 04:47:32 taggedImages: 04:47:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.120 04:47:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 04:47:32 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 04:47:32 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:32 2.0.0-dev.120 04:47:32 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:32 master 04:47:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:33 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:47:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 04:47:33 16be9a881969: Preparing 04:47:33 06d5c644ad6b: Preparing 04:47:33 5d6fa5207d15: Preparing 04:47:33 280bd84df108: Preparing 04:47:33 649c23056406: Preparing 04:47:33 33e8713114f8: Preparing 04:47:33 33e8713114f8: Waiting 04:47:33 5d6fa5207d15: Layer already exists 04:47:33 33e8713114f8: Layer already exists 04:47:33 16be9a881969: Pushed 04:47:33 649c23056406: Pushed 04:47:33 280bd84df108: Pushed 04:47:34 06d5c644ad6b: Pushed 04:47:35 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:abe31d0c0a74e4008e8662e7cf58c396a35f53d5da894750b4cefe150a61f38d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:47:35 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.120 04:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 04:47:35 16be9a881969: Preparing 04:47:35 06d5c644ad6b: Preparing 04:47:35 5d6fa5207d15: Preparing 04:47:35 280bd84df108: Preparing 04:47:35 649c23056406: Preparing 04:47:35 33e8713114f8: Preparing 04:47:35 33e8713114f8: Waiting 04:47:35 5d6fa5207d15: Layer already exists 04:47:35 16be9a881969: Layer already exists 04:47:35 06d5c644ad6b: Layer already exists 04:47:35 280bd84df108: Layer already exists 04:47:35 649c23056406: Layer already exists 04:47:35 33e8713114f8: Layer already exists 04:47:35 2.0.0-dev.120: digest: sha256:abe31d0c0a74e4008e8662e7cf58c396a35f53d5da894750b4cefe150a61f38d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:47:36 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 04:47:36 16be9a881969: Preparing 04:47:36 06d5c644ad6b: Preparing 04:47:36 5d6fa5207d15: Preparing 04:47:36 280bd84df108: Preparing 04:47:36 649c23056406: Preparing 04:47:36 33e8713114f8: Preparing 04:47:36 33e8713114f8: Waiting 04:47:36 5d6fa5207d15: Layer already exists 04:47:36 06d5c644ad6b: Layer already exists 04:47:36 16be9a881969: Layer already exists 04:47:36 649c23056406: Layer already exists 04:47:36 280bd84df108: Layer already exists 04:47:36 33e8713114f8: Layer already exists 04:47:36 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:abe31d0c0a74e4008e8662e7cf58c396a35f53d5da894750b4cefe150a61f38d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:47:36 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 04:47:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 04:47:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 04:47:37 16be9a881969: Preparing 04:47:37 06d5c644ad6b: Preparing 04:47:37 5d6fa5207d15: Preparing 04:47:37 280bd84df108: Preparing 04:47:37 649c23056406: Preparing 04:47:37 33e8713114f8: Preparing 04:47:37 33e8713114f8: Waiting 04:47:37 649c23056406: Layer already exists 04:47:37 5d6fa5207d15: Layer already exists 04:47:37 16be9a881969: Layer already exists 04:47:37 280bd84df108: Layer already exists 04:47:37 06d5c644ad6b: Layer already exists 04:47:37 33e8713114f8: Layer already exists 04:47:37 master: digest: sha256:abe31d0c0a74e4008e8662e7cf58c396a35f53d5da894750b4cefe150a61f38d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:37 ===================================================== [Pipeline] echo 04:47:37 taggedImages: 04:47:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.120 04:47:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 04:47:37 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 04:47:37 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:37 2.0.0-dev.120 04:47:37 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:37 master 04:47:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:38 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:47:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 04:47:38 764bffc166ed: Preparing 04:47:38 1f442bc9465e: Preparing 04:47:38 5d6fa5207d15: Preparing 04:47:38 3bfbc8e1e774: Preparing 04:47:38 33e8713114f8: Preparing 04:47:38 33e8713114f8: Layer already exists 04:47:38 3bfbc8e1e774: Layer already exists 04:47:38 5d6fa5207d15: Layer already exists 04:47:38 764bffc166ed: Pushed 04:47:39 1f442bc9465e: Pushed 04:47:39 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:cb4aeb8ebf4bd2b4f14328939a9dcd86295db4dba4a9e52d4f680e16162b7869 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:47:40 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.120 04:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 04:47:40 764bffc166ed: Preparing 04:47:40 1f442bc9465e: Preparing 04:47:40 5d6fa5207d15: Preparing 04:47:40 3bfbc8e1e774: Preparing 04:47:40 33e8713114f8: Preparing 04:47:40 33e8713114f8: Layer already exists 04:47:40 5d6fa5207d15: Layer already exists 04:47:40 764bffc166ed: Layer already exists 04:47:40 3bfbc8e1e774: Layer already exists 04:47:40 1f442bc9465e: Layer already exists 04:47:40 2.0.0-dev.120: digest: sha256:cb4aeb8ebf4bd2b4f14328939a9dcd86295db4dba4a9e52d4f680e16162b7869 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:47:40 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 04:47:41 764bffc166ed: Preparing 04:47:41 1f442bc9465e: Preparing 04:47:41 5d6fa5207d15: Preparing 04:47:41 3bfbc8e1e774: Preparing 04:47:41 33e8713114f8: Preparing 04:47:41 764bffc166ed: Layer already exists 04:47:41 1f442bc9465e: Layer already exists 04:47:41 3bfbc8e1e774: Layer already exists 04:47:41 33e8713114f8: Layer already exists 04:47:41 5d6fa5207d15: Layer already exists 04:47:41 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:cb4aeb8ebf4bd2b4f14328939a9dcd86295db4dba4a9e52d4f680e16162b7869 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:47:41 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 04:47:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 04:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 04:47:41 764bffc166ed: Preparing 04:47:41 1f442bc9465e: Preparing 04:47:41 5d6fa5207d15: Preparing 04:47:41 3bfbc8e1e774: Preparing 04:47:41 33e8713114f8: Preparing 04:47:41 3bfbc8e1e774: Layer already exists 04:47:41 33e8713114f8: Layer already exists 04:47:41 5d6fa5207d15: Layer already exists 04:47:41 764bffc166ed: Layer already exists 04:47:41 1f442bc9465e: Layer already exists 04:47:41 master: digest: sha256:cb4aeb8ebf4bd2b4f14328939a9dcd86295db4dba4a9e52d4f680e16162b7869 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:42 ===================================================== [Pipeline] echo 04:47:42 taggedImages: 04:47:42 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:42 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.120 04:47:42 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:42 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 04:47:42 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 04:47:42 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:42 2.0.0-dev.120 04:47:42 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:42 master 04:47:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:42 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:47:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 04:47:43 5ac4a5df7e8a: Preparing 04:47:43 5ac4a5df7e8a: Preparing 04:47:43 ea3c747c4197: Preparing 04:47:43 b6ac71a5a709: Preparing 04:47:43 cb8f41afe6e4: Preparing 04:47:43 5acdcd2e58db: Preparing 04:47:43 5d6fa5207d15: Preparing 04:47:43 b9ef282ff0ac: Preparing 04:47:43 b9ef282ff0ac: Preparing 04:47:43 c31e2f58d061: Preparing 04:47:43 dbcb320392fe: Preparing 04:47:43 33e8713114f8: Preparing 04:47:43 5d6fa5207d15: Waiting 04:47:43 b9ef282ff0ac: Waiting 04:47:43 c31e2f58d061: Waiting 04:47:43 dbcb320392fe: Waiting 04:47:43 33e8713114f8: Waiting 04:47:43 5ac4a5df7e8a: Pushed 04:47:43 cb8f41afe6e4: Pushed 04:47:43 b6ac71a5a709: Pushed 04:47:43 ea3c747c4197: Pushed 04:47:43 5d6fa5207d15: Layer already exists 04:47:43 33e8713114f8: Layer already exists 04:47:43 dbcb320392fe: Pushed 04:47:43 b9ef282ff0ac: Pushed 04:47:43 c31e2f58d061: Pushed 04:47:44 5acdcd2e58db: Pushed 04:47:44 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:3bdbee18ff3b7373883d55331218b08a7f48f4b610690470008feb6ca25b9efc size: 2816 [Pipeline] isUnix [Pipeline] sh 04:47:44 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.120 04:47:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 04:47:45 5ac4a5df7e8a: Preparing 04:47:45 5ac4a5df7e8a: Preparing 04:47:45 ea3c747c4197: Preparing 04:47:45 b6ac71a5a709: Preparing 04:47:45 cb8f41afe6e4: Preparing 04:47:45 5acdcd2e58db: Preparing 04:47:45 5d6fa5207d15: Preparing 04:47:45 b9ef282ff0ac: Preparing 04:47:45 b9ef282ff0ac: Preparing 04:47:45 c31e2f58d061: Preparing 04:47:45 dbcb320392fe: Preparing 04:47:45 33e8713114f8: Preparing 04:47:45 5d6fa5207d15: Waiting 04:47:45 b9ef282ff0ac: Waiting 04:47:45 c31e2f58d061: Waiting 04:47:45 dbcb320392fe: Waiting 04:47:45 33e8713114f8: Waiting 04:47:45 ea3c747c4197: Layer already exists 04:47:45 5ac4a5df7e8a: Layer already exists 04:47:45 cb8f41afe6e4: Layer already exists 04:47:45 5acdcd2e58db: Layer already exists 04:47:45 b6ac71a5a709: Layer already exists 04:47:45 5d6fa5207d15: Layer already exists 04:47:45 b9ef282ff0ac: Layer already exists 04:47:45 dbcb320392fe: Layer already exists 04:47:45 c31e2f58d061: Layer already exists 04:47:45 33e8713114f8: Layer already exists 04:47:45 2.0.0-dev.120: digest: sha256:3bdbee18ff3b7373883d55331218b08a7f48f4b610690470008feb6ca25b9efc size: 2816 [Pipeline] isUnix [Pipeline] sh 04:47:45 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:45 ---> cafb9141c297 04:47:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:47:45 ---> Running in 7a2cc7610a62 04:47:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:47:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 04:47:45 5ac4a5df7e8a: Preparing 04:47:45 5ac4a5df7e8a: Preparing 04:47:45 ea3c747c4197: Preparing 04:47:45 b6ac71a5a709: Preparing 04:47:45 cb8f41afe6e4: Preparing 04:47:45 5acdcd2e58db: Preparing 04:47:45 5d6fa5207d15: Preparing 04:47:45 b9ef282ff0ac: Preparing 04:47:45 b9ef282ff0ac: Preparing 04:47:45 c31e2f58d061: Preparing 04:47:45 dbcb320392fe: Preparing 04:47:45 33e8713114f8: Preparing 04:47:45 c31e2f58d061: Waiting 04:47:45 5d6fa5207d15: Waiting 04:47:45 dbcb320392fe: Waiting 04:47:45 b9ef282ff0ac: Waiting 04:47:45 ea3c747c4197: Layer already exists 04:47:45 cb8f41afe6e4: Layer already exists 04:47:45 5acdcd2e58db: Layer already exists 04:47:45 b6ac71a5a709: Layer already exists 04:47:45 5ac4a5df7e8a: Layer already exists 04:47:45 b9ef282ff0ac: Layer already exists 04:47:45 5d6fa5207d15: Layer already exists 04:47:45 c31e2f58d061: Layer already exists 04:47:45 dbcb320392fe: Layer already exists 04:47:45 33e8713114f8: Layer already exists 04:47:45 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:3bdbee18ff3b7373883d55331218b08a7f48f4b610690470008feb6ca25b9efc size: 2816 [Pipeline] isUnix [Pipeline] sh 04:47:46 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 04:47:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 04:47:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 04:47:46 5ac4a5df7e8a: Preparing 04:47:46 5ac4a5df7e8a: Preparing 04:47:46 ea3c747c4197: Preparing 04:47:46 b6ac71a5a709: Preparing 04:47:46 cb8f41afe6e4: Preparing 04:47:46 5acdcd2e58db: Preparing 04:47:46 5d6fa5207d15: Preparing 04:47:46 b9ef282ff0ac: Preparing 04:47:46 b9ef282ff0ac: Preparing 04:47:46 c31e2f58d061: Preparing 04:47:46 dbcb320392fe: Preparing 04:47:46 33e8713114f8: Preparing 04:47:46 b9ef282ff0ac: Waiting 04:47:46 c31e2f58d061: Waiting 04:47:46 dbcb320392fe: Waiting 04:47:46 33e8713114f8: Waiting 04:47:46 5d6fa5207d15: Waiting 04:47:46 ea3c747c4197: Layer already exists 04:47:46 5ac4a5df7e8a: Layer already exists 04:47:46 5acdcd2e58db: Layer already exists 04:47:46 cb8f41afe6e4: Layer already exists 04:47:46 b6ac71a5a709: Layer already exists 04:47:46 5d6fa5207d15: Layer already exists 04:47:46 b9ef282ff0ac: Layer already exists 04:47:46 c31e2f58d061: Layer already exists 04:47:46 dbcb320392fe: Layer already exists 04:47:46 33e8713114f8: Layer already exists 04:47:46 master: digest: sha256:3bdbee18ff3b7373883d55331218b08a7f48f4b610690470008feb6ca25b9efc size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:46 ===================================================== [Pipeline] echo 04:47:46 taggedImages: 04:47:46 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:46 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.120 04:47:46 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:46 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 04:47:46 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 04:47:46 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:46 2.0.0-dev.120 04:47:46 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:46 master 04:47:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:47 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:47:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 04:47:47 cfaa58511fa8: Preparing 04:47:47 df260b1357a0: Preparing 04:47:47 60de6dfa33fc: Preparing 04:47:47 62f772b7fc3e: Preparing 04:47:47 e44ba2332126: Preparing 04:47:47 33e8713114f8: Preparing 04:47:47 33e8713114f8: Waiting 04:47:47 62f772b7fc3e: Pushed 04:47:47 60de6dfa33fc: Pushed 04:47:47 33e8713114f8: Layer already exists 04:47:47 e44ba2332126: Pushed 04:47:48 cfaa58511fa8: Pushed 04:47:48 df260b1357a0: Pushed 04:47:48 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:5fdad9cf6792d7a5b5b2445ff48d78b7246218c033c9a846c22edb77851f2dee size: 1575 [Pipeline] isUnix [Pipeline] sh 04:47:49 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.120 04:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 04:47:49 cfaa58511fa8: Preparing 04:47:49 df260b1357a0: Preparing 04:47:49 60de6dfa33fc: Preparing 04:47:49 62f772b7fc3e: Preparing 04:47:49 e44ba2332126: Preparing 04:47:49 33e8713114f8: Preparing 04:47:49 33e8713114f8: Waiting 04:47:49 e44ba2332126: Layer already exists 04:47:49 60de6dfa33fc: Layer already exists 04:47:49 cfaa58511fa8: Layer already exists 04:47:49 62f772b7fc3e: Layer already exists 04:47:49 df260b1357a0: Layer already exists 04:47:49 33e8713114f8: Layer already exists 04:47:49 2.0.0-dev.120: digest: sha256:5fdad9cf6792d7a5b5b2445ff48d78b7246218c033c9a846c22edb77851f2dee size: 1575 [Pipeline] isUnix [Pipeline] sh 04:47:49 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 04:47:50 cfaa58511fa8: Preparing 04:47:50 df260b1357a0: Preparing 04:47:50 60de6dfa33fc: Preparing 04:47:50 62f772b7fc3e: Preparing 04:47:50 e44ba2332126: Preparing 04:47:50 33e8713114f8: Preparing 04:47:50 33e8713114f8: Waiting 04:47:50 cfaa58511fa8: Layer already exists 04:47:50 60de6dfa33fc: Layer already exists 04:47:50 62f772b7fc3e: Layer already exists 04:47:50 df260b1357a0: Layer already exists 04:47:50 e44ba2332126: Layer already exists 04:47:50 33e8713114f8: Layer already exists 04:47:50 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:5fdad9cf6792d7a5b5b2445ff48d78b7246218c033c9a846c22edb77851f2dee size: 1575 [Pipeline] isUnix [Pipeline] sh 04:47:50 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 04:47:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 04:47:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 04:47:50 cfaa58511fa8: Preparing 04:47:50 df260b1357a0: Preparing 04:47:50 60de6dfa33fc: Preparing 04:47:50 62f772b7fc3e: Preparing 04:47:50 e44ba2332126: Preparing 04:47:50 33e8713114f8: Preparing 04:47:50 33e8713114f8: Waiting 04:47:50 62f772b7fc3e: Layer already exists 04:47:50 e44ba2332126: Layer already exists 04:47:50 cfaa58511fa8: Layer already exists 04:47:50 df260b1357a0: Layer already exists 04:47:50 60de6dfa33fc: Layer already exists 04:47:50 33e8713114f8: Layer already exists 04:47:50 master: digest: sha256:5fdad9cf6792d7a5b5b2445ff48d78b7246218c033c9a846c22edb77851f2dee size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:51 ===================================================== [Pipeline] echo 04:47:51 taggedImages: 04:47:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.120 04:47:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 04:47:51 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 04:47:51 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:51 2.0.0-dev.120 04:47:51 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:51 master 04:47:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:51 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:47:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 04:47:52 71fb3336f04b: Preparing 04:47:52 deebc2f52a13: Preparing 04:47:52 2c8dfadad177: Preparing 04:47:52 5f77d5d88255: Preparing 04:47:52 7af8df411453: Preparing 04:47:52 c910e8024430: Preparing 04:47:52 27d2577c4e8b: Preparing 04:47:52 3826a7e5f37c: Preparing 04:47:52 33e8713114f8: Preparing 04:47:52 c910e8024430: Waiting 04:47:52 3826a7e5f37c: Waiting 04:47:52 27d2577c4e8b: Waiting 04:47:52 33e8713114f8: Waiting 04:47:52 7af8df411453: Pushed 04:47:52 deebc2f52a13: Pushed 04:47:52 71fb3336f04b: Pushed 04:47:52 c910e8024430: Pushed 04:47:52 27d2577c4e8b: Pushed 04:47:52 33e8713114f8: Layer already exists 04:47:52 3826a7e5f37c: Pushed 04:47:53 5f77d5d88255: Pushed 04:47:53 2c8dfadad177: Pushed 04:47:53 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:1492450231cf2dd1c48f8a63c45c2414206daa06c35b9242c2250a59ce01553c size: 2198 [Pipeline] isUnix [Pipeline] sh 04:47:53 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.120 04:47:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 04:47:54 71fb3336f04b: Preparing 04:47:54 deebc2f52a13: Preparing 04:47:54 2c8dfadad177: Preparing 04:47:54 5f77d5d88255: Preparing 04:47:54 7af8df411453: Preparing 04:47:54 c910e8024430: Preparing 04:47:54 27d2577c4e8b: Preparing 04:47:54 3826a7e5f37c: Preparing 04:47:54 33e8713114f8: Preparing 04:47:54 c910e8024430: Waiting 04:47:54 27d2577c4e8b: Waiting 04:47:54 3826a7e5f37c: Waiting 04:47:54 33e8713114f8: Waiting 04:47:54 deebc2f52a13: Layer already exists 04:47:54 7af8df411453: Layer already exists 04:47:54 71fb3336f04b: Layer already exists 04:47:54 2c8dfadad177: Layer already exists 04:47:54 5f77d5d88255: Layer already exists 04:47:54 c910e8024430: Layer already exists 04:47:54 27d2577c4e8b: Layer already exists 04:47:54 33e8713114f8: Layer already exists 04:47:54 3826a7e5f37c: Layer already exists 04:47:54 2.0.0-dev.120: digest: sha256:1492450231cf2dd1c48f8a63c45c2414206daa06c35b9242c2250a59ce01553c size: 2198 [Pipeline] isUnix [Pipeline] sh 04:47:54 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 04:47:54 71fb3336f04b: Preparing 04:47:54 deebc2f52a13: Preparing 04:47:54 2c8dfadad177: Preparing 04:47:54 5f77d5d88255: Preparing 04:47:54 7af8df411453: Preparing 04:47:54 c910e8024430: Preparing 04:47:54 27d2577c4e8b: Preparing 04:47:54 3826a7e5f37c: Preparing 04:47:54 33e8713114f8: Preparing 04:47:54 3826a7e5f37c: Waiting 04:47:54 27d2577c4e8b: Waiting 04:47:54 33e8713114f8: Waiting 04:47:54 c910e8024430: Waiting 04:47:54 7af8df411453: Layer already exists 04:47:54 deebc2f52a13: Layer already exists 04:47:54 71fb3336f04b: Layer already exists 04:47:54 5f77d5d88255: Layer already exists 04:47:54 2c8dfadad177: Layer already exists 04:47:54 c910e8024430: Layer already exists 04:47:54 27d2577c4e8b: Layer already exists 04:47:54 3826a7e5f37c: Layer already exists 04:47:54 33e8713114f8: Layer already exists 04:47:54 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:1492450231cf2dd1c48f8a63c45c2414206daa06c35b9242c2250a59ce01553c size: 2198 [Pipeline] isUnix [Pipeline] sh 04:47:54 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 04:47:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 04:47:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 04:47:55 71fb3336f04b: Preparing 04:47:55 deebc2f52a13: Preparing 04:47:55 2c8dfadad177: Preparing 04:47:55 5f77d5d88255: Preparing 04:47:55 7af8df411453: Preparing 04:47:55 c910e8024430: Preparing 04:47:55 27d2577c4e8b: Preparing 04:47:55 3826a7e5f37c: Preparing 04:47:55 33e8713114f8: Preparing 04:47:55 c910e8024430: Waiting 04:47:55 27d2577c4e8b: Waiting 04:47:55 3826a7e5f37c: Waiting 04:47:55 33e8713114f8: Waiting 04:47:55 deebc2f52a13: Layer already exists 04:47:55 7af8df411453: Layer already exists 04:47:55 5f77d5d88255: Layer already exists 04:47:55 71fb3336f04b: Layer already exists 04:47:55 2c8dfadad177: Layer already exists 04:47:55 c910e8024430: Layer already exists 04:47:55 3826a7e5f37c: Layer already exists 04:47:55 27d2577c4e8b: Layer already exists 04:47:55 33e8713114f8: Layer already exists 04:47:55 master: digest: sha256:1492450231cf2dd1c48f8a63c45c2414206daa06c35b9242c2250a59ce01553c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:55 ===================================================== [Pipeline] echo 04:47:55 taggedImages: 04:47:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.120 04:47:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 04:47:55 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 04:47:55 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:55 2.0.0-dev.120 04:47:55 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:55 master 04:47:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:56 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:47:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:47:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 04:47:56 5dc67c1cc8db: Preparing 04:47:56 5870b9e145de: Preparing 04:47:56 5d6fa5207d15: Preparing 04:47:56 4c2531d4eaaa: Preparing 04:47:56 33e8713114f8: Preparing 04:47:56 5d6fa5207d15: Layer already exists 04:47:56 33e8713114f8: Layer already exists 04:47:56 5dc67c1cc8db: Pushed 04:47:56 4c2531d4eaaa: Pushed 04:47:57 5870b9e145de: Pushed 04:47:57 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:96d0f3e64311bbe3a2366114cf4933ff04f320e037987f6fd417d1193e884038 size: 1364 [Pipeline] isUnix [Pipeline] sh 04:47:58 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.120 04:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 04:47:58 5dc67c1cc8db: Preparing 04:47:58 5870b9e145de: Preparing 04:47:58 5d6fa5207d15: Preparing 04:47:58 4c2531d4eaaa: Preparing 04:47:58 33e8713114f8: Preparing 04:47:58 5d6fa5207d15: Layer already exists 04:47:58 4c2531d4eaaa: Layer already exists 04:47:58 5870b9e145de: Layer already exists 04:47:58 33e8713114f8: Layer already exists 04:47:58 5dc67c1cc8db: Layer already exists 04:47:58 2.0.0-dev.120: digest: sha256:96d0f3e64311bbe3a2366114cf4933ff04f320e037987f6fd417d1193e884038 size: 1364 [Pipeline] isUnix [Pipeline] sh 04:47:59 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:47:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:47:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 04:47:59 5dc67c1cc8db: Preparing 04:47:59 5870b9e145de: Preparing 04:47:59 5d6fa5207d15: Preparing 04:47:59 4c2531d4eaaa: Preparing 04:47:59 33e8713114f8: Preparing 04:47:59 5dc67c1cc8db: Layer already exists 04:47:59 5870b9e145de: Layer already exists 04:47:59 4c2531d4eaaa: Layer already exists 04:47:59 33e8713114f8: Layer already exists 04:47:59 5d6fa5207d15: Layer already exists 04:47:59 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:96d0f3e64311bbe3a2366114cf4933ff04f320e037987f6fd417d1193e884038 size: 1364 [Pipeline] isUnix [Pipeline] sh 04:47:59 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 04:48:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 04:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 04:48:00 5dc67c1cc8db: Preparing 04:48:00 5870b9e145de: Preparing 04:48:00 5d6fa5207d15: Preparing 04:48:00 4c2531d4eaaa: Preparing 04:48:00 33e8713114f8: Preparing 04:48:00 5dc67c1cc8db: Layer already exists 04:48:00 4c2531d4eaaa: Layer already exists 04:48:00 33e8713114f8: Layer already exists 04:48:00 5870b9e145de: Layer already exists 04:48:00 5d6fa5207d15: Layer already exists 04:48:00 master: digest: sha256:96d0f3e64311bbe3a2366114cf4933ff04f320e037987f6fd417d1193e884038 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:00 ===================================================== [Pipeline] echo 04:48:00 taggedImages: 04:48:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:48:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.120 04:48:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:48:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 04:48:00 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 04:48:00 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:48:00 2.0.0-dev.120 04:48:00 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:48:00 master 04:48:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:48:00 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:48:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 04:48:01 bfe4e0c7e2b4: Preparing 04:48:01 e8fe89ee5e1a: Preparing 04:48:01 5d6fa5207d15: Preparing 04:48:01 040de0a636c2: Preparing 04:48:01 33e8713114f8: Preparing 04:48:01 5d6fa5207d15: Layer already exists 04:48:01 33e8713114f8: Layer already exists 04:48:01 bfe4e0c7e2b4: Pushed 04:48:01 040de0a636c2: Pushed 04:48:02 e8fe89ee5e1a: Pushed 04:48:02 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:0d51e1d5dc532da1ae796523a6a3334733581fc7b44cf0b9e13504c976b18871 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:48:03 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:48:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.120 04:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 04:48:03 bfe4e0c7e2b4: Preparing 04:48:03 e8fe89ee5e1a: Preparing 04:48:03 5d6fa5207d15: Preparing 04:48:03 040de0a636c2: Preparing 04:48:03 33e8713114f8: Preparing 04:48:03 040de0a636c2: Layer already exists 04:48:03 5d6fa5207d15: Layer already exists 04:48:03 33e8713114f8: Layer already exists 04:48:03 bfe4e0c7e2b4: Layer already exists 04:48:03 e8fe89ee5e1a: Layer already exists 04:48:03 2.0.0-dev.120: digest: sha256:0d51e1d5dc532da1ae796523a6a3334733581fc7b44cf0b9e13504c976b18871 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:48:03 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:48:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:48:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 04:48:04 bfe4e0c7e2b4: Preparing 04:48:04 e8fe89ee5e1a: Preparing 04:48:04 5d6fa5207d15: Preparing 04:48:04 040de0a636c2: Preparing 04:48:04 33e8713114f8: Preparing 04:48:04 e8fe89ee5e1a: Layer already exists 04:48:04 040de0a636c2: Layer already exists 04:48:04 5d6fa5207d15: Layer already exists 04:48:04 33e8713114f8: Layer already exists 04:48:04 bfe4e0c7e2b4: Layer already exists 04:48:04 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:0d51e1d5dc532da1ae796523a6a3334733581fc7b44cf0b9e13504c976b18871 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:48:04 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 04:48:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 04:48:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 04:48:04 bfe4e0c7e2b4: Preparing 04:48:04 e8fe89ee5e1a: Preparing 04:48:04 5d6fa5207d15: Preparing 04:48:04 040de0a636c2: Preparing 04:48:04 33e8713114f8: Preparing 04:48:04 5d6fa5207d15: Layer already exists 04:48:04 040de0a636c2: Layer already exists 04:48:04 e8fe89ee5e1a: Layer already exists 04:48:04 33e8713114f8: Layer already exists 04:48:04 bfe4e0c7e2b4: Layer already exists 04:48:04 master: digest: sha256:0d51e1d5dc532da1ae796523a6a3334733581fc7b44cf0b9e13504c976b18871 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:04 ===================================================== [Pipeline] echo 04:48:05 taggedImages: 04:48:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:48:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.120 04:48:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:48:05 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 04:48:05 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 04:48:05 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:48:05 2.0.0-dev.120 04:48:05 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:48:05 master 04:48:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:48:05 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:48:05 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:48:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 04:48:05 644eeaeea337: Preparing 04:48:05 fa18cd5680ff: Preparing 04:48:05 669a03c49f1a: Preparing 04:48:05 1293e3dd53d3: Preparing 04:48:05 94b7ed676824: Preparing 04:48:05 891d3b7bd6cd: Preparing 04:48:05 f7cd1dfb1fb2: Preparing 04:48:05 0754057c0ad3: Preparing 04:48:05 998cdf262ab1: Preparing 04:48:05 02e56110abd2: Preparing 04:48:05 abc36efb885a: Preparing 04:48:05 b0b09059f4e1: Preparing 04:48:05 bb961f40224b: Preparing 04:48:05 f4666769fca7: Preparing 04:48:05 891d3b7bd6cd: Waiting 04:48:05 f7cd1dfb1fb2: Waiting 04:48:05 0754057c0ad3: Waiting 04:48:05 998cdf262ab1: Waiting 04:48:05 02e56110abd2: Waiting 04:48:05 abc36efb885a: Waiting 04:48:05 b0b09059f4e1: Waiting 04:48:05 bb961f40224b: Waiting 04:48:05 f4666769fca7: Waiting 04:48:06 94b7ed676824: Pushed 04:48:06 644eeaeea337: Pushed 04:48:06 1293e3dd53d3: Pushed 04:48:06 0754057c0ad3: Layer already exists 04:48:06 998cdf262ab1: Layer already exists 04:48:06 f7cd1dfb1fb2: Pushed 04:48:06 02e56110abd2: Layer already exists 04:48:06 b0b09059f4e1: Layer already exists 04:48:06 abc36efb885a: Layer already exists 04:48:06 bb961f40224b: Layer already exists 04:48:06 f4666769fca7: Layer already exists 04:48:06 fa18cd5680ff: Pushed 04:48:07 891d3b7bd6cd: Pushed 04:48:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/secrets-config ./cmd/secrets-config 04:48:10 669a03c49f1a: Pushed 04:48:10 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:52f977180131977c524dd79877ef26107b04dc4d9416b3372eae3906a3d5754d size: 3252 [Pipeline] isUnix [Pipeline] sh 04:48:11 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:48:11 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.120 04:48:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 04:48:11 644eeaeea337: Preparing 04:48:11 fa18cd5680ff: Preparing 04:48:11 669a03c49f1a: Preparing 04:48:11 1293e3dd53d3: Preparing 04:48:11 94b7ed676824: Preparing 04:48:11 891d3b7bd6cd: Preparing 04:48:11 f7cd1dfb1fb2: Preparing 04:48:11 0754057c0ad3: Preparing 04:48:11 998cdf262ab1: Preparing 04:48:11 02e56110abd2: Preparing 04:48:11 abc36efb885a: Preparing 04:48:11 b0b09059f4e1: Preparing 04:48:11 bb961f40224b: Preparing 04:48:11 f4666769fca7: Preparing 04:48:11 998cdf262ab1: Waiting 04:48:11 b0b09059f4e1: Waiting 04:48:11 02e56110abd2: Waiting 04:48:11 abc36efb885a: Waiting 04:48:11 bb961f40224b: Waiting 04:48:11 f4666769fca7: Waiting 04:48:11 0754057c0ad3: Waiting 04:48:11 f7cd1dfb1fb2: Waiting 04:48:11 891d3b7bd6cd: Waiting 04:48:11 1293e3dd53d3: Layer already exists 04:48:11 fa18cd5680ff: Layer already exists 04:48:11 94b7ed676824: Layer already exists 04:48:11 644eeaeea337: Layer already exists 04:48:11 669a03c49f1a: Layer already exists 04:48:11 f7cd1dfb1fb2: Layer already exists 04:48:11 891d3b7bd6cd: Layer already exists 04:48:11 0754057c0ad3: Layer already exists 04:48:11 02e56110abd2: Layer already exists 04:48:11 998cdf262ab1: Layer already exists 04:48:11 b0b09059f4e1: Layer already exists 04:48:11 abc36efb885a: Layer already exists 04:48:11 bb961f40224b: Layer already exists 04:48:11 f4666769fca7: Layer already exists 04:48:11 2.0.0-dev.120: digest: sha256:52f977180131977c524dd79877ef26107b04dc4d9416b3372eae3906a3d5754d size: 3252 [Pipeline] isUnix [Pipeline] sh 04:48:11 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:48:12 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:48:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 04:48:12 644eeaeea337: Preparing 04:48:12 fa18cd5680ff: Preparing 04:48:12 669a03c49f1a: Preparing 04:48:12 1293e3dd53d3: Preparing 04:48:12 94b7ed676824: Preparing 04:48:12 891d3b7bd6cd: Preparing 04:48:12 f7cd1dfb1fb2: Preparing 04:48:12 0754057c0ad3: Preparing 04:48:12 998cdf262ab1: Preparing 04:48:12 02e56110abd2: Preparing 04:48:12 abc36efb885a: Preparing 04:48:12 b0b09059f4e1: Preparing 04:48:12 bb961f40224b: Preparing 04:48:12 f4666769fca7: Preparing 04:48:12 891d3b7bd6cd: Waiting 04:48:12 f7cd1dfb1fb2: Waiting 04:48:12 0754057c0ad3: Waiting 04:48:12 998cdf262ab1: Waiting 04:48:12 02e56110abd2: Waiting 04:48:12 abc36efb885a: Waiting 04:48:12 f4666769fca7: Waiting 04:48:12 bb961f40224b: Waiting 04:48:12 b0b09059f4e1: Waiting 04:48:12 94b7ed676824: Layer already exists 04:48:12 669a03c49f1a: Layer already exists 04:48:12 1293e3dd53d3: Layer already exists 04:48:12 644eeaeea337: Layer already exists 04:48:12 fa18cd5680ff: Layer already exists 04:48:12 f7cd1dfb1fb2: Layer already exists 04:48:12 891d3b7bd6cd: Layer already exists 04:48:12 998cdf262ab1: Layer already exists 04:48:12 02e56110abd2: Layer already exists 04:48:12 0754057c0ad3: Layer already exists 04:48:12 abc36efb885a: Layer already exists 04:48:12 f4666769fca7: Layer already exists 04:48:12 b0b09059f4e1: Layer already exists 04:48:12 bb961f40224b: Layer already exists 04:48:12 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:52f977180131977c524dd79877ef26107b04dc4d9416b3372eae3906a3d5754d size: 3252 [Pipeline] isUnix [Pipeline] sh 04:48:12 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 04:48:12 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 04:48:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 04:48:12 644eeaeea337: Preparing 04:48:12 fa18cd5680ff: Preparing 04:48:12 669a03c49f1a: Preparing 04:48:12 1293e3dd53d3: Preparing 04:48:12 94b7ed676824: Preparing 04:48:12 891d3b7bd6cd: Preparing 04:48:12 f7cd1dfb1fb2: Preparing 04:48:12 0754057c0ad3: Preparing 04:48:12 998cdf262ab1: Preparing 04:48:12 02e56110abd2: Preparing 04:48:12 abc36efb885a: Preparing 04:48:12 b0b09059f4e1: Preparing 04:48:12 bb961f40224b: Preparing 04:48:12 f4666769fca7: Preparing 04:48:12 891d3b7bd6cd: Waiting 04:48:12 f7cd1dfb1fb2: Waiting 04:48:12 0754057c0ad3: Waiting 04:48:12 998cdf262ab1: Waiting 04:48:12 02e56110abd2: Waiting 04:48:12 abc36efb885a: Waiting 04:48:12 b0b09059f4e1: Waiting 04:48:12 bb961f40224b: Waiting 04:48:12 f4666769fca7: Waiting 04:48:12 644eeaeea337: Layer already exists 04:48:12 1293e3dd53d3: Layer already exists 04:48:12 fa18cd5680ff: Layer already exists 04:48:12 669a03c49f1a: Layer already exists 04:48:12 94b7ed676824: Layer already exists 04:48:12 998cdf262ab1: Layer already exists 04:48:12 f7cd1dfb1fb2: Layer already exists 04:48:12 0754057c0ad3: Layer already exists 04:48:12 891d3b7bd6cd: Layer already exists 04:48:12 02e56110abd2: Layer already exists 04:48:12 abc36efb885a: Layer already exists 04:48:12 bb961f40224b: Layer already exists 04:48:12 f4666769fca7: Layer already exists 04:48:12 b0b09059f4e1: Layer already exists 04:48:13 master: digest: sha256:52f977180131977c524dd79877ef26107b04dc4d9416b3372eae3906a3d5754d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:13 ===================================================== [Pipeline] echo 04:48:13 taggedImages: 04:48:13 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:48:13 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.120 04:48:13 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:48:13 - 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] } 04:48:23 Removing intermediate container f42a4f09ab13 04:48:23 ---> 6d8119dafad5 04:48:23 04:48:23 Step 10/21 : FROM alpine:3.12 04:48:23 ---> d10569e2745f 04:48:23 Step 11/21 : RUN apk add --update --no-cache curl 04:48:23 ---> Running in 942b663e909d 04:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:24 (1/4) Installing ca-certificates (20191127-r4) 04:48:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:48:24 (3/4) Installing libcurl (7.69.1-r3) 04:48:24 (4/4) Installing curl (7.69.1-r3) 04:48:24 Executing busybox-1.31.1-r19.trigger 04:48:24 Executing ca-certificates-20191127-r4.trigger 04:48:25 OK: 7 MiB in 18 packages 04:48:27 Removing intermediate container 942b663e909d 04:48:27 ---> 0c587b7fb390 04:48:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:48:28 ---> Running in 6220ffc49f95 04:48:28 Removing intermediate container 6220ffc49f95 04:48:28 ---> 0c091b974858 04:48:28 Step 13/21 : WORKDIR /edgex 04:48:28 ---> Running in c06f7897896b 04:48:29 Removing intermediate container c06f7897896b 04:48:29 ---> 7e7807d01a03 04:48:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:48:30 ---> 6e1c06b9f5ce 04:48:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:48:32 ---> e18427fcde5a 04:48:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:48:34 ---> 0e2e99b7cb03 04:48:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:48:34 ---> Running in 35d6791579e2 04:48:34 Removing intermediate container 35d6791579e2 04:48:34 ---> bf57331d359c 04:48:34 Step 18/21 : CMD ["--init=true"] 04:48:34 ---> Running in cf57d4112fe1 04:48:35 Removing intermediate container cf57d4112fe1 04:48:35 ---> 26c1c98d4286 04:48:35 Step 19/21 : LABEL arch=arm64 04:48:35 ---> Running in adbd5fff0447 04:48:36 Removing intermediate container adbd5fff0447 04:48:36 ---> aa39df91b5dd 04:48:36 Step 20/21 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:48:36 ---> Running in 6c0b7f47918b 04:48:36 Removing intermediate container 6c0b7f47918b 04:48:36 ---> e3c7bf27dacd 04:48:36 Step 21/21 : LABEL version=2.0.0-dev.120 04:48:37 ---> Running in 69b66fe6d43d 04:48:37 Removing intermediate container 69b66fe6d43d 04:48:37 ---> f311b2906395 04:48:37 04:48:37 Successfully built f311b2906395 04:48:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:48:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 9f97ae9310ab 04:48:48 ---> dd7a919a8056 04:48:48 04:48:48 Step 10/31 : FROM alpine:3.12 04:48:48 ---> d10569e2745f 04:48:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:48:48 ---> Running in 49db42d66b95 04:48:48 Removing intermediate container 49db42d66b95 04:48:48 ---> 3defb8cb2151 04:48:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:48:49 ---> Running in 8c788c342cdd 04:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:51 (1/2) Installing dumb-init (1.2.2-r1) 04:48:51 (2/2) Installing su-exec (0.2-r1) 04:48:51 Executing busybox-1.31.1-r19.trigger 04:48:51 OK: 5 MiB in 16 packages 04:48:52 Removing intermediate container 9d5b48a09ec1 04:48:52 ---> c9c8a178aa8b 04:48:52 04:48:52 Step 10/23 : FROM alpine:3.12 04:48:52 ---> d10569e2745f 04:48:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:48:52 ---> Using cache 04:48:52 ---> 556718ac7e67 04:48:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:48:52 ---> Using cache 04:48:52 ---> 98eb308d327e 04:48:52 Step 13/23 : ENV APP_PORT=48082 04:48:53 ---> Running in 0e4aa535c0a6 04:48:53 Removing intermediate container 0e4aa535c0a6 04:48:53 ---> 3a53c7ef034d 04:48:53 Step 14/23 : EXPOSE $APP_PORT 04:48:53 Removing intermediate container 8c788c342cdd 04:48:53 ---> 6bad8be3865e 04:48:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:48:53 ---> Running in b17c61b25a65 04:48:53 ---> Running in f7f6fd935d75 04:48:54 Removing intermediate container b17c61b25a65 04:48:54 Removing intermediate container f7f6fd935d75 04:48:54 ---> 535aae36586b 04:48:54 Step 15/23 : WORKDIR / 04:48:54 ---> f49e0239a582 04:48:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:48:54 ---> Running in f0ef3c269bf4 04:48:54 ---> Running in da1bc957033e 04:48:55 Removing intermediate container da1bc957033e 04:48:55 ---> f9d46fb56f0d 04:48:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:48:55 Removing intermediate container f0ef3c269bf4 04:48:55 ---> fe89f490aca6 04:48:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:48:55 ---> Running in 3218732dfd3e 04:48:56 ---> dac9c5b3c9a1 04:48:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:48:57 Removing intermediate container 7a2cc7610a62 04:48:57 ---> c7afd52050d2 04:48:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:48:57 ---> Running in dc260a1435c9 04:48:58 ---> 5a8bbf9f5b51 04:48:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:48:58 Removing intermediate container 3218732dfd3e 04:48:58 ---> e1c2479d75c2 04:48:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:48:58 ---> Running in 3d4d292d5d18 04:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:48:59 ---> a00e6a6ce3e8 04:48:59 Step 19/23 : ENTRYPOINT ["/core-command"] 04:48:59 Removing intermediate container 3d4d292d5d18 04:48:59 ---> e273266be925 04:48:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:48:59 ---> Running in 197f5d9fac0d 04:48:59 Removing intermediate container 197f5d9fac0d 04:48:59 ---> d0354fdac95c 04:48:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:49:00 ---> Running in 0d519a9cf1a4 04:49:00 ---> fe40e1ef88bc 04:49:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:49:00 ---> Running in dca1e152ce45 04:49:00 Removing intermediate container 0d519a9cf1a4 04:49:00 ---> d087d5920dbf 04:49:00 Step 21/23 : LABEL arch=arm64 04:49:00 ---> Running in 9ae028b1684d 04:49:01 Removing intermediate container 9ae028b1684d 04:49:01 ---> 5b6554f529e3 04:49:01 Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:49:01 ---> Running in 4390ec81559d 04:49:01 Removing intermediate container dc260a1435c9 04:49:01 ---> 48dca258f359 04:49:01 04:49:01 Step 11/26 : FROM docker:20.10.0 04:49:02 20.10.0: Pulling from library/docker 04:49:02 Removing intermediate container 4390ec81559d 04:49:02 ---> c07100b6e936 04:49:02 Step 23/23 : LABEL version=2.0.0-dev.120 04:49:03 ---> Running in 738be18f1b19 04:49:03 Removing intermediate container dca1e152ce45 04:49:03 ---> 75793511f112 04:49:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:04 Removing intermediate container 738be18f1b19 04:49:04 ---> ae1508ce94c4 04:49:04 04:49:04 Successfully built ae1508ce94c4 04:49:04 Successfully tagged docker-core-command-go-arm64:latest 04:49:04  Building docker-core-command-go ... done  ---> 8e3605723339 04:49:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:49:07 ---> 98f24dbee37e 04:49:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:49:08 ---> e04901ab7caf 04:49:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:49:09 ---> 5ab507ca4d06 04:49:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:49:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:49:10 Status: Downloaded newer image for docker:20.10.0 04:49:10 ---> eeaf43b92773 04:49:10 Step 12/26 : RUN apk add --no-cache bash 04:49:10 ---> Running in 8db9ff28fd60 04:49:10 ---> bb5367722434 04:49:10 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:49:10 ---> Running in c1cde34b23e1 04:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:11 Removing intermediate container c1cde34b23e1 04:49:11 ---> ed3a1b67a2e8 04:49:11 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:12 ---> b4eaa752d43d 04:49:12 Step 26/31 : RUN chmod +x /entrypoint.sh 04:49:12 (1/2) Installing readline (8.0.4-r0) 04:49:12 (2/2) Installing bash (5.0.17-r0) 04:49:12 Executing bash-5.0.17-r0.post-install 04:49:12 Executing busybox-1.31.1-r19.trigger 04:49:12 OK: 12 MiB in 22 packages 04:49:12 ---> Running in 9b27cd7f7e42 04:49:13 Removing intermediate container 8db9ff28fd60 04:49:13 ---> 14aa4ebf7c8e 04:49:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:49:14 ---> Running in 434ffbd8d4e0 04:49:14 Removing intermediate container 434ffbd8d4e0 04:49:14 ---> c6bd44d87844 04:49:14 Step 14/26 : ENV APP_PORT=48090 04:49:14 ---> Running in 01bee99305b0 04:49:15 Removing intermediate container 01bee99305b0 04:49:15 ---> 8fb93354fff4 04:49:15 Step 15/26 : EXPOSE $APP_PORT 04:49:15 Removing intermediate container 9b27cd7f7e42 04:49:15 ---> ec305fdb39b8 04:49:15 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:49:15 ---> Running in 7ba1c16ea183 04:49:15 ---> Running in bd944bf582b1 04:49:15 Removing intermediate container 7ba1c16ea183 04:49:15 ---> 1b2f2b3b0440 04:49:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:49:16 Removing intermediate container bd944bf582b1 04:49:16 ---> 8d1a0bd38b4d 04:49:16 Step 28/31 : CMD ["gate"] 04:49:16 ---> Running in 17873bf443aa 04:49:17 ---> 254fe24f1b22 04:49:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:49:17 Removing intermediate container 17873bf443aa 04:49:17 ---> a727d91671e9 04:49:17 Step 29/31 : LABEL arch=arm64 04:49:17 ---> Running in 7340a7ff6d32 04:49:18 ---> 80edb0e1924a 04:49:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:49:18 Removing intermediate container 7340a7ff6d32 04:49:18 ---> 6618fd4c3d06 04:49:18 Step 30/31 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:49:18 ---> Running in e2995f524ae4 04:49:19 ---> b31db2aed21c 04:49:19 Step 19/26 : RUN apk --no-cache add py3-pip 04:49:19 Removing intermediate container e2995f524ae4 04:49:19 ---> 5f0151e3a682 04:49:19 Step 31/31 : LABEL version=2.0.0-dev.120 04:49:19 ---> Running in 6dba7af88003 04:49:19 ---> Running in b572c168c026 04:49:20 Removing intermediate container b572c168c026 04:49:20 ---> 84087ba70074 04:49:20 04:49:20 Successfully built 84087ba70074 04:49:20 Successfully tagged docker-security-bootstrapper-go-arm64:latest 04:49:20  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:21 (1/33) Installing libbz2 (1.0.8-r1) 04:49:21 (2/33) Installing expat (2.2.9-r1) 04:49:21 (3/33) Installing libffi (3.3-r2) 04:49:21 (4/33) Installing gdbm (1.13-r1) 04:49:21 (5/33) Installing xz-libs (5.2.5-r0) 04:49:21 (6/33) Installing sqlite-libs (3.32.1-r0) 04:49:21 (7/33) Installing python3 (3.8.5-r1) 04:49:23 (8/33) Installing py3-appdirs (1.4.4-r1) 04:49:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:49:23 (10/33) Installing py3-parsing (2.4.7-r0) 04:49:23 (11/33) Installing py3-six (1.15.0-r0) 04:49:23 (12/33) Installing py3-packaging (20.4-r0) 04:49:23 (13/33) Installing py3-setuptools (47.0.0-r0) 04:49:23 (14/33) Installing py3-chardet (3.0.4-r4) 04:49:23 (15/33) Installing py3-idna (2.9-r0) 04:49:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:49:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:49:23 (18/33) Installing py3-requests (2.23.0-r0) 04:49:23 (19/33) Installing py3-msgpack (1.0.0-r0) 04:49:23 (20/33) Installing py3-lockfile (0.12.2-r3) 04:49:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:49:23 (22/33) Installing py3-colorama (0.4.3-r0) 04:49:23 (23/33) Installing py3-distlib (0.3.0-r0) 04:49:23 (24/33) Installing py3-distro (1.5.0-r1) 04:49:23 (25/33) Installing py3-webencodings (0.5.1-r3) 04:49:23 (26/33) Installing py3-html5lib (1.0.1-r4) 04:49:23 (27/33) Installing py3-pytoml (0.1.21-r0) 04:49:23 (28/33) Installing py3-pep517 (0.8.2-r0) 04:49:23 (29/33) Installing py3-progress (1.5-r0) 04:49:23 (30/33) Installing py3-toml (0.10.1-r0) 04:49:23 (31/33) Installing py3-retrying (1.3.3-r0) 04:49:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:49:23 (33/33) Installing py3-pip (20.1.1-r0) 04:49:23 Executing busybox-1.31.1-r19.trigger 04:49:23 OK: 71 MiB in 55 packages 04:49:30 Removing intermediate container 6dba7af88003 04:49:30 ---> b0a17587212c 04:49:30 Step 20/26 : RUN pip install docker-compose==1.23.2 04:49:30 ---> Running in 04ffb254e07d 04:49:36 Collecting docker-compose==1.23.2 04:49:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:49:37 Collecting PyYAML<4,>=3.10 04:49:37 Downloading PyYAML-3.13.tar.gz (270 kB) 04:49:41 Collecting docopt<0.7,>=0.6.1 04:49:41 Downloading docopt-0.6.2.tar.gz (25 kB) 04:49:44 Collecting docker<4.0,>=3.6.0 04:49:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:49:44 Collecting dockerpty<0.5,>=0.4.1 04:49:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:49:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:49:47 Collecting texttable<0.10,>=0.9.0 04:49:47 Downloading texttable-0.9.1.tar.gz (11 kB) 04:49:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:49:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:49:50 Collecting websocket-client<1.0,>=0.32.0 04:49:50 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 04:49:51 Collecting jsonschema<3,>=2.5.1 04:49:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:49:51 Collecting cached-property<2,>=1.2.0 04:49:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:49:51 Collecting docker-pycreds>=0.4.0 04:49:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:49:52 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) 04:49:52 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) 04:49:52 Collecting idna<2.8,>=2.5 04:49:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:49:53 Collecting urllib3<1.25,>=1.21.1 04:49:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:49:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:49:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:49:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:49:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:49:54 Installing collected packages: PyYAML, docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, jsonschema, cached-property, docker-compose 04:49:54 Running setup.py install for PyYAML: started 04:49:57 Running setup.py install for PyYAML: finished with status 'done' 04:49:57 Running setup.py install for docopt: started 04:50:00 Running setup.py install for docopt: finished with status 'done' 04:50:00 Attempting uninstall: idna 04:50:00 Found existing installation: idna 2.9 04:50:00 Uninstalling idna-2.9: 04:50:00 Successfully uninstalled idna-2.9 04:50:00 Attempting uninstall: urllib3 04:50:00 Found existing installation: urllib3 1.25.9 04:50:00 Uninstalling urllib3-1.25.9: 04:50:01 Successfully uninstalled urllib3-1.25.9 04:50:01 Attempting uninstall: requests 04:50:01 Found existing installation: requests 2.23.0 04:50:01 Uninstalling requests-2.23.0: 04:50:01 Successfully uninstalled requests-2.23.0 04:50:03 Running setup.py install for dockerpty: started 04:50:06 Running setup.py install for dockerpty: finished with status 'done' 04:50:06 Running setup.py install for texttable: started 04:50:09 Running setup.py install for texttable: finished with status 'done' 04:50: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.58.0 04:50:14 Removing intermediate container 04ffb254e07d 04:50:14 ---> abb5fa8a5fa1 04:50:14 Step 21/26 : RUN apk --no-cache add curl 04:50:15 ---> Running in 3598e7f360ae 04:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:50:17 (2/3) Installing libcurl (7.69.1-r3) 04:50:17 (3/3) Installing curl (7.69.1-r3) 04:50:17 Executing busybox-1.31.1-r19.trigger 04:50:17 OK: 71 MiB in 58 packages 04:50:18 Removing intermediate container 3598e7f360ae 04:50:18 ---> 200fd9159b52 04:50:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:50:18 ---> Running in d2628e6ac835 04:50:19 Removing intermediate container d2628e6ac835 04:50:19 ---> 9c132ec6623d 04:50:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:19 ---> Running in 49e8fed090d2 04:50:19 Removing intermediate container 49e8fed090d2 04:50:19 ---> 61161662f118 04:50:19 Step 24/26 : LABEL arch=arm64 04:50:19 ---> Running in 81e3e786eab7 04:50:20 Removing intermediate container 81e3e786eab7 04:50:20 ---> 8f0321068c14 04:50:20 Step 25/26 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:20 ---> Running in 631053334e10 04:50:20 Removing intermediate container 631053334e10 04:50:20 ---> 597f24a29e34 04:50:20 Step 26/26 : LABEL version=2.0.0-dev.120 04:50:21 ---> Running in 3d24900cd632 04:50:21 Removing intermediate container 3d24900cd632 04:50:21 ---> 8f3caa75b5ad 04:50:21 04:50:21 Successfully built 8f3caa75b5ad 04:50:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:50:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:50:22 $ docker stop --time=1 52267aa256048a7916d8dd283c4a30ab30f6a29be353d01b89f014b5c215e42e 04:50:24 $ docker rm -f 52267aa256048a7916d8dd283c4a30ab30f6a29be353d01b89f014b5c215e42e [Pipeline] // withDockerContainer [Pipeline] sh 04:50:25 + grep docker 04:50:25 + docker images 04:50:25 docker-sys-mgmt-agent-go-arm64 latest 8f3caa75b5ad 4 seconds ago 300MB 04:50:25 docker-security-bootstrapper-go-arm64 latest 84087ba70074 About a minute ago 17.8MB 04:50:25 docker-core-command-go-arm64 latest ae1508ce94c4 About a minute ago 16.2MB 04:50:25 docker-security-proxy-setup-go-arm64 latest f311b2906395 About a minute ago 23.4MB 04:50:25 docker-core-data-go-arm64 latest e4b0de116bbb 3 minutes ago 21.3MB 04:50:25 docker-core-metadata-go-arm64 latest 13eaeb89bc5b 3 minutes ago 17.9MB 04:50:25 docker-support-scheduler-go-arm64 latest b06281794752 3 minutes ago 16.3MB 04:50:25 docker-support-notifications-go-arm64 latest cbc51f3eca9c 3 minutes ago 16.9MB 04:50:25 docker-security-secretstore-setup-go-arm64 latest ff2ecaf748fe 3 minutes ago 23.7MB 04:50:25 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:50:25 provisioning config files... 04:50:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config1431960414154439144tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:50:26 ---> docker-login.sh 04:50:26 nexus3.edgexfoundry.org:10001 04:50:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:26 Configure a credential helper to remove this warning. See 04:50:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:26 04:50:26 Login Succeeded 04:50:26 nexus3.edgexfoundry.org:10002 04:50:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:27 Configure a credential helper to remove this warning. See 04:50:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:27 04:50:27 Login Succeeded 04:50:27 nexus3.edgexfoundry.org:10003 04:50:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:28 Configure a credential helper to remove this warning. See 04:50:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:28 04:50:28 Login Succeeded 04:50:28 nexus3.edgexfoundry.org:10004 04:50:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:28 Configure a credential helper to remove this warning. See 04:50:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:28 04:50:28 Login Succeeded 04:50:28 docker.io 04:50:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:29 Configure a credential helper to remove this warning. See 04:50:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:29 04:50:29 Login Succeeded 04:50:29 ---> docker-login.sh ends [Pipeline] } 04:50:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:50:29 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 04:50:29 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:29 2.0.0-dev.120 04:50:29 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:29 master 04:50:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:30 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:50:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 04:50:30 8d439ea7955f: Preparing 04:50:30 5ce83495be5d: Preparing 04:50:30 1c036cf5c9b1: Preparing 04:50:30 b1ce496b94b4: Preparing 04:50:30 02a88cfff88f: Preparing 04:50:30 02a88cfff88f: Layer already exists 04:50:30 1c036cf5c9b1: Pushed 04:50:30 b1ce496b94b4: Pushed 04:50:30 8d439ea7955f: Pushed 04:50:34 5ce83495be5d: Pushed 04:50:34 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:0b6f65900433abec475f06f4793318ba23b045e779d3fe2ba56c81eb0acc65a2 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:50:34 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:50:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.120 04:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 04:50:35 8d439ea7955f: Preparing 04:50:35 5ce83495be5d: Preparing 04:50:35 1c036cf5c9b1: Preparing 04:50:35 b1ce496b94b4: Preparing 04:50:35 02a88cfff88f: Preparing 04:50:35 02a88cfff88f: Layer already exists 04:50:35 b1ce496b94b4: Layer already exists 04:50:35 8d439ea7955f: Layer already exists 04:50:35 1c036cf5c9b1: Layer already exists 04:50:35 5ce83495be5d: Layer already exists 04:50:35 2.0.0-dev.120: digest: sha256:0b6f65900433abec475f06f4793318ba23b045e779d3fe2ba56c81eb0acc65a2 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:50:35 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:50:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 04:50:36 8d439ea7955f: Preparing 04:50:36 5ce83495be5d: Preparing 04:50:36 1c036cf5c9b1: Preparing 04:50:36 b1ce496b94b4: Preparing 04:50:36 02a88cfff88f: Preparing 04:50:36 8d439ea7955f: Layer already exists 04:50:36 1c036cf5c9b1: Layer already exists 04:50:36 5ce83495be5d: Layer already exists 04:50:36 02a88cfff88f: Layer already exists 04:50:36 b1ce496b94b4: Layer already exists 04:50:36 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:0b6f65900433abec475f06f4793318ba23b045e779d3fe2ba56c81eb0acc65a2 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:50:36 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:50:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 04:50:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 04:50:37 8d439ea7955f: Preparing 04:50:37 5ce83495be5d: Preparing 04:50:37 1c036cf5c9b1: Preparing 04:50:37 b1ce496b94b4: Preparing 04:50:37 02a88cfff88f: Preparing 04:50:37 8d439ea7955f: Layer already exists 04:50:37 5ce83495be5d: Layer already exists 04:50:37 02a88cfff88f: Layer already exists 04:50:37 b1ce496b94b4: Layer already exists 04:50:37 1c036cf5c9b1: Layer already exists 04:50:37 master: digest: sha256:0b6f65900433abec475f06f4793318ba23b045e779d3fe2ba56c81eb0acc65a2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:50:37 ===================================================== [Pipeline] echo 04:50:37 taggedImages: 04:50:37 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:37 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.120 04:50:37 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:37 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 04:50:37 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 04:50:37 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:37 2.0.0-dev.120 04:50:37 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:37 master 04:50:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:38 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:50:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 04:50:38 12b7ba12bca5: Preparing 04:50:38 e22415c574bf: Preparing 04:50:38 1c036cf5c9b1: Preparing 04:50:38 c9121fdc1c6d: Preparing 04:50:38 152cf1291504: Preparing 04:50:38 02a88cfff88f: Preparing 04:50:38 02a88cfff88f: Waiting 04:50:39 1c036cf5c9b1: Layer already exists 04:50:39 02a88cfff88f: Layer already exists 04:50:39 152cf1291504: Pushed 04:50:39 12b7ba12bca5: Pushed 04:50:40 c9121fdc1c6d: Pushed 04:50:42 e22415c574bf: Pushed 04:50:42 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:a1fd0fd6670a295ff79202d6132575b47d9b9e442f5fd06852d2afcf11859a1d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:50:42 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:50:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.120 04:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 04:50:43 12b7ba12bca5: Preparing 04:50:43 e22415c574bf: Preparing 04:50:43 1c036cf5c9b1: Preparing 04:50:43 c9121fdc1c6d: Preparing 04:50:43 152cf1291504: Preparing 04:50:43 02a88cfff88f: Preparing 04:50:43 02a88cfff88f: Waiting 04:50:43 c9121fdc1c6d: Layer already exists 04:50:43 e22415c574bf: Layer already exists 04:50:43 152cf1291504: Layer already exists 04:50:43 12b7ba12bca5: Layer already exists 04:50:43 1c036cf5c9b1: Layer already exists 04:50:43 02a88cfff88f: Layer already exists 04:50:43 2.0.0-dev.120: digest: sha256:a1fd0fd6670a295ff79202d6132575b47d9b9e442f5fd06852d2afcf11859a1d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:50:43 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:50:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 04:50:44 12b7ba12bca5: Preparing 04:50:44 e22415c574bf: Preparing 04:50:44 1c036cf5c9b1: Preparing 04:50:44 c9121fdc1c6d: Preparing 04:50:44 152cf1291504: Preparing 04:50:44 02a88cfff88f: Preparing 04:50:44 02a88cfff88f: Waiting 04:50:44 c9121fdc1c6d: Layer already exists 04:50:44 12b7ba12bca5: Layer already exists 04:50:44 e22415c574bf: Layer already exists 04:50:44 1c036cf5c9b1: Layer already exists 04:50:44 152cf1291504: Layer already exists 04:50:44 02a88cfff88f: Layer already exists 04:50:44 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:a1fd0fd6670a295ff79202d6132575b47d9b9e442f5fd06852d2afcf11859a1d size: 1572 [Pipeline] isUnix [Pipeline] sh 04:50:44 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:50:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 04:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 04:50:45 12b7ba12bca5: Preparing 04:50:45 e22415c574bf: Preparing 04:50:45 1c036cf5c9b1: Preparing 04:50:45 c9121fdc1c6d: Preparing 04:50:45 152cf1291504: Preparing 04:50:45 02a88cfff88f: Preparing 04:50:45 02a88cfff88f: Waiting 04:50:45 c9121fdc1c6d: Layer already exists 04:50:45 152cf1291504: Layer already exists 04:50:45 1c036cf5c9b1: Layer already exists 04:50:45 e22415c574bf: Layer already exists 04:50:45 12b7ba12bca5: Layer already exists 04:50:45 02a88cfff88f: Layer already exists 04:50:45 master: digest: sha256:a1fd0fd6670a295ff79202d6132575b47d9b9e442f5fd06852d2afcf11859a1d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:50:45 ===================================================== [Pipeline] echo 04:50:45 taggedImages: 04:50:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.120 04:50:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 04:50:45 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 04:50:45 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:45 2.0.0-dev.120 04:50:45 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:45 master 04:50:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:46 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:50:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 04:50:46 1d7f1eb1764a: Preparing 04:50:46 52900e2a1bf9: Preparing 04:50:46 1c036cf5c9b1: Preparing 04:50:46 b1ce496b94b4: Preparing 04:50:46 02a88cfff88f: Preparing 04:50:46 b1ce496b94b4: Layer already exists 04:50:46 1c036cf5c9b1: Layer already exists 04:50:46 02a88cfff88f: Layer already exists 04:50:46 1d7f1eb1764a: Pushed 04:50:50 52900e2a1bf9: Pushed 04:50:50 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:1b467918841a2a6bf0fd645365af691bfc8a8ccea20e7a4b589ef988b918ce32 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:50:50 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:50:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.120 04:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 04:50:51 1d7f1eb1764a: Preparing 04:50:51 52900e2a1bf9: Preparing 04:50:51 1c036cf5c9b1: Preparing 04:50:51 b1ce496b94b4: Preparing 04:50:51 02a88cfff88f: Preparing 04:50:51 1c036cf5c9b1: Layer already exists 04:50:51 1d7f1eb1764a: Layer already exists 04:50:51 b1ce496b94b4: Layer already exists 04:50:51 02a88cfff88f: Layer already exists 04:50:51 52900e2a1bf9: Layer already exists 04:50:51 2.0.0-dev.120: digest: sha256:1b467918841a2a6bf0fd645365af691bfc8a8ccea20e7a4b589ef988b918ce32 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:50:51 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:50:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 04:50:52 1d7f1eb1764a: Preparing 04:50:52 52900e2a1bf9: Preparing 04:50:52 1c036cf5c9b1: Preparing 04:50:52 b1ce496b94b4: Preparing 04:50:52 02a88cfff88f: Preparing 04:50:52 02a88cfff88f: Layer already exists 04:50:52 1d7f1eb1764a: Layer already exists 04:50:52 b1ce496b94b4: Layer already exists 04:50:52 52900e2a1bf9: Layer already exists 04:50:52 1c036cf5c9b1: Layer already exists 04:50:52 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:1b467918841a2a6bf0fd645365af691bfc8a8ccea20e7a4b589ef988b918ce32 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:50:52 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:50:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 04:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 04:50:52 1d7f1eb1764a: Preparing 04:50:52 52900e2a1bf9: Preparing 04:50:52 1c036cf5c9b1: Preparing 04:50:52 b1ce496b94b4: Preparing 04:50:52 02a88cfff88f: Preparing 04:50:53 52900e2a1bf9: Layer already exists 04:50:53 1c036cf5c9b1: Layer already exists 04:50:53 02a88cfff88f: Layer already exists 04:50:53 b1ce496b94b4: Layer already exists 04:50:53 1d7f1eb1764a: Layer already exists 04:50:53 master: digest: sha256:1b467918841a2a6bf0fd645365af691bfc8a8ccea20e7a4b589ef988b918ce32 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:50:53 ===================================================== [Pipeline] echo 04:50:53 taggedImages: 04:50:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.120 04:50:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 04:50:53 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 04:50:53 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:53 2.0.0-dev.120 04:50:53 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:50:53 master 04:50:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:54 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:50:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 04:50:54 0b54b931bf47: Preparing 04:50:54 0b54b931bf47: Preparing 04:50:54 2bd7acb847d4: Preparing 04:50:54 7c8687c13d06: Preparing 04:50:54 f11c76a414d0: Preparing 04:50:54 f07ca0ca37d5: Preparing 04:50:54 1c036cf5c9b1: Preparing 04:50:54 e7207d158550: Preparing 04:50:54 e7207d158550: Preparing 04:50:54 09e49d81ceac: Preparing 04:50:54 a13373ea62cd: Preparing 04:50:54 02a88cfff88f: Preparing 04:50:54 e7207d158550: Waiting 04:50:54 09e49d81ceac: Waiting 04:50:54 a13373ea62cd: Waiting 04:50:54 02a88cfff88f: Waiting 04:50:54 1c036cf5c9b1: Waiting 04:50:54 7c8687c13d06: Pushed 04:50:54 0b54b931bf47: Pushed 04:50:55 2bd7acb847d4: Pushed 04:50:55 f11c76a414d0: Pushed 04:50:55 1c036cf5c9b1: Layer already exists 04:50:55 02a88cfff88f: Layer already exists 04:50:55 e7207d158550: Pushed 04:50:55 09e49d81ceac: Pushed 04:50:55 a13373ea62cd: Pushed 04:50:58 f07ca0ca37d5: Pushed 04:50:58 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:8736876a8434bfd4df5fbd80430879134f401eacbb2e3f876b8cac9c5ea7402f size: 2816 [Pipeline] isUnix [Pipeline] sh 04:50:58 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:50:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.120 04:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 04:50:59 0b54b931bf47: Preparing 04:50:59 0b54b931bf47: Preparing 04:50:59 2bd7acb847d4: Preparing 04:50:59 7c8687c13d06: Preparing 04:50:59 f11c76a414d0: Preparing 04:50:59 f07ca0ca37d5: Preparing 04:50:59 1c036cf5c9b1: Preparing 04:50:59 e7207d158550: Preparing 04:50:59 e7207d158550: Preparing 04:50:59 09e49d81ceac: Preparing 04:50:59 a13373ea62cd: Preparing 04:50:59 02a88cfff88f: Preparing 04:50:59 1c036cf5c9b1: Waiting 04:50:59 e7207d158550: Waiting 04:50:59 09e49d81ceac: Waiting 04:50:59 a13373ea62cd: Waiting 04:50:59 02a88cfff88f: Waiting 04:50:59 f07ca0ca37d5: Layer already exists 04:50:59 2bd7acb847d4: Layer already exists 04:50:59 f11c76a414d0: Layer already exists 04:50:59 0b54b931bf47: Layer already exists 04:50:59 7c8687c13d06: Layer already exists 04:50:59 e7207d158550: Layer already exists 04:50:59 09e49d81ceac: Layer already exists 04:50:59 02a88cfff88f: Layer already exists 04:50:59 1c036cf5c9b1: Layer already exists 04:50:59 a13373ea62cd: Layer already exists 04:50:59 2.0.0-dev.120: digest: sha256:8736876a8434bfd4df5fbd80430879134f401eacbb2e3f876b8cac9c5ea7402f size: 2816 [Pipeline] isUnix [Pipeline] sh 04:50:59 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 04:51:00 0b54b931bf47: Preparing 04:51:00 0b54b931bf47: Preparing 04:51:00 2bd7acb847d4: Preparing 04:51:00 7c8687c13d06: Preparing 04:51:00 f11c76a414d0: Preparing 04:51:00 f07ca0ca37d5: Preparing 04:51:00 1c036cf5c9b1: Preparing 04:51:00 e7207d158550: Preparing 04:51:00 e7207d158550: Preparing 04:51:00 09e49d81ceac: Preparing 04:51:00 a13373ea62cd: Preparing 04:51:00 02a88cfff88f: Preparing 04:51:00 1c036cf5c9b1: Waiting 04:51:00 09e49d81ceac: Waiting 04:51:00 a13373ea62cd: Waiting 04:51:00 02a88cfff88f: Waiting 04:51:00 e7207d158550: Waiting 04:51:00 0b54b931bf47: Layer already exists 04:51:00 f11c76a414d0: Layer already exists 04:51:00 f07ca0ca37d5: Layer already exists 04:51:00 2bd7acb847d4: Layer already exists 04:51:00 7c8687c13d06: Layer already exists 04:51:00 1c036cf5c9b1: Layer already exists 04:51:00 e7207d158550: Layer already exists 04:51:00 02a88cfff88f: Layer already exists 04:51:00 a13373ea62cd: Layer already exists 04:51:00 09e49d81ceac: Layer already exists 04:51:00 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:8736876a8434bfd4df5fbd80430879134f401eacbb2e3f876b8cac9c5ea7402f size: 2816 [Pipeline] isUnix [Pipeline] sh 04:51:00 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:51:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 04:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 04:51:01 0b54b931bf47: Preparing 04:51:01 0b54b931bf47: Preparing 04:51:01 2bd7acb847d4: Preparing 04:51:01 7c8687c13d06: Preparing 04:51:01 f11c76a414d0: Preparing 04:51:01 f07ca0ca37d5: Preparing 04:51:01 1c036cf5c9b1: Preparing 04:51:01 e7207d158550: Preparing 04:51:01 e7207d158550: Preparing 04:51:01 09e49d81ceac: Preparing 04:51:01 a13373ea62cd: Preparing 04:51:01 02a88cfff88f: Preparing 04:51:01 1c036cf5c9b1: Waiting 04:51:01 e7207d158550: Waiting 04:51:01 09e49d81ceac: Waiting 04:51:01 02a88cfff88f: Waiting 04:51:01 a13373ea62cd: Waiting 04:51:01 f07ca0ca37d5: Layer already exists 04:51:01 f11c76a414d0: Layer already exists 04:51:01 0b54b931bf47: Layer already exists 04:51:01 2bd7acb847d4: Layer already exists 04:51:01 7c8687c13d06: Layer already exists 04:51:01 a13373ea62cd: Layer already exists 04:51:01 1c036cf5c9b1: Layer already exists 04:51:01 e7207d158550: Layer already exists 04:51:01 02a88cfff88f: Layer already exists 04:51:01 09e49d81ceac: Layer already exists 04:51:01 master: digest: sha256:8736876a8434bfd4df5fbd80430879134f401eacbb2e3f876b8cac9c5ea7402f size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:01 ===================================================== [Pipeline] echo 04:51:01 taggedImages: 04:51:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.120 04:51:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 04:51:01 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 04:51:01 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:01 2.0.0-dev.120 04:51:01 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:01 master 04:51:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:51:02 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:51:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 04:51:02 976d56f032c5: Preparing 04:51:02 17c0c4a4db73: Preparing 04:51:02 2d1d26197de1: Preparing 04:51:02 b2e148cbdbd9: Preparing 04:51:02 dd6cc790dad7: Preparing 04:51:02 02a88cfff88f: Preparing 04:51:02 02a88cfff88f: Waiting 04:51:03 b2e148cbdbd9: Pushed 04:51:03 2d1d26197de1: Pushed 04:51:03 02a88cfff88f: Layer already exists 04:51:03 dd6cc790dad7: Pushed 04:51:05 976d56f032c5: Pushed 04:51:05 17c0c4a4db73: Pushed 04:51:05 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:5175a675ad84ab5ef9c7a318f2489695774b20367e2193361784e9cdb5cb5195 size: 1575 [Pipeline] isUnix [Pipeline] sh 04:51:05 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.120 04:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 04:51:06 976d56f032c5: Preparing 04:51:06 17c0c4a4db73: Preparing 04:51:06 2d1d26197de1: Preparing 04:51:06 b2e148cbdbd9: Preparing 04:51:06 dd6cc790dad7: Preparing 04:51:06 02a88cfff88f: Preparing 04:51:06 02a88cfff88f: Waiting 04:51:06 b2e148cbdbd9: Layer already exists 04:51:06 17c0c4a4db73: Layer already exists 04:51:06 2d1d26197de1: Layer already exists 04:51:06 dd6cc790dad7: Layer already exists 04:51:06 976d56f032c5: Layer already exists 04:51:06 02a88cfff88f: Layer already exists 04:51:06 2.0.0-dev.120: digest: sha256:5175a675ad84ab5ef9c7a318f2489695774b20367e2193361784e9cdb5cb5195 size: 1575 [Pipeline] isUnix [Pipeline] sh 04:51:06 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 04:51:07 976d56f032c5: Preparing 04:51:07 17c0c4a4db73: Preparing 04:51:07 2d1d26197de1: Preparing 04:51:07 b2e148cbdbd9: Preparing 04:51:07 dd6cc790dad7: Preparing 04:51:07 02a88cfff88f: Preparing 04:51:07 02a88cfff88f: Waiting 04:51:07 976d56f032c5: Layer already exists 04:51:07 dd6cc790dad7: Layer already exists 04:51:07 17c0c4a4db73: Layer already exists 04:51:07 2d1d26197de1: Layer already exists 04:51:07 b2e148cbdbd9: Layer already exists 04:51:07 02a88cfff88f: Layer already exists 04:51:07 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:5175a675ad84ab5ef9c7a318f2489695774b20367e2193361784e9cdb5cb5195 size: 1575 [Pipeline] isUnix [Pipeline] sh 04:51:07 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:51:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 04:51:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 04:51:08 976d56f032c5: Preparing 04:51:08 17c0c4a4db73: Preparing 04:51:08 2d1d26197de1: Preparing 04:51:08 b2e148cbdbd9: Preparing 04:51:08 dd6cc790dad7: Preparing 04:51:08 02a88cfff88f: Preparing 04:51:08 02a88cfff88f: Waiting 04:51:08 dd6cc790dad7: Layer already exists 04:51:08 976d56f032c5: Layer already exists 04:51:08 b2e148cbdbd9: Layer already exists 04:51:08 2d1d26197de1: Layer already exists 04:51:08 17c0c4a4db73: Layer already exists 04:51:08 02a88cfff88f: Layer already exists 04:51:08 master: digest: sha256:5175a675ad84ab5ef9c7a318f2489695774b20367e2193361784e9cdb5cb5195 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:08 ===================================================== [Pipeline] echo 04:51:08 taggedImages: 04:51:08 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:08 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.120 04:51:08 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:08 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 04:51:08 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 04:51:08 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:08 2.0.0-dev.120 04:51:08 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:08 master 04:51:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:51:09 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:51:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 04:51:09 4a097fcf95b3: Preparing 04:51:09 ffbd1f1e650b: Preparing 04:51:09 936caad78b02: Preparing 04:51:09 27b6de534558: Preparing 04:51:09 2d67c3f0fd64: Preparing 04:51:09 58727b4a976e: Preparing 04:51:09 e4e998bb7a72: Preparing 04:51:09 2d0ba772ebfd: Preparing 04:51:09 02a88cfff88f: Preparing 04:51:09 58727b4a976e: Waiting 04:51:09 e4e998bb7a72: Waiting 04:51:09 02a88cfff88f: Waiting 04:51:09 2d0ba772ebfd: Waiting 04:51:09 4a097fcf95b3: Pushed 04:51:09 2d67c3f0fd64: Pushed 04:51:09 ffbd1f1e650b: Pushed 04:51:10 e4e998bb7a72: Pushed 04:51:10 58727b4a976e: Pushed 04:51:10 02a88cfff88f: Layer already exists 04:51:10 2d0ba772ebfd: Pushed 04:51:12 27b6de534558: Pushed 04:51:12 936caad78b02: Pushed 04:51:12 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:b7b4092f84f5ad5320e8e1a5dc8b5b13b87580f858536c1cd220a7cd690259da size: 2198 [Pipeline] isUnix [Pipeline] sh 04:51:12 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.120 04:51:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 04:51:13 4a097fcf95b3: Preparing 04:51:13 ffbd1f1e650b: Preparing 04:51:13 936caad78b02: Preparing 04:51:13 27b6de534558: Preparing 04:51:13 2d67c3f0fd64: Preparing 04:51:13 58727b4a976e: Preparing 04:51:13 e4e998bb7a72: Preparing 04:51:13 2d0ba772ebfd: Preparing 04:51:13 02a88cfff88f: Preparing 04:51:13 e4e998bb7a72: Waiting 04:51:13 2d0ba772ebfd: Waiting 04:51:13 02a88cfff88f: Waiting 04:51:13 58727b4a976e: Waiting 04:51:13 27b6de534558: Layer already exists 04:51:13 2d67c3f0fd64: Layer already exists 04:51:13 ffbd1f1e650b: Layer already exists 04:51:13 4a097fcf95b3: Layer already exists 04:51:13 936caad78b02: Layer already exists 04:51:13 58727b4a976e: Layer already exists 04:51:13 e4e998bb7a72: Layer already exists 04:51:13 02a88cfff88f: Layer already exists 04:51:13 2d0ba772ebfd: Layer already exists 04:51:13 2.0.0-dev.120: digest: sha256:b7b4092f84f5ad5320e8e1a5dc8b5b13b87580f858536c1cd220a7cd690259da size: 2198 [Pipeline] isUnix [Pipeline] sh 04:51:13 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 04:51:14 4a097fcf95b3: Preparing 04:51:14 ffbd1f1e650b: Preparing 04:51:14 936caad78b02: Preparing 04:51:14 27b6de534558: Preparing 04:51:14 2d67c3f0fd64: Preparing 04:51:14 58727b4a976e: Preparing 04:51:14 e4e998bb7a72: Preparing 04:51:14 2d0ba772ebfd: Preparing 04:51:14 02a88cfff88f: Preparing 04:51:14 e4e998bb7a72: Waiting 04:51:14 2d0ba772ebfd: Waiting 04:51:14 02a88cfff88f: Waiting 04:51:14 ffbd1f1e650b: Layer already exists 04:51:14 4a097fcf95b3: Layer already exists 04:51:14 2d67c3f0fd64: Layer already exists 04:51:14 27b6de534558: Layer already exists 04:51:14 936caad78b02: Layer already exists 04:51:14 e4e998bb7a72: Layer already exists 04:51:14 2d0ba772ebfd: Layer already exists 04:51:14 58727b4a976e: Layer already exists 04:51:14 02a88cfff88f: Layer already exists 04:51:14 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:b7b4092f84f5ad5320e8e1a5dc8b5b13b87580f858536c1cd220a7cd690259da size: 2198 [Pipeline] isUnix [Pipeline] sh 04:51:14 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:51:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 04:51:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 04:51:15 4a097fcf95b3: Preparing 04:51:15 ffbd1f1e650b: Preparing 04:51:15 936caad78b02: Preparing 04:51:15 27b6de534558: Preparing 04:51:15 2d67c3f0fd64: Preparing 04:51:15 58727b4a976e: Preparing 04:51:15 e4e998bb7a72: Preparing 04:51:15 2d0ba772ebfd: Preparing 04:51:15 02a88cfff88f: Preparing 04:51:15 e4e998bb7a72: Waiting 04:51:15 2d0ba772ebfd: Waiting 04:51:15 02a88cfff88f: Waiting 04:51:15 58727b4a976e: Waiting 04:51:15 936caad78b02: Layer already exists 04:51:15 4a097fcf95b3: Layer already exists 04:51:15 ffbd1f1e650b: Layer already exists 04:51:15 2d67c3f0fd64: Layer already exists 04:51:15 27b6de534558: Layer already exists 04:51:15 e4e998bb7a72: Layer already exists 04:51:15 58727b4a976e: Layer already exists 04:51:15 2d0ba772ebfd: Layer already exists 04:51:15 02a88cfff88f: Layer already exists 04:51:15 master: digest: sha256:b7b4092f84f5ad5320e8e1a5dc8b5b13b87580f858536c1cd220a7cd690259da size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:15 ===================================================== [Pipeline] echo 04:51:15 taggedImages: 04:51:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.120 04:51:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 04:51:15 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 04:51:15 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:15 2.0.0-dev.120 04:51:15 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:15 master 04:51:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:51:16 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:51:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 04:51:16 29a5283e5f5f: Preparing 04:51:16 9aefb869e0ce: Preparing 04:51:16 1c036cf5c9b1: Preparing 04:51:16 1211adf5d824: Preparing 04:51:16 02a88cfff88f: Preparing 04:51:17 02a88cfff88f: Layer already exists 04:51:17 1c036cf5c9b1: Layer already exists 04:51:17 29a5283e5f5f: Pushed 04:51:17 1211adf5d824: Pushed 04:51:19 9aefb869e0ce: Pushed 04:51:19 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:9b2b1136737e9272f92b75f1c22433980f8de72322a51f29f029a3946043ce8a size: 1364 [Pipeline] isUnix [Pipeline] sh 04:51:20 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:20 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.120 04:51:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 04:51:20 29a5283e5f5f: Preparing 04:51:20 9aefb869e0ce: Preparing 04:51:20 1c036cf5c9b1: Preparing 04:51:20 1211adf5d824: Preparing 04:51:20 02a88cfff88f: Preparing 04:51:20 02a88cfff88f: Layer already exists 04:51:20 9aefb869e0ce: Layer already exists 04:51:20 1c036cf5c9b1: Layer already exists 04:51:20 1211adf5d824: Layer already exists 04:51:20 29a5283e5f5f: Layer already exists 04:51:20 2.0.0-dev.120: digest: sha256:9b2b1136737e9272f92b75f1c22433980f8de72322a51f29f029a3946043ce8a size: 1364 [Pipeline] isUnix [Pipeline] sh 04:51:21 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 04:51:21 29a5283e5f5f: Preparing 04:51:21 9aefb869e0ce: Preparing 04:51:21 1c036cf5c9b1: Preparing 04:51:21 1211adf5d824: Preparing 04:51:21 02a88cfff88f: Preparing 04:51:21 1c036cf5c9b1: Layer already exists 04:51:21 29a5283e5f5f: Layer already exists 04:51:21 02a88cfff88f: Layer already exists 04:51:21 1211adf5d824: Layer already exists 04:51:21 9aefb869e0ce: Layer already exists 04:51:21 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:9b2b1136737e9272f92b75f1c22433980f8de72322a51f29f029a3946043ce8a size: 1364 [Pipeline] isUnix [Pipeline] sh 04:51:22 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:51:22 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 04:51:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 04:51:22 29a5283e5f5f: Preparing 04:51:22 9aefb869e0ce: Preparing 04:51:22 1c036cf5c9b1: Preparing 04:51:22 1211adf5d824: Preparing 04:51:22 02a88cfff88f: Preparing 04:51:22 9aefb869e0ce: Layer already exists 04:51:22 29a5283e5f5f: Layer already exists 04:51:22 1c036cf5c9b1: Layer already exists 04:51:22 1211adf5d824: Layer already exists 04:51:22 02a88cfff88f: Layer already exists 04:51:22 master: digest: sha256:9b2b1136737e9272f92b75f1c22433980f8de72322a51f29f029a3946043ce8a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:23 ===================================================== [Pipeline] echo 04:51:23 taggedImages: 04:51:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.120 04:51:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 04:51:23 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 04:51:23 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:23 2.0.0-dev.120 04:51:23 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:23 master 04:51:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:51:23 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:51:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 04:51:24 7906dbecb016: Preparing 04:51:24 76cabfe77d3f: Preparing 04:51:24 1c036cf5c9b1: Preparing 04:51:24 b1ce496b94b4: Preparing 04:51:24 02a88cfff88f: Preparing 04:51:24 b1ce496b94b4: Layer already exists 04:51:24 02a88cfff88f: Layer already exists 04:51:24 1c036cf5c9b1: Layer already exists 04:51:24 7906dbecb016: Pushed 04:51:26 76cabfe77d3f: Pushed 04:51:27 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:b83f626bb7dc5bfe21ce3808be9e405759c17561715639001ac9837a95e7d7b4 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:51:27 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.120 04:51:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 04:51:27 7906dbecb016: Preparing 04:51:27 76cabfe77d3f: Preparing 04:51:27 1c036cf5c9b1: Preparing 04:51:27 b1ce496b94b4: Preparing 04:51:27 02a88cfff88f: Preparing 04:51:27 b1ce496b94b4: Layer already exists 04:51:27 76cabfe77d3f: Layer already exists 04:51:27 7906dbecb016: Layer already exists 04:51:27 02a88cfff88f: Layer already exists 04:51:27 1c036cf5c9b1: Layer already exists 04:51:28 2.0.0-dev.120: digest: sha256:b83f626bb7dc5bfe21ce3808be9e405759c17561715639001ac9837a95e7d7b4 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:51:28 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:28 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 04:51:28 7906dbecb016: Preparing 04:51:28 76cabfe77d3f: Preparing 04:51:28 1c036cf5c9b1: Preparing 04:51:28 b1ce496b94b4: Preparing 04:51:28 02a88cfff88f: Preparing 04:51:29 76cabfe77d3f: Layer already exists 04:51:29 02a88cfff88f: Layer already exists 04:51:29 7906dbecb016: Layer already exists 04:51:29 b1ce496b94b4: Layer already exists 04:51:29 1c036cf5c9b1: Layer already exists 04:51:29 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:b83f626bb7dc5bfe21ce3808be9e405759c17561715639001ac9837a95e7d7b4 size: 1363 [Pipeline] isUnix [Pipeline] sh 04:51:29 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:51:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 04:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 04:51:29 7906dbecb016: Preparing 04:51:29 76cabfe77d3f: Preparing 04:51:29 1c036cf5c9b1: Preparing 04:51:29 b1ce496b94b4: Preparing 04:51:29 02a88cfff88f: Preparing 04:51:29 b1ce496b94b4: Layer already exists 04:51:29 1c036cf5c9b1: Layer already exists 04:51:30 7906dbecb016: Layer already exists 04:51:30 76cabfe77d3f: Layer already exists 04:51:30 02a88cfff88f: Layer already exists 04:51:30 master: digest: sha256:b83f626bb7dc5bfe21ce3808be9e405759c17561715639001ac9837a95e7d7b4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:30 ===================================================== [Pipeline] echo 04:51:30 taggedImages: 04:51:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.120 04:51:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:30 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 04:51:30 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 04:51:30 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:30 2.0.0-dev.120 04:51:30 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:30 master 04:51:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:51:31 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh 04:51:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 04:51:31 1f60e3cf2351: Preparing 04:51:31 1f0eceefbf7f: Preparing 04:51:31 7e742b586930: Preparing 04:51:31 9b43d55035f0: Preparing 04:51:31 ff7bdf1f9699: Preparing 04:51:31 b5ea4ea7cb4c: Preparing 04:51:31 9666cec206f7: Preparing 04:51:31 9ded3b6bb9b5: Preparing 04:51:31 fa1afe8e6ed9: Preparing 04:51:31 87a09b4c083e: Preparing 04:51:31 0f74e9ff2a61: Preparing 04:51:31 b122376c33c6: Preparing 04:51:31 f8381ed47b22: Preparing 04:51:31 e934a737d657: Preparing 04:51:31 87a09b4c083e: Waiting 04:51:31 0f74e9ff2a61: Waiting 04:51:31 b122376c33c6: Waiting 04:51:31 f8381ed47b22: Waiting 04:51:31 e934a737d657: Waiting 04:51:31 b5ea4ea7cb4c: Waiting 04:51:31 9666cec206f7: Waiting 04:51:31 fa1afe8e6ed9: Waiting 04:51:31 9ded3b6bb9b5: Waiting 04:51:32 ff7bdf1f9699: Pushed 04:51:32 1f60e3cf2351: Pushed 04:51:32 9b43d55035f0: Pushed 04:51:32 9ded3b6bb9b5: Layer already exists 04:51:32 fa1afe8e6ed9: Layer already exists 04:51:32 9666cec206f7: Pushed 04:51:32 87a09b4c083e: Layer already exists 04:51:32 0f74e9ff2a61: Layer already exists 04:51:32 f8381ed47b22: Layer already exists 04:51:33 b122376c33c6: Layer already exists 04:51:33 e934a737d657: Layer already exists 04:51:33 1f0eceefbf7f: Pushed 04:51:34 b5ea4ea7cb4c: Pushed 04:51:44 7e742b586930: Pushed 04:51:44 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:158679d39b57133ecea4a06d9eeb7e105d0beeb33d14e216096761d69f6a53b7 size: 3252 [Pipeline] isUnix [Pipeline] sh 04:51:44 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.120 04:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 04:51:45 1f60e3cf2351: Preparing 04:51:45 1f0eceefbf7f: Preparing 04:51:45 7e742b586930: Preparing 04:51:45 9b43d55035f0: Preparing 04:51:45 ff7bdf1f9699: Preparing 04:51:45 b5ea4ea7cb4c: Preparing 04:51:45 9666cec206f7: Preparing 04:51:45 9ded3b6bb9b5: Preparing 04:51:45 fa1afe8e6ed9: Preparing 04:51:45 87a09b4c083e: Preparing 04:51:45 0f74e9ff2a61: Preparing 04:51:45 b122376c33c6: Preparing 04:51:45 f8381ed47b22: Preparing 04:51:45 e934a737d657: Preparing 04:51:45 fa1afe8e6ed9: Waiting 04:51:45 b122376c33c6: Waiting 04:51:45 f8381ed47b22: Waiting 04:51:45 e934a737d657: Waiting 04:51:45 87a09b4c083e: Waiting 04:51:45 9666cec206f7: Waiting 04:51:45 9ded3b6bb9b5: Waiting 04:51:45 0f74e9ff2a61: Waiting 04:51:45 b5ea4ea7cb4c: Waiting 04:51:45 7e742b586930: Layer already exists 04:51:45 9b43d55035f0: Layer already exists 04:51:45 ff7bdf1f9699: Layer already exists 04:51:45 1f0eceefbf7f: Layer already exists 04:51:45 1f60e3cf2351: Layer already exists 04:51:45 9ded3b6bb9b5: Layer already exists 04:51:45 9666cec206f7: Layer already exists 04:51:45 b5ea4ea7cb4c: Layer already exists 04:51:45 fa1afe8e6ed9: Layer already exists 04:51:45 87a09b4c083e: Layer already exists 04:51:45 b122376c33c6: Layer already exists 04:51:45 e934a737d657: Layer already exists 04:51:45 0f74e9ff2a61: Layer already exists 04:51:45 f8381ed47b22: Layer already exists 04:51:45 2.0.0-dev.120: digest: sha256:158679d39b57133ecea4a06d9eeb7e105d0beeb33d14e216096761d69f6a53b7 size: 3252 [Pipeline] isUnix [Pipeline] sh 04:51:45 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh 04:51:46 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 04:51:46 1f60e3cf2351: Preparing 04:51:46 1f0eceefbf7f: Preparing 04:51:46 7e742b586930: Preparing 04:51:46 9b43d55035f0: Preparing 04:51:46 ff7bdf1f9699: Preparing 04:51:46 b5ea4ea7cb4c: Preparing 04:51:46 9666cec206f7: Preparing 04:51:46 9ded3b6bb9b5: Preparing 04:51:46 fa1afe8e6ed9: Preparing 04:51:46 87a09b4c083e: Preparing 04:51:46 0f74e9ff2a61: Preparing 04:51:46 b122376c33c6: Preparing 04:51:46 f8381ed47b22: Preparing 04:51:46 e934a737d657: Preparing 04:51:46 fa1afe8e6ed9: Waiting 04:51:46 87a09b4c083e: Waiting 04:51:46 0f74e9ff2a61: Waiting 04:51:46 b122376c33c6: Waiting 04:51:46 f8381ed47b22: Waiting 04:51:46 e934a737d657: Waiting 04:51:46 9666cec206f7: Waiting 04:51:46 9ded3b6bb9b5: Waiting 04:51:46 b5ea4ea7cb4c: Waiting 04:51:46 1f0eceefbf7f: Layer already exists 04:51:46 9b43d55035f0: Layer already exists 04:51:46 7e742b586930: Layer already exists 04:51:46 ff7bdf1f9699: Layer already exists 04:51:46 1f60e3cf2351: Layer already exists 04:51:46 b5ea4ea7cb4c: Layer already exists 04:51:46 9666cec206f7: Layer already exists 04:51:46 fa1afe8e6ed9: Layer already exists 04:51:46 87a09b4c083e: Layer already exists 04:51:46 9ded3b6bb9b5: Layer already exists 04:51:46 b122376c33c6: Layer already exists 04:51:46 f8381ed47b22: Layer already exists 04:51:46 0f74e9ff2a61: Layer already exists 04:51:46 e934a737d657: Layer already exists 04:51:46 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:158679d39b57133ecea4a06d9eeb7e105d0beeb33d14e216096761d69f6a53b7 size: 3252 [Pipeline] isUnix [Pipeline] sh 04:51:46 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:51:47 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 04:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 04:51:47 1f60e3cf2351: Preparing 04:51:47 1f0eceefbf7f: Preparing 04:51:47 7e742b586930: Preparing 04:51:47 9b43d55035f0: Preparing 04:51:47 ff7bdf1f9699: Preparing 04:51:47 b5ea4ea7cb4c: Preparing 04:51:47 9666cec206f7: Preparing 04:51:47 9ded3b6bb9b5: Preparing 04:51:47 b5ea4ea7cb4c: Waiting 04:51:47 9666cec206f7: Waiting 04:51:47 fa1afe8e6ed9: Preparing 04:51:47 87a09b4c083e: Preparing 04:51:47 9ded3b6bb9b5: Waiting 04:51:47 0f74e9ff2a61: Preparing 04:51:47 b122376c33c6: Preparing 04:51:47 f8381ed47b22: Preparing 04:51:47 e934a737d657: Preparing 04:51:47 fa1afe8e6ed9: Waiting 04:51:47 87a09b4c083e: Waiting 04:51:47 0f74e9ff2a61: Waiting 04:51:47 b122376c33c6: Waiting 04:51:47 f8381ed47b22: Waiting 04:51:47 e934a737d657: Waiting 04:51:47 9b43d55035f0: Layer already exists 04:51:47 7e742b586930: Layer already exists 04:51:47 1f60e3cf2351: Layer already exists 04:51:47 ff7bdf1f9699: Layer already exists 04:51:47 1f0eceefbf7f: Layer already exists 04:51:47 9666cec206f7: Layer already exists 04:51:47 b5ea4ea7cb4c: Layer already exists 04:51:47 87a09b4c083e: Layer already exists 04:51:47 fa1afe8e6ed9: Layer already exists 04:51:47 0f74e9ff2a61: Layer already exists 04:51:47 b122376c33c6: Layer already exists 04:51:47 f8381ed47b22: Layer already exists 04:51:47 e934a737d657: Layer already exists 04:51:47 9ded3b6bb9b5: Layer already exists 04:51:47 master: digest: sha256:158679d39b57133ecea4a06d9eeb7e105d0beeb33d14e216096761d69f6a53b7 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:51:48 ===================================================== [Pipeline] echo 04:51:48 taggedImages: 04:51:48 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 04:51:48 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.120 04:51:48 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 04:51:48 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:51:49 ---> job-cost.sh 04:51:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FI0s 04:52:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:54:57 lf-activate-venv(): INFO: Adding /tmp/venv-FI0s/bin to PATH 04:54:57 INFO: No Stack... 04:54:57 INFO: Retrieving Pricing Info for: lf-standard-4 04:54:57 INFO: Archiving Costs [Pipeline] sh 04:54:58 + cut -d, -f6 04:54:58 + cat /w/workspace/edgex-go/387/archives/cost.csv [Pipeline] lock 04:54:58 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-387-stack-cost] 04:54:58 Resource [jenkins-edgexfoundry-edgex-go-master-387-stack-cost] did not exist. Created. 04:54:58 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-387-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:54:58 + echo total: 0.20999999344348907 [Pipeline] stash 04:55:00 Stashed 1 file(s) [Pipeline] } 04:55:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-387-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:55:01 provisioning config files... 04:55:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/387@tmp/config3273966620307586272tmp [Pipeline] { [Pipeline] sh 04:55:02 + set +x 04:55:02 + curl -s https://codecov.io/bash 04:55:02 + bash -s -- 04:55:02 04:55:02 _____ _ 04:55:02 / ____| | | 04:55:02 | | ___ __| | ___ ___ _____ __ 04:55:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:55:02 | |___| (_) | (_| | __/ (_| (_) \ V / 04:55:02 \_____\___/ \__,_|\___|\___\___/ \_/ 04:55:02 Bash-20210309-2b87ace 04:55:02 04:55:02 04:55:02 ==> git version 2.24.3 found 04:55:02 ==> 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 04:55:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:55:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:55:02 ==> Jenkins CI detected. 04:55:02 project root: . 04:55:02 --> token set from env 04:55:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:55:03 ==> Running gcov in . (disable via -X gcov) 04:55:03 ==> Python coveragepy not found 04:55:03 ==> Searching for coverage reports in: 04:55:03 + . 04:55:03 -> Found 1 reports 04:55:03 ==> Detecting git/mercurial file structure 04:55:03 ==> Reading reports 04:55:03 + ./coverage.out bytes=625548 04:55:03 ==> Appending adjustments 04:55:03 https://docs.codecov.io/docs/fixing-reports 04:55:07 + Found adjustments 04:55:07 ==> Gzipping contents 04:55:07 92K /tmp/codecov.D8VEM0.gz 04:55:07 ==> Uploading reports 04:55:07 url: https://codecov.io 04:55:07 query: branch=master&commit=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e&build=387&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F387%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:55:07 -> Pinging Codecov 04:55:07 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e&build=387&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F387%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:55:07 -> Uploading to 04:55:07 https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/e1c877c26fd3ad456d53f84346cbbc11c0c9a37e/50ea625c-01ba-4876-99f7-48542994b81d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T045507Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eb02c0f749a966cf248364edc5e77694e857840d2f5308a3f128a56edb876ca4 04:55:07 % Total % Received % Xferd Average Speed Time Time Time Current 04:55:07 Dload Upload Total Spent Left Speed 04:55:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92348 0 0 100 92348 0 151k --:--:-- --:--:-- --:--:-- 151k 100 92348 0 0 100 92348 0 151k --:--:-- --:--:-- --:--:-- 151k 04:55:08 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] } 04:55:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 04:55:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:55:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:55:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:55:09 04:55:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:55:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:55:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:55:09 188c0c94c7c5: Already exists 04:55:09 0ef7d3d256c8: Already exists 04:55:09 de9db76c5a1d: Already exists 04:55:09 0eba1c9be4d2: Pulling fs layer 04:55:09 0d57e429df01: Pulling fs layer 04:55:09 4e4be7b47b0d: Pulling fs layer 04:55:09 e1f770b5df2f: Pulling fs layer 04:55:09 85a0685a4137: Pulling fs layer 04:55:09 85a0685a4137: Waiting 04:55:09 e1f770b5df2f: Waiting 04:55:10 4e4be7b47b0d: Verifying Checksum 04:55:10 4e4be7b47b0d: Download complete 04:55:10 0d57e429df01: Download complete 04:55:12 e1f770b5df2f: Verifying Checksum 04:55:12 e1f770b5df2f: Download complete 04:55:14 0eba1c9be4d2: Verifying Checksum 04:55:14 0eba1c9be4d2: Download complete 04:55:14 85a0685a4137: Verifying Checksum 04:55:14 85a0685a4137: Download complete 04:55:21 0eba1c9be4d2: Pull complete 04:55:21 0d57e429df01: Pull complete 04:55:21 4e4be7b47b0d: Pull complete 04:55:25 e1f770b5df2f: Pull complete 04:55:34 85a0685a4137: Pull complete 04:55:34 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:55:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:55:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:55:34 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:55:34 $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:55:35 $ docker top dfff574af5d432fed6cf9ce592c6c7590178a04ab208fff319b8441af9fc8399 -eo pid,comm [Pipeline] { [Pipeline] echo 04:55:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:55:36 + set -o pipefail 04:55:36 + snyk monitor '--org=edgex-jenkins' 04:55:51 04:55:51 Monitoring /w/workspace/edgex-go/387 (github.com/edgexfoundry/edgex-go)... 04:55:51 04:55:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a450188a-6b18-4385-865f-a43bfe3e8bcc 04:55:51 04:55:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:55:51 04:55:51 [Pipeline] } 04:55:51 $ docker stop --time=1 dfff574af5d432fed6cf9ce592c6c7590178a04ab208fff319b8441af9fc8399 04:55:54 $ docker rm -f dfff574af5d432fed6cf9ce592c6c7590178a04ab208fff319b8441af9fc8399 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 04:55:55 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:55:55 provisioning config files... 04:55:55 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/387@tmp/config3475370001682823371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:55:56 --> edgex-publish-swagger.sh 04:55:56 === Publish openapi/v1 API === 04:55:56 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 04:55:56 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/387/openapi/v1/core-command.yaml] 04:55:56 % Total % Received % Xferd Average Speed Time Time Time Current 04:55:56 Dload Upload Total Spent Left Speed 04:55:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7989 0:00:01 0:00:01 --:--:-- 7995 100 10522 0 0 100 10522 0 7987 0:00:01 0:00:01 --:--:-- 7995 04:55:57 04:55:57 04:55:57 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/387/openapi/v1/core-data.yaml] 04:55:57 % Total % Received % Xferd Average Speed Time Time Time Current 04:55:57 Dload Upload Total Spent Left Speed 04:55:58 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 30264 0:00:01 0:00:01 --:--:-- 30285 04:55:58 04:55:58 04:55:58 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/387/openapi/v1/core-metadata.yaml] 04:55:58 % Total % Received % Xferd Average Speed Time Time Time Current 04:55:58 Dload Upload Total Spent Left Speed 04:55:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 63620 0:00:01 0:00:01 --:--:-- 63607 100 73721 0 0 100 73721 0 63609 0:00:01 0:00:01 --:--:-- 63607 04:55:59 04:55:59 04:55:59 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/387/openapi/v1/support-logging.yaml] 04:55:59 % Total % Received % Xferd Average Speed Time Time Time Current 04:55:59 Dload Upload Total Spent Left Speed 04:56:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11807 0:00:01 0:00:01 --:--:-- 11809 100 13581 0 0 100 13581 0 11805 0:00:01 0:00:01 --:--:-- 11809 04:56:01 04:56:01 04:56:01 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/387/openapi/v1/support-notifications.yaml] 04:56:01 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:01 Dload Upload Total Spent Left Speed 04:56:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31976 0:00:01 0:00:01 --:--:-- 32008 100 38890 0 0 100 38890 0 30356 0:00:01 0:00:01 --:--:-- 30382 04:56:02 04:56:02 04:56:02 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/387/openapi/v1/support-scheduler.yaml] 04:56:02 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:02 Dload Upload Total Spent Left Speed 04:56:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12842 0:00:01 0:00:01 --:--:-- 12848 100 14249 0 0 100 14249 0 12839 0:00:01 0:00:01 --:--:-- 12848 04:56:03 04:56:03 04:56:03 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/387/openapi/v1/system-agent.yaml] 04:56:03 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:03 Dload Upload Total Spent Left Speed 04:56:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3859 0:00:01 0:00:01 --:--:-- 3862 100 4110 0 0 100 4110 0 3859 0:00:01 0:00:01 --:--:-- 3862 04:56:04 04:56:04 04:56:04 === Publish openapi/v2 API === 04:56:04 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 04:56:04 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/387/openapi/v2/core-command.yaml] 04:56:04 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:04 Dload Upload Total Spent Left Speed 04:56:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 26993 0:00:01 0:00:01 --:--:-- 27015 100 29744 0 0 100 29744 0 26988 0:00:01 0:00:01 --:--:-- 27015 04:56:05 04:56:05 04:56:05 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/387/openapi/v2/core-data.yaml] 04:56:05 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:05 Dload Upload Total Spent Left Speed 04:56:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 52577 0:00:01 0:00:01 --:--:-- 52622 04:56:06 04:56:06 04:56:06 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/387/openapi/v2/core-metadata.yaml] 04:56:06 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:06 Dload Upload Total Spent Left Speed 04:56:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 104k 0:00:01 0:00:01 --:--:-- 104k 100 118k 0 0 100 118k 0 104k 0:00:01 0:00:01 --:--:-- 104k 04:56:07 04:56:07 04:56:07 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/387/openapi/v2/support-notifications.yaml] 04:56:07 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:07 Dload Upload Total Spent Left Speed 04:56:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 66458 0:00:01 0:00:01 --:--:-- 66475 100 71727 0 0 100 71727 0 66444 0:00:01 0:00:01 --:--:-- 66475 04:56:08 04:56:08 04:56:08 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/387/openapi/v2/support-scheduler.yaml] 04:56:08 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:08 Dload Upload Total Spent Left Speed 04:56:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 32343 0:00:01 0:00:01 --:--:-- 32376 100 37783 0 0 100 37783 0 32338 0:00:01 0:00:01 --:--:-- 32348 04:56:10 04:56:10 04:56:10 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/387/openapi/v2/system-agent.yaml] 04:56:10 % Total % Received % Xferd Average Speed Time Time Time Current 04:56:10 Dload Upload Total Spent Left Speed 04:56:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 22881 0:00:01 0:00:01 --:--:-- 22899 100 24182 0 0 100 24182 0 22876 0:00:01 0:00:01 --:--:-- 22899 04:56:11 04:56:11 [Pipeline] } 04:56:11 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 04:56:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:56:12 . [Pipeline] withDockerContainer 04:56:12 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:56:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:56:13 $ docker top fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:56:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:13 [ssh-agent] Looking for ssh-agent implementation... 04:56:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:14 $ docker exec fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c ssh-agent 04:56:14 SSH_AUTH_SOCK=/tmp/ssh-1WPrJYjbd0qD/agent.11 04:56:14 SSH_AGENT_PID=17 04:56:14 Running ssh-add (command line suppressed) 04:56:14 Identity added: /w/workspace/edgex-go/387@tmp/private_key_8963268438959754643.key (/w/workspace/edgex-go/387@tmp/private_key_8963268438959754643.key) 04:56:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:15 + git semver tag 04:56:15 # -> Open(): unable to determine branch for HEAD 04:56:15 # $GIT_DIR = /w/workspace/edgex-go/387/.git 04:56:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/387 04:56:15 # $SEMVER_REMOTE_NAME = origin 04:56:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:56:15 # $SEMVER_USER_NAME = edgex-jenkins 04:56:15 # $SEMVER_BRANCH = master 04:56:15 # $SEMVER_DIR = /w/workspace/edgex-go/387/.semver 04:56:15 # e1c877c26fd3ad456d53f84346cbbc11c0c9a37e HEAD 04:56:15 # -> Force: false 04:56:15 # 7ee4a2230bbad5ac34b58da9f22f592b85c35b20 refs/tags/v2.0.0-dev.120 [Pipeline] } 04:56:15 $ docker exec --env ******** --env ******** fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c ssh-agent -k 04:56:16 unset SSH_AUTH_SOCK; 04:56:16 unset SSH_AGENT_PID; 04:56:16 echo Agent pid 17 killed; 04:56:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:56:16 + git semver [Pipeline] } 04:56:16 $ docker stop --time=1 fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c 04:56:18 $ docker rm -f fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:56:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:56:18 04:56:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:56:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:56:19 0.23.1-centos7: Pulling from edgex-lftools 04:56:19 ab5ef0e58194: Pulling fs layer 04:56:19 9712f1f96733: Pulling fs layer 04:56:19 63f879dbbcfc: Pulling fs layer 04:56:19 0d9ebad4ef96: Pulling fs layer 04:56:19 e9a5061849ea: Pulling fs layer 04:56:19 d747dcd14b5f: Pulling fs layer 04:56:19 2de7ff778b66: Pulling fs layer 04:56:19 e9a5061849ea: Waiting 04:56:19 d747dcd14b5f: Waiting 04:56:19 2de7ff778b66: Waiting 04:56:19 0d9ebad4ef96: Waiting 04:56:19 9712f1f96733: Verifying Checksum 04:56:19 9712f1f96733: Download complete 04:56:20 63f879dbbcfc: Verifying Checksum 04:56:20 63f879dbbcfc: Download complete 04:56:20 e9a5061849ea: Verifying Checksum 04:56:20 e9a5061849ea: Download complete 04:56:20 d747dcd14b5f: Verifying Checksum 04:56:20 d747dcd14b5f: Download complete 04:56:21 2de7ff778b66: Verifying Checksum 04:56:21 2de7ff778b66: Download complete 04:56:21 0d9ebad4ef96: Verifying Checksum 04:56:21 0d9ebad4ef96: Download complete 04:56:21 ab5ef0e58194: Verifying Checksum 04:56:21 ab5ef0e58194: Download complete 04:56:26 ab5ef0e58194: Pull complete 04:56:26 9712f1f96733: Pull complete 04:56:29 63f879dbbcfc: Pull complete 04:56:37 0d9ebad4ef96: Pull complete 04:56:38 e9a5061849ea: Pull complete 04:56:38 d747dcd14b5f: Pull complete 04:56:42 2de7ff778b66: Pull complete 04:56:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:56:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:56:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:56:42 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:56:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:56:46 $ docker top 9fcacff4ebb594608deab7abb0fd5c90b4d53125f3c83db1fc7b7c2b0087cd74 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:56:47 provisioning config files... 04:56:47 copy managed file [sigul-config] to file:/w/workspace/edgex-go/387@tmp/config5380886029615203753tmp 04:56:47 copy managed file [sigul-password] to file:/w/workspace/edgex-go/387@tmp/config2068151934430795729tmp 04:56:47 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/387@tmp/config1665227233466680728tmp [Pipeline] { [Pipeline] echo 04:56:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:56:47 ---> sigul-configuration.sh 04:56:47 gpg: directory `/root/.gnupg' created 04:56:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:56:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:56:47 gpg: keyring `/root/.gnupg/secring.gpg' created 04:56:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:56:47 gpg: CAST5 encrypted data 04:56:47 gpg: encrypted with 1 passphrase 04:56:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:56:48 + mkdir /home/jenkins 04:56:48 + mkdir /home/jenkins/sigul [Pipeline] sh 04:56:48 + 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 04:56:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:56:48 ---> sigul-install.sh 04:56:55 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:56:55 + git tag --list 04:56:55 0.6.0 04:56:55 0.6.1 04:56:55 0.7.0 04:56:55 0.7.1 04:56:55 v0.0.0 04:56:55 v0.0.1-dev.1 04:56:55 v1.0.0 04:56:55 v1.0.1 04:56:55 v1.1.0 04:56:55 v1.2.0 04:56:55 v1.2.1 04:56:55 v1.2.2-dev.1 04:56:55 v1.2.2-dev.10 04:56:55 v1.2.2-dev.100 04:56:55 v1.2.2-dev.101 04:56:55 v1.2.2-dev.102 04:56:55 v1.2.2-dev.103 04:56:55 v1.2.2-dev.104 04:56:55 v1.2.2-dev.105 04:56:55 v1.2.2-dev.106 04:56:55 v1.2.2-dev.107 04:56:55 v1.2.2-dev.11 04:56:55 v1.2.2-dev.12 04:56:55 v1.2.2-dev.13 04:56:55 v1.2.2-dev.14 04:56:55 v1.2.2-dev.15 04:56:55 v1.2.2-dev.16 04:56:55 v1.2.2-dev.17 04:56:55 v1.2.2-dev.18 04:56:55 v1.2.2-dev.19 04:56:55 v1.2.2-dev.2 04:56:55 v1.2.2-dev.20 04:56:55 v1.2.2-dev.21 04:56:55 v1.2.2-dev.22 04:56:55 v1.2.2-dev.23 04:56:55 v1.2.2-dev.24 04:56:55 v1.2.2-dev.25 04:56:55 v1.2.2-dev.26 04:56:55 v1.2.2-dev.27 04:56:55 v1.2.2-dev.28 04:56:55 v1.2.2-dev.29 04:56:55 v1.2.2-dev.3 04:56:55 v1.2.2-dev.30 04:56:55 v1.2.2-dev.31 04:56:55 v1.2.2-dev.32 04:56:55 v1.2.2-dev.33 04:56:55 v1.2.2-dev.34 04:56:55 v1.2.2-dev.35 04:56:55 v1.2.2-dev.36 04:56:55 v1.2.2-dev.37 04:56:55 v1.2.2-dev.38 04:56:55 v1.2.2-dev.39 04:56:55 v1.2.2-dev.4 04:56:55 v1.2.2-dev.40 04:56:55 v1.2.2-dev.41 04:56:55 v1.2.2-dev.42 04:56:55 v1.2.2-dev.43 04:56:55 v1.2.2-dev.44 04:56:55 v1.2.2-dev.45 04:56:55 v1.2.2-dev.46 04:56:55 v1.2.2-dev.47 04:56:55 v1.2.2-dev.48 04:56:55 v1.2.2-dev.49 04:56:55 v1.2.2-dev.5 04:56:55 v1.2.2-dev.50 04:56:55 v1.2.2-dev.51 04:56:55 v1.2.2-dev.52 04:56:55 v1.2.2-dev.53 04:56:55 v1.2.2-dev.54 04:56:55 v1.2.2-dev.55 04:56:55 v1.2.2-dev.56 04:56:55 v1.2.2-dev.57 04:56:55 v1.2.2-dev.58 04:56:55 v1.2.2-dev.59 04:56:55 v1.2.2-dev.6 04:56:55 v1.2.2-dev.60 04:56:55 v1.2.2-dev.61 04:56:55 v1.2.2-dev.62 04:56:55 v1.2.2-dev.63 04:56:55 v1.2.2-dev.64 04:56:55 v1.2.2-dev.65 04:56:55 v1.2.2-dev.66 04:56:55 v1.2.2-dev.67 04:56:55 v1.2.2-dev.68 04:56:55 v1.2.2-dev.69 04:56:55 v1.2.2-dev.7 04:56:55 v1.2.2-dev.70 04:56:55 v1.2.2-dev.71 04:56:55 v1.2.2-dev.72 04:56:55 v1.2.2-dev.73 04:56:55 v1.2.2-dev.74 04:56:55 v1.2.2-dev.75 04:56:55 v1.2.2-dev.76 04:56:55 v1.2.2-dev.77 04:56:55 v1.2.2-dev.78 04:56:55 v1.2.2-dev.79 04:56:55 v1.2.2-dev.8 04:56:55 v1.2.2-dev.80 04:56:55 v1.2.2-dev.81 04:56:55 v1.2.2-dev.82 04:56:55 v1.2.2-dev.83 04:56:55 v1.2.2-dev.84 04:56:55 v1.2.2-dev.85 04:56:55 v1.2.2-dev.86 04:56:55 v1.2.2-dev.87 04:56:55 v1.2.2-dev.88 04:56:55 v1.2.2-dev.89 04:56:55 v1.2.2-dev.9 04:56:55 v1.2.2-dev.90 04:56:55 v1.2.2-dev.91 04:56:55 v1.2.2-dev.92 04:56:55 v1.2.2-dev.93 04:56:55 v1.2.2-dev.94 04:56:55 v1.2.2-dev.95 04:56:55 v1.2.2-dev.96 04:56:55 v1.2.2-dev.97 04:56:55 v1.2.2-dev.98 04:56:55 v1.2.2-dev.99 04:56:55 v1.3.0 04:56:55 v1.3.1 04:56:55 v1.3.1-dev.1 04:56:55 v1.3.1-dev.10 04:56:55 v1.3.1-dev.11 04:56:55 v1.3.1-dev.12 04:56:55 v1.3.1-dev.13 04:56:55 v1.3.1-dev.14 04:56:55 v1.3.1-dev.15 04:56:55 v1.3.1-dev.16 04:56:55 v1.3.1-dev.17 04:56:55 v1.3.1-dev.18 04:56:55 v1.3.1-dev.2 04:56:55 v1.3.1-dev.3 04:56:55 v1.3.1-dev.4 04:56:55 v1.3.1-dev.5 04:56:55 v1.3.1-dev.6 04:56:55 v1.3.1-dev.7 04:56:55 v1.3.1-dev.8 04:56:55 v1.3.1-dev.9 04:56:55 v2.0.0-dev.1 04:56:55 v2.0.0-dev.10 04:56:55 v2.0.0-dev.100 04:56:55 v2.0.0-dev.101 04:56:55 v2.0.0-dev.102 04:56:55 v2.0.0-dev.103 04:56:55 v2.0.0-dev.104 04:56:55 v2.0.0-dev.105 04:56:55 v2.0.0-dev.106 04:56:55 v2.0.0-dev.107 04:56:55 v2.0.0-dev.108 04:56:55 v2.0.0-dev.109 04:56:55 v2.0.0-dev.11 04:56:55 v2.0.0-dev.110 04:56:55 v2.0.0-dev.111 04:56:55 v2.0.0-dev.112 04:56:55 v2.0.0-dev.113 04:56:55 v2.0.0-dev.114 04:56:55 v2.0.0-dev.115 04:56:55 v2.0.0-dev.116 04:56:55 v2.0.0-dev.117 04:56:55 v2.0.0-dev.118 04:56:55 v2.0.0-dev.119 04:56:55 v2.0.0-dev.12 04:56:55 v2.0.0-dev.120 04:56:55 v2.0.0-dev.13 04:56:55 v2.0.0-dev.14 04:56:55 v2.0.0-dev.15 04:56:55 v2.0.0-dev.16 04:56:55 v2.0.0-dev.17 04:56:55 v2.0.0-dev.18 04:56:55 v2.0.0-dev.19 04:56:55 v2.0.0-dev.2 04:56:55 v2.0.0-dev.20 04:56:55 v2.0.0-dev.21 04:56:55 v2.0.0-dev.22 04:56:55 v2.0.0-dev.23 04:56:55 v2.0.0-dev.24 04:56:55 v2.0.0-dev.25 04:56:55 v2.0.0-dev.26 04:56:55 v2.0.0-dev.27 04:56:55 v2.0.0-dev.28 04:56:55 v2.0.0-dev.29 04:56:55 v2.0.0-dev.3 04:56:55 v2.0.0-dev.30 04:56:55 v2.0.0-dev.31 04:56:55 v2.0.0-dev.32 04:56:55 v2.0.0-dev.33 04:56:55 v2.0.0-dev.34 04:56:55 v2.0.0-dev.35 04:56:55 v2.0.0-dev.36 04:56:55 v2.0.0-dev.37 04:56:55 v2.0.0-dev.38 04:56:55 v2.0.0-dev.39 04:56:55 v2.0.0-dev.4 04:56:55 v2.0.0-dev.40 04:56:55 v2.0.0-dev.41 04:56:55 v2.0.0-dev.42 04:56:55 v2.0.0-dev.43 04:56:55 v2.0.0-dev.44 04:56:55 v2.0.0-dev.45 04:56:55 v2.0.0-dev.46 04:56:55 v2.0.0-dev.47 04:56:55 v2.0.0-dev.48 04:56:55 v2.0.0-dev.49 04:56:55 v2.0.0-dev.5 04:56:55 v2.0.0-dev.50 04:56:55 v2.0.0-dev.51 04:56:55 v2.0.0-dev.52 04:56:55 v2.0.0-dev.53 04:56:55 v2.0.0-dev.54 04:56:55 v2.0.0-dev.55 04:56:55 v2.0.0-dev.56 04:56:55 v2.0.0-dev.57 04:56:55 v2.0.0-dev.58 04:56:55 v2.0.0-dev.59 04:56:55 v2.0.0-dev.6 04:56:55 v2.0.0-dev.60 04:56:55 v2.0.0-dev.61 04:56:55 v2.0.0-dev.62 04:56:55 v2.0.0-dev.63 04:56:55 v2.0.0-dev.64 04:56:55 v2.0.0-dev.65 04:56:55 v2.0.0-dev.66 04:56:55 v2.0.0-dev.67 04:56:55 v2.0.0-dev.68 04:56:55 v2.0.0-dev.69 04:56:55 v2.0.0-dev.7 04:56:55 v2.0.0-dev.70 04:56:55 v2.0.0-dev.71 04:56:55 v2.0.0-dev.72 04:56:55 v2.0.0-dev.73 04:56:55 v2.0.0-dev.74 04:56:55 v2.0.0-dev.75 04:56:55 v2.0.0-dev.76 04:56:55 v2.0.0-dev.77 04:56:55 v2.0.0-dev.78 04:56:55 v2.0.0-dev.79 04:56:55 v2.0.0-dev.8 04:56:55 v2.0.0-dev.80 04:56:55 v2.0.0-dev.81 04:56:55 v2.0.0-dev.82 04:56:55 v2.0.0-dev.83 04:56:55 v2.0.0-dev.84 04:56:55 v2.0.0-dev.85 04:56:55 v2.0.0-dev.86 04:56:55 v2.0.0-dev.87 04:56:55 v2.0.0-dev.88 04:56:55 v2.0.0-dev.89 04:56:55 v2.0.0-dev.9 04:56:55 v2.0.0-dev.90 04:56:55 v2.0.0-dev.91 04:56:55 v2.0.0-dev.92 04:56:55 v2.0.0-dev.93 04:56:55 v2.0.0-dev.94 04:56:55 v2.0.0-dev.95 04:56:55 v2.0.0-dev.96 04:56:55 v2.0.0-dev.97 04:56:55 v2.0.0-dev.98 04:56:55 v2.0.0-dev.99 [Pipeline] sh 04:56:55 + lftools sign git-tag v2.0.0-dev.120 04:56:57 Signing Git tag with Sigul... 04:56:57 Signing v2.0.0-dev.120 [Pipeline] echo 04:56:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:56:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:56:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:56:59 $ docker stop --time=1 9fcacff4ebb594608deab7abb0fd5c90b4d53125f3c83db1fc7b7c2b0087cd74 04:57:01 $ docker rm -f 9fcacff4ebb594608deab7abb0fd5c90b4d53125f3c83db1fc7b7c2b0087cd74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:57:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:57:02 . [Pipeline] withDockerContainer 04:57:02 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:57:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:57:02 $ docker top 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:57:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:57:03 [ssh-agent] Looking for ssh-agent implementation... 04:57:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:57:03 $ docker exec 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 ssh-agent 04:57:03 SSH_AUTH_SOCK=/tmp/ssh-LPHJp5GgYvSS/agent.11 04:57:03 SSH_AGENT_PID=17 04:57:03 Running ssh-add (command line suppressed) 04:57:04 Identity added: /w/workspace/edgex-go/387@tmp/private_key_1373465898254187357.key (/w/workspace/edgex-go/387@tmp/private_key_1373465898254187357.key) 04:57:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:57:04 + git semver bump pre 04:57:04 # -> Open(): unable to determine branch for HEAD 04:57:04 # $GIT_DIR = /w/workspace/edgex-go/387/.git 04:57:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/387 04:57:04 # $SEMVER_REMOTE_NAME = origin 04:57:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:57:04 # $SEMVER_USER_NAME = edgex-jenkins 04:57:04 # $SEMVER_BRANCH = master 04:57:04 # $SEMVER_DIR = /w/workspace/edgex-go/387/.semver 04:57:04 2.0.0-dev.121 [Pipeline] } 04:57:04 $ docker exec --env ******** --env ******** 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 ssh-agent -k 04:57:04 unset SSH_AUTH_SOCK; 04:57:04 unset SSH_AGENT_PID; 04:57:04 echo Agent pid 17 killed; 04:57:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:57:05 + git semver [Pipeline] } 04:57:05 $ docker stop --time=1 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 04:57:06 $ docker rm -f 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:57:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:57:07 . [Pipeline] withDockerContainer 04:57:07 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:57:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:57:08 $ docker top 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:57:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:57:08 [ssh-agent] Looking for ssh-agent implementation... 04:57:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:57:08 $ docker exec 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c ssh-agent 04:57:08 SSH_AUTH_SOCK=/tmp/ssh-T1YkIIHOgNsC/agent.11 04:57:08 SSH_AGENT_PID=16 04:57:08 Running ssh-add (command line suppressed) 04:57:08 Identity added: /w/workspace/edgex-go/387@tmp/private_key_6326264494588622317.key (/w/workspace/edgex-go/387@tmp/private_key_6326264494588622317.key) 04:57:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:57:09 + git semver push 04:57:09 # -> Open(): unable to determine branch for HEAD 04:57:09 # $GIT_DIR = /w/workspace/edgex-go/387/.git 04:57:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/387 04:57:09 # $SEMVER_REMOTE_NAME = origin 04:57:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:57:09 # $SEMVER_USER_NAME = edgex-jenkins 04:57:09 # $SEMVER_BRANCH = master 04:57:09 # $SEMVER_DIR = /w/workspace/edgex-go/387/.semver [Pipeline] } 04:57:17 $ docker exec --env ******** --env ******** 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c ssh-agent -k 04:57:17 unset SSH_AUTH_SOCK; 04:57:17 unset SSH_AGENT_PID; 04:57:17 echo Agent pid 16 killed; 04:57:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:57:18 + git semver [Pipeline] } 04:57:18 $ docker stop --time=1 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c 04:57:19 $ docker rm -f 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c [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 04:57:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:57:22 ---> package-listing.sh 04:57:22 ++ facter osfamily 04:57:22 ++ tr '[:upper:]' '[:lower:]' 04:57:22 + OS_FAMILY=redhat 04:57:22 + workspace=/w/workspace/edgex-go/387 04:57:22 + START_PACKAGES=/tmp/packages_start.txt 04:57:22 + END_PACKAGES=/tmp/packages_end.txt 04:57:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:57:22 + PACKAGES=/tmp/packages_start.txt 04:57:22 + '[' /w/workspace/edgex-go/387 ']' 04:57:22 + PACKAGES=/tmp/packages_end.txt 04:57:22 + case "${OS_FAMILY}" in 04:57:22 + rpm -qa 04:57:22 + sort 04:57:27 + '[' -f /tmp/packages_start.txt ']' 04:57:27 + '[' -f /tmp/packages_end.txt ']' 04:57:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:57:27 + '[' /w/workspace/edgex-go/387 ']' 04:57:27 + mkdir -p /w/workspace/edgex-go/387/archives/ 04:57:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/387/archives/ [Pipeline] echo 04:57: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/387/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:57:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:57:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:57:28 04:57:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:57:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:57:28 alpine: Pulling from edgex-lftools-log-publisher 04:57:28 df20fa9351a1: Pulling fs layer 04:57:28 36b3adc4ff6f: Pulling fs layer 04:57:28 8ad3a11d3b57: Pulling fs layer 04:57:28 46f8f816bc3b: Pulling fs layer 04:57:28 93b61091891f: Pulling fs layer 04:57:28 93b9cdb0e59b: Pulling fs layer 04:57:28 5e14af77c1be: Pulling fs layer 04:57:28 01666e4c0597: Pulling fs layer 04:57:28 aa168da1d23b: Pulling fs layer 04:57:28 93b9cdb0e59b: Waiting 04:57:28 01666e4c0597: Waiting 04:57:28 aa168da1d23b: Waiting 04:57:28 5e14af77c1be: Waiting 04:57:28 46f8f816bc3b: Waiting 04:57:28 36b3adc4ff6f: Verifying Checksum 04:57:28 36b3adc4ff6f: Download complete 04:57:28 46f8f816bc3b: Verifying Checksum 04:57:28 46f8f816bc3b: Download complete 04:57:28 df20fa9351a1: Download complete 04:57:28 93b9cdb0e59b: Verifying Checksum 04:57:28 93b9cdb0e59b: Download complete 04:57:28 5e14af77c1be: Verifying Checksum 04:57:28 5e14af77c1be: Download complete 04:57:28 93b61091891f: Verifying Checksum 04:57:28 93b61091891f: Download complete 04:57:28 01666e4c0597: Verifying Checksum 04:57:28 01666e4c0597: Download complete 04:57:28 8ad3a11d3b57: Verifying Checksum 04:57:28 8ad3a11d3b57: Download complete 04:57:28 df20fa9351a1: Pull complete 04:57:29 36b3adc4ff6f: Pull complete 04:57:30 8ad3a11d3b57: Pull complete 04:57:30 46f8f816bc3b: Pull complete 04:57:30 aa168da1d23b: Verifying Checksum 04:57:30 aa168da1d23b: Download complete 04:57:31 93b61091891f: Pull complete 04:57:31 93b9cdb0e59b: Pull complete 04:57:31 5e14af77c1be: Pull complete 04:57:31 01666e4c0597: Pull complete 04:57:39 aa168da1d23b: Pull complete 04:57:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:57:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:57:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:57:39 prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container 04:57:39 $ 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/387/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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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 04:57:43 $ docker top e6f1a9f8dfb89b0a14a0d399f8afb69f63a83bfda7747c2dcbad6806b9ed39a4 -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:44 + touch /tmp/pre-build-complete [Pipeline] sh 04:57:44 + mkdir -p /var/log/sa [Pipeline] sh 04:57:44 + ls /var/log/sa-host 04:57:44 + sadf -c /var/log/sa-host/sa10 04:57:44 file_magic: OK 04:57:44 HZ: Using current value: 100 04:57:44 file_header: OK 04:57:44 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 04:57:44 Statistics: 04:57:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:57:44 File successfully converted to sysstat format version 12.2.1 04:57:44 + sadf -c /var/log/sa-host/sa23 04:57:44 file_magic: OK 04:57:44 HZ: Using current value: 100 04:57:44 file_header: OK 04:57:44 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 04:57:44 Statistics: 04:57:44 Hnuu...uuuununununu... 04:57:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:57:45 provisioning config files... 04:57:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/387@tmp/config7172935903262758058tmp [Pipeline] { [Pipeline] echo 04:57:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:57:45 ---> create-netrc.sh [Pipeline] } 04:57:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:57:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:57:46 ---> python-tools-install.sh [Pipeline] echo 04:57:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:57:46 ---> sudo-logs.sh 04:57:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:57:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:57:46 ---> job-cost.sh 04:57:46 lf-activate-venv: SKIPPING 04:57:46 DEBUG: total: 0.20999999344348907 04:57:46 INFO: Retrieving Stack Cost... 04:57:47 INFO: Retrieving Pricing Info for: v1-standard-2 04:57:48 INFO: Archiving Costs [Pipeline] echo 04:57:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:57:48 ---> logs-deploy.sh 04:57:48 lf-activate-venv: SKIPPING 04:57:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/387 04:57:48 INFO: archiving workspace using pattern(s): 04:57:50 Archives upload complete. 04:57:50 INFO: archiving logs to Nexus 04:57:51 ---> uname -a: 04:57:51 Linux prd-centos7-docker-4c-2g-29250.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:57:51 04:57:51 04:57:51 ---> lscpu: 04:57:51 Architecture: x86_64 04:57:51 CPU op-mode(s): 32-bit, 64-bit 04:57:51 Byte Order: Little Endian 04:57:51 Address sizes: 40 bits physical, 48 bits virtual 04:57:51 CPU(s): 4 04:57:51 On-line CPU(s) list: 0-3 04:57:51 Thread(s) per core: 1 04:57:51 Core(s) per socket: 1 04:57:51 Socket(s): 4 04:57:51 NUMA node(s): 1 04:57:51 Vendor ID: GenuineIntel 04:57:51 CPU family: 6 04:57:51 Model: 44 04:57:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:57:51 Stepping: 1 04:57:51 CPU MHz: 2933.436 04:57:51 BogoMIPS: 5866.87 04:57:51 Virtualization: VT-x 04:57:51 Hypervisor vendor: KVM 04:57:51 Virtualization type: full 04:57:51 L1d cache: 128 KiB 04:57:51 L1i cache: 128 KiB 04:57:51 L2 cache: 16 MiB 04:57:51 L3 cache: 64 MiB 04:57:51 NUMA node0 CPU(s): 0-3 04:57:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:57:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:57:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:57:51 Vulnerability Meltdown: Mitigation; PTI 04:57:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:57:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:57:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:57:51 Vulnerability Srbds: Not affected 04:57:51 Vulnerability Tsx async abort: Not affected 04:57:51 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 04:57:51 04:57:51 04:57:51 ---> nproc: 04:57:51 4 04:57:51 04:57:51 04:57:51 ---> df -h: 04:57:51 Filesystem Size Used Available Use% Mounted on 04:57:51 overlay 50.0G 13.5G 36.5G 27% / 04:57:51 tmpfs 64.0M 0 64.0M 0% /dev 04:57:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:57:51 shm 64.0M 0 64.0M 0% /dev/shm 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/387 04:57:51 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/387@tmp 04:57:51 04:57:51 04:57:51 ---> free -m: 04:57:51 total used free shared buff/cache available 04:57:51 Mem: 1837 784 150 0 903 1001 04:57:51 Swap: 1023 67 956 04:57:51 04:57:51 04:57:51 ---> ip addr: 04:57:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:57:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:57:51 inet 127.0.0.1/8 scope host lo 04:57:51 valid_lft forever preferred_lft forever 04:57:51 inet6 ::1/128 scope host 04:57:51 valid_lft forever preferred_lft forever 04:57:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:57:51 link/ether fa:16:3e:75:f2:46 brd ff:ff:ff:ff:ff:ff 04:57:51 inet 10.30.122.88/23 brd 10.30.123.255 scope global dynamic eth0 04:57:51 valid_lft 85122sec preferred_lft 85122sec 04:57:51 inet6 fe80::f816:3eff:fe75:f246/64 scope link 04:57:51 valid_lft forever preferred_lft forever 04:57:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:57:51 link/ether 02:42:ea:d5:05:c8 brd ff:ff:ff:ff:ff:ff 04:57:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:57:51 valid_lft forever preferred_lft forever 04:57:51 inet6 fe80::42:eaff:fed5:5c8/64 scope link 04:57:51 valid_lft forever preferred_lft forever 04:57:51 04:57:51 04:57:51 ---> sar -b -r -n DEV: 04:57:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 04:57:51 04:57:51 04:36:22 LINUX RESTART (4 CPU) 04:57:51 04:57:51 04:37:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:57:51 04:38:01 62.59 13.91 48.68 0.00 4846.31 10665.39 0.00 04:57:51 04:39:01 301.76 134.38 167.39 0.00 7659.50 52419.38 0.00 04:57:51 04:40:01 212.66 104.82 107.84 0.00 3352.58 14153.03 0.00 04:57:51 04:41:01 114.56 44.48 70.08 0.00 1625.80 8348.42 0.00 04:57:51 04:42:01 136.32 39.31 97.01 0.00 2799.93 24075.40 0.00 04:57:51 04:43:06 1321.37 1057.33 264.04 0.00 109711.61 162220.35 0.00 04:57:51 04:44:01 2424.99 2170.31 254.68 0.00 130706.83 141514.16 0.00 04:57:51 04:45:02 844.09 542.47 301.62 0.00 55511.75 101527.27 0.00 04:57:51 04:46:01 2738.38 2381.23 357.14 0.00 150835.44 161388.33 0.00 04:57:51 04:47:01 443.42 226.26 217.16 0.00 14362.22 46534.51 0.00 04:57:51 04:48:02 101.76 39.97 61.80 0.00 7300.50 3664.69 0.00 04:57:51 04:49:01 6.59 2.62 3.96 0.00 91.28 76.43 0.00 04:57:51 04:50:01 0.33 0.07 0.27 0.00 0.80 3.41 0.00 04:57:51 04:51:01 0.28 0.03 0.25 0.00 0.27 2.43 0.00 04:57:51 04:52:01 2.56 1.96 0.60 0.00 66.47 7.41 0.00 04:57:51 04:53:01 1.17 0.05 1.12 0.00 1.20 18.00 0.00 04:57:51 04:54:01 0.47 0.33 0.13 0.00 3.73 2.18 0.00 04:57:51 04:55:01 0.32 0.07 0.25 0.00 0.53 3.85 0.00 04:57:51 04:56:01 330.63 174.38 156.26 0.00 9124.79 37452.30 0.00 04:57:51 04:57:01 213.58 65.74 147.84 0.00 5545.26 33447.01 0.00 04:57:51 Average: 458.12 345.08 113.04 0.00 25073.02 39973.89 0.00 04:57:51 04:57:51 04:37:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:57:51 04:38:01 77044 0 691152 36.73 2620 1110728 1314292 44.85 584172 1015624 89020 04:57:51 04:39:01 110204 0 734828 39.05 1512 1035000 1321688 45.11 557644 933708 52 04:57:51 04:40:01 118256 0 812144 43.16 884 950260 1742188 59.46 679568 802964 87640 04:57:51 04:41:01 206728 0 788732 41.92 660 885424 1742056 59.45 613380 771600 81104 04:57:51 04:42:01 199960 0 742160 39.44 488 938936 1319868 45.04 553600 838336 36 04:57:51 04:43:06 82556 0 834792 44.37 0 964196 2322360 79.26 745456 835312 33360 04:57:51 04:44:01 139312 0 1275384 67.78 0 466848 3705924 126.48 829992 634388 39028 04:57:51 04:45:02 106476 0 777384 41.32 0 997684 2220840 75.79 700340 843660 48132 04:57:51 04:46:01 67140 0 760336 40.41 0 1054068 2602184 88.81 534416 1039504 77192 04:57:51 04:47:01 109476 0 686568 36.49 0 1085500 1366872 46.65 517164 991260 58840 04:57:51 04:48:02 67216 0 675476 35.90 0 1138852 1427044 48.70 582584 970960 28 04:57:51 04:49:01 95584 0 646756 34.37 0 1139204 1217980 41.57 610504 916740 8 04:57:51 04:50:01 100872 0 641460 34.09 0 1139212 1183816 40.40 606068 916288 8 04:57:51 04:51:01 101708 0 640620 34.05 0 1139216 1183768 40.40 606188 916292 8 04:57:51 04:52:01 99832 0 641204 34.08 0 1140508 1183820 40.40 607156 916856 8 04:57:51 04:53:01 99744 0 641272 34.08 0 1140528 1183832 40.40 607096 916864 20 04:57:51 04:54:01 99776 0 641248 34.08 0 1140520 1183896 40.40 607216 916964 16 04:57:51 04:55:01 99408 0 641536 34.10 0 1140600 1183932 40.41 607072 917012 20 04:57:51 04:56:01 254660 0 679396 36.11 0 947488 1194372 40.76 635084 698736 32 04:57:51 04:57:01 251532 0 743844 39.53 0 886168 1207820 41.22 498872 769488 20 04:57:51 Average: 124374 0 734815 39.05 308 1022047 1590428 54.28 614179 878128 25729 04:57:51 04:57:51 04:37:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:57:51 04:38:01 vethebc8b43 953.81 771.87 86.94 2568.61 0.00 0.00 0.00 0.00 04:57:51 04:38:01 eth0 1541.47 1441.01 5495.60 159.20 0.00 0.00 0.00 0.00 04:57:51 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:38:01 docker0 953.81 771.73 73.90 2568.60 0.00 0.00 0.00 0.00 04:57:51 04:39:01 eth0 493.69 411.26 3831.16 43.38 0.00 0.00 0.00 0.00 04:57:51 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:39:01 docker0 163.31 198.60 11.69 989.30 0.00 0.00 0.00 0.00 04:57:51 04:40:01 eth0 49.88 38.73 30.75 60.18 0.00 0.00 0.00 0.00 04:57:51 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:40:01 vetha5d0ff7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:57:51 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:41:01 eth0 23.85 13.18 18.80 9.22 0.00 0.00 0.00 0.00 04:57:51 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:41:01 vetha5d0ff7 2.43 2.43 0.20 0.20 0.00 0.00 0.00 0.00 04:57:51 04:41:01 docker0 2.43 2.43 0.16 0.20 0.00 0.00 0.00 0.00 04:57:51 04:42:01 eth0 207.70 171.14 1694.45 79.89 0.00 0.00 0.00 0.00 04:57:51 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:43:06 eth0 50.95 24.90 161.55 11.44 0.00 0.00 0.00 0.00 04:57:51 04:43:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:43:06 veth49840d3 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 04:57:51 04:43:06 docker0 9.28 25.17 0.49 135.83 0.00 0.00 0.00 0.00 04:57:51 04:44:01 vethe647ce1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 04:57:51 04:44:01 veth4a53dac 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 04:57:51 04:44:01 veth5f36b7a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 04:57:51 04:44:01 eth0 15.15 12.08 6.89 47.34 0.00 0.00 0.00 0.00 04:57:51 04:45:02 eth0 63.46 32.16 236.17 14.29 0.00 0.00 0.00 0.00 04:57:51 04:45:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:57:51 04:45:02 veth49840d3 0.00 0.55 0.00 0.03 0.00 0.00 0.00 0.00 04:57:51 04:45:02 vetha5d5f78 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:46:01 vethce3e496 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:46:01 veth45540fb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:46:01 eth0 87.13 58.51 149.92 79.22 0.00 0.00 0.00 0.00 04:57:51 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:47:01 eth0 214.97 151.90 1665.66 66.35 0.00 0.00 0.00 0.00 04:57:51 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:47:01 veth49840d3 0.00 1.01 0.00 0.05 0.00 0.00 0.00 0.00 04:57:51 04:47:01 docker0 1164.56 1095.84 87.78 4363.81 0.00 0.00 0.00 0.00 04:57:51 04:48:02 eth0 339.07 306.74 205.73 1096.34 0.00 0.00 0.00 0.00 04:57:51 04:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:48:02 docker0 5.66 9.27 0.58 54.14 0.00 0.00 0.00 0.00 04:57:51 04:49:01 eth0 115.02 109.23 39.41 499.97 0.00 0.00 0.00 0.00 04:57:51 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:50:01 eth0 0.40 0.38 0.51 0.03 0.00 0.00 0.00 0.00 04:57:51 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:51:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:52:01 eth0 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:57:51 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:57:51 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:54:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:57:51 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:55:01 eth0 0.25 0.13 0.13 0.01 0.00 0.00 0.00 0.00 04:57:51 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:56:01 eth0 516.77 445.24 4295.94 81.65 0.00 0.00 0.00 0.00 04:57:51 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:56:01 docker0 33.39 34.73 3.15 248.39 0.00 0.00 0.00 0.00 04:57:51 04:57:01 eth0 506.66 401.07 3460.26 83.76 0.00 0.00 0.00 0.00 04:57:51 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 04:57:01 docker0 47.31 83.75 2.44 222.33 0.00 0.00 0.00 0.00 04:57:51 Average: eth0 210.47 179.97 1062.69 116.11 0.00 0.00 0.00 0.00 04:57:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:57:51 Average: docker0 62.70 61.33 4.71 245.04 0.00 0.00 0.00 0.00 04:57:51 04:57:51 04:57:51 ---> sar -P ALL: 04:57:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 04:57:51 04:57:51 04:36:22 LINUX RESTART (4 CPU) 04:57:51 04:57:51 04:37:02 CPU %user %nice %system %iowait %steal %idle 04:57:51 04:38:01 all 8.77 0.00 5.08 1.56 0.27 84.32 04:57:51 04:38:01 0 9.15 0.00 6.38 1.91 0.28 82.28 04:57:51 04:38:01 1 8.07 0.00 4.26 0.54 0.28 86.85 04:57:51 04:38:01 2 11.16 0.00 5.17 0.90 0.26 82.50 04:57:51 04:38:01 3 6.70 0.00 4.52 2.91 0.26 85.61 04:57:51 04:39:01 all 13.79 0.00 8.63 2.88 0.45 74.25 04:57:51 04:39:01 0 14.12 0.00 9.58 2.32 0.50 73.48 04:57:51 04:39:01 1 13.27 0.00 7.99 2.83 0.43 75.48 04:57:51 04:39:01 2 12.34 0.00 8.09 3.54 0.48 75.55 04:57:51 04:39:01 3 15.42 0.00 8.87 2.82 0.40 72.49 04:57:51 04:40:01 all 39.55 0.00 12.12 5.93 0.63 41.78 04:57:51 04:40:01 0 40.08 0.00 11.85 5.73 0.62 41.72 04:57:51 04:40:01 1 38.94 0.00 11.92 4.77 0.64 43.73 04:57:51 04:40:01 2 38.91 0.00 13.14 6.70 0.66 40.58 04:57:51 04:40:01 3 40.27 0.00 11.57 6.50 0.57 41.09 04:57:51 04:41:01 all 49.49 0.00 13.86 2.74 0.88 33.02 04:57:51 04:41:01 0 48.94 0.00 14.29 4.24 0.81 31.72 04:57:51 04:41:01 1 49.77 0.00 14.15 2.81 0.88 32.39 04:57:51 04:41:01 2 48.88 0.00 14.12 1.31 0.93 34.76 04:57:51 04:41:01 3 50.39 0.00 12.88 2.62 0.90 33.21 04:57:51 04:42:01 all 31.24 0.00 11.87 2.49 0.64 53.76 04:57:51 04:42:01 0 31.68 0.00 11.55 4.51 0.63 51.62 04:57:51 04:42:01 1 31.43 0.00 11.80 1.35 0.65 54.76 04:57:51 04:42:01 2 32.10 0.00 12.55 1.89 0.69 52.77 04:57:51 04:42:01 3 29.74 0.00 11.59 2.20 0.57 55.91 04:57:51 04:43:06 all 20.15 0.00 25.95 12.71 1.79 39.41 04:57:51 04:43:06 0 18.94 0.00 26.14 11.71 1.78 41.44 04:57:51 04:43:06 1 21.41 0.00 25.71 13.50 2.07 37.31 04:57:51 04:43:06 2 20.31 0.00 25.80 12.71 1.63 39.54 04:57:51 04:43:06 3 19.92 0.00 26.13 12.91 1.68 39.36 04:57:51 04:44:01 all 45.69 0.00 26.19 14.23 0.84 13.05 04:57:51 04:44:01 0 46.01 0.00 27.49 14.47 0.77 11.26 04:57:51 04:44:01 1 44.33 0.00 23.81 13.25 1.02 17.60 04:57:51 04:44:01 2 46.34 0.00 26.04 13.99 0.85 12.78 04:57:51 04:44:01 3 46.09 0.00 27.45 15.23 0.71 10.52 04:57:51 04:45:02 all 39.74 0.00 20.91 18.00 1.01 20.34 04:57:51 04:45:02 0 40.53 0.00 19.79 14.20 0.84 24.63 04:57:51 04:45:02 1 38.15 0.00 20.78 17.35 1.05 22.68 04:57:51 04:45:02 2 40.01 0.00 20.56 20.16 1.22 18.05 04:57:51 04:45:02 3 40.28 0.00 22.53 20.30 0.94 15.96 04:57:51 04:46:01 all 18.79 0.00 26.73 25.03 1.38 28.06 04:57:51 04:46:01 0 18.68 0.00 26.30 22.74 1.40 30.88 04:57:51 04:46:01 1 18.30 0.00 25.88 25.50 1.51 28.81 04:57:51 04:46:01 2 18.30 0.00 27.12 24.86 1.39 28.34 04:57:51 04:46:01 3 19.91 0.00 27.65 27.07 1.24 24.14 04:57:51 04:47:01 all 48.01 0.00 17.73 8.07 0.50 25.69 04:57:51 04:47:01 0 48.86 0.00 16.84 8.53 0.45 25.32 04:57:51 04:47:01 1 47.69 0.00 18.25 9.67 0.57 23.82 04:57:51 04:47:01 2 47.52 0.00 18.07 8.61 0.57 25.23 04:57:51 04:47:01 3 47.96 0.00 17.75 5.48 0.43 28.39 04:57:51 04:48:02 all 10.48 0.00 4.94 3.15 0.51 80.92 04:57:51 04:48:02 0 9.28 0.00 5.10 1.95 0.34 83.33 04:57:51 04:48:02 1 12.60 0.00 5.01 2.22 0.53 79.63 04:57:51 04:48:02 2 8.05 0.00 4.87 6.01 0.66 80.42 04:57:51 04:48:02 3 12.00 0.00 4.78 2.41 0.51 80.31 04:57:51 04:57:51 04:48:02 CPU %user %nice %system %iowait %steal %idle 04:57:51 04:49:01 all 3.06 0.00 1.03 0.08 0.17 95.66 04:57:51 04:49:01 0 3.01 0.00 1.29 0.10 0.19 95.40 04:57:51 04:49:01 1 2.89 0.00 0.95 0.09 0.17 95.90 04:57:51 04:49:01 2 2.94 0.00 0.87 0.09 0.14 95.97 04:57:51 04:49:01 3 3.41 0.00 1.02 0.03 0.17 95.37 04:57:51 04:50:01 all 0.12 0.00 0.05 0.00 0.00 99.83 04:57:51 04:50:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:57:51 04:50:01 1 0.08 0.00 0.07 0.00 0.00 99.85 04:57:51 04:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:57:51 04:50:01 3 0.30 0.00 0.03 0.00 0.00 99.67 04:57:51 04:51:01 all 0.16 0.00 0.04 0.00 0.00 99.80 04:57:51 04:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:57:51 04:51:01 1 0.07 0.00 0.10 0.00 0.00 99.83 04:57:51 04:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:57:51 04:51:01 3 0.52 0.00 0.03 0.00 0.00 99.45 04:57:51 04:52:01 all 0.19 0.00 0.08 0.02 0.02 99.68 04:57:51 04:52:01 0 0.03 0.00 0.05 0.02 0.02 99.88 04:57:51 04:52:01 1 0.15 0.00 0.08 0.00 0.02 99.75 04:57:51 04:52:01 2 0.28 0.00 0.15 0.08 0.02 99.47 04:57:51 04:52:01 3 0.28 0.00 0.03 0.00 0.05 99.63 04:57:51 04:53:01 all 0.20 0.00 0.16 0.00 0.06 99.59 04:57:51 04:53:01 0 0.08 0.00 0.18 0.00 0.07 99.67 04:57:51 04:53:01 1 0.05 0.00 0.12 0.00 0.03 99.80 04:57:51 04:53:01 2 0.58 0.00 0.20 0.00 0.07 99.15 04:57:51 04:53:01 3 0.07 0.00 0.13 0.00 0.07 99.73 04:57:51 04:54:01 all 0.23 0.00 0.02 0.01 0.00 99.74 04:57:51 04:54:01 0 0.23 0.00 0.02 0.02 0.00 99.73 04:57:51 04:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:57:51 04:54:01 2 0.55 0.00 0.05 0.00 0.00 99.40 04:57:51 04:54:01 3 0.12 0.00 0.00 0.02 0.00 99.87 04:57:51 04:55:01 all 0.13 0.00 0.04 0.01 0.00 99.82 04:57:51 04:55:01 0 0.05 0.00 0.02 0.02 0.00 99.92 04:57:51 04:55:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:57:51 04:55:01 2 0.38 0.00 0.07 0.00 0.00 99.55 04:57:51 04:55:01 3 0.05 0.00 0.03 0.02 0.00 99.90 04:57:51 04:56:01 all 11.50 0.00 9.03 6.14 0.46 72.86 04:57:51 04:56:01 0 12.84 0.00 9.83 6.32 0.45 70.55 04:57:51 04:56:01 1 11.41 0.00 9.38 5.32 0.50 73.39 04:57:51 04:56:01 2 10.28 0.00 7.77 6.09 0.48 75.37 04:57:51 04:56:01 3 11.49 0.00 9.14 6.85 0.42 72.10 04:57:51 04:57:01 all 11.53 0.00 9.45 3.13 0.53 75.36 04:57:51 04:57:01 0 10.96 0.00 9.73 2.08 0.54 76.70 04:57:51 04:57:01 1 10.04 0.00 7.63 1.24 0.57 80.52 04:57:51 04:57:01 2 10.23 0.00 10.14 2.41 0.45 76.77 04:57:51 04:57:01 3 14.92 0.00 10.30 6.83 0.56 67.39 04:57:51 Average: all 17.06 0.00 9.42 5.13 0.50 67.89 04:57:51 Average: 0 17.10 0.00 9.55 4.88 0.48 67.99 04:57:51 Average: 1 16.89 0.00 9.15 4.86 0.54 68.56 04:57:51 Average: 2 16.86 0.00 9.46 5.29 0.51 67.87 04:57:51 Average: 3 17.39 0.00 9.51 5.50 0.46 67.13 04:57:51 04:57:51 04:57:51