Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 27e67a26db9587a799bf14cca6c65a65d4396aa9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25358 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/348 [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/348 # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 (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 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 Commit message: "Merge pull request #3141 from FelixTing/issue-3140" > git rev-list --no-walk eb1ffba1e62030b7c1b36eedbd9001eb08307092 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:29:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:29:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:29:49 ========================================================= 00:29:49 EdgeX Global Pipelines Version Info 00:29:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:29:51 ------------------- 00:29:51 stable info: 00:29:51 ------------------- 00:29:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:29:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:29:51 Message: update stable to v1.0.179 00:29:52 ------------------- 00:29:52 experimental info: 00:29:52 ------------------- 00:29:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:29:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:29:52 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:29:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:29:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:29:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:29:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:29:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:29:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:29:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:29:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:29:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:29:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:29:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:29:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 00:29:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 00:29:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 00:29:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] echo 00:29:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 27e67a2 [Pipeline] echo 00:29:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:29:55 provisioning config files... 00:29:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/348@tmp/config5980644029769116785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:29:56 ---> docker-login.sh 00:29:56 nexus3.edgexfoundry.org:10001 00:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:56 Configure a credential helper to remove this warning. See 00:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:56 00:29:56 Login Succeeded 00:29:56 nexus3.edgexfoundry.org:10002 00:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:56 Configure a credential helper to remove this warning. See 00:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:56 00:29:56 Login Succeeded 00:29:56 nexus3.edgexfoundry.org:10003 00:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:56 Configure a credential helper to remove this warning. See 00:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:56 00:29:56 Login Succeeded 00:29:56 nexus3.edgexfoundry.org:10004 00:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:57 Configure a credential helper to remove this warning. See 00:29:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:57 00:29:57 Login Succeeded 00:29:57 docker.io 00:29:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:57 Configure a credential helper to remove this warning. See 00:29:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:57 00:29:57 Login Succeeded 00:29:57 ---> docker-login.sh ends [Pipeline] } 00:29:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:29:57 ++ 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 00:29:57 + for file in '`ls cmd/**/Dockerfile`' 00:29:57 ++ dirname cmd/core-command/Dockerfile 00:29:57 ++ cut -d/ -f2 00:29:57 + echo core-command,cmd/core-command/Dockerfile 00:29:57 + for file in '`ls cmd/**/Dockerfile`' 00:29:57 ++ dirname cmd/core-data/Dockerfile 00:29:57 ++ cut -d/ -f2 00:29:57 + echo core-data,cmd/core-data/Dockerfile 00:29:57 + for file in '`ls cmd/**/Dockerfile`' 00:29:57 ++ dirname cmd/core-metadata/Dockerfile 00:29:57 ++ cut -d/ -f2 00:29:57 + echo core-metadata,cmd/core-metadata/Dockerfile 00:29:57 + for file in '`ls cmd/**/Dockerfile`' 00:29:57 ++ dirname cmd/security-bootstrapper/Dockerfile 00:29:57 ++ cut -d/ -f2 00:29:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:29:57 + for file in '`ls cmd/**/Dockerfile`' 00:29:57 ++ dirname cmd/security-proxy-setup/Dockerfile 00:29:57 ++ cut -d/ -f2 00:29:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:29:57 + for file in '`ls cmd/**/Dockerfile`' 00:29:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:29:57 ++ cut -d/ -f2 00:29:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:29:57 + for file in '`ls cmd/**/Dockerfile`' 00:29:57 ++ dirname cmd/support-notifications/Dockerfile 00:29:57 ++ cut -d/ -f2 00:29:57 + echo support-notifications,cmd/support-notifications/Dockerfile 00:29:57 + for file in '`ls cmd/**/Dockerfile`' 00:29:57 ++ dirname cmd/support-scheduler/Dockerfile 00:29:57 ++ cut -d/ -f2 00:29:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:29:57 + for file in '`ls cmd/**/Dockerfile`' 00:29:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:29:57 ++ cut -d/ -f2 00:29:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:29:58 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 00:29:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:29:59 00:29:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:00 latest: Pulling from edgex-devops/git-semver 00:30:00 31603596830f: Pulling fs layer 00:30:00 2a8b12db71e7: Pulling fs layer 00:30:00 6ca5941a6612: Pulling fs layer 00:30:00 ecc8261a40a4: Pulling fs layer 00:30:00 ecc8261a40a4: Waiting 00:30:00 2a8b12db71e7: Verifying Checksum 00:30:00 2a8b12db71e7: Download complete 00:30:01 31603596830f: Verifying Checksum 00:30:01 31603596830f: Download complete 00:30:01 ecc8261a40a4: Verifying Checksum 00:30:01 ecc8261a40a4: Download complete 00:30:01 6ca5941a6612: Verifying Checksum 00:30:01 6ca5941a6612: Download complete 00:30:01 31603596830f: Pull complete 00:30:01 2a8b12db71e7: Pull complete 00:30:02 6ca5941a6612: Pull complete 00:30:02 ecc8261a40a4: Pull complete 00:30:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:03 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:30:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:05 $ docker top a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:06 [ssh-agent] Looking for ssh-agent implementation... 00:30:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:06 $ docker exec a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba ssh-agent 00:30:06 SSH_AUTH_SOCK=/tmp/ssh-u1QE08ryEx9c/agent.12 00:30:06 SSH_AGENT_PID=18 00:30:06 Running ssh-add (command line suppressed) 00:30:06 Identity added: /w/workspace/edgex-go/348@tmp/private_key_5682296289204521560.key (/w/workspace/edgex-go/348@tmp/private_key_5682296289204521560.key) 00:30:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:07 + git tag --points-at HEAD [Pipeline] } 00:30:07 $ docker exec --env ******** --env ******** a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba ssh-agent -k 00:30:07 unset SSH_AUTH_SOCK; 00:30:07 unset SSH_AGENT_PID; 00:30:07 echo Agent pid 18 killed; 00:30:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:07 [ssh-agent] Looking for ssh-agent implementation... 00:30:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:07 $ docker exec a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba ssh-agent 00:30:08 SSH_AUTH_SOCK=/tmp/ssh-2KmdhDpNLWZI/agent.47 00:30:08 SSH_AGENT_PID=52 00:30:08 Running ssh-add (command line suppressed) 00:30:08 Identity added: /w/workspace/edgex-go/348@tmp/private_key_1647052292585232795.key (/w/workspace/edgex-go/348@tmp/private_key_1647052292585232795.key) 00:30:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:08 + git semver init 00:30:08 # -> Open(): unable to determine branch for HEAD 00:30:08 # $GIT_DIR = /w/workspace/edgex-go/348/.git 00:30:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/348 00:30:08 # $SEMVER_REMOTE_NAME = origin 00:30:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:08 # $SEMVER_USER_NAME = edgex-jenkins 00:30:08 # $SEMVER_BRANCH = master 00:30:08 # $SEMVER_TEMP = /tmp/semver-026016558 00:30:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:30:30 # '/tmp/semver-026016558' -> '/w/workspace/edgex-go/348/.semver' 00:30:30 # -> Force: false 00:30:30 # $SEMVER_DIR = /w/workspace/edgex-go/348/.semver [Pipeline] } 00:30:30 $ docker exec --env ******** --env ******** a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba ssh-agent -k 00:30:30 unset SSH_AUTH_SOCK; 00:30:30 unset SSH_AGENT_PID; 00:30:30 echo Agent pid 52 killed; 00:30:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:31 + git semver [Pipeline] } 00:30:31 $ docker stop --time=1 a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba 00:30:33 $ docker rm -f a6cc5023a44081b1b2b37237a0ecfddd46a76f234aac8f2f84cafc86135403ba [Pipeline] // withDockerContainer [Pipeline] sh 00:30:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:30:34 Stashed 1 file(s) [Pipeline] echo 00:30:34 [edgeXSemver]: initialized semver on version 2.0.0-dev.83 [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 00:30:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:30:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:30:35 + sudo service docker restart 00:30:35 + true 00:30:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:30:36 ========================================================= 00:30:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:30:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:30:36 + 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 . 00:30:41 Sending build context to Docker daemon 327.7MB 00:30:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:30:41 Step 2/6 : FROM ${BASE} 00:30:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:30:41 188c0c94c7c5: Pulling fs layer 00:30:41 0ef7d3d256c8: Pulling fs layer 00:30:41 de9db76c5a1d: Pulling fs layer 00:30:41 bca2f99d35d6: Pulling fs layer 00:30:41 93359f2a8cfa: Pulling fs layer 00:30:41 7c6f9722023f: Pulling fs layer 00:30:41 a35cf1a2eb13: Pulling fs layer 00:30:41 93359f2a8cfa: Waiting 00:30:41 7c6f9722023f: Waiting 00:30:41 a35cf1a2eb13: Waiting 00:30:41 bca2f99d35d6: Waiting 00:30:41 de9db76c5a1d: Verifying Checksum 00:30:41 de9db76c5a1d: Download complete 00:30:41 0ef7d3d256c8: Verifying Checksum 00:30:41 0ef7d3d256c8: Download complete 00:30:41 93359f2a8cfa: Verifying Checksum 00:30:41 93359f2a8cfa: Download complete 00:30:41 7c6f9722023f: Verifying Checksum 00:30:41 7c6f9722023f: Download complete 00:30:41 188c0c94c7c5: Verifying Checksum 00:30:41 188c0c94c7c5: Download complete 00:30:41 188c0c94c7c5: Pull complete 00:30:41 0ef7d3d256c8: Pull complete 00:30:41 de9db76c5a1d: Pull complete 00:30:42 a35cf1a2eb13: Verifying Checksum 00:30:42 a35cf1a2eb13: Download complete 00:30:43 bca2f99d35d6: Verifying Checksum 00:30:43 bca2f99d35d6: Download complete 00:30:49 Still waiting to schedule task 00:30:49 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25356’ 00:30:50 bca2f99d35d6: Pull complete 00:30:50 93359f2a8cfa: Pull complete 00:30:50 7c6f9722023f: Pull complete 00:30:54 a35cf1a2eb13: Pull complete 00:30:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:30:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:30:54 ---> a62c8e92a672 00:30:54 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 00:30:54 ---> Running in 978682037bcf 00:30:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:56 (1/12) Installing libmagic (5.38-r0) 00:30:56 (2/12) Installing file (5.38-r0) 00:30:57 (3/12) Installing libc-dev (0.7.2-r3) 00:30:57 (4/12) Installing g++ (9.3.0-r2) 00:31:19 (5/12) Installing fortify-headers (1.1-r0) 00:31:19 (6/12) Installing patch (2.7.6-r6) 00:31:19 (7/12) Installing build-base (0.5-r2) 00:31:19 (8/12) Installing libsodium (1.0.18-r0) 00:31:19 (9/12) Installing pkgconf (1.7.2-r0) 00:31:19 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:19 (11/12) Installing libzmq (4.3.3-r0) 00:31:19 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:19 Executing busybox-1.31.1-r19.trigger 00:31:19 OK: 233 MiB in 51 packages 00:31:22 Removing intermediate container 978682037bcf 00:31:22 ---> f0dcf2a071db 00:31:22 Step 4/6 : WORKDIR /edgex-go 00:31:22 ---> Running in 84e9561cb9e2 00:31:22 Removing intermediate container 84e9561cb9e2 00:31:22 ---> 2c8c488bd063 00:31:22 Step 5/6 : COPY go.mod . 00:31:22 ---> 5a303a37f38d 00:31:22 Step 6/6 : RUN go mod download 00:31:22 ---> Running in 3b57286b7a07 00:31:44 Removing intermediate container 3b57286b7a07 00:31:44 ---> 5cd2005c52eb 00:31:44 Successfully built 5cd2005c52eb 00:31:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:31:45 + docker inspect -f . ci-base-image-x86_64 00:31:45 . [Pipeline] withDockerContainer 00:31:45 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:31:46 $ docker top 2d698d10743dc4c142a3165b1c1f5ee628b742c6919c899a2e795e45e0901ed6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:31:46 + go version 00:31:46 go version go1.15.5 linux/amd64 [Pipeline] } 00:31:46 $ docker stop --time=1 2d698d10743dc4c142a3165b1c1f5ee628b742c6919c899a2e795e45e0901ed6 00:31:48 $ docker rm -f 2d698d10743dc4c142a3165b1c1f5ee628b742c6919c899a2e795e45e0901ed6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:31:48 + docker inspect -f . ci-base-image-x86_64 00:31:48 . [Pipeline] withDockerContainer 00:31:49 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:31:49 $ 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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:31:50 $ docker top 60a7cf594b156fd74cf9d8062bdf043e4c6814d8026e3ccac9d2fabf536fbe84 -eo pid,comm [Pipeline] { [Pipeline] echo 00:31:50 ========================================================= 00:31:50 [edgeXBuildGoParallel] Running Tests and Build... 00:31:50 ========================================================= [Pipeline] sh 00:31:50 + make test 00:31:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:01 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.6% of statements 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.323s coverage: 100.0% of statements 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.322s coverage: 27.1% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 65.8% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.425s coverage: 82.3% of statements 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:32:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.389s coverage: 28.6% of statements 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:32:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:32:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:32:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:32:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.194s coverage: 97.5% of statements 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:32:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.096s coverage: 78.3% of statements 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.423s coverage: 92.8% of statements 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 45.5% of statements 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements 00:32:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements 00:32:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.0% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.107s coverage: 87.7% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:33:02 GO111MODULE=on go vet ./... 00:33:34 gofmt -l . 00:33:34 [ "`gofmt -l .`" = "" ] 00:33:34 ./bin/test-go-mod-tidy.sh 00:33:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:34 + ls -al . 00:33:34 total 696 00:33:34 drwxrwxr-x 10 1001 1001 4096 Feb 7 00:33 . 00:33:34 drwxr-xr-x 4 root root 32 Feb 7 00:31 .. 00:33:34 -rw-rw-r-- 1 1001 1001 11 Feb 7 00:29 .dockerignore 00:33:34 drwxrwxr-x 8 1001 1001 162 Feb 7 00:29 .git 00:33:34 drwxrwxr-x 3 1001 1001 125 Feb 7 00:29 .github 00:33:34 -rw-rw-r-- 1 1001 1001 872 Feb 7 00:29 .gitignore 00:33:34 drwx------ 3 1001 1001 45 Feb 7 00:30 .semver 00:33:34 -rw-rw-r-- 1 1001 1001 166 Feb 7 00:29 .sonarcloud.properties 00:33:34 -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:29 Attribution.txt 00:33:34 -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:29 CONTRIBUTING.md 00:33:34 -rw-rw-r-- 1 1001 1001 931 Feb 7 00:29 Dockerfile.build 00:33:34 -rw-rw-r-- 1 1001 1001 863 Feb 7 00:29 Jenkinsfile 00:33:34 -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:29 LICENSE 00:33:34 -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:29 Makefile 00:33:34 -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:29 README.md 00:33:34 -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:29 SECURITY.md 00:33:34 -rw-rw-r-- 1 1001 1001 12 Feb 7 00:30 VERSION 00:33:34 -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:29 ZMQWindows.md 00:33:34 drwxrwxr-x 2 1001 1001 117 Feb 7 00:29 bin 00:33:34 drwxrwxr-x 15 1001 1001 4096 Feb 7 00:29 cmd 00:33:34 -rw-r--r-- 1 root root 590503 Feb 7 00:33 coverage.out 00:33:34 -rw-r--r-- 1 root root 1054 Feb 7 00:33 go.mod 00:33:34 -rw-r--r-- 1 root root 19290 Feb 7 00:33 go.sum 00:33:34 drwxrwxr-x 8 1001 1001 127 Feb 7 00:29 internal 00:33:34 drwxrwxr-x 4 1001 1001 26 Feb 7 00:29 openapi 00:33:34 drwxrwxr-x 4 1001 1001 71 Feb 7 00:29 snap 00:33:34 -rw-rw-r-- 1 1001 1001 168 Feb 7 00:29 version.go [Pipeline] sh 00:33:34 + '[' -e coverage.out ] 00:33:34 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:35 Stashed 1 file(s) [Pipeline] sh 00:33:35 + make build 00:33:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-data/core-data ./cmd/core-data 00:33:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:33:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25368 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 00:33:44 Running in /w/workspace/edgex-go/348 [Pipeline] { [Pipeline] checkout 00:33:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-command/core-command ./cmd/core-command 00:33:50 using credential edgex-jenkins-ssh 00:33:50 Cloning the remote Git repository 00:33:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:33:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:33:50 > git init /w/workspace/edgex-go/348 # timeout=10 00:33:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:50 > git --version # timeout=10 00:33:50 > git --version # 'git version 2.17.1' 00:33:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:33:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:33:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:33:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:33:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:33:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:34:03 $ docker stop --time=1 60a7cf594b156fd74cf9d8062bdf043e4c6814d8026e3ccac9d2fabf536fbe84 00:34:05 $ docker rm -f 60a7cf594b156fd74cf9d8062bdf043e4c6814d8026e3ccac9d2fabf536fbe84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:34:08 Checking out Revision 27e67a26db9587a799bf14cca6c65a65d4396aa9 (master) 00:34:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:08 > git config core.sparsecheckout # timeout=10 00:34:08 > git checkout -f 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [Pipeline] isUnix [Pipeline] sh 00:34:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:09 00:34:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:10 latest: Pulling from edgex-devops/edgex-compose 00:34:10 cbdbe7a5bc2a: Pulling fs layer 00:34:10 ca9280d653b3: Pulling fs layer 00:34:10 7e9c9ca2126c: Pulling fs layer 00:34:10 cbdbe7a5bc2a: Verifying Checksum 00:34:10 cbdbe7a5bc2a: Download complete 00:34:10 ca9280d653b3: Verifying Checksum 00:34:10 ca9280d653b3: Download complete 00:34:10 cbdbe7a5bc2a: Pull complete 00:34:11 ca9280d653b3: Pull complete 00:34:11 7e9c9ca2126c: Download complete 00:34:12 Commit message: "Merge pull request #3141 from FelixTing/issue-3140" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:15 + sudo service docker+ restart 00:34:15 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:18 provisioning config files... 00:34:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/348@tmp/config1434325066483916233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:18 7e9c9ca2126c: Pull complete 00:34:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:18 ---> docker-login.sh 00:34:18 nexus3.edgexfoundry.org:10001 00:34:18 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:34:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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 00:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:20 Configure a credential helper to remove this warning. See 00:34:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:20 00:34:20 Login Succeeded 00:34:20 nexus3.edgexfoundry.org:10002 00:34:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:20 Configure a credential helper to remove this warning. See 00:34:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:20 00:34:20 Login Succeeded 00:34:20 nexus3.edgexfoundry.org:10003 00:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:21 Configure a credential helper to remove this warning. See 00:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:21 00:34:21 Login Succeeded 00:34:21 nexus3.edgexfoundry.org:10004 00:34:21 $ docker top 4cce415e39fb6e711f9b0a98ae72731001728b81d446665a138d04116fd337f4 -eo pid,comm [Pipeline] { 00:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:22 Configure a credential helper to remove this warning. See 00:34:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:22 00:34:22 Login Succeeded 00:34:22 docker.io [Pipeline] sh 00:34:22 + docker-compose build --help 00:34:22 + grep parallel 00:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:22 Configure a credential helper to remove this warning. See 00:34:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:22 00:34:22 Login Succeeded 00:34:22 ---> docker-login.sh ends [Pipeline] } 00:34:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:34:23 --parallel Build images in parallel. [Pipeline] echo 00:34:23 ========================================================= 00:34:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:23 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] } 00:34:23 $ docker stop --time=1 4cce415e39fb6e711f9b0a98ae72731001728b81d446665a138d04116fd337f4 00:34:23 + 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 . 00:34:25 $ docker rm -f 4cce415e39fb6e711f9b0a98ae72731001728b81d446665a138d04116fd337f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:25 . [Pipeline] withDockerContainer 00:34:25 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:34:25 $ 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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:26 Sending build context to Docker daemon 166.2MB 00:34:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:26 Step 2/6 : FROM ${BASE} 00:34:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:26 5f621e34cdf4: Pulling fs layer 00:34:26 a4357932f1b6: Pulling fs layer 00:34:26 18c013af1878: Pulling fs layer 00:34:26 00ac8860ef70: Pulling fs layer 00:34:26 63d7cb157983: Pulling fs layer 00:34:26 b116817d02f9: Pulling fs layer 00:34:26 745a02a5169b: Pulling fs layer 00:34:26 00ac8860ef70: Waiting 00:34:26 63d7cb157983: Waiting 00:34:26 b116817d02f9: Waiting 00:34:26 745a02a5169b: Waiting 00:34:26 18c013af1878: Verifying Checksum 00:34:26 18c013af1878: Download complete 00:34:26 a4357932f1b6: Verifying Checksum 00:34:26 a4357932f1b6: Download complete 00:34:26 63d7cb157983: Verifying Checksum 00:34:26 63d7cb157983: Download complete 00:34:26 b116817d02f9: Verifying Checksum 00:34:26 b116817d02f9: Download complete 00:34:26 5f621e34cdf4: Verifying Checksum 00:34:26 5f621e34cdf4: Download complete 00:34:26 $ docker top a77b67c903f9361a79ddde0615de07856d3c411f78fecc9d08bbeca3be9401aa -eo pid,comm [Pipeline] { 00:34:27 5f621e34cdf4: Pull complete [Pipeline] sh 00:34:27 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:27 a4357932f1b6: Pull complete 00:34:27 18c013af1878: Pull complete 00:34:28 Building docker-core-command-go ... 00:34:28 Building docker-core-data-go ... 00:34:28 Building docker-core-metadata-go ... 00:34:28 Building docker-security-bootstrapper-go ... 00:34:28 Building docker-security-proxy-setup-go ... 00:34:28 Building docker-security-secretstore-setup-go ... 00:34:28 Building docker-support-notifications-go ... 00:34:28 Building docker-support-scheduler-go ... 00:34:28 Building docker-sys-mgmt-agent-go ... 00:34:28 Building docker-security-bootstrapper-go 00:34:28 Building docker-security-secretstore-setup-go 00:34:28 Building docker-core-command-go 00:34:28 Building docker-sys-mgmt-agent-go 00:34:28 Building docker-core-metadata-go 00:34:29 745a02a5169b: Verifying Checksum 00:34:29 745a02a5169b: Download complete 00:34:30 00ac8860ef70: Verifying Checksum 00:34:30 00ac8860ef70: Download complete 00:34:40 00ac8860ef70: Pull complete 00:34:40 63d7cb157983: Pull complete 00:34:40 b116817d02f9: Pull complete 00:34:44 745a02a5169b: Pull complete 00:34:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:34:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:34:44 ---> b7e6874047d6 00:34:44 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 00:34:47 ---> Running in 6dd6bb732700 00:34:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:50 (1/12) Installing libmagic (5.38-r0) 00:34:50 (2/12) Installing file (5.38-r0) 00:34:50 (3/12) Installing libc-dev (0.7.2-r3) 00:34:50 (4/12) Installing g++ (9.3.0-r2) 00:34:52 (5/12) Installing fortify-headers (1.1-r0) 00:34:52 (6/12) Installing patch (2.7.6-r6) 00:34:52 (7/12) Installing build-base (0.5-r2) 00:34:52 (8/12) Installing libsodium (1.0.18-r0) 00:34:53 (9/12) Installing pkgconf (1.7.2-r0) 00:34:53 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:53 (11/12) Installing libzmq (4.3.3-r0) 00:34:53 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:53 Executing busybox-1.31.1-r19.trigger 00:34:53 OK: 217 MiB in 51 packages 00:34:57 Removing intermediate container 6dd6bb732700 00:34:57 ---> 1d55e3e2a612 00:34:57 Step 4/6 : WORKDIR /edgex-go 00:34:57 ---> Running in 0a5aac8806ef 00:34:58 Removing intermediate container 0a5aac8806ef 00:34:58 ---> 689b3f0adf22 00:34:58 Step 5/6 : COPY go.mod . 00:34:59 ---> 8565439f3162 00:34:59 Step 6/6 : RUN go mod download 00:34:59 ---> Running in 883b5c6ba124 00:35:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> 5cd2005c52eb 00:35:01 Step 3/24 : WORKDIR /edgex-go 00:35:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> 5cd2005c52eb 00:35:01 Step 3/23 : WORKDIR /edgex-go 00:35:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> 5cd2005c52eb 00:35:01 Step 3/23 : WORKDIR /edgex-go 00:35:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> 5cd2005c52eb 00:35:01 Step 3/31 : WORKDIR /edgex-go 00:35:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> 5cd2005c52eb 00:35:01 Step 3/26 : WORKDIR /edgex-go 00:35:02 ---> Running in 998aa0c49ea9 00:35:02 ---> Running in 28e6bfde8b07 00:35:02 ---> Running in b5fa1dc6b62e 00:35:02 ---> Running in b23a353ebd39 00:35:02 ---> Running in 53c26912f891 00:35:02 Removing intermediate container b5fa1dc6b62e 00:35:02 ---> 16dd9db1b666 00:35:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:02 Removing intermediate container b23a353ebd39 00:35:02 ---> b0b048fe1032 00:35:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:02 Removing intermediate container 28e6bfde8b07 00:35:02 ---> 92649ea67921 00:35:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:02 Removing intermediate container 53c26912f891 00:35:02 ---> 80a0ddd4341f 00:35:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:02 Removing intermediate container 998aa0c49ea9 00:35:02 ---> 58e5f8ef4e45 00:35:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:03 ---> Running in 2a1d012c374c 00:35:03 ---> Running in 89d373be1418 00:35:03 ---> Running in e88d0d254700 00:35:03 ---> Running in e6550e6c265d 00:35:03 ---> Running in 56c21dc3b9c0 00:35:05 Removing intermediate container e88d0d254700 00:35:05 ---> 51c740e75058 00:35:05 Step 5/23 : RUN apk add --update --no-cache make git 00:35:05 ---> Running in 2c8f8456110c 00:35:06 Removing intermediate container 89d373be1418 00:35:06 ---> 3ee5d7b4c3ae 00:35:06 Step 5/24 : RUN apk add --update --no-cache make git 00:35:06 Removing intermediate container 2a1d012c374c 00:35:06 ---> 29b28f72245d 00:35:06 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:06 Removing intermediate container e6550e6c265d 00:35:06 ---> 1a78fbf44dc6 00:35:06 Step 5/23 : RUN apk add --update --no-cache make git 00:35:06 Removing intermediate container 56c21dc3b9c0 00:35:06 ---> 1a322af56b12 00:35:06 Step 5/31 : RUN apk add --update --no-cache make git 00:35:06 ---> Running in 3ab998c6e947 00:35:06 ---> Running in db4a7059c884 00:35:06 ---> Running in 54996d19ba33 00:35:06 ---> Running in 353060b0ce3a 00:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:07 OK: 233 MiB in 51 packages 00:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:08 Removing intermediate container 2c8f8456110c 00:35:08 ---> 3d01c6352507 00:35:08 Step 6/23 : COPY go.mod . 00:35:08 ---> 728401ffafaa 00:35:08 Step 7/23 : RUN go mod download 00:35:08 ---> Running in bd4f7d392e18 00:35:08 OK: 233 MiB in 51 packages 00:35:09 OK: 233 MiB in 51 packages 00:35:09 OK: 233 MiB in 51 packages 00:35:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:09 Removing intermediate container 3ab998c6e947 00:35:09 ---> 82e5663930d5 00:35:09 Step 6/26 : COPY go.mod . 00:35:09 ---> 3469c3501ee5 00:35:09 Step 7/26 : RUN go mod download 00:35:09 ---> Running in 88fec7cd8019 00:35:10 Removing intermediate container 353060b0ce3a 00:35:10 ---> 16325ac33c40 00:35:10 Step 6/31 : COPY go.mod . 00:35:10 Removing intermediate container db4a7059c884 00:35:10 ---> 3009493deea1 00:35:10 Step 6/24 : COPY go.mod . 00:35:10 ---> 16be8434bac3 00:35:10 Step 7/31 : RUN go mod download 00:35:10 ---> 15d829b9c7ac 00:35:10 Step 7/24 : RUN go mod download 00:35:10 ---> Running in d237b55be124 00:35:10 Removing intermediate container bd4f7d392e18 00:35:10 ---> d9d9902eba74 00:35:10 Step 8/23 : COPY . . 00:35:10 ---> Running in c0be50054b14 00:35:11 OK: 233 MiB in 51 packages 00:35:15 Removing intermediate container 88fec7cd8019 00:35:15 ---> 356dfcbe2553 00:35:15 Step 8/26 : COPY . . 00:35:18 Removing intermediate container d237b55be124 00:35:18 ---> 9dc9d69c96c2 00:35:18 Step 8/31 : COPY . . 00:35:19 Removing intermediate container 54996d19ba33 00:35:19 ---> 13a528c29bdb 00:35:19 Step 6/23 : COPY go.mod . 00:35:25 Removing intermediate container c0be50054b14 00:35:25 ---> bb877fb304a4 00:35:25 Step 8/24 : COPY . . 00:35:25 ---> 6a7260a9ec68 00:35:25 Step 7/23 : RUN go mod download 00:35:25 Removing intermediate container 883b5c6ba124 00:35:25 ---> c6db1ecfe500 00:35:25 Successfully built c6db1ecfe500 00:35:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:26 + docker inspect -f . ci-base-image-arm64 00:35:26 . [Pipeline] withDockerContainer 00:35:26 prd-ubuntu18.04-docker-arm64-4c-16g-25368 does not seem to be running inside a container 00:35:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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 00:35:28 $ docker top fec24808de1b10c36b4c56d5e66fae7b8f8c136141130164e29fa450ae9cf43e -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:29 + go version 00:35:29 go version go1.15.5 linux/arm64 [Pipeline] } 00:35:29 $ docker stop --time=1 fec24808de1b10c36b4c56d5e66fae7b8f8c136141130164e29fa450ae9cf43e 00:35:31 $ docker rm -f fec24808de1b10c36b4c56d5e66fae7b8f8c136141130164e29fa450ae9cf43e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:32 00:35:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:33 latest: Pulling from edgex-devops/edgex-compose-arm64 00:35:33 29e5d40040c1: Pulling fs layer 00:35:33 1ce36da41761: Pulling fs layer 00:35:33 25b303627fd3: Pulling fs layer 00:35:33 29e5d40040c1: Verifying Checksum 00:35:33 29e5d40040c1: Download complete 00:35:33 ---> Running in e5f546f13c5b 00:35:34 29e5d40040c1: Pull complete 00:35:34 1ce36da41761: Verifying Checksum 00:35:34 1ce36da41761: Download complete 00:35:35 1ce36da41761: Pull complete 00:35:36 25b303627fd3: Verifying Checksum 00:35:36 25b303627fd3: Download complete 00:35:46 25b303627fd3: Pull complete 00:35:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:35:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:35:46 prd-ubuntu18.04-docker-arm64-4c-16g-25368 does not seem to be running inside a container 00:35:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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 00:35:48 ---> 9a93b8ce5c19 00:35:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:35:49 ---> Running in 8b7e390e326f 00:35:50 ---> 7131bc691105 00:35:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:35:50 $ docker top f0d0ec5c807879bb10068b424fff413771ea457c405977661f2b79cb896794fe -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:50 Removing intermediate container e5f546f13c5b 00:35:50 ---> 0b245b24b8ec 00:35:50 Step 8/23 : COPY . . 00:35:51 + grep parallel 00:35:51 + docker-compose build --help 00:35:52 ---> Running in 0d470c736feb 00:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:55 ---> 7f5837462273 00:35:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:35:56 --parallel Build images in parallel. [Pipeline] } 00:35:56 $ docker stop --time=1 f0d0ec5c807879bb10068b424fff413771ea457c405977661f2b79cb896794fe 00:35:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:58 ---> Running in 28fbc039ebe3 00:35:58 $ docker rm -f f0d0ec5c807879bb10068b424fff413771ea457c405977661f2b79cb896794fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:59 . [Pipeline] withDockerContainer 00:35:59 prd-ubuntu18.04-docker-arm64-4c-16g-25368 does not seem to be running inside a container 00:35:59 $ 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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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 00:36:00 ---> 2e1fdeeae9e3 00:36:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:01 $ docker top 0b24ddd01395a99aec33b2e0f8ee7d73f604652c127c2ff529a6d303bece1175 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:36:02 ---> Running in a1b989499052 00:36:02 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:07 Building docker-core-command-go ... 00:36:07 Building docker-core-data-go ... 00:36:07 Building docker-core-metadata-go ... 00:36:07 Building docker-security-bootstrapper-go ... 00:36:07 Building docker-security-proxy-setup-go ... 00:36:07 Building docker-security-secretstore-setup-go ... 00:36:07 Building docker-support-notifications-go ... 00:36:07 Building docker-support-scheduler-go ... 00:36:07 Building docker-sys-mgmt-agent-go ... 00:36:07 Building docker-core-data-go 00:36:07 Building docker-core-metadata-go 00:36:07 Building docker-support-scheduler-go 00:36:07 Building docker-security-secretstore-setup-go 00:36:07 Building docker-core-command-go 00:36:20 ---> a0408f36a9ef 00:36:20 Step 9/23 : RUN make cmd/core-command/core-command 00:36:20 ---> Running in 3285d7ad7b89 00:36:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-command/core-command ./cmd/core-command 00:36:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:36:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:36:38 Removing intermediate container 0d470c736feb 00:36:38 ---> bb5b0e501f16 00:36:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:36:38 ---> Running in e3b293c2de5d 00:36:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:36:42 Removing intermediate container e3b293c2de5d 00:36:42 ---> f033af8b5ac4 00:36:42 00:36:42 Step 11/26 : FROM docker:20.10.0 00:36:42 Removing intermediate container 8b7e390e326f 00:36:42 ---> eb4c370e2e4c 00:36:42 00:36:42 Step 10/23 : FROM alpine:3.12 00:36:42 20.10.0: Pulling from library/docker 00:36:42 3.12: Pulling from library/alpine 00:36:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:47 Status: Downloaded newer image for alpine:3.12 00:36:47 ---> 389fef711851 00:36:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:36:47 Removing intermediate container a1b989499052 00:36:47 ---> caf8724f0dd5 00:36:47 00:36:47 Step 10/24 : FROM alpine:3.12 00:36:47 ---> 389fef711851 00:36:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:47 ---> Running in 9093432cfd63 00:36:47 ---> Running in 0d730fbd415a 00:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:50 (1/5) Installing ca-certificates (20191127-r4) 00:36:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:50 (3/5) Installing libcurl (7.69.1-r3) 00:36:50 (4/5) Installing curl (7.69.1-r3) 00:36:50 (5/5) Installing dumb-init (1.2.2-r1) 00:36:50 Executing busybox-1.31.1-r19.trigger 00:36:50 Executing ca-certificates-20191127-r4.trigger 00:36:50 OK: 7 MiB in 19 packages 00:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:51 (1/1) Installing dumb-init (1.2.2-r1) 00:36:51 Executing busybox-1.31.1-r19.trigger 00:36:51 OK: 6 MiB in 15 packages 00:36:52 Removing intermediate container 28fbc039ebe3 00:36:52 ---> bd13db4f6dc5 00:36:52 00:36:52 Step 10/31 : FROM alpine:3.12 00:36:52 ---> 389fef711851 00:36:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:36:52 ---> Running in 3ce93055fea7 00:36:54 Removing intermediate container 0d730fbd415a 00:36:54 ---> cf4a5a103452 00:36:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:36:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:54 ---> c6db1ecfe500 00:36:54 Step 3/22 : WORKDIR /edgex-go 00:36:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:54 ---> c6db1ecfe500 00:36:54 Step 3/23 : WORKDIR /edgex-go 00:36:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:54 ---> c6db1ecfe500 00:36:54 Step 3/23 : WORKDIR /edgex-go 00:36:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:54 00:36:54 Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:54 00:36:54 ---> c6db1ecfe500 00:36:54 ---> c6db1ecfe500 00:36:54 Step 3/24 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 00:36:54 00:36:55 Removing intermediate container 3ce93055fea7 00:36:55 ---> 867936a09f0f 00:36:55 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:36:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:36:55 Status: Downloaded newer image for docker:20.10.0 00:36:55 ---> aefe523efa57 00:36:55 Step 12/26 : RUN apk add --no-cache bash 00:36:55 ---> Running in aa6135fdf3d2 00:36:55 Removing intermediate container 9093432cfd63 00:36:55 ---> 211caebd1171 00:36:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:55 ---> Running in 944973356c09 00:36:55 Removing intermediate container 3285d7ad7b89 00:36:55 ---> 0318ac629184 00:36:55 00:36:55 Step 10/23 : FROM alpine:3.12 00:36:55 ---> 389fef711851 00:36:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:36:55 ---> Using cache 00:36:55 ---> cf4a5a103452 00:36:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:36:55 ---> Running in 609d3a158705 00:36:55 ---> Running in 12fe1bb13e7b 00:36:55 ---> Running in 2dd9e56fe426 00:36:55 Removing intermediate container aa6135fdf3d2 00:36:55 ---> 44d270cbbf2d 00:36:55 Step 13/23 : ENV APP_PORT=48081 00:36:55 ---> Running in 8283220ebc0a 00:36:55 Removing intermediate container 12fe1bb13e7b 00:36:55 ---> f08bc4ed8243 00:36:55 Step 13/24 : WORKDIR / 00:36:55 Removing intermediate container 2dd9e56fe426 00:36:55 ---> 70d9355c0cc7 00:36:55 Step 13/23 : ENV APP_PORT=48082 00:36:56 ---> Running in e4feb1cdcee0 00:36:56 ---> Running in 5be2da21025c 00:36:56 Removing intermediate container 8283220ebc0a 00:36:56 ---> af497f277561 00:36:56 Step 14/23 : EXPOSE $APP_PORT 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:56 ---> Running in cddb525d11bb 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:56 Removing intermediate container e4feb1cdcee0 00:36:56 ---> 53bc86a8bead 00:36:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:56 Removing intermediate container 5be2da21025c 00:36:56 ---> 186b6380ef09 00:36:56 Step 14/23 : EXPOSE $APP_PORT 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:56 ---> Running in 129cc6ca9827 00:36:56 (1/2) Installing dumb-init (1.2.2-r1) 00:36:56 (2/2) Installing su-exec (0.2-r1) 00:36:56 Executing busybox-1.31.1-r19.trigger 00:36:56 OK: 6 MiB in 16 packages 00:36:56 (1/2) Installing readline (8.0.4-r0) 00:36:56 (2/2) Installing bash (5.0.17-r0) 00:36:56 Executing bash-5.0.17-r0.post-install 00:36:56 Executing busybox-1.31.1-r19.trigger 00:36:56 OK: 12 MiB in 22 packages 00:36:57 Removing intermediate container cddb525d11bb 00:36:57 ---> eadae38ea7d9 00:36:57 Step 15/23 : WORKDIR / 00:36:57 ---> 716d4d62cad6 00:36:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:36:57 ---> Running in e7d36b06679c 00:36:57 Removing intermediate container 129cc6ca9827 00:36:57 ---> 350ef7fde9a2 00:36:57 Step 15/23 : WORKDIR / 00:36:57 ---> Running in 4967ea35c7de 00:36:58 Removing intermediate container e7d36b06679c 00:36:58 ---> c9db476d5065 00:36:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:58 ---> Running in d6f8101eb2d3 00:36:58 ---> Running in 98044bab8d6d 00:36:58 ---> Running in e5859b7544e6 00:36:58 ---> Running in 87d3563dc437 00:36:58 ---> Running in 67ffefe5737a 00:36:58 ---> 7373bf98a2ea 00:36:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:36:58 Removing intermediate container 4967ea35c7de 00:36:58 ---> 934d60edf475 00:36:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:58 Removing intermediate container 944973356c09 00:36:58 ---> c3e0af1046ad 00:36:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:36:58 Removing intermediate container 609d3a158705 00:36:58 ---> 550a5ca43218 00:36:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:36:58 ---> 809cf7fbb09d 00:36:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:36:58 Removing intermediate container 87d3563dc437 00:36:58 ---> 2e4657e90725 00:36:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:58 ---> Running in 240f826a4a82 00:36:58 ---> Running in bf28010c3df0 00:36:58 ---> ab094575f9bc 00:36:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:36:59 Removing intermediate container 98044bab8d6d 00:36:59 ---> 2e716f12e192 00:36:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:59 Removing intermediate container 67ffefe5737a 00:36:59 ---> 21528febb1c1 00:36:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:59 Removing intermediate container e5859b7544e6 00:36:59 ---> a02f36235aad 00:36:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:59 Removing intermediate container d6f8101eb2d3 00:36:59 ---> d36cb66a6972 00:36:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:59 ---> e4049c4640bd 00:36:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:36:59 Removing intermediate container 240f826a4a82 00:36:59 ---> fd590f2eba69 00:36:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:36:59 ---> Running in eba230025741 00:36:59 ---> Running in e2cceebb9bbc 00:36:59 ---> Running in 47968024c891 00:36:59 ---> Running in a96d34a00c14 00:36:59 ---> Running in 43f3dcdd8ddb 00:36:59 Removing intermediate container bf28010c3df0 00:36:59 ---> 3389fb18a8a8 00:36:59 Step 14/26 : ENV APP_PORT=48090 00:36:59 ---> Running in 903d3470457e 00:37:00 ---> 581917354971 00:37:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:00 ---> Running in 384ccc7bd9cc 00:37:00 ---> dfce142e7292 00:37:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:00 Removing intermediate container 903d3470457e 00:37:00 ---> bad5db1ffe0a 00:37:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:37:00 ---> 6b52215ad418 00:37:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:01 ---> a44ba4c8e373 00:37:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:01 ---> Running in ea41ab70c17f 00:37:01 Removing intermediate container 384ccc7bd9cc 00:37:01 ---> 2afa91145feb 00:37:01 Step 15/26 : EXPOSE $APP_PORT 00:37:01 ---> Running in d559e09bc8db 00:37:01 ---> Running in 8c677e55b45c 00:37:01 ---> 2f2ff25e7188 00:37:01 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:01 ---> e4679153c391 00:37:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:01 Removing intermediate container d559e09bc8db 00:37:01 ---> c4b1d534ebbe 00:37:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:01 ---> Running in 707a3bff8818 00:37:01 ---> Running in b7b31b1ce94c 00:37:01 Removing intermediate container 8c677e55b45c 00:37:01 ---> 73427c30a7fb 00:37:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:02 ---> 36e24110b6eb 00:37:02 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:37:02 Removing intermediate container 707a3bff8818 00:37:02 ---> 72e340b83ac3 00:37:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:02 ---> Running in 60cdcee16438 00:37:02 ---> Running in c5094f947ff8 00:37:02 Removing intermediate container b7b31b1ce94c 00:37:02 ---> 979552b93d52 00:37:02 Step 21/23 : LABEL arch=x86_64 00:37:02 ---> Running in a5a74aab8c53 00:37:02 ---> 3f645098563b 00:37:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:02 Removing intermediate container c5094f947ff8 00:37:02 ---> 1457e67cf80b 00:37:02 Step 21/23 : LABEL arch=x86_64 00:37:02 Removing intermediate container ea41ab70c17f 00:37:02 ---> de2ff306f42a 00:37:02 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:37:02 Removing intermediate container a5a74aab8c53 00:37:02 ---> 54b76e896108 00:37:02 Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:37:03 ---> Running in 6d6c6d95ca25 00:37:03 ---> Running in 5aca4581820a 00:37:03 ---> Running in c47d500f0446 00:37:03 ---> d4a31a7c7360 00:37:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:03 Removing intermediate container 6d6c6d95ca25 00:37:03 ---> 30ad76998ffa 00:37:03 Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:37:03 Removing intermediate container 5aca4581820a 00:37:03 ---> e1bfcbea29dc 00:37:03 Step 23/23 : LABEL version=2.0.0-dev.83 00:37:03 Removing intermediate container eba230025741 00:37:03 ---> 8a6830114d60 00:37:03 Step 5/22 : RUN apk add --update --no-cache make git 00:37:03 ---> Running in 3028421d6ef0 00:37:03 Removing intermediate container c47d500f0446 00:37:03 ---> cfed2244e53b 00:37:03 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:37:03 ---> Running in 74a959804ede 00:37:03 ---> Running in ef8f98ee66f8 00:37:04 Removing intermediate container 47968024c891 00:37:04 ---> d10ea7f18720 00:37:04 Step 5/23 : RUN apk add --update --no-cache make git 00:37:04 ---> b05d1eda35a4 00:37:04 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:04 Removing intermediate container a96d34a00c14 00:37:04 ---> a9fcd4128b03 00:37:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:04 ---> Running in 58b27efd7f10 00:37:04 ---> Running in 2e493b046272 00:37:04 Removing intermediate container 74a959804ede 00:37:04 ---> 891f7f55f4b4 00:37:04 00:37:04 ---> 7b5b29de087a 00:37:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:37:04 Removing intermediate container ef8f98ee66f8 00:37:04 ---> 283180655ebd 00:37:04 Step 23/23 : LABEL version=2.0.0-dev.83 00:37:04 Removing intermediate container 60cdcee16438 00:37:04 ---> a02ebc269d61 00:37:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:04 Removing intermediate container e2cceebb9bbc 00:37:04 ---> ef00743f2afd 00:37:04 Step 5/24 : RUN apk add --update --no-cache make git 00:37:04 ---> Running in 7354c34e18f8 00:37:04 Successfully built 891f7f55f4b4 00:37:04 Successfully tagged docker-core-metadata-go:latest 00:37:04 ---> Running in 366145fef5d4 00:37:04  Building docker-core-metadata-go ... done Building docker-core-data-go 00:37:04 ---> Running in 92e41218c225 00:37:04 ---> Running in 2c31c4473b54 00:37:04 Removing intermediate container 92e41218c225 00:37:04 ---> d7b88026e460 00:37:04 Step 22/24 : LABEL arch=x86_64 00:37:04 Removing intermediate container 2c31c4473b54 00:37:04 ---> 96f9d377de5d 00:37:04 00:37:04 ---> Running in 6f89374ad458 00:37:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:05 Successfully built 96f9d377de5d 00:37:05 ---> Running in 1766ecf85e9c 00:37:05 Successfully tagged docker-core-command-go:latest 00:37:05  Building docker-core-command-go ... done Building docker-support-notifications-go 00:37:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:05 Removing intermediate container 43f3dcdd8ddb 00:37:05 ---> 26c7319d4017 00:37:05 Step 5/23 : RUN apk add --update --no-cache make git 00:37:05 Removing intermediate container 1766ecf85e9c 00:37:05 ---> 04a02b0074eb 00:37:05 Step 23/24 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:37:05 (1/33) Installing libbz2 (1.0.8-r1) 00:37:05 (2/33) Installing expat (2.2.9-r1) 00:37:05 (3/33) Installing libffi (3.3-r2) 00:37:05 (4/33) Installing gdbm (1.13-r1) 00:37:05 ---> Running in 18f1d10b261e 00:37:05 (5/33) Installing xz-libs (5.2.5-r0) 00:37:05 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:05 (7/33) Installing python3 (3.8.5-r0) 00:37:05 ---> Running in b61d13a40e61 00:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:07 OK: 217 MiB in 51 packages 00:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:08 OK: 217 MiB in 51 packages 00:37:08 OK: 217 MiB in 51 packages 00:37:08 OK: 217 MiB in 51 packages 00:37:08 OK: 217 MiB in 51 packages 00:37:09 Removing intermediate container 3028421d6ef0 00:37:09 ---> 4166e2941694 00:37:09 Step 6/22 : COPY go.mod . 00:37:09 Removing intermediate container 58b27efd7f10 00:37:09 ---> 7afc2140bc22 00:37:09 Step 6/23 : COPY go.mod . 00:37:10 ---> 2f0df121c649 00:37:10 Step 7/22 : RUN go mod download 00:37:10 Removing intermediate container b61d13a40e61 00:37:10 ---> 1ee11114a689 00:37:10 Step 6/23 : COPY go.mod . 00:37:10 ---> Running in b78b6218202e 00:37:10 Removing intermediate container 6f89374ad458 00:37:10 ---> fb840a669e11 00:37:10 Step 6/24 : COPY go.mod . 00:37:10 Removing intermediate container 7354c34e18f8 00:37:10 ---> fb45c8c0558f 00:37:10 Step 6/23 : COPY go.mod . 00:37:11 ---> 4c902e503587 00:37:11 Step 7/23 : RUN go mod download 00:37:11 ---> Running in c80171069410 00:37:11 ---> 7ac0c1338f87 00:37:11 Step 7/23 : RUN go mod download 00:37:11 ---> Running in 6c0a956b7187 00:37:12 ---> d5b6dd33fed5 00:37:12 Step 7/24 : RUN go mod download 00:37:12 ---> cd0da2743a50 00:37:12 Step 7/23 : RUN go mod download 00:37:12 ---> Running in 93ff6c43dfed 00:37:12 ---> Running in bfffcfd195df 00:37:15 Removing intermediate container b78b6218202e 00:37:15 ---> 7d1f0cca5abc 00:37:15 Step 8/22 : COPY . . 00:37:16 Removing intermediate container c80171069410 00:37:16 ---> c0979c98a9c8 00:37:16 Step 8/23 : COPY . . 00:37:17 Removing intermediate container 6c0a956b7187 00:37:17 ---> f40fb9501ce3 00:37:17 Step 8/23 : COPY . . 00:37:17 Removing intermediate container 93ff6c43dfed 00:37:17 ---> 844893ffabc2 00:37:17 Step 8/24 : COPY . . 00:37:17 Removing intermediate container bfffcfd195df 00:37:17 ---> 4f5aa083a5ba 00:37:17 Step 8/23 : COPY . . 00:37:17 Removing intermediate container 18f1d10b261e 00:37:17 ---> c6437c2187a3 00:37:17 Step 24/24 : LABEL version=2.0.0-dev.83 00:37:17 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:17 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:17 (11/33) Installing py3-six (1.15.0-r0) 00:37:17 (12/33) Installing py3-packaging (20.4-r0) 00:37:17 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:17 ---> Running in aaa43959da6c 00:37:17 Removing intermediate container 366145fef5d4 00:37:17 ---> 92fe335dad90 00:37:17 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:17 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:17 (15/33) Installing py3-idna (2.9-r0) 00:37:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:17 (18/33) Installing py3-requests (2.23.0-r0) 00:37:17 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:17 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:17 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:18 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:19 (24/33) Installing py3-distro (1.5.0-r1) 00:37:20 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:20 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:20 Removing intermediate container aaa43959da6c 00:37:20 ---> 6914d18502e7 00:37:20 00:37:20 ---> 4f8edfe7aec9 00:37:20 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:37:20 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:20 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:20 (29/33) Installing py3-progress (1.5-r0) 00:37:20 (30/33) Installing py3-toml (0.10.1-r0) 00:37:20 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:21 (33/33) Installing py3-pip (20.1.1-r0) 00:37:21 Successfully built 6914d18502e7 00:37:24 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:24 Building docker-security-proxy-setup-go 00:37:25  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger 00:37:25 OK: 71 MiB in 55 packages 00:37:25 ---> aa2e6d76d8e3 00:37:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:37:26 ---> fb73525454eb 00:37:26 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:37:29 ---> d234fd405f74 00:37:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:37:31 ---> ec46f3cb28ba 00:37:31 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:37:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:31 ---> 5cd2005c52eb 00:37:31 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/23 : WORKDIR /edgex-go 00:37:31 ---> 5cd2005c52eb 00:37:31 00:37:31 Step 3/22 : WORKDIR /edgex-go 00:37:31 ---> Using cache 00:37:31 ---> 58e5f8ef4e45 00:37:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:31 ---> Using cache 00:37:31 ---> 58e5f8ef4e45 00:37:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:31 ---> Using cache 00:37:31 ---> 1a322af56b12 00:37:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:31 ---> Using cache 00:37:31 ---> 1a322af56b12 00:37:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:34 ---> Running in 6a3ce5f04ee7 00:37:34 ---> Running in 28f1f506fdf4 00:37:34 ---> Running in 523baefd1c3c 00:37:34 Removing intermediate container 523baefd1c3c 00:37:34 ---> accb0c2001f3 00:37:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:37 ---> 14d135b59db9 00:37:37 Step 26/31 : RUN chmod +x /entrypoint.sh 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:38 ---> Running in ca45c34ce69d 00:37:39 ---> 2f3e621e2240 00:37:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:39 ---> f95e604156d4 00:37:39 Step 9/23 : RUN make cmd/core-command/core-command 00:37:39 ---> Running in 7d1827b520ef 00:37:39 ---> Running in edcc9d031a25 00:37:39 ---> 3d0676d9ad27 00:37:39 Step 9/23 : RUN make cmd/core-data/core-data 00:37:39 ---> c2185bbd519f 00:37:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:39 ---> 927db32d5ebb 00:37:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:39 ---> Running in 72b838bf497e 00:37:39 ---> Running in 04884f8be587 00:37:39 ---> Running in 038c3e28190c 00:37:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-command/core-command ./cmd/core-command 00:37:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:39 OK: 233 MiB in 51 packages 00:37:39 OK: 233 MiB in 51 packages 00:37:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-data/core-data ./cmd/core-data 00:37:43 Removing intermediate container 28f1f506fdf4 00:37:43 ---> 36cf22e8b3c0 00:37:43 Step 6/23 : COPY go.mod . 00:37:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:43 ---> 5cd2005c52eb 00:37:43 Step 3/21 : WORKDIR /edgex-go 00:37:43 ---> Using cache 00:37:43 ---> 58e5f8ef4e45 00:37:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:43 ---> Using cache 00:37:43 ---> 1a322af56b12 00:37:43 Step 5/21 : RUN apk add --update --no-cache make git 00:37:43 ---> Using cache 00:37:43 ---> 16325ac33c40 00:37:43 Step 6/21 : COPY go.mod . 00:37:43 ---> Using cache 00:37:43 ---> 16be8434bac3 00:37:43 Step 7/21 : RUN go mod download 00:37:43 ---> Using cache 00:37:43 ---> 9dc9d69c96c2 00:37:43 Step 8/21 : COPY . . 00:37:43 ---> Using cache 00:37:43 ---> 7f5837462273 00:37:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:44 Removing intermediate container 6a3ce5f04ee7 00:37:44 ---> 5455b4a42acf 00:37:44 Step 6/22 : COPY go.mod . 00:37:44 Removing intermediate container ca45c34ce69d 00:37:44 ---> 3dcdd1f8c3ed 00:37:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:37:44 ---> Running in 3f01e001b44b 00:37:44 ---> 25193e54c80b 00:37:44 Step 7/23 : RUN go mod download 00:37:45 Removing intermediate container 2e493b046272 00:37:45 ---> 4f6704f9d579 00:37:45 Step 20/26 : RUN pip install docker-compose==1.23.2 00:37:45 ---> Running in 9fcdf21c5944 00:37:45 ---> Running in 4c90800d29cf 00:37:45 ---> 0ba3c5de88c6 00:37:45 Step 7/22 : RUN go mod download 00:37:45 ---> Running in d635ed2f65ce 00:37:45 ---> Running in de3c4615ae70 00:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:45 Removing intermediate container 9fcdf21c5944 00:37:45 ---> ca6f696bb6e2 00:37:45 Step 28/31 : CMD ["gate"] 00:37:46 ---> Running in 4fc20f73f682 00:37:46 Removing intermediate container 4fc20f73f682 00:37:46 ---> b5416e420774 00:37:46 Step 29/31 : LABEL arch=x86_64 00:37:47 ---> Running in 0f8240aeb5bd 00:37:47 Removing intermediate container 0f8240aeb5bd 00:37:47 ---> 52def32c30b7 00:37:47 Step 30/31 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:37:47 ---> Running in 2bd350d1b9d2 00:37:47 Removing intermediate container 2bd350d1b9d2 00:37:47 ---> dd4a784b2b96 00:37:47 Step 31/31 : LABEL version=2.0.0-dev.83 00:37:48 Removing intermediate container 4c90800d29cf 00:37:48 ---> b34b3e09ccf8 00:37:48 Step 8/23 : COPY . . 00:37:48 ---> Running in 4e0ab1799c2e 00:37:48 Removing intermediate container de3c4615ae70 00:37:48 ---> 7d1e82c37a8f 00:37:48 Step 8/22 : COPY . . 00:37:48 Removing intermediate container 4e0ab1799c2e 00:37:48 ---> fe86b2af1848 00:37:48 00:37:51 Successfully built fe86b2af1848 00:37:51 Successfully tagged docker-security-bootstrapper-go:latest 00:37:51  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 00:37:51 Collecting docker-compose==1.23.2 00:37:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:37:52 Collecting websocket-client<1.0,>=0.32.0 00:37:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:37:55 Collecting texttable<0.10,>=0.9.0 00:37:55 Downloading texttable-0.9.1.tar.gz (11 kB) 00:37:59 Collecting PyYAML<4,>=3.10 00:37:59 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:03 Collecting jsonschema<3,>=2.5.1 00:38:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:03 Collecting cached-property<2,>=1.2.0 00:38:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:03 Collecting dockerpty<0.5,>=0.4.1 00:38:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:05 Collecting docopt<0.7,>=0.6.1 00:38:05 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:09 Collecting docker<4.0,>=3.6.0 00:38:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:09 Collecting idna<2.8,>=2.5 00:38:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:09 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) 00:38:09 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) 00:38:09 Collecting urllib3<1.25,>=1.21.1 00:38:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:10 Collecting docker-pycreds>=0.4.0 00:38:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:12 Installing collected packages: websocket-client, texttable, PyYAML, jsonschema, cached-property, dockerpty, docopt, idna, urllib3, requests, docker-pycreds, docker, docker-compose 00:38:14 Running setup.py install for texttable: started 00:38:16 Running setup.py install for texttable: finished with status 'done' 00:38:16 Running setup.py install for PyYAML: started 00:38:19 Running setup.py install for PyYAML: finished with status 'done' 00:38:21 Running setup.py install for dockerpty: started 00:38:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:21 ---> 5cd2005c52eb 00:38:21 Step 3/22 : WORKDIR /edgex-go 00:38:21 ---> Using cache 00:38:21 ---> 58e5f8ef4e45 00:38:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:21 ---> Using cache 00:38:21 ---> 1a322af56b12 00:38:21 Step 5/22 : RUN apk add --update --no-cache make git 00:38:22 ---> Using cache 00:38:22 ---> 16325ac33c40 00:38:22 Step 6/22 : COPY go.mod . 00:38:22 ---> Using cache 00:38:22 ---> 16be8434bac3 00:38:22 Step 7/22 : RUN go mod download 00:38:22 ---> Using cache 00:38:22 ---> 9dc9d69c96c2 00:38:22 Step 8/22 : COPY . . 00:38:22 ---> Using cache 00:38:22 ---> 7f5837462273 00:38:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:22 Running setup.py install for dockerpty: finished with status 'done' 00:38:22 Running setup.py install for docopt: started 00:38:23 ---> Running in 81c71118eb5a 00:38:23 Running setup.py install for docopt: finished with status 'done' 00:38:23 Attempting uninstall: idna 00:38:23 Found existing installation: idna 2.9 00:38:23 Uninstalling idna-2.9: 00:38:23 Successfully uninstalled idna-2.9 00:38:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:38:24 Attempting uninstall: urllib3 00:38:24 Found existing installation: urllib3 1.25.9 00:38:24 Uninstalling urllib3-1.25.9: 00:38:25 ---> a9298ce70517 00:38:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:38:25 Successfully uninstalled urllib3-1.25.9 00:38:25 ---> Running in 28965e512568 00:38:25 ---> 240a6e5d495a 00:38:25 Step 9/23 : RUN make cmd/core-data/core-data 00:38:26 Attempting uninstall: requests 00:38:26 Found existing installation: requests 2.23.0 00:38:26 Uninstalling requests-2.23.0: 00:38:26 Successfully uninstalled requests-2.23.0 00:38:26 Removing intermediate container 3f01e001b44b 00:38:26 ---> 006f7fae0c21 00:38:26 00:38:26 Step 10/21 : FROM alpine:3.12 00:38:26 ---> 389fef711851 00:38:26 Step 11/21 : RUN apk add --update --no-cache curl 00:38:26 ---> Running in b4ec6f931c53 00:38:27 ---> Running in 801c5179dae7 00:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:38:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/core-data/core-data ./cmd/core-data 00:38:28 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:38:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 (1/4) Installing ca-certificates (20191127-r4) 00:38:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:29 (3/4) Installing libcurl (7.69.1-r3) 00:38:29 (4/4) Installing curl (7.69.1-r3) 00:38:29 Executing busybox-1.31.1-r19.trigger 00:38:29 Executing ca-certificates-20191127-r4.trigger 00:38:29 OK: 7 MiB in 18 packages 00:38:35 Removing intermediate container 801c5179dae7 00:38:35 ---> 4c430c4bbacd 00:38:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:35 Removing intermediate container d635ed2f65ce 00:38:35 ---> aa8638bf6bf3 00:38:35 Step 21/26 : RUN apk --no-cache add curl 00:38:35 ---> Running in 83c93ab1bd71 00:38:35 ---> Running in 4d58b3ea2dfe 00:38:35 Removing intermediate container 83c93ab1bd71 00:38:35 ---> 7bf9138e9d6a 00:38:35 Step 13/21 : WORKDIR /edgex 00:38:35 ---> Running in 50bdcce70365 00:38:36 Removing intermediate container 50bdcce70365 00:38:36 ---> 37e775c6b70f 00:38:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:37 (2/3) Installing libcurl (7.69.1-r3) 00:38:37 ---> 3120cf4ad2ef 00:38:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:37 (3/3) Installing curl (7.69.1-r3) 00:38:37 Executing busybox-1.31.1-r19.trigger 00:38:37 OK: 72 MiB in 58 packages 00:38:38 ---> 6bb094737134 00:38:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:38 Removing intermediate container 4d58b3ea2dfe 00:38:38 ---> 58036bd2c749 00:38:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:38 ---> Running in b7cf0ed35459 00:38:39 Removing intermediate container b7cf0ed35459 00:38:39 ---> c41afa4ec89b 00:38:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:39 ---> Running in 7a7de0ea8742 00:38:40 ---> 34caf03de839 00:38:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:41 Removing intermediate container 7a7de0ea8742 00:38:41 ---> 656f83f5f037 00:38:41 Step 24/26 : LABEL arch=x86_64 00:38:41 ---> Running in 07e24b57d24e 00:38:41 ---> Running in f13decc20713 00:38:41 Removing intermediate container 07e24b57d24e 00:38:41 ---> d4b87429c8c2 00:38:41 Step 18/21 : CMD ["--init=true"] 00:38:42 ---> Running in 4d5850c3b8e5 00:38:42 Removing intermediate container f13decc20713 00:38:42 ---> 9c080930644a 00:38:42 Step 25/26 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:38:42 ---> Running in 078355a8e445 00:38:42 Removing intermediate container 4d5850c3b8e5 00:38:42 ---> 359fdd1b90c1 00:38:42 Step 19/21 : LABEL arch=x86_64 00:38:42 ---> Running in aca962b9a8f6 00:38:42 Removing intermediate container 078355a8e445 00:38:42 ---> d203bbc94989 00:38:42 Step 26/26 : LABEL version=2.0.0-dev.83 00:38:42 ---> Running in f0613ea80dc2 00:38:43 Removing intermediate container aca962b9a8f6 00:38:43 ---> 170ef718026f 00:38:43 Step 20/21 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:38:43 ---> Running in 503166c141e2 00:38:43 Removing intermediate container f0613ea80dc2 00:38:43 ---> 3d69ef51bb02 00:38:43 00:38:43 Successfully built 3d69ef51bb02 00:38:43 Successfully tagged docker-sys-mgmt-agent-go:latest 00:38:43  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 503166c141e2 00:38:43 ---> 22519572611e 00:38:43 Step 21/21 : LABEL version=2.0.0-dev.83 00:38:43 ---> Running in b752055240ba 00:38:44 Removing intermediate container b752055240ba 00:38:44 ---> bea45c2f0bae 00:38:44 00:38:45 Successfully built bea45c2f0bae 00:38:45 Successfully tagged docker-security-proxy-setup-go:latest 00:38:57  Building docker-security-proxy-setup-go ... done Removing intermediate container 81c71118eb5a 00:38:57 ---> 2da4c682604e 00:38:57 00:38:57 Step 10/22 : FROM alpine:3.12 00:38:57 ---> 389fef711851 00:38:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:57 ---> Using cache 00:38:57 ---> cf4a5a103452 00:38:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:57 ---> Using cache 00:38:57 ---> 70d9355c0cc7 00:38:57 Step 13/22 : ENV APP_PORT=48085 00:38:57 ---> Running in 5ad8388fd4b4 00:38:57 Removing intermediate container 5ad8388fd4b4 00:38:57 ---> 0fa8f0c0414b 00:38:57 Step 14/22 : EXPOSE $APP_PORT 00:38:57 ---> Running in ac338e755bdb 00:38:57 Removing intermediate container ac338e755bdb 00:38:57 ---> 11e13f7529ed 00:38:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:59 ---> 6caef5703ddc 00:38:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:59 Removing intermediate container 28965e512568 00:38:59 ---> e460bcf082bd 00:38:59 00:38:59 Step 10/22 : FROM alpine:3.12 00:38:59 ---> 389fef711851 00:38:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:59 ---> Running in ebdf1fcc85f5 00:39:00 ---> dd1523c08a4c 00:39:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:00 ---> 9bc28e2c5fab 00:39:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:00 ---> Running in b79c1ff14fbb 00:39:00 (1/2) Installing ca-certificates (20191127-r4) 00:39:00 (2/2) Installing dumb-init (1.2.2-r1) 00:39:00 Executing busybox-1.31.1-r19.trigger 00:39:00 Executing ca-certificates-20191127-r4.trigger 00:39:03 OK: 6 MiB in 16 packages 00:39:03 Removing intermediate container b79c1ff14fbb 00:39:03 ---> 2cc6a39b3e80 00:39:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:04 ---> Running in e9e721efbe2c 00:39:04 Removing intermediate container b4ec6f931c53 00:39:04 ---> 6d06951e53cb 00:39:04 00:39:04 Step 10/23 : FROM alpine:3.12 00:39:04 ---> 389fef711851 00:39:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:05 ---> Running in 6d3759351637 00:39:05 Removing intermediate container e9e721efbe2c 00:39:05 ---> 2510c5723a3e 00:39:05 Step 20/22 : LABEL arch=x86_64 00:39:05 Removing intermediate container ebdf1fcc85f5 00:39:05 ---> 6d4ae5b06f17 00:39:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:05 ---> Running in c5ff4409348f 00:39:05 ---> Running in 2bc6b56ec80b 00:39:05 Removing intermediate container 6d3759351637 00:39:05 ---> d77897eb021c 00:39:05 Step 12/23 : ENV APP_PORT=48080 00:39:05 ---> Running in 318bf46ca471 00:39:05 Removing intermediate container c5ff4409348f 00:39:05 ---> db6d001fc075 00:39:05 Step 21/22 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:05 Removing intermediate container 2bc6b56ec80b 00:39:05 ---> 89be28a72ac7 00:39:05 Step 13/22 : ENV APP_PORT=48060 00:39:05 ---> Running in 40d1f2cae6b8 00:39:05 ---> Running in 13da8d931cfb 00:39:05 Removing intermediate container 318bf46ca471 00:39:05 ---> 6c57cc6a86ad 00:39:05 Step 13/23 : EXPOSE $APP_PORT 00:39:05 ---> Running in 1ca3185cf6d4 00:39:05 Removing intermediate container 40d1f2cae6b8 00:39:05 ---> 6f6c21d10f8b 00:39:05 Step 22/22 : LABEL version=2.0.0-dev.83 00:39:05 Removing intermediate container 13da8d931cfb 00:39:05 ---> bcecf4fcc07d 00:39:05 Step 14/22 : EXPOSE $APP_PORT 00:39:06 ---> Running in f8cb0363db6f 00:39:06 ---> Running in 09002613d637 00:39:06 Removing intermediate container 1ca3185cf6d4 00:39:06 ---> 322e6505e271 00:39:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:06 ---> Running in 0294071f73db 00:39:06 Removing intermediate container f8cb0363db6f 00:39:06 ---> 736a258b1bf0 00:39:06 00:39:06 Removing intermediate container 09002613d637 00:39:06 ---> 4c969e71c00d 00:39:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:06 Successfully built 736a258b1bf0 00:39:06 Successfully tagged docker-support-scheduler-go:latest 00:39:07  Building docker-support-scheduler-go ... done  ---> 6232b4a9d759 00:39:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:07 ---> 3fc761f30f54 00:39:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:07 Removing intermediate container 0294071f73db 00:39:07 ---> 7d0419ccf3f5 00:39:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:07 ---> Running in 95ac4daaee87 00:39:07 ---> 74da3c0988b3 00:39:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:08 ---> Running in 022591324ee9 00:39:08 Removing intermediate container 022591324ee9 00:39:08 ---> 529abedd1439 00:39:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:08 ---> Running in 61bc29182656 00:39:08 Removing intermediate container 61bc29182656 00:39:08 ---> c321c7dd9a5e 00:39:08 Step 20/22 : LABEL arch=x86_64 00:39:08 ---> Running in 370b3400e158 00:39:08 Removing intermediate container 370b3400e158 00:39:08 ---> 4f5f0056bc42 00:39:08 Step 21/22 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:08 ---> Running in 7341524afab5 00:39:08 Removing intermediate container 7341524afab5 00:39:08 ---> d02f91bf950f 00:39:08 Step 22/22 : LABEL version=2.0.0-dev.83 00:39:08 ---> Running in cd25c79b9782 00:39:09 Removing intermediate container cd25c79b9782 00:39:09 ---> 9796046be38b 00:39:09 00:39:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:09 Successfully built 9796046be38b 00:39:09 Successfully tagged docker-support-notifications-go:latest 00:39:10  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 00:39:10 (2/6) Installing libgcc (9.3.0-r2) 00:39:10 (3/6) Installing libsodium (1.0.18-r0) 00:39:10 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:10 (5/6) Installing libzmq (4.3.3-r0) 00:39:10 (6/6) Installing zeromq (4.3.3-r0) 00:39:10 Executing busybox-1.31.1-r19.trigger 00:39:10 OK: 8 MiB in 20 packages 00:39:11 Removing intermediate container 95ac4daaee87 00:39:11 ---> 05ac3a15f34f 00:39:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:12 ---> 5b145e219dd9 00:39:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:13 ---> 582de717a4aa 00:39:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:13 ---> 07dc131df9f2 00:39:13 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:13 ---> Running in 426b002b9313 00:39:13 Removing intermediate container 426b002b9313 00:39:13 ---> a926bfc433dd 00:39:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:13 ---> Running in 7e001386a959 00:39:13 Removing intermediate container 7e001386a959 00:39:13 ---> 164c7542c5e5 00:39:13 Step 21/23 : LABEL arch=x86_64 00:39:13 ---> Running in 807a4d084576 00:39:14 Removing intermediate container 807a4d084576 00:39:14 ---> ea4d6aa1821a 00:39:14 Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:14 ---> Running in ce240241134f 00:39:14 Removing intermediate container ce240241134f 00:39:14 ---> ed7da5ebe1a8 00:39:14 Step 23/23 : LABEL version=2.0.0-dev.83 00:39:14 ---> Running in 841679d8aaaa 00:39:14 Removing intermediate container 841679d8aaaa 00:39:14 ---> 23c891b9fee3 00:39:14 00:39:14 Successfully built 23c891b9fee3 00:39:14 Successfully tagged docker-core-data-go:latest 00:39:15  Building docker-core-data-go ... done  [Pipeline] } 00:39:15 $ docker stop --time=1 a77b67c903f9361a79ddde0615de07856d3c411f78fecc9d08bbeca3be9401aa 00:39:16 $ docker rm -f a77b67c903f9361a79ddde0615de07856d3c411f78fecc9d08bbeca3be9401aa [Pipeline] // withDockerContainer [Pipeline] sh 00:39:17 + docker images 00:39:17 + grep docker 00:39:17 docker-core-data-go latest 23c891b9fee3 3 seconds ago 22.3MB 00:39:17 docker-support-notifications-go latest 9796046be38b 8 seconds ago 17.6MB 00:39:17 docker-support-scheduler-go latest 736a258b1bf0 11 seconds ago 17MB 00:39:17 docker-security-proxy-setup-go latest bea45c2f0bae 33 seconds ago 24.4MB 00:39:17 docker-sys-mgmt-agent-go latest 3d69ef51bb02 34 seconds ago 313MB 00:39:17 docker-security-bootstrapper-go latest fe86b2af1848 About a minute ago 23.8MB 00:39:17 docker-security-secretstore-setup-go latest 6914d18502e7 2 minutes ago 24.6MB 00:39:17 docker-core-command-go latest 96f9d377de5d 2 minutes ago 16.9MB 00:39:17 docker-core-metadata-go latest 891f7f55f4b4 2 minutes ago 18.8MB 00:39:17 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:39:18 provisioning config files... 00:39:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/348@tmp/config1116139282598185173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:39:18 ---> docker-login.sh 00:39:18 nexus3.edgexfoundry.org:10001 00:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:19 Configure a credential helper to remove this warning. See 00:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:19 00:39:19 Login Succeeded 00:39:19 nexus3.edgexfoundry.org:10002 00:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:19 Configure a credential helper to remove this warning. See 00:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:19 00:39:19 Login Succeeded 00:39:19 nexus3.edgexfoundry.org:10003 00:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:19 Configure a credential helper to remove this warning. See 00:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:19 00:39:19 Login Succeeded 00:39:19 nexus3.edgexfoundry.org:10004 00:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:19 Configure a credential helper to remove this warning. See 00:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:19 00:39:19 Login Succeeded 00:39:19 docker.io 00:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:20 Configure a credential helper to remove this warning. See 00:39:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:20 00:39:20 Login Succeeded 00:39:20 ---> docker-login.sh ends [Pipeline] } 00:39:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:20 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 00:39:20 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:20 2.0.0-dev.83 00:39:20 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:20 master 00:39:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:20 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:39:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 00:39:21 fcc81ffca2fb: Preparing 00:39:21 347a49fa7230: Preparing 00:39:21 fc779195db1a: Preparing 00:39:21 136b0236ff24: Preparing 00:39:21 777b2c648970: Preparing 00:39:21 777b2c648970: Layer already exists 00:39:21 fc779195db1a: Pushed 00:39:21 136b0236ff24: Pushed 00:39:21 fcc81ffca2fb: Pushed 00:39:22 347a49fa7230: Pushed 00:39:22 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:9430a50e348d6bbd60ee471a724a62a3faf75ab97e7fa0bc3b8680bb3abbb014 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:39:23 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.83 00:39:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 00:39:23 fcc81ffca2fb: Preparing 00:39:23 347a49fa7230: Preparing 00:39:23 fc779195db1a: Preparing 00:39:23 136b0236ff24: Preparing 00:39:23 777b2c648970: Preparing 00:39:23 fc779195db1a: Layer already exists 00:39:23 777b2c648970: Layer already exists 00:39:23 136b0236ff24: Layer already exists 00:39:23 347a49fa7230: Layer already exists 00:39:23 fcc81ffca2fb: Layer already exists 00:39:23 2.0.0-dev.83: digest: sha256:9430a50e348d6bbd60ee471a724a62a3faf75ab97e7fa0bc3b8680bb3abbb014 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:39:23 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 00:39:24 fcc81ffca2fb: Preparing 00:39:24 347a49fa7230: Preparing 00:39:24 fc779195db1a: Preparing 00:39:24 136b0236ff24: Preparing 00:39:24 777b2c648970: Preparing 00:39:24 fc779195db1a: Layer already exists 00:39:24 777b2c648970: Layer already exists 00:39:24 fcc81ffca2fb: Layer already exists 00:39:24 347a49fa7230: Layer already exists 00:39:24 136b0236ff24: Layer already exists 00:39:24 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:9430a50e348d6bbd60ee471a724a62a3faf75ab97e7fa0bc3b8680bb3abbb014 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:39:24 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 00:39:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 00:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 00:39:24 fcc81ffca2fb: Preparing 00:39:24 347a49fa7230: Preparing 00:39:24 fc779195db1a: Preparing 00:39:24 136b0236ff24: Preparing 00:39:24 777b2c648970: Preparing 00:39:24 777b2c648970: Layer already exists 00:39:24 fcc81ffca2fb: Layer already exists 00:39:24 347a49fa7230: Layer already exists 00:39:24 fc779195db1a: Layer already exists 00:39:24 136b0236ff24: Layer already exists 00:39:24 master: digest: sha256:9430a50e348d6bbd60ee471a724a62a3faf75ab97e7fa0bc3b8680bb3abbb014 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:25 ===================================================== [Pipeline] echo 00:39:25 taggedImages: 00:39:25 - nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:25 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.83 00:39:25 - nexus3.edgexfoundry.org:10004/docker-core-command-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:25 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 00:39:25 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 00:39:25 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:25 2.0.0-dev.83 00:39:25 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:25 master 00:39:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:25 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:39:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 00:39:26 f45327a45606: Preparing 00:39:26 c7cd73777026: Preparing 00:39:26 fc779195db1a: Preparing 00:39:26 49acb36dc2d5: Preparing 00:39:26 8ed1b3892041: Preparing 00:39:26 777b2c648970: Preparing 00:39:26 777b2c648970: Waiting 00:39:26 fc779195db1a: Layer already exists 00:39:26 777b2c648970: Layer already exists 00:39:26 8ed1b3892041: Pushed 00:39:26 f45327a45606: Pushed 00:39:26 49acb36dc2d5: Pushed 00:39:27 c7cd73777026: Pushed 00:39:27 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:eea48df3a6aa23d67ed9fe6dae2fe636afd9bf23d431fb4cc5ddbf0aac7dbf20 size: 1572 [Pipeline] isUnix [Pipeline] sh 00:39:28 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.83 00:39:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 00:39:28 f45327a45606: Preparing 00:39:28 c7cd73777026: Preparing 00:39:28 fc779195db1a: Preparing 00:39:28 49acb36dc2d5: Preparing 00:39:28 8ed1b3892041: Preparing 00:39:28 777b2c648970: Preparing 00:39:28 fc779195db1a: Layer already exists 00:39:28 c7cd73777026: Layer already exists 00:39:28 f45327a45606: Layer already exists 00:39:28 8ed1b3892041: Layer already exists 00:39:28 49acb36dc2d5: Layer already exists 00:39:28 777b2c648970: Layer already exists 00:39:28 2.0.0-dev.83: digest: sha256:eea48df3a6aa23d67ed9fe6dae2fe636afd9bf23d431fb4cc5ddbf0aac7dbf20 size: 1572 [Pipeline] isUnix [Pipeline] sh 00:39:28 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 00:39:28 f45327a45606: Preparing 00:39:28 c7cd73777026: Preparing 00:39:28 fc779195db1a: Preparing 00:39:28 49acb36dc2d5: Preparing 00:39:28 8ed1b3892041: Preparing 00:39:28 777b2c648970: Preparing 00:39:28 777b2c648970: Waiting 00:39:28 f45327a45606: Layer already exists 00:39:28 c7cd73777026: Layer already exists 00:39:28 fc779195db1a: Layer already exists 00:39:28 8ed1b3892041: Layer already exists 00:39:28 49acb36dc2d5: Layer already exists 00:39:28 777b2c648970: Layer already exists 00:39:28 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:eea48df3a6aa23d67ed9fe6dae2fe636afd9bf23d431fb4cc5ddbf0aac7dbf20 size: 1572 [Pipeline] isUnix [Pipeline] sh 00:39:29 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 00:39:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 00:39:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 00:39:29 f45327a45606: Preparing 00:39:29 c7cd73777026: Preparing 00:39:29 fc779195db1a: Preparing 00:39:29 49acb36dc2d5: Preparing 00:39:29 8ed1b3892041: Preparing 00:39:29 777b2c648970: Preparing 00:39:29 777b2c648970: Waiting 00:39:29 c7cd73777026: Layer already exists 00:39:29 f45327a45606: Layer already exists 00:39:29 fc779195db1a: Layer already exists 00:39:29 49acb36dc2d5: Layer already exists 00:39:29 8ed1b3892041: Layer already exists 00:39:29 777b2c648970: Layer already exists 00:39:29 master: digest: sha256:eea48df3a6aa23d67ed9fe6dae2fe636afd9bf23d431fb4cc5ddbf0aac7dbf20 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:29 ===================================================== [Pipeline] echo 00:39:29 taggedImages: 00:39:29 - nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:29 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.83 00:39:29 - nexus3.edgexfoundry.org:10004/docker-core-data-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:29 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 00:39:29 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 00:39:29 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:29 2.0.0-dev.83 00:39:29 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:29 master 00:39:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:30 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:39:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 00:39:30 50197b7bf89c: Preparing 00:39:30 e861227324ab: Preparing 00:39:30 fc779195db1a: Preparing 00:39:30 136b0236ff24: Preparing 00:39:30 777b2c648970: Preparing 00:39:30 136b0236ff24: Layer already exists 00:39:30 fc779195db1a: Layer already exists 00:39:30 777b2c648970: Layer already exists 00:39:30 50197b7bf89c: Pushed 00:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:32 e861227324ab: Pushed 00:39:33 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:e80e92099051da4e2e5bf8fc8328b210e2078a59741724296b92b07e118e9f8b size: 1363 [Pipeline] isUnix [Pipeline] sh 00:39:33 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.83 00:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 00:39:34 50197b7bf89c: Preparing 00:39:34 e861227324ab: Preparing 00:39:34 fc779195db1a: Preparing 00:39:34 136b0236ff24: Preparing 00:39:34 777b2c648970: Preparing 00:39:34 50197b7bf89c: Layer already exists 00:39:34 e861227324ab: Layer already exists 00:39:34 777b2c648970: Layer already exists 00:39:34 136b0236ff24: Layer already exists 00:39:34 fc779195db1a: Layer already exists 00:39:34 2.0.0-dev.83: digest: sha256:e80e92099051da4e2e5bf8fc8328b210e2078a59741724296b92b07e118e9f8b size: 1363 [Pipeline] isUnix [Pipeline] sh 00:39:34 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 00:39:34 50197b7bf89c: Preparing 00:39:34 e861227324ab: Preparing 00:39:34 fc779195db1a: Preparing 00:39:34 136b0236ff24: Preparing 00:39:34 777b2c648970: Preparing 00:39:34 fc779195db1a: Layer already exists 00:39:34 50197b7bf89c: Layer already exists 00:39:34 136b0236ff24: Layer already exists 00:39:34 777b2c648970: Layer already exists 00:39:34 e861227324ab: Layer already exists 00:39:34 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:e80e92099051da4e2e5bf8fc8328b210e2078a59741724296b92b07e118e9f8b size: 1363 [Pipeline] isUnix [Pipeline] sh 00:39:35 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 00:39:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 00:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 00:39:35 50197b7bf89c: Preparing 00:39:35 e861227324ab: Preparing 00:39:35 fc779195db1a: Preparing 00:39:35 136b0236ff24: Preparing 00:39:35 777b2c648970: Preparing 00:39:35 e861227324ab: Layer already exists 00:39:35 50197b7bf89c: Layer already exists 00:39:35 777b2c648970: Layer already exists 00:39:35 fc779195db1a: Layer already exists 00:39:35 136b0236ff24: Layer already exists 00:39:35 master: digest: sha256:e80e92099051da4e2e5bf8fc8328b210e2078a59741724296b92b07e118e9f8b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:35 ===================================================== [Pipeline] echo 00:39:35 taggedImages: 00:39:35 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:35 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.83 00:39:35 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:35 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 00:39:35 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 00:39:35 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:35 2.0.0-dev.83 00:39:35 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:35 master 00:39:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:36 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:39:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 00:39:36 a3280e04a56c: Preparing 00:39:36 a3280e04a56c: Preparing 00:39:36 8ead73d9b316: Preparing 00:39:36 b75771c821e3: Preparing 00:39:36 cfbce2b53b0a: Preparing 00:39:36 9066298ea104: Preparing 00:39:36 fc779195db1a: Preparing 00:39:36 a8a88fc97189: Preparing 00:39:36 a8a88fc97189: Preparing 00:39:36 c2d0370c85a4: Preparing 00:39:36 4ba554dd5e64: Preparing 00:39:36 777b2c648970: Preparing 00:39:36 fc779195db1a: Waiting 00:39:36 a8a88fc97189: Waiting 00:39:36 c2d0370c85a4: Waiting 00:39:36 4ba554dd5e64: Waiting 00:39:36 777b2c648970: Waiting 00:39:36 8ead73d9b316: Pushed 00:39:36 a3280e04a56c: Pushed 00:39:36 cfbce2b53b0a: Pushed 00:39:36 fc779195db1a: Layer already exists 00:39:36 a8a88fc97189: Pushed 00:39:36 c2d0370c85a4: Pushed 00:39:36 4ba554dd5e64: Pushed 00:39:36 777b2c648970: Layer already exists 00:39:37 b75771c821e3: Pushed 00:39:37 9066298ea104: Pushed 00:39:37 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:f2058ec96a73d5825cf040bf98a04ad415c41866da3e030a75e81169b6b99705 size: 2820 [Pipeline] isUnix [Pipeline] sh 00:39:37 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.83 00:39:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 00:39:38 a3280e04a56c: Preparing 00:39:38 a3280e04a56c: Preparing 00:39:38 8ead73d9b316: Preparing 00:39:38 b75771c821e3: Preparing 00:39:38 cfbce2b53b0a: Preparing 00:39:38 9066298ea104: Preparing 00:39:38 fc779195db1a: Preparing 00:39:38 a8a88fc97189: Preparing 00:39:38 a8a88fc97189: Preparing 00:39:38 c2d0370c85a4: Preparing 00:39:38 4ba554dd5e64: Preparing 00:39:38 777b2c648970: Preparing 00:39:38 fc779195db1a: Waiting 00:39:38 4ba554dd5e64: Waiting 00:39:38 a8a88fc97189: Waiting 00:39:38 c2d0370c85a4: Waiting 00:39:38 777b2c648970: Waiting 00:39:38 cfbce2b53b0a: Layer already exists 00:39:38 8ead73d9b316: Layer already exists 00:39:38 9066298ea104: Layer already exists 00:39:38 a3280e04a56c: Layer already exists 00:39:38 b75771c821e3: Layer already exists 00:39:38 a8a88fc97189: Layer already exists 00:39:38 fc779195db1a: Layer already exists 00:39:38 4ba554dd5e64: Layer already exists 00:39:38 c2d0370c85a4: Layer already exists 00:39:38 777b2c648970: Layer already exists 00:39:38 2.0.0-dev.83: digest: sha256:f2058ec96a73d5825cf040bf98a04ad415c41866da3e030a75e81169b6b99705 size: 2820 [Pipeline] isUnix [Pipeline] sh 00:39:38 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 00:39:38 a3280e04a56c: Preparing 00:39:38 a3280e04a56c: Preparing 00:39:38 8ead73d9b316: Preparing 00:39:38 b75771c821e3: Preparing 00:39:38 cfbce2b53b0a: Preparing 00:39:38 9066298ea104: Preparing 00:39:38 fc779195db1a: Preparing 00:39:38 a8a88fc97189: Preparing 00:39:38 a8a88fc97189: Preparing 00:39:38 c2d0370c85a4: Preparing 00:39:38 4ba554dd5e64: Preparing 00:39:38 777b2c648970: Preparing 00:39:38 fc779195db1a: Waiting 00:39:38 a8a88fc97189: Waiting 00:39:38 c2d0370c85a4: Waiting 00:39:38 4ba554dd5e64: Waiting 00:39:38 777b2c648970: Waiting 00:39:38 9066298ea104: Layer already exists 00:39:38 8ead73d9b316: Layer already exists 00:39:38 cfbce2b53b0a: Layer already exists 00:39:38 a3280e04a56c: Layer already exists 00:39:38 b75771c821e3: Layer already exists 00:39:38 fc779195db1a: Layer already exists 00:39:38 a8a88fc97189: Layer already exists 00:39:38 c2d0370c85a4: Layer already exists 00:39:38 777b2c648970: Layer already exists 00:39:38 4ba554dd5e64: Layer already exists 00:39:38 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:f2058ec96a73d5825cf040bf98a04ad415c41866da3e030a75e81169b6b99705 size: 2820 [Pipeline] isUnix [Pipeline] sh 00:39:39 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 00:39:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 00:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 00:39:39 a3280e04a56c: Preparing 00:39:39 a3280e04a56c: Preparing 00:39:39 8ead73d9b316: Preparing 00:39:39 b75771c821e3: Preparing 00:39:39 cfbce2b53b0a: Preparing 00:39:39 9066298ea104: Preparing 00:39:39 fc779195db1a: Preparing 00:39:39 a8a88fc97189: Preparing 00:39:39 a8a88fc97189: Preparing 00:39:39 c2d0370c85a4: Preparing 00:39:39 4ba554dd5e64: Preparing 00:39:39 777b2c648970: Preparing 00:39:39 fc779195db1a: Waiting 00:39:39 777b2c648970: Waiting 00:39:39 4ba554dd5e64: Waiting 00:39:39 a8a88fc97189: Waiting 00:39:39 8ead73d9b316: Layer already exists 00:39:39 b75771c821e3: Layer already exists 00:39:39 cfbce2b53b0a: Layer already exists 00:39:39 9066298ea104: Layer already exists 00:39:39 a8a88fc97189: Layer already exists 00:39:39 fc779195db1a: Layer already exists 00:39:39 a3280e04a56c: Layer already exists 00:39:39 c2d0370c85a4: Layer already exists 00:39:39 4ba554dd5e64: Layer already exists 00:39:39 777b2c648970: Layer already exists 00:39:39 master: digest: sha256:f2058ec96a73d5825cf040bf98a04ad415c41866da3e030a75e81169b6b99705 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:39 ===================================================== [Pipeline] echo 00:39:40 taggedImages: 00:39:40 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:40 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.83 00:39:40 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:40 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 00:39:40 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 00:39:40 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:40 2.0.0-dev.83 00:39:40 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:40 master 00:39:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:40 Removing intermediate container 72b838bf497e 00:39:40 ---> 40f8dc37503b 00:39:40 00:39:40 Step 10/24 : FROM alpine:3.12 00:39:40 3.12: Pulling from library/alpine 00:39:40 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:39:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 00:39:40 d628ef323522: Preparing 00:39:40 76f11f2d6073: Preparing 00:39:40 3b9f14cddd10: Preparing 00:39:40 dcd796ad30ed: Preparing 00:39:40 68991f493a09: Preparing 00:39:40 777b2c648970: Preparing 00:39:40 777b2c648970: Waiting 00:39:41 3b9f14cddd10: Pushed 00:39:41 dcd796ad30ed: Pushed 00:39:41 777b2c648970: Layer already exists 00:39:41 68991f493a09: Pushed 00:39:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:41 Status: Downloaded newer image for alpine:3.12 00:39:41 ---> afeebe901d6b 00:39:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:42 d628ef323522: Pushed 00:39:42 76f11f2d6073: Pushed 00:39:42 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:ab5f4b305cdd48dcc744ba017661a301017fcae076bd5113c35d7d0d0babcf43 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:39:42 ---> Running in 1d883a7637ae 00:39:42 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.83 00:39:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 00:39:42 d628ef323522: Preparing 00:39:42 76f11f2d6073: Preparing 00:39:42 3b9f14cddd10: Preparing 00:39:42 dcd796ad30ed: Preparing 00:39:42 68991f493a09: Preparing 00:39:42 777b2c648970: Preparing 00:39:42 777b2c648970: Waiting 00:39:42 d628ef323522: Layer already exists 00:39:42 76f11f2d6073: Layer already exists 00:39:42 68991f493a09: Layer already exists 00:39:42 dcd796ad30ed: Layer already exists 00:39:42 3b9f14cddd10: Layer already exists 00:39:42 777b2c648970: Layer already exists 00:39:42 2.0.0-dev.83: digest: sha256:ab5f4b305cdd48dcc744ba017661a301017fcae076bd5113c35d7d0d0babcf43 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:39:43 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 00:39:43 d628ef323522: Preparing 00:39:43 76f11f2d6073: Preparing 00:39:43 3b9f14cddd10: Preparing 00:39:43 dcd796ad30ed: Preparing 00:39:43 68991f493a09: Preparing 00:39:43 777b2c648970: Preparing 00:39:43 777b2c648970: Waiting 00:39:43 76f11f2d6073: Layer already exists 00:39:43 68991f493a09: Layer already exists 00:39:43 dcd796ad30ed: Layer already exists 00:39:43 3b9f14cddd10: Layer already exists 00:39:43 d628ef323522: Layer already exists 00:39:43 777b2c648970: Layer already exists 00:39:43 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:ab5f4b305cdd48dcc744ba017661a301017fcae076bd5113c35d7d0d0babcf43 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:39:43 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 00:39:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 00:39:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 00:39:44 d628ef323522: Preparing 00:39:44 76f11f2d6073: Preparing 00:39:44 3b9f14cddd10: Preparing 00:39:44 dcd796ad30ed: Preparing 00:39:44 68991f493a09: Preparing 00:39:44 777b2c648970: Preparing 00:39:44 777b2c648970: Waiting 00:39:44 dcd796ad30ed: Layer already exists 00:39:44 3b9f14cddd10: Layer already exists 00:39:44 76f11f2d6073: Layer already exists 00:39:44 d628ef323522: Layer already exists 00:39:44 68991f493a09: Layer already exists 00:39:44 777b2c648970: Layer already exists 00:39:44 master: digest: sha256:ab5f4b305cdd48dcc744ba017661a301017fcae076bd5113c35d7d0d0babcf43 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:44 ===================================================== [Pipeline] echo 00:39:44 taggedImages: 00:39:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.83 00:39:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 00:39:44 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 00:39:44 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:44 2.0.0-dev.83 00:39:44 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:44 master 00:39:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:44 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 00:39:45 c7b98b6e00a4: Preparing 00:39:45 86575880f9ae: Preparing 00:39:45 b063ef7339de: Preparing 00:39:45 f6b5e2e67644: Preparing 00:39:45 281f8c38d9a7: Preparing 00:39:45 a0112d398ed5: Preparing 00:39:45 c595b34c79f7: Preparing 00:39:45 7ffa4e4e3ed1: Preparing 00:39:45 777b2c648970: Preparing 00:39:45 a0112d398ed5: Waiting 00:39:45 c595b34c79f7: Waiting 00:39:45 7ffa4e4e3ed1: Waiting 00:39:45 777b2c648970: Waiting 00:39:45 86575880f9ae: Pushed 00:39:45 281f8c38d9a7: Pushed 00:39:45 c7b98b6e00a4: Pushed 00:39:45 a0112d398ed5: Pushed 00:39:45 777b2c648970: Layer already exists 00:39:45 c595b34c79f7: Pushed 00:39:45 (1/5) Installing ca-certificates (20191127-r4) 00:39:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:45 (3/5) Installing libcurl (7.69.1-r3) 00:39:45 (4/5) Installing curl (7.69.1-r3) 00:39:45 (5/5) Installing dumb-init (1.2.2-r1) 00:39:45 Executing busybox-1.31.1-r19.trigger 00:39:45 Executing ca-certificates-20191127-r4.trigger 00:39:46 7ffa4e4e3ed1: Pushed 00:39:46 f6b5e2e67644: Pushed 00:39:46 b063ef7339de: Pushed 00:39:46 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:2f25cc14c44277c59f4ace1bbc42fcbe84c84977dc774d7b58a1ed17ad5ad30f size: 2198 [Pipeline] isUnix [Pipeline] sh 00:39:46 OK: 7 MiB in 19 packages 00:39:46 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.83 00:39:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 00:39:46 c7b98b6e00a4: Preparing 00:39:46 86575880f9ae: Preparing 00:39:46 b063ef7339de: Preparing 00:39:46 f6b5e2e67644: Preparing 00:39:46 281f8c38d9a7: Preparing 00:39:46 a0112d398ed5: Preparing 00:39:46 c595b34c79f7: Preparing 00:39:46 7ffa4e4e3ed1: Preparing 00:39:46 777b2c648970: Preparing 00:39:46 a0112d398ed5: Waiting 00:39:46 c595b34c79f7: Waiting 00:39:46 7ffa4e4e3ed1: Waiting 00:39:46 777b2c648970: Waiting 00:39:46 281f8c38d9a7: Layer already exists 00:39:46 c7b98b6e00a4: Layer already exists 00:39:46 b063ef7339de: Layer already exists 00:39:46 f6b5e2e67644: Layer already exists 00:39:46 86575880f9ae: Layer already exists 00:39:46 c595b34c79f7: Layer already exists 00:39:46 a0112d398ed5: Layer already exists 00:39:46 7ffa4e4e3ed1: Layer already exists 00:39:46 777b2c648970: Layer already exists 00:39:46 2.0.0-dev.83: digest: sha256:2f25cc14c44277c59f4ace1bbc42fcbe84c84977dc774d7b58a1ed17ad5ad30f size: 2198 [Pipeline] isUnix [Pipeline] sh 00:39:47 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 00:39:47 c7b98b6e00a4: Preparing 00:39:47 86575880f9ae: Preparing 00:39:47 b063ef7339de: Preparing 00:39:47 f6b5e2e67644: Preparing 00:39:47 281f8c38d9a7: Preparing 00:39:47 a0112d398ed5: Preparing 00:39:47 c595b34c79f7: Preparing 00:39:47 7ffa4e4e3ed1: Preparing 00:39:47 777b2c648970: Preparing 00:39:47 c595b34c79f7: Waiting 00:39:47 7ffa4e4e3ed1: Waiting 00:39:47 777b2c648970: Waiting 00:39:47 a0112d398ed5: Waiting 00:39:47 281f8c38d9a7: Layer already exists 00:39:47 86575880f9ae: Layer already exists 00:39:47 c7b98b6e00a4: Layer already exists 00:39:47 b063ef7339de: Layer already exists 00:39:47 f6b5e2e67644: Layer already exists 00:39:47 a0112d398ed5: Layer already exists 00:39:47 c595b34c79f7: Layer already exists 00:39:47 7ffa4e4e3ed1: Layer already exists 00:39:47 777b2c648970: Layer already exists 00:39:47 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:2f25cc14c44277c59f4ace1bbc42fcbe84c84977dc774d7b58a1ed17ad5ad30f size: 2198 [Pipeline] isUnix [Pipeline] sh 00:39:47 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 00:39:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 00:39:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 00:39:48 c7b98b6e00a4: Preparing 00:39:48 86575880f9ae: Preparing 00:39:48 b063ef7339de: Preparing 00:39:48 f6b5e2e67644: Preparing 00:39:48 281f8c38d9a7: Preparing 00:39:48 a0112d398ed5: Preparing 00:39:48 c595b34c79f7: Preparing 00:39:48 7ffa4e4e3ed1: Preparing 00:39:48 777b2c648970: Preparing 00:39:48 a0112d398ed5: Waiting 00:39:48 c595b34c79f7: Waiting 00:39:48 7ffa4e4e3ed1: Waiting 00:39:48 777b2c648970: Waiting 00:39:48 86575880f9ae: Layer already exists 00:39:48 b063ef7339de: Layer already exists 00:39:48 c7b98b6e00a4: Layer already exists 00:39:48 281f8c38d9a7: Layer already exists 00:39:48 f6b5e2e67644: Layer already exists 00:39:48 a0112d398ed5: Layer already exists 00:39:48 c595b34c79f7: Layer already exists 00:39:48 7ffa4e4e3ed1: Layer already exists 00:39:48 777b2c648970: Layer already exists 00:39:48 master: digest: sha256:2f25cc14c44277c59f4ace1bbc42fcbe84c84977dc774d7b58a1ed17ad5ad30f size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:48 ===================================================== [Pipeline] echo 00:39:48 taggedImages: 00:39:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.83 00:39:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 00:39:48 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 00:39:48 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:48 2.0.0-dev.83 00:39:48 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:48 master 00:39:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:48 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:39:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 00:39:49 76f257f4f1e7: Preparing 00:39:49 6384781aa893: Preparing 00:39:49 fc779195db1a: Preparing 00:39:49 b3b23c5a2901: Preparing 00:39:49 777b2c648970: Preparing 00:39:49 fc779195db1a: Layer already exists 00:39:49 777b2c648970: Layer already exists 00:39:49 76f257f4f1e7: Pushed 00:39:49 b3b23c5a2901: Pushed 00:39:50 Removing intermediate container 1d883a7637ae 00:39:50 ---> 8355e689ebb3 00:39:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:50 ---> Running in 2e2a1e4a73f5 00:39:50 6384781aa893: Pushed 00:39:50 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:04147ec47502a0c5813002c674cf4cd1ec4673eb44b914e133cc937f37fe96b7 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:39:50 Removing intermediate container 2e2a1e4a73f5 00:39:50 ---> 70c41bb053e8 00:39:50 Step 13/24 : WORKDIR / 00:39:51 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.83 00:39:51 ---> Running in 9fda11983879 [Pipeline] isUnix [Pipeline] sh 00:39:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.83 00:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 00:39:51 76f257f4f1e7: Preparing 00:39:51 6384781aa893: Preparing 00:39:51 fc779195db1a: Preparing 00:39:51 b3b23c5a2901: Preparing 00:39:51 777b2c648970: Preparing 00:39:51 b3b23c5a2901: Layer already exists 00:39:51 fc779195db1a: Layer already exists 00:39:51 777b2c648970: Layer already exists 00:39:51 76f257f4f1e7: Layer already exists 00:39:51 6384781aa893: Layer already exists 00:39:51 2.0.0-dev.83: digest: sha256:04147ec47502a0c5813002c674cf4cd1ec4673eb44b914e133cc937f37fe96b7 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:39:51 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 00:39:52 76f257f4f1e7: Preparing 00:39:52 6384781aa893: Preparing 00:39:52 fc779195db1a: Preparing 00:39:52 b3b23c5a2901: Preparing 00:39:52 777b2c648970: Preparing 00:39:52 777b2c648970: Layer already exists 00:39:52 6384781aa893: Layer already exists 00:39:52 fc779195db1a: Layer already exists 00:39:52 76f257f4f1e7: Layer already exists 00:39:52 b3b23c5a2901: Layer already exists 00:39:52 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:04147ec47502a0c5813002c674cf4cd1ec4673eb44b914e133cc937f37fe96b7 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:39:52 Removing intermediate container 9fda11983879 00:39:52 ---> 2a280c6aca5d 00:39:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:52 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 00:39:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 00:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 00:39:52 76f257f4f1e7: Preparing 00:39:52 6384781aa893: Preparing 00:39:52 fc779195db1a: Preparing 00:39:52 b3b23c5a2901: Preparing 00:39:52 777b2c648970: Preparing 00:39:52 fc779195db1a: Layer already exists 00:39:52 777b2c648970: Layer already exists 00:39:52 6384781aa893: Layer already exists 00:39:52 76f257f4f1e7: Layer already exists 00:39:52 b3b23c5a2901: Layer already exists 00:39:52 master: digest: sha256:04147ec47502a0c5813002c674cf4cd1ec4673eb44b914e133cc937f37fe96b7 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:52 ===================================================== [Pipeline] echo 00:39:52 taggedImages: 00:39:52 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:52 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.83 00:39:52 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:52 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 00:39:52 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 00:39:52 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:52 2.0.0-dev.83 00:39:52 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:52 master 00:39:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 00:39:53 ---> b6fb030ea454 00:39:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] isUnix [Pipeline] sh 00:39:53 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:39:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 00:39:53 e7e6c8bbe30c: Preparing 00:39:53 d4e47854e87d: Preparing 00:39:53 fc779195db1a: Preparing 00:39:53 136b0236ff24: Preparing 00:39:53 777b2c648970: Preparing 00:39:53 777b2c648970: Layer already exists 00:39:53 fc779195db1a: Layer already exists 00:39:53 136b0236ff24: Layer already exists 00:39:53 e7e6c8bbe30c: Pushed 00:39:54 ---> 63376b57e501 00:39:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:55 d4e47854e87d: Pushed 00:39:55 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:e43b0c2069ba85c5431e0505b55f5b60a850b59998f17f24050b7a9deb2be483 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:39:55 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:55 ---> 9bfe9f6fee2c 00:39:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.83 00:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 00:39:55 e7e6c8bbe30c: Preparing 00:39:55 d4e47854e87d: Preparing 00:39:55 fc779195db1a: Preparing 00:39:55 136b0236ff24: Preparing 00:39:55 777b2c648970: Preparing 00:39:55 e7e6c8bbe30c: Layer already exists 00:39:55 d4e47854e87d: Layer already exists 00:39:55 136b0236ff24: Layer already exists 00:39:55 fc779195db1a: Layer already exists 00:39:55 777b2c648970: Layer already exists 00:39:55 2.0.0-dev.83: digest: sha256:e43b0c2069ba85c5431e0505b55f5b60a850b59998f17f24050b7a9deb2be483 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:39:56 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:39:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 00:39:56 e7e6c8bbe30c: Preparing 00:39:56 d4e47854e87d: Preparing 00:39:56 fc779195db1a: Preparing 00:39:56 136b0236ff24: Preparing 00:39:56 777b2c648970: Preparing 00:39:56 fc779195db1a: Layer already exists 00:39:56 777b2c648970: Layer already exists 00:39:56 d4e47854e87d: Layer already exists 00:39:56 e7e6c8bbe30c: Layer already exists 00:39:56 136b0236ff24: Layer already exists 00:39:56 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:e43b0c2069ba85c5431e0505b55f5b60a850b59998f17f24050b7a9deb2be483 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:39:56 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 00:39:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 00:39:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 00:39:56 e7e6c8bbe30c: Preparing 00:39:56 d4e47854e87d: Preparing 00:39:56 fc779195db1a: Preparing 00:39:56 136b0236ff24: Preparing 00:39:56 777b2c648970: Preparing 00:39:56 136b0236ff24: Layer already exists 00:39:56 d4e47854e87d: Layer already exists 00:39:56 e7e6c8bbe30c: Layer already exists 00:39:56 fc779195db1a: Layer already exists 00:39:56 777b2c648970: Layer already exists 00:39:56 master: digest: sha256:e43b0c2069ba85c5431e0505b55f5b60a850b59998f17f24050b7a9deb2be483 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:57 ===================================================== [Pipeline] echo 00:39:57 taggedImages: 00:39:57 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:57 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.83 00:39:57 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:57 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 00:39:57 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 00:39:57 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:57 2.0.0-dev.83 00:39:57 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:39:57 master 00:39:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:57 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:39:58 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 00:39:58 6cfa44bd90e7: Preparing 00:39:58 f132ae481bf3: Preparing 00:39:58 c9157e7ea44e: Preparing 00:39:58 a6e0d7f04753: Preparing 00:39:58 531b2a550059: Preparing 00:39:58 1fbb8ecb4d4b: Preparing 00:39:58 8cdfd4c670f9: Preparing 00:39:58 0754057c0ad3: Preparing 00:39:58 998cdf262ab1: Preparing 00:39:58 02e56110abd2: Preparing 00:39:58 abc36efb885a: Preparing 00:39:58 b0b09059f4e1: Preparing 00:39:58 bb961f40224b: Preparing 00:39:58 f4666769fca7: Preparing 00:39:58 998cdf262ab1: Waiting 00:39:58 1fbb8ecb4d4b: Waiting 00:39:58 02e56110abd2: Waiting 00:39:58 abc36efb885a: Waiting 00:39:58 b0b09059f4e1: Waiting 00:39:58 bb961f40224b: Waiting 00:39:58 f4666769fca7: Waiting 00:39:58 8cdfd4c670f9: Waiting 00:39:58 0754057c0ad3: Waiting 00:39:58 ---> e047b8e663bf 00:39:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:58 531b2a550059: Pushed 00:39:58 6cfa44bd90e7: Pushed 00:39:58 a6e0d7f04753: Pushed 00:39:58 0754057c0ad3: Layer already exists 00:39:58 998cdf262ab1: Layer already exists 00:39:58 8cdfd4c670f9: Pushed 00:39:58 02e56110abd2: Layer already exists 00:39:58 abc36efb885a: Layer already exists 00:39:58 b0b09059f4e1: Layer already exists 00:39:58 bb961f40224b: Layer already exists 00:39:58 f4666769fca7: Layer already exists 00:39:58 f132ae481bf3: Pushed 00:39:59 1fbb8ecb4d4b: Pushed 00:40:00 ---> 05afcb269088 00:40:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:03 ---> 2b4e9c14d3d0 00:40:03 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/ 00:40:03 ---> Running in 8a2844beb57a 00:40:05 c9157e7ea44e: Pushed 00:40:05 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:7083f141031660850afbfc2add3cf8999b94cdfa2d48308a60b319edac5333c8 size: 3252 [Pipeline] isUnix [Pipeline] sh 00:40:06 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:40:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.83 00:40:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 00:40:06 6cfa44bd90e7: Preparing 00:40:06 f132ae481bf3: Preparing 00:40:06 c9157e7ea44e: Preparing 00:40:06 a6e0d7f04753: Preparing 00:40:06 531b2a550059: Preparing 00:40:06 1fbb8ecb4d4b: Preparing 00:40:06 8cdfd4c670f9: Preparing 00:40:06 0754057c0ad3: Preparing 00:40:06 998cdf262ab1: Preparing 00:40:06 02e56110abd2: Preparing 00:40:06 abc36efb885a: Preparing 00:40:06 b0b09059f4e1: Preparing 00:40:06 bb961f40224b: Preparing 00:40:06 f4666769fca7: Preparing 00:40:06 0754057c0ad3: Waiting 00:40:06 1fbb8ecb4d4b: Waiting 00:40:06 8cdfd4c670f9: Waiting 00:40:06 b0b09059f4e1: Waiting 00:40:06 998cdf262ab1: Waiting 00:40:06 bb961f40224b: Waiting 00:40:06 f4666769fca7: Waiting 00:40:06 02e56110abd2: Waiting 00:40:06 a6e0d7f04753: Layer already exists 00:40:06 531b2a550059: Layer already exists 00:40:06 6cfa44bd90e7: Layer already exists 00:40:06 c9157e7ea44e: Layer already exists 00:40:06 f132ae481bf3: Layer already exists 00:40:06 1fbb8ecb4d4b: Layer already exists 00:40:06 998cdf262ab1: Layer already exists 00:40:06 8cdfd4c670f9: Layer already exists 00:40:06 02e56110abd2: Layer already exists 00:40:06 0754057c0ad3: Layer already exists 00:40:06 bb961f40224b: Layer already exists 00:40:06 f4666769fca7: Layer already exists 00:40:06 b0b09059f4e1: Layer already exists 00:40:06 abc36efb885a: Layer already exists 00:40:06 2.0.0-dev.83: digest: sha256:7083f141031660850afbfc2add3cf8999b94cdfa2d48308a60b319edac5333c8 size: 3252 [Pipeline] isUnix [Pipeline] sh 00:40:06 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:40:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:40:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 00:40:07 6cfa44bd90e7: Preparing 00:40:07 f132ae481bf3: Preparing 00:40:07 c9157e7ea44e: Preparing 00:40:07 a6e0d7f04753: Preparing 00:40:07 531b2a550059: Preparing 00:40:07 1fbb8ecb4d4b: Preparing 00:40:07 8cdfd4c670f9: Preparing 00:40:07 0754057c0ad3: Preparing 00:40:07 998cdf262ab1: Preparing 00:40:07 02e56110abd2: Preparing 00:40:07 abc36efb885a: Preparing 00:40:07 b0b09059f4e1: Preparing 00:40:07 bb961f40224b: Preparing 00:40:07 f4666769fca7: Preparing 00:40:07 1fbb8ecb4d4b: Waiting 00:40:07 8cdfd4c670f9: Waiting 00:40:07 0754057c0ad3: Waiting 00:40:07 998cdf262ab1: Waiting 00:40:07 02e56110abd2: Waiting 00:40:07 abc36efb885a: Waiting 00:40:07 b0b09059f4e1: Waiting 00:40:07 bb961f40224b: Waiting 00:40:07 f4666769fca7: Waiting 00:40:07 c9157e7ea44e: Layer already exists 00:40:07 531b2a550059: Layer already exists 00:40:07 a6e0d7f04753: Layer already exists 00:40:07 f132ae481bf3: Layer already exists 00:40:07 6cfa44bd90e7: Layer already exists 00:40:07 0754057c0ad3: Layer already exists 00:40:07 998cdf262ab1: Layer already exists 00:40:07 8cdfd4c670f9: Layer already exists 00:40:07 1fbb8ecb4d4b: Layer already exists 00:40:07 02e56110abd2: Layer already exists 00:40:07 bb961f40224b: Layer already exists 00:40:07 abc36efb885a: Layer already exists 00:40:07 b0b09059f4e1: Layer already exists 00:40:07 f4666769fca7: Layer already exists 00:40:07 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:7083f141031660850afbfc2add3cf8999b94cdfa2d48308a60b319edac5333c8 size: 3252 [Pipeline] isUnix [Pipeline] sh 00:40:07 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 00:40:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 00:40:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 00:40:07 6cfa44bd90e7: Preparing 00:40:07 f132ae481bf3: Preparing 00:40:07 c9157e7ea44e: Preparing 00:40:07 a6e0d7f04753: Preparing 00:40:07 531b2a550059: Preparing 00:40:07 1fbb8ecb4d4b: Preparing 00:40:07 8cdfd4c670f9: Preparing 00:40:07 0754057c0ad3: Preparing 00:40:07 998cdf262ab1: Preparing 00:40:07 02e56110abd2: Preparing 00:40:07 abc36efb885a: Preparing 00:40:07 b0b09059f4e1: Preparing 00:40:07 bb961f40224b: Preparing 00:40:07 f4666769fca7: Preparing 00:40:07 02e56110abd2: Waiting 00:40:07 abc36efb885a: Waiting 00:40:07 b0b09059f4e1: Waiting 00:40:07 bb961f40224b: Waiting 00:40:07 1fbb8ecb4d4b: Waiting 00:40:07 f4666769fca7: Waiting 00:40:07 8cdfd4c670f9: Waiting 00:40:07 0754057c0ad3: Waiting 00:40:07 998cdf262ab1: Waiting 00:40:07 c9157e7ea44e: Layer already exists 00:40:07 f132ae481bf3: Layer already exists 00:40:07 531b2a550059: Layer already exists 00:40:07 a6e0d7f04753: Layer already exists 00:40:07 6cfa44bd90e7: Layer already exists 00:40:07 0754057c0ad3: Layer already exists 00:40:07 02e56110abd2: Layer already exists 00:40:07 998cdf262ab1: Layer already exists 00:40:07 8cdfd4c670f9: Layer already exists 00:40:07 1fbb8ecb4d4b: Layer already exists 00:40:07 abc36efb885a: Layer already exists 00:40:07 bb961f40224b: Layer already exists 00:40:07 b0b09059f4e1: Layer already exists 00:40:07 f4666769fca7: Layer already exists 00:40:07 master: digest: sha256:7083f141031660850afbfc2add3cf8999b94cdfa2d48308a60b319edac5333c8 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:08 ===================================================== [Pipeline] echo 00:40:08 taggedImages: 00:40:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:40:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.83 00:40:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:40:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } 00:40:08 Removing intermediate container edcc9d031a25 00:40:08 ---> f26e11b805a4 00:40:08 00:40:08 Step 10/23 : FROM alpine:3.12 00:40:08 ---> afeebe901d6b 00:40:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:08 ---> Running in 001c4230dd60 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 00:40:08 Removing intermediate container 8a2844beb57a 00:40:08 ---> 5d64eeb2ec59 00:40:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:40:09 ---> Running in 635158618b43 00:40:10 Removing intermediate container 7d1827b520ef 00:40:10 ---> 3957a1f4f858 00:40:10 00:40:10 Step 10/22 : FROM alpine:3.12 00:40:10 ---> afeebe901d6b 00:40:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:40:10 Removing intermediate container 635158618b43 00:40:10 ---> 851f3a8519cf 00:40:10 Step 22/24 : LABEL arch=arm64 00:40:10 ---> Running in bf03ccea3f66 00:40:10 ---> Running in 17d7bae3c200 00:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:11 Removing intermediate container 17d7bae3c200 00:40:11 ---> 7e65b6d346ab 00:40:11 Step 23/24 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:40:11 ---> Running in f40628abe80d 00:40:12 (1/1) Installing dumb-init (1.2.2-r1) 00:40:12 Executing busybox-1.31.1-r19.trigger 00:40:12 OK: 5 MiB in 15 packages 00:40:12 Removing intermediate container f40628abe80d 00:40:12 ---> 6624739a8a95 00:40:12 Step 24/24 : LABEL version=2.0.0-dev.83 00:40:13 ---> Running in bd3b048ba58f 00:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:14 Removing intermediate container bd3b048ba58f 00:40:14 ---> e367b4fd54e2 00:40:14 00:40:14 (1/1) Installing dumb-init (1.2.2-r1) 00:40:14 Executing busybox-1.31.1-r19.trigger 00:40:14 OK: 5 MiB in 15 packages 00:40:14 Successfully built e367b4fd54e2 00:40:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:40:14  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 00:40:15 Removing intermediate container 001c4230dd60 00:40:15 ---> b3914bab8cec 00:40:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:15 ---> Running in 98bcf2ecbd96 00:40:16 Removing intermediate container 98bcf2ecbd96 00:40:16 ---> f87da37a5e49 00:40:16 Step 13/23 : ENV APP_PORT=48082 00:40:16 Removing intermediate container bf03ccea3f66 00:40:16 ---> 9bd2ac921e41 00:40:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:17 ---> Running in b09c21f87303 00:40:17 ---> Running in 8ff8bfdf23d2 00:40:18 Removing intermediate container b09c21f87303 00:40:18 ---> 9d61eec1c14e 00:40:18 Step 14/23 : EXPOSE $APP_PORT 00:40:19 Removing intermediate container 8ff8bfdf23d2 00:40:19 ---> 9afb726c4618 00:40:19 Step 13/22 : ENV APP_PORT=48085 00:40:19 ---> Running in 60e56f54f2ac 00:40:19 ---> Running in f6c69d1ed491 00:40:20 Removing intermediate container 60e56f54f2ac 00:40:20 ---> 8b612a23d3ef 00:40:20 Step 15/23 : WORKDIR / 00:40:21 Removing intermediate container f6c69d1ed491 00:40:21 ---> 454df983b4a5 00:40:21 Step 14/22 : EXPOSE $APP_PORT 00:40:21 ---> Running in 8269cd114e43 00:40:22 ---> Running in 118636e10e14 00:40:23 Removing intermediate container 8269cd114e43 00:40:23 ---> 8345a8d2734f 00:40:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:23 Removing intermediate container 118636e10e14 00:40:23 ---> e2c105b4afef 00:40:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:25 Removing intermediate container 038c3e28190c 00:40:25 ---> f4b5628bd679 00:40:25 00:40:25 Step 10/23 : FROM alpine:3.12 00:40:25 ---> afeebe901d6b 00:40:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:25 ---> Using cache 00:40:25 ---> 9bd2ac921e41 00:40:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:25 ---> Using cache 00:40:25 ---> 9afb726c4618 00:40:25 Step 13/23 : ENV APP_PORT=48081 00:40:25 ---> 2417489a8337 00:40:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:26 ---> 3f92165b4291 00:40:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:26 ---> Running in 8ef9428a5f3e 00:40:29 ---> 41585cf7cb3b 00:40:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:29 Removing intermediate container 8ef9428a5f3e 00:40:29 ---> 358b16eb343d 00:40:29 Step 14/23 : EXPOSE $APP_PORT 00:40:29 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:29 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:40:29 ---> c6db1ecfe500 00:40:29 Step 3/31 : WORKDIR /edgex-go 00:40:29 ---> Using cache 00:40:29 ---> d36cb66a6972 00:40:29 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:29 ---> Using cache 00:40:29 ---> 26c7319d4017 00:40:29 Step 5/31 : RUN apk add --update --no-cache make git 00:40:29 ---> Using cache 00:40:29 ---> 1ee11114a689 00:40:29 Step 6/31 : COPY go.mod . 00:40:29 ---> Using cache 00:40:29 ---> 7ac0c1338f87 00:40:29 Step 7/31 : RUN go mod download 00:40:29 ---> Using cache 00:40:29 ---> f40fb9501ce3 00:40:29 Step 8/31 : COPY . . 00:40:29 ---> Using cache 00:40:29 ---> 927db32d5ebb 00:40:29 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:40:29 ---> 829c3b593e62 00:40:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:29 ---> Running in 81a540d24ee2 00:40:30 ---> Running in c37f4beb2df0 00:40:30 ---> f9ef4844d1ec 00:40:30 Step 19/23 : ENTRYPOINT ["/core-command"] 00:40:30 ---> Running in 83b12239b015 00:40:31 Removing intermediate container 81a540d24ee2 00:40:31 ---> bea324a4e6de 00:40:31 Step 15/23 : WORKDIR / 00:40:31 ---> 3b9deaf17e69 00:40:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:40:31 Removing intermediate container 04884f8be587 00:40:31 ---> f3341fd2833c 00:40:31 00:40:31 Step 10/23 : FROM alpine:3.12 00:40:31 ---> afeebe901d6b 00:40:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:31 ---> Running in 5e3b5d7442ab 00:40:31 ---> Running in 9e3623193185 00:40:31 ---> Running in 37f7ed8f20dc 00:40:31 Removing intermediate container 83b12239b015 00:40:31 ---> 8f94e48d0363 00:40:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:32 ---> Running in 95ef4ebedc1f 00:40:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:40:32 Removing intermediate container 5e3b5d7442ab 00:40:32 ---> b1663968a333 00:40:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:32 Removing intermediate container 9e3623193185 00:40:32 Removing intermediate container 37f7ed8f20dc 00:40:32 ---> 6163241c3cf5 00:40:32 Step 12/23 : ENV APP_PORT=48080 00:40:32 ---> 68b01849f66c 00:40:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:33 ---> Running in 8428d24ccf10 00:40:33 ---> Running in bd9b8153cccc 00:40:33 Removing intermediate container 95ef4ebedc1f 00:40:33 ---> ea368646529a 00:40:33 Step 21/23 : LABEL arch=arm64 00:40:33 ---> Running in 7ba8eb52eee4 00:40:34 Removing intermediate container bd9b8153cccc 00:40:34 ---> be2a316c89a0 00:40:34 Step 13/23 : EXPOSE $APP_PORT 00:40:34 ---> fc3a1a004ec3 00:40:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:34 Removing intermediate container 8428d24ccf10 00:40:34 ---> 8f8ad356bc70 00:40:34 Step 20/22 : LABEL arch=arm64 00:40:34 ---> Running in c41215eef068 00:40:34 Removing intermediate container 7ba8eb52eee4 00:40:34 ---> 0b964f6392c8 00:40:34 Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:40:34 ---> Running in aa84914cff5e 00:40:34 ---> Running in 6f9e89fc314e 00:40:35 Removing intermediate container c41215eef068 00:40:35 ---> f6e15d6ab595 00:40:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:36 ---> Running in 4c2b8e7ed5b0 00:40:36 Removing intermediate container aa84914cff5e 00:40:36 ---> bda793dad1de 00:40:36 Step 21/22 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:40:36 Removing intermediate container 6f9e89fc314e 00:40:36 ---> 1457190a616b 00:40:36 Step 23/23 : LABEL version=2.0.0-dev.83 00:40:36 ---> Running in 2086fc98c4d8 00:40:37 ---> Running in bc8801619c6c 00:40:38 ---> 0c7c38e440cc 00:40:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:38 Removing intermediate container bc8801619c6c 00:40:38 ---> 819ea00e5b0d 00:40:38 00:40:38 Removing intermediate container 2086fc98c4d8 00:40:38 ---> 23484bb5cd66 00:40:38 Step 22/22 : LABEL version=2.0.0-dev.83 00:40:38 ---> Running in a0ae537471da 00:40:39 Successfully built 819ea00e5b0d 00:40:39 Successfully tagged docker-core-command-go-arm64:latest 00:40:39  Building docker-core-command-go ... done Building docker-support-notifications-go 00:40:39 ---> 17c0cd09e287 00:40:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:40:40 Removing intermediate container a0ae537471da 00:40:40 ---> 5954a33ffb6b 00:40:40 00:40:40 ---> Running in 5b78c39d8cba 00:40:41 Successfully built 5954a33ffb6b 00:40:41 Successfully tagged docker-support-scheduler-go-arm64:latest 00:40:41  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:40:41 Removing intermediate container 5b78c39d8cba 00:40:41 ---> 03f85eebf69f 00:40:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:41 Removing intermediate container 4c2b8e7ed5b0 00:40:41 ---> a023461963ee 00:40:41 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:41 ---> Running in be832ab1dd6a 00:40:41 ---> Running in bd7f6cc57a24 00:40:42 Removing intermediate container be832ab1dd6a 00:40:42 ---> d65caa0bff8b 00:40:42 Step 21/23 : LABEL arch=arm64 00:40:43 ---> Running in d2af249d2a75 00:40:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:44 Removing intermediate container d2af249d2a75 00:40:44 ---> f6c0f71fa54b 00:40:44 Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:45 ---> Running in e1fd57c32550 00:40:46 (1/6) Installing dumb-init (1.2.2-r1) 00:40:46 (2/6) Installing libgcc (9.3.0-r2) 00:40:46 (3/6) Installing libsodium (1.0.18-r0) 00:40:46 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:47 (5/6) Installing libzmq (4.3.3-r0) 00:40:47 Removing intermediate container e1fd57c32550 00:40:47 ---> 7bb7a564485a 00:40:47 Step 23/23 : LABEL version=2.0.0-dev.83 00:40:47 (6/6) Installing zeromq (4.3.3-r0) 00:40:47 Executing busybox-1.31.1-r19.trigger 00:40:47 OK: 8 MiB in 20 packages 00:40:47 ---> Running in 28383f727836 00:40:49 Removing intermediate container 28383f727836 00:40:49 ---> 1b6bbcfd7738 00:40:49 00:40:49 Removing intermediate container bd7f6cc57a24 00:40:49 ---> 185f0c7114d4 00:40:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:49 Successfully built 1b6bbcfd7738 00:40:49 Successfully tagged docker-core-metadata-go-arm64:latest 00:40:49  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 00:40:50 ---> 3f95ece6fa29 00:40:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:52 ---> 3a6b78f0b551 00:40:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:53 ---> 6411ad5f4624 00:40:53 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:54 ---> Running in 2257380151b8 00:40:54 Removing intermediate container 2257380151b8 00:40:54 ---> 1b6bba97f622 00:40:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:55 ---> Running in c85059f1bad9 00:40:56 Removing intermediate container c85059f1bad9 00:40:56 ---> 870e15285601 00:40:56 Step 21/23 : LABEL arch=arm64 00:40:56 ---> Running in eaea4bb7245a 00:40:57 Removing intermediate container eaea4bb7245a 00:40:57 ---> cf0c86d9f0c8 00:40:57 Step 22/23 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:40:58 ---> Running in 6874d65f3ccf 00:40:59 Removing intermediate container 6874d65f3ccf 00:40:59 ---> 9372c5a12545 00:40:59 Step 23/23 : LABEL version=2.0.0-dev.83 00:41:00 ---> Running in 8dee3ca41990 00:41:01 Removing intermediate container 8dee3ca41990 00:41:01 ---> 7f274d20b3fa 00:41:01 00:41:02 Successfully built 7f274d20b3fa 00:41:02 Successfully tagged docker-core-data-go-arm64:latest 00:41:10  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:10 ---> c6db1ecfe500 00:41:10 Step 3/22 : WORKDIR /edgex-go 00:41:10 ---> Using cache 00:41:10 ---> d36cb66a6972 00:41:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:10 ---> Using cache 00:41:10 ---> 26c7319d4017 00:41:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:41:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:41:12 ---> c6db1ecfe500 00:41:12 Step 3/26 : WORKDIR /edgex-go 00:41:12 ---> Using cache 00:41:12 ---> d36cb66a6972 00:41:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:12 ---> Using cache 00:41:12 ---> 26c7319d4017 00:41:12 Step 5/26 : RUN apk add --update --no-cache make bash git 00:41:13 ---> Running in 050d2125e826 00:41:13 ---> Running in d2260edba0a1 00:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:17 OK: 217 MiB in 51 packages 00:41:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:41:17 ---> c6db1ecfe500 00:41:17 Step 3/21 : WORKDIR /edgex-go 00:41:17 ---> Using cache 00:41:17 ---> d36cb66a6972 00:41:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:17 ---> Using cache 00:41:17 ---> 26c7319d4017 00:41:17 Step 5/21 : RUN apk add --update --no-cache make git 00:41:17 ---> Using cache 00:41:17 ---> 1ee11114a689 00:41:17 Step 6/21 : COPY go.mod . 00:41:17 ---> Using cache 00:41:17 ---> 7ac0c1338f87 00:41:17 Step 7/21 : RUN go mod download 00:41:17 ---> Using cache 00:41:17 ---> f40fb9501ce3 00:41:17 Step 8/21 : COPY . . 00:41:17 ---> Using cache 00:41:17 OK: 217 MiB in 51 packages 00:41:17 ---> 927db32d5ebb 00:41:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:41:19 ---> Running in 5590374b233c 00:41:20 Removing intermediate container 050d2125e826 00:41:20 ---> 37458e2ae40a 00:41:20 Step 6/22 : COPY go.mod . 00:41:20 Removing intermediate container d2260edba0a1 00:41:20 ---> ed3e047fd94e 00:41:20 Step 6/26 : COPY go.mod . 00:41:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:41:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:21 ---> bc1096d14da9 00:41:21 Step 7/22 : RUN go mod download 00:41:21 ---> 03756a70db31 00:41:21 Step 7/26 : RUN go mod download 00:41:21 ---> Running in 06b87c21dd59 00:41:22 ---> Running in 788f01551bbb 00:41:27 Removing intermediate container 06b87c21dd59 00:41:27 ---> d4399995e69d 00:41:27 Step 8/22 : COPY . . 00:41:27 Removing intermediate container 788f01551bbb 00:41:27 ---> 79c420b4d11f 00:41:27 Step 8/26 : COPY . . 00:41:49 ---> 5bea84e61c53 00:41:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:41:49 ---> 00fbac973578 00:41:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:41:49 ---> Running in c2424b66c9e4 00:41:49 ---> Running in 00674215b4dc 00:41:49 Removing intermediate container c37f4beb2df0 00:41:49 ---> 21287ae53c5d 00:41:49 00:41:49 Step 10/31 : FROM alpine:3.12 00:41:49 ---> afeebe901d6b 00:41:49 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:41:49 ---> Running in 26be769ad824 00:41:49 Removing intermediate container 26be769ad824 00:41:49 ---> 9793da3a0919 00:41:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:41:49 ---> Running in 23d78198faf1 00:41:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:52 (1/2) Installing dumb-init (1.2.2-r1) 00:41:52 (2/2) Installing su-exec (0.2-r1) 00:41:52 Executing busybox-1.31.1-r19.trigger 00:41:52 OK: 5 MiB in 16 packages 00:41:54 Removing intermediate container 23d78198faf1 00:41:54 ---> 1d091688e2a6 00:41:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:41:55 ---> Running in b3f1dd9047eb 00:41:55 Removing intermediate container b3f1dd9047eb 00:41:55 ---> 1bd7af0c6580 00:41:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:41:56 ---> Running in a16d4cea02aa 00:41:56 Removing intermediate container a16d4cea02aa 00:41:56 ---> 255e0c0429e2 00:41:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:41:57 ---> Running in fe3e7125a78e 00:42:01 Removing intermediate container fe3e7125a78e 00:42:01 ---> 41ae656e1afb 00:42:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:42:01 ---> Running in cb6bf42dbaf2 00:42:02 Removing intermediate container cb6bf42dbaf2 00:42:02 ---> 2f2bf64d9228 00:42:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:42:03 ---> 1cdc44b97b69 00:42:03 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:42:03 ---> Running in b40a6eb9e59f 00:42:08 Removing intermediate container b40a6eb9e59f 00:42:08 ---> de607f1f78df 00:42:08 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:08 ---> b398f700b144 00:42:08 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:42:11 ---> 552f487bdd62 00:42:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:42:12 ---> 8b7b4aea7dd5 00:42:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:42:14 ---> 9930d2ff8bef 00:42:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:42:15 ---> 90e0a2ab127c 00:42:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:42:15 ---> Running in 228e859ca6a8 00:42:16 Removing intermediate container 228e859ca6a8 00:42:16 ---> e07085e4c722 00:42:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:42:18 ---> 454e7b9cbfd3 00:42:18 Step 26/31 : RUN chmod +x /entrypoint.sh 00:42:18 ---> Running in 60958c77bf45 00:42:23 Removing intermediate container 60958c77bf45 00:42:23 ---> a95986a89acc 00:42:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:42:23 ---> Running in 3b115a2b61e0 00:42:23 Removing intermediate container 3b115a2b61e0 00:42:23 ---> 1010cfd82da9 00:42:23 Step 28/31 : CMD ["gate"] 00:42:24 ---> Running in 38a512e32e86 00:42:25 Removing intermediate container 38a512e32e86 00:42:25 ---> 1981709da6d0 00:42:25 Step 29/31 : LABEL arch=arm64 00:42:25 ---> Running in 8800611ea873 00:42:26 Removing intermediate container 8800611ea873 00:42:26 ---> 61b3f891123c 00:42:26 Step 30/31 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:42:27 ---> Running in 429488fa232d 00:42:28 Removing intermediate container 429488fa232d 00:42:28 ---> d6f9ad4539c0 00:42:28 Step 31/31 : LABEL version=2.0.0-dev.83 00:42:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o ./cmd/secrets-config ./cmd/secrets-config 00:42:28 ---> Running in b82c6077d653 00:42:29 Removing intermediate container b82c6077d653 00:42:29 ---> 2d70b590d3f7 00:42:29 00:42:29 Successfully built 2d70b590d3f7 00:42:29 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:42:42  Building docker-security-bootstrapper-go ... done Removing intermediate container 5590374b233c 00:42:42 ---> 4241c7c47cc0 00:42:42 00:42:42 Step 10/21 : FROM alpine:3.12 00:42:42 ---> afeebe901d6b 00:42:42 Step 11/21 : RUN apk add --update --no-cache curl 00:42:42 ---> Running in d7d348d01e86 00:42:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:45 (1/4) Installing ca-certificates (20191127-r4) 00:42:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:42:45 (3/4) Installing libcurl (7.69.1-r3) 00:42:45 (4/4) Installing curl (7.69.1-r3) 00:42:45 Executing busybox-1.31.1-r19.trigger 00:42:45 Executing ca-certificates-20191127-r4.trigger 00:42:45 OK: 7 MiB in 18 packages 00:42:48 Removing intermediate container d7d348d01e86 00:42:48 ---> 65e4da4d73ed 00:42:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:48 ---> Running in fb5d3243ad04 00:42:49 Removing intermediate container fb5d3243ad04 00:42:49 ---> 8d84ac3b1ae6 00:42:49 Step 13/21 : WORKDIR /edgex 00:42:49 ---> Running in a151f9e2377b 00:42:50 Removing intermediate container a151f9e2377b 00:42:50 ---> f58666a5be18 00:42:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:42:51 ---> 04654394fa00 00:42:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:42:53 ---> 2e006e6caae4 00:42:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:42:55 ---> e3e7c7776532 00:42:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:42:55 ---> Running in a5e9bd1de0cc 00:42:56 Removing intermediate container a5e9bd1de0cc 00:42:56 ---> 8f51bbd38763 00:42:56 Step 18/21 : CMD ["--init=true"] 00:42:56 ---> Running in 8401c8890300 00:42:57 Removing intermediate container 8401c8890300 00:42:57 ---> be925b6381fb 00:42:57 Step 19/21 : LABEL arch=arm64 00:42:57 ---> Running in cb5f6a1d1588 00:42:57 Removing intermediate container cb5f6a1d1588 00:42:57 ---> 9636381a508e 00:42:57 Step 20/21 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:42:58 ---> Running in 4fa289961ce9 00:42:58 Removing intermediate container 4fa289961ce9 00:42:58 ---> 0ea0e7ca2aa1 00:42:58 Step 21/21 : LABEL version=2.0.0-dev.83 00:42:59 ---> Running in 588044141dde 00:42:59 Removing intermediate container 588044141dde 00:42:59 ---> 6832972bac0c 00:42:59 00:43:00 Successfully built 6832972bac0c 00:43:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:43:04  Building docker-security-proxy-setup-go ... done Removing intermediate container 00674215b4dc 00:43:04 ---> 066e96723b77 00:43:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:43:04 ---> Running in 9b94e1f2a22f 00:43:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.83" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:09 Removing intermediate container c2424b66c9e4 00:43:09 ---> 2b189b3e10dc 00:43:09 00:43:09 Step 10/22 : FROM alpine:3.12 00:43:09 ---> afeebe901d6b 00:43:09 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:43:09 ---> Running in 6aa61e7a5eb9 00:43:09 Removing intermediate container 9b94e1f2a22f 00:43:09 ---> da5dbe3e1ec0 00:43:09 00:43:09 Step 11/26 : FROM docker:20.10.0 00:43:09 20.10.0: Pulling from library/docker 00:43:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:11 (1/2) Installing ca-certificates (20191127-r4) 00:43:11 (2/2) Installing dumb-init (1.2.2-r1) 00:43:11 Executing busybox-1.31.1-r19.trigger 00:43:11 Executing ca-certificates-20191127-r4.trigger 00:43:12 OK: 6 MiB in 16 packages 00:43:14 Removing intermediate container 6aa61e7a5eb9 00:43:14 ---> 7c753b4e7c31 00:43:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:43:15 ---> Running in 5f52491728b8 00:43:15 Removing intermediate container 5f52491728b8 00:43:15 ---> ccea57f79741 00:43:15 Step 13/22 : ENV APP_PORT=48060 00:43:15 ---> Running in 6e3c22df87ca 00:43:16 Removing intermediate container 6e3c22df87ca 00:43:16 ---> f92849c5afd7 00:43:16 Step 14/22 : EXPOSE $APP_PORT 00:43:17 ---> Running in 945a4f9b1832 00:43:17 Removing intermediate container 945a4f9b1832 00:43:17 ---> 7983f2c9d87c 00:43:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:18 ---> 17512739e9a3 00:43:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:43:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:43:19 Status: Downloaded newer image for docker:20.10.0 00:43:19 ---> eeaf43b92773 00:43:19 Step 12/26 : RUN apk add --no-cache bash 00:43:19 ---> Running in 46869f09fedc 00:43:19 ---> e7e96373ca98 00:43:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:43:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:20 ---> d587df514101 00:43:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:43:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:20 ---> Running in c3e31088aaf9 00:43:21 Removing intermediate container c3e31088aaf9 00:43:21 ---> 0f7abf5756b2 00:43:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:21 (1/2) Installing readline (8.0.4-r0) 00:43:21 (2/2) Installing bash (5.0.17-r0) 00:43:21 Executing bash-5.0.17-r0.post-install 00:43:21 ---> Running in 583443fbebf1 00:43:21 Executing busybox-1.31.1-r19.trigger 00:43:21 OK: 12 MiB in 22 packages 00:43:22 Removing intermediate container 583443fbebf1 00:43:22 ---> 9ff32683d891 00:43:22 Step 20/22 : LABEL arch=arm64 00:43:22 ---> Running in 5bfc9ea9778f 00:43:23 Removing intermediate container 5bfc9ea9778f 00:43:23 ---> c467add7ffaa 00:43:23 Step 21/22 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:43:23 ---> Running in aa0b78031053 00:43:23 Removing intermediate container 46869f09fedc 00:43:23 ---> 3fb3c2ec01a2 00:43:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:43:23 ---> Running in 19966ae5cc7f 00:43:23 Removing intermediate container aa0b78031053 00:43:23 ---> 971fc14afdac 00:43:23 Step 22/22 : LABEL version=2.0.0-dev.83 00:43:24 Removing intermediate container 19966ae5cc7f 00:43:24 ---> 90857509c0a6 00:43:24 Step 14/26 : ENV APP_PORT=48090 00:43:24 ---> Running in 038773c82b19 00:43:24 ---> Running in 7c485279d730 00:43:24 Removing intermediate container 038773c82b19 00:43:24 ---> 9621c6e2379e 00:43:24 00:43:24 Removing intermediate container 7c485279d730 00:43:24 ---> a109ebece8e4 00:43:24 Step 15/26 : EXPOSE $APP_PORT 00:43:24 Successfully built 9621c6e2379e 00:43:24 Successfully tagged docker-support-notifications-go-arm64:latest 00:43:24  Building docker-support-notifications-go ... done  ---> Running in 38f60daf5ef4 00:43:25 Removing intermediate container 38f60daf5ef4 00:43:25 ---> b1f7c7e663a6 00:43:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:43:27 ---> 32a6f2e7dc88 00:43:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:43:27 ---> 8875463f9e53 00:43:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:43:28 ---> 112bc7311013 00:43:28 Step 19/26 : RUN apk --no-cache add py3-pip 00:43:28 ---> Running in 9fb235ddc331 00:43:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:30 (1/33) Installing libbz2 (1.0.8-r1) 00:43:30 (2/33) Installing expat (2.2.9-r1) 00:43:30 (3/33) Installing libffi (3.3-r2) 00:43:30 (4/33) Installing gdbm (1.13-r1) 00:43:30 (5/33) Installing xz-libs (5.2.5-r0) 00:43:30 (6/33) Installing sqlite-libs (3.32.1-r0) 00:43:30 (7/33) Installing python3 (3.8.5-r0) 00:43:32 (8/33) Installing py3-appdirs (1.4.4-r1) 00:43:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:43:32 (10/33) Installing py3-parsing (2.4.7-r0) 00:43:32 (11/33) Installing py3-six (1.15.0-r0) 00:43:32 (12/33) Installing py3-packaging (20.4-r0) 00:43:32 (13/33) Installing py3-setuptools (47.0.0-r0) 00:43:32 (14/33) Installing py3-chardet (3.0.4-r4) 00:43:32 (15/33) Installing py3-idna (2.9-r0) 00:43:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:43:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:43:32 (18/33) Installing py3-requests (2.23.0-r0) 00:43:33 (19/33) Installing py3-msgpack (1.0.0-r0) 00:43:33 (20/33) Installing py3-lockfile (0.12.2-r3) 00:43:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:43:33 (22/33) Installing py3-colorama (0.4.3-r0) 00:43:33 (23/33) Installing py3-distlib (0.3.0-r0) 00:43:33 (24/33) Installing py3-distro (1.5.0-r1) 00:43:33 (25/33) Installing py3-webencodings (0.5.1-r3) 00:43:33 (26/33) Installing py3-html5lib (1.0.1-r4) 00:43:33 (27/33) Installing py3-pytoml (0.1.21-r0) 00:43:33 (28/33) Installing py3-pep517 (0.8.2-r0) 00:43:33 (29/33) Installing py3-progress (1.5-r0) 00:43:33 (30/33) Installing py3-toml (0.10.1-r0) 00:43:33 (31/33) Installing py3-retrying (1.3.3-r0) 00:43:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:43:33 (33/33) Installing py3-pip (20.1.1-r0) 00:43:33 Executing busybox-1.31.1-r19.trigger 00:43:33 OK: 71 MiB in 55 packages 00:43:40 Removing intermediate container 9fb235ddc331 00:43:40 ---> 906a86e85856 00:43:40 Step 20/26 : RUN pip install docker-compose==1.23.2 00:43:40 ---> Running in 1a173e218b2c 00:43:46 Collecting docker-compose==1.23.2 00:43:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:43:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:43:47 Collecting jsonschema<3,>=2.5.1 00:43:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:43:48 Collecting PyYAML<4,>=3.10 00:43:48 Downloading PyYAML-3.13.tar.gz (270 kB) 00:43:53 Collecting docopt<0.7,>=0.6.1 00:43:53 Downloading docopt-0.6.2.tar.gz (25 kB) 00:43:56 Collecting docker<4.0,>=3.6.0 00:43:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:43:57 Collecting dockerpty<0.5,>=0.4.1 00:43:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:44:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:44:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:44:01 Collecting websocket-client<1.0,>=0.32.0 00:44:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:44:02 Collecting texttable<0.10,>=0.9.0 00:44:02 Downloading texttable-0.9.1.tar.gz (11 kB) 00:44:05 Collecting cached-property<2,>=1.2.0 00:44:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:44:05 Collecting docker-pycreds>=0.4.0 00:44:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:44:06 Collecting idna<2.8,>=2.5 00:44:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:44:07 Collecting urllib3<1.25,>=1.21.1 00:44:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:44:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:44:07 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) 00:44:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:44:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:44:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:44:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:44:09 Installing collected packages: jsonschema, PyYAML, docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, texttable, cached-property, docker-compose 00:44:09 Running setup.py install for PyYAML: started 00:44:12 Running setup.py install for PyYAML: finished with status 'done' 00:44:12 Running setup.py install for docopt: started 00:44:14 Running setup.py install for docopt: finished with status 'done' 00:44:14 Attempting uninstall: idna 00:44:14 Found existing installation: idna 2.9 00:44:14 Uninstalling idna-2.9: 00:44:15 Successfully uninstalled idna-2.9 00:44:15 Attempting uninstall: urllib3 00:44:15 Found existing installation: urllib3 1.25.9 00:44:15 Uninstalling urllib3-1.25.9: 00:44:16 Successfully uninstalled urllib3-1.25.9 00:44:16 Attempting uninstall: requests 00:44:16 Found existing installation: requests 2.23.0 00:44:16 Uninstalling requests-2.23.0: 00:44:16 Successfully uninstalled requests-2.23.0 00:44:17 Running setup.py install for dockerpty: started 00:44:20 Running setup.py install for dockerpty: finished with status 'done' 00:44:20 Running setup.py install for texttable: started 00:44:23 Running setup.py install for texttable: finished with status 'done' 00:44:23 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:44:28 Removing intermediate container 1a173e218b2c 00:44:28 ---> 1bd8cdeba73f 00:44:28 Step 21/26 : RUN apk --no-cache add curl 00:44:28 ---> Running in 4671660f30a1 00:44:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:44:29 (2/3) Installing libcurl (7.69.1-r3) 00:44:29 (3/3) Installing curl (7.69.1-r3) 00:44:29 Executing busybox-1.31.1-r19.trigger 00:44:29 OK: 71 MiB in 58 packages 00:44:31 Removing intermediate container 4671660f30a1 00:44:31 ---> 05bd3373456d 00:44:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:44:31 ---> Running in 995396f63d9a 00:44:31 Removing intermediate container 995396f63d9a 00:44:31 ---> 1f91b6847bbf 00:44:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:31 ---> Running in 52065d0ca4f1 00:44:32 Removing intermediate container 52065d0ca4f1 00:44:32 ---> b84c80a97781 00:44:32 Step 24/26 : LABEL arch=arm64 00:44:32 ---> Running in 3f8f1d29b260 00:44:33 Removing intermediate container 3f8f1d29b260 00:44:33 ---> e0796d75238b 00:44:33 Step 25/26 : LABEL git_sha=27e67a26db9587a799bf14cca6c65a65d4396aa9 00:44:33 ---> Running in e4cf96c9b1ec 00:44:33 Removing intermediate container e4cf96c9b1ec 00:44:33 ---> 0ac5b134d1c9 00:44:33 Step 26/26 : LABEL version=2.0.0-dev.83 00:44:33 ---> Running in c818c2c481c4 00:44:34 Removing intermediate container c818c2c481c4 00:44:34 ---> 1688f7174b22 00:44:34 00:44:34 Successfully built 1688f7174b22 00:44:34 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:44:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:44:35 $ docker stop --time=1 0b24ddd01395a99aec33b2e0f8ee7d73f604652c127c2ff529a6d303bece1175 00:44:37 $ docker rm -f 0b24ddd01395a99aec33b2e0f8ee7d73f604652c127c2ff529a6d303bece1175 [Pipeline] // withDockerContainer [Pipeline] sh 00:44:37 + grep docker 00:44:37 + docker images 00:44:38 docker-sys-mgmt-agent-go-arm64 latest 1688f7174b22 4 seconds ago 300MB 00:44:38 docker-support-notifications-go-arm64 latest 9621c6e2379e About a minute ago 16.7MB 00:44:38 docker-security-proxy-setup-go-arm64 latest 6832972bac0c About a minute ago 23.2MB 00:44:38 docker-security-bootstrapper-go-arm64 latest 2d70b590d3f7 2 minutes ago 22.6MB 00:44:38 docker-core-data-go-arm64 latest 7f274d20b3fa 3 minutes ago 21MB 00:44:38 docker-core-metadata-go-arm64 latest 1b6bbcfd7738 3 minutes ago 17.8MB 00:44:38 docker-support-scheduler-go-arm64 latest 5954a33ffb6b 3 minutes ago 16.1MB 00:44:38 docker-core-command-go-arm64 latest 819ea00e5b0d 4 minutes ago 16MB 00:44:38 docker-security-secretstore-setup-go-arm64 latest e367b4fd54e2 4 minutes ago 23.4MB 00:44:38 docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:44:38 provisioning config files... 00:44:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/348@tmp/config8681076081487769814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:38 ---> docker-login.sh 00:44:38 nexus3.edgexfoundry.org:10001 00:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:44:39 Configure a credential helper to remove this warning. See 00:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:44:39 00:44:39 Login Succeeded 00:44:39 nexus3.edgexfoundry.org:10002 00:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:44:40 Configure a credential helper to remove this warning. See 00:44:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:44:40 00:44:40 Login Succeeded 00:44:40 nexus3.edgexfoundry.org:10003 00:44:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:44:40 Configure a credential helper to remove this warning. See 00:44:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:44:40 00:44:40 Login Succeeded 00:44:40 nexus3.edgexfoundry.org:10004 00:44:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:44:41 Configure a credential helper to remove this warning. See 00:44:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:44:41 00:44:41 Login Succeeded 00:44:41 docker.io 00:44:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:44:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:44:41 Configure a credential helper to remove this warning. See 00:44:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:44:41 00:44:41 Login Succeeded 00:44:41 ---> docker-login.sh ends [Pipeline] } 00:44:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:44:42 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 00:44:42 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:44:42 2.0.0-dev.83 00:44:42 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:44:42 master 00:44:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:42 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:44:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:44:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 00:44:43 20a2d7b7c210: Preparing 00:44:43 f60179251840: Preparing 00:44:43 100e782c9ac7: Preparing 00:44:43 a4cd1f065de3: Preparing 00:44:43 379067d0cb53: Preparing 00:44:43 379067d0cb53: Layer already exists 00:44:43 20a2d7b7c210: Pushed 00:44:43 a4cd1f065de3: Pushed 00:44:43 100e782c9ac7: Pushed 00:44:46 f60179251840: Pushed 00:44:46 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:7b68073c33bba642b94342796d980e1e84e199fdb66eed1035d160dc5bb642a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:44:46 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:44:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.83 00:44:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 00:44:46 20a2d7b7c210: Preparing 00:44:46 f60179251840: Preparing 00:44:46 100e782c9ac7: Preparing 00:44:46 a4cd1f065de3: Preparing 00:44:46 379067d0cb53: Preparing 00:44:47 379067d0cb53: Layer already exists 00:44:47 20a2d7b7c210: Layer already exists 00:44:47 a4cd1f065de3: Layer already exists 00:44:47 100e782c9ac7: Layer already exists 00:44:47 f60179251840: Layer already exists 00:44:47 2.0.0-dev.83: digest: sha256:7b68073c33bba642b94342796d980e1e84e199fdb66eed1035d160dc5bb642a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:44:47 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:44:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:44:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 00:44:47 20a2d7b7c210: Preparing 00:44:47 f60179251840: Preparing 00:44:47 100e782c9ac7: Preparing 00:44:47 a4cd1f065de3: Preparing 00:44:47 379067d0cb53: Preparing 00:44:48 20a2d7b7c210: Layer already exists 00:44:48 100e782c9ac7: Layer already exists 00:44:48 a4cd1f065de3: Layer already exists 00:44:48 f60179251840: Layer already exists 00:44:48 379067d0cb53: Layer already exists 00:44:48 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:7b68073c33bba642b94342796d980e1e84e199fdb66eed1035d160dc5bb642a8 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:44:48 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:44:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 00:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 00:44:48 20a2d7b7c210: Preparing 00:44:48 f60179251840: Preparing 00:44:48 100e782c9ac7: Preparing 00:44:48 a4cd1f065de3: Preparing 00:44:48 379067d0cb53: Preparing 00:44:49 20a2d7b7c210: Layer already exists 00:44:49 f60179251840: Layer already exists 00:44:49 a4cd1f065de3: Layer already exists 00:44:49 100e782c9ac7: Layer already exists 00:44:49 379067d0cb53: Layer already exists 00:44:49 master: digest: sha256:7b68073c33bba642b94342796d980e1e84e199fdb66eed1035d160dc5bb642a8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:44:49 ===================================================== [Pipeline] echo 00:44:49 taggedImages: 00:44:49 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:44:49 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.83 00:44:49 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:44:49 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 00:44:49 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 00:44:49 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:44:49 2.0.0-dev.83 00:44:49 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:44:49 master 00:44:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:50 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:44:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 00:44:50 98f199a4fb41: Preparing 00:44:50 aa0d99bf62b0: Preparing 00:44:50 100e782c9ac7: Preparing 00:44:50 625c51560b34: Preparing 00:44:50 2380296b56cd: Preparing 00:44:50 379067d0cb53: Preparing 00:44:50 379067d0cb53: Waiting 00:44:50 100e782c9ac7: Layer already exists 00:44:50 379067d0cb53: Layer already exists 00:44:50 2380296b56cd: Pushed 00:44:50 98f199a4fb41: Pushed 00:44:51 625c51560b34: Pushed 00:44:53 aa0d99bf62b0: Pushed 00:44:53 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:9e6d250a10b9966e03d0ea7aa96be6337522ac608041eda7e008e3f1e43f9910 size: 1572 [Pipeline] isUnix [Pipeline] sh 00:44:54 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:44:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.83 00:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 00:44:54 98f199a4fb41: Preparing 00:44:54 aa0d99bf62b0: Preparing 00:44:54 100e782c9ac7: Preparing 00:44:54 625c51560b34: Preparing 00:44:54 2380296b56cd: Preparing 00:44:54 379067d0cb53: Preparing 00:44:54 379067d0cb53: Waiting 00:44:54 98f199a4fb41: Layer already exists 00:44:54 aa0d99bf62b0: Layer already exists 00:44:54 2380296b56cd: Layer already exists 00:44:54 625c51560b34: Layer already exists 00:44:54 100e782c9ac7: Layer already exists 00:44:54 379067d0cb53: Layer already exists 00:44:54 2.0.0-dev.83: digest: sha256:9e6d250a10b9966e03d0ea7aa96be6337522ac608041eda7e008e3f1e43f9910 size: 1572 [Pipeline] isUnix [Pipeline] sh 00:44:55 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:44:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 00:44:55 98f199a4fb41: Preparing 00:44:55 aa0d99bf62b0: Preparing 00:44:55 100e782c9ac7: Preparing 00:44:55 625c51560b34: Preparing 00:44:55 2380296b56cd: Preparing 00:44:55 379067d0cb53: Preparing 00:44:55 625c51560b34: Layer already exists 00:44:55 2380296b56cd: Layer already exists 00:44:55 98f199a4fb41: Layer already exists 00:44:55 aa0d99bf62b0: Layer already exists 00:44:55 100e782c9ac7: Layer already exists 00:44:55 379067d0cb53: Layer already exists 00:44:55 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:9e6d250a10b9966e03d0ea7aa96be6337522ac608041eda7e008e3f1e43f9910 size: 1572 [Pipeline] isUnix [Pipeline] sh 00:44:56 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:44:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 00:44:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 00:44:56 98f199a4fb41: Preparing 00:44:56 aa0d99bf62b0: Preparing 00:44:56 100e782c9ac7: Preparing 00:44:56 625c51560b34: Preparing 00:44:56 2380296b56cd: Preparing 00:44:56 379067d0cb53: Preparing 00:44:56 379067d0cb53: Waiting 00:44:56 2380296b56cd: Layer already exists 00:44:56 100e782c9ac7: Layer already exists 00:44:56 aa0d99bf62b0: Layer already exists 00:44:56 98f199a4fb41: Layer already exists 00:44:56 625c51560b34: Layer already exists 00:44:56 379067d0cb53: Layer already exists 00:44:56 master: digest: sha256:9e6d250a10b9966e03d0ea7aa96be6337522ac608041eda7e008e3f1e43f9910 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:44:56 ===================================================== [Pipeline] echo 00:44:57 taggedImages: 00:44:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:44:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.83 00:44:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:44:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 00:44:57 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 00:44:57 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:44:57 2.0.0-dev.83 00:44:57 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:44:57 master 00:44:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:57 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:44:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:44:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 00:44:57 3b7885f9bfba: Preparing 00:44:57 167ae3c6d0d4: Preparing 00:44:57 100e782c9ac7: Preparing 00:44:57 9645e1ac4369: Preparing 00:44:57 379067d0cb53: Preparing 00:44:58 100e782c9ac7: Layer already exists 00:44:58 379067d0cb53: Layer already exists 00:44:58 9645e1ac4369: Pushed 00:44:58 3b7885f9bfba: Pushed 00:45:01 167ae3c6d0d4: Pushed 00:45:01 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:12dcef311f743a938c8f56fc6d5b0a9b98bda2333717b2cf950f0c6eefa29135 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:45:01 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.83 00:45:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 00:45:02 3b7885f9bfba: Preparing 00:45:02 167ae3c6d0d4: Preparing 00:45:02 100e782c9ac7: Preparing 00:45:02 9645e1ac4369: Preparing 00:45:02 379067d0cb53: Preparing 00:45:02 379067d0cb53: Layer already exists 00:45:02 9645e1ac4369: Layer already exists 00:45:02 3b7885f9bfba: Layer already exists 00:45:02 100e782c9ac7: Layer already exists 00:45:02 167ae3c6d0d4: Layer already exists 00:45:02 2.0.0-dev.83: digest: sha256:12dcef311f743a938c8f56fc6d5b0a9b98bda2333717b2cf950f0c6eefa29135 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:45:02 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 00:45:03 3b7885f9bfba: Preparing 00:45:03 167ae3c6d0d4: Preparing 00:45:03 100e782c9ac7: Preparing 00:45:03 9645e1ac4369: Preparing 00:45:03 379067d0cb53: Preparing 00:45:03 167ae3c6d0d4: Layer already exists 00:45:03 3b7885f9bfba: Layer already exists 00:45:03 100e782c9ac7: Layer already exists 00:45:03 9645e1ac4369: Layer already exists 00:45:03 379067d0cb53: Layer already exists 00:45:03 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:12dcef311f743a938c8f56fc6d5b0a9b98bda2333717b2cf950f0c6eefa29135 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:45:03 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:45:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 00:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 00:45:04 3b7885f9bfba: Preparing 00:45:04 167ae3c6d0d4: Preparing 00:45:04 100e782c9ac7: Preparing 00:45:04 9645e1ac4369: Preparing 00:45:04 379067d0cb53: Preparing 00:45:04 100e782c9ac7: Layer already exists 00:45:04 167ae3c6d0d4: Layer already exists 00:45:04 379067d0cb53: Layer already exists 00:45:04 9645e1ac4369: Layer already exists 00:45:04 3b7885f9bfba: Layer already exists 00:45:04 master: digest: sha256:12dcef311f743a938c8f56fc6d5b0a9b98bda2333717b2cf950f0c6eefa29135 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:45:04 ===================================================== [Pipeline] echo 00:45:04 taggedImages: 00:45:04 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:04 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.83 00:45:04 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:04 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 00:45:04 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 00:45:04 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:04 2.0.0-dev.83 00:45:04 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:04 master 00:45:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:05 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:45:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 00:45:05 beadab6dccd8: Preparing 00:45:05 beadab6dccd8: Preparing 00:45:05 10dab507af1e: Preparing 00:45:05 67db2435e384: Preparing 00:45:05 dcc0a8159557: Preparing 00:45:05 c98c6e6482fc: Preparing 00:45:05 100e782c9ac7: Preparing 00:45:05 7e8c4b0d5ecb: Preparing 00:45:05 7e8c4b0d5ecb: Preparing 00:45:05 f323a86b4cf7: Preparing 00:45:05 1444e07a5699: Preparing 00:45:05 379067d0cb53: Preparing 00:45:05 100e782c9ac7: Waiting 00:45:05 7e8c4b0d5ecb: Waiting 00:45:05 f323a86b4cf7: Waiting 00:45:05 1444e07a5699: Waiting 00:45:05 379067d0cb53: Waiting 00:45:06 dcc0a8159557: Pushed 00:45:06 10dab507af1e: Pushed 00:45:06 beadab6dccd8: Pushed 00:45:06 100e782c9ac7: Layer already exists 00:45:06 7e8c4b0d5ecb: Pushed 00:45:06 f323a86b4cf7: Pushed 00:45:06 1444e07a5699: Pushed 00:45:06 379067d0cb53: Layer already exists 00:45:07 67db2435e384: Pushed 00:45:08 c98c6e6482fc: Pushed 00:45:08 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:1b9c7ddaecd35823359df922f6d6814a34777eaff0e257cf57620b5d26c2ab95 size: 2820 [Pipeline] isUnix [Pipeline] sh 00:45:08 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.83 00:45:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 00:45:09 beadab6dccd8: Preparing 00:45:09 beadab6dccd8: Preparing 00:45:09 10dab507af1e: Preparing 00:45:09 67db2435e384: Preparing 00:45:09 dcc0a8159557: Preparing 00:45:09 c98c6e6482fc: Preparing 00:45:09 100e782c9ac7: Preparing 00:45:09 7e8c4b0d5ecb: Preparing 00:45:09 7e8c4b0d5ecb: Preparing 00:45:09 f323a86b4cf7: Preparing 00:45:09 1444e07a5699: Preparing 00:45:09 379067d0cb53: Preparing 00:45:09 1444e07a5699: Waiting 00:45:09 100e782c9ac7: Waiting 00:45:09 7e8c4b0d5ecb: Waiting 00:45:09 f323a86b4cf7: Waiting 00:45:09 379067d0cb53: Waiting 00:45:09 beadab6dccd8: Layer already exists 00:45:09 67db2435e384: Layer already exists 00:45:09 c98c6e6482fc: Layer already exists 00:45:09 10dab507af1e: Layer already exists 00:45:09 dcc0a8159557: Layer already exists 00:45:09 100e782c9ac7: Layer already exists 00:45:09 f323a86b4cf7: Layer already exists 00:45:09 7e8c4b0d5ecb: Layer already exists 00:45:09 1444e07a5699: Layer already exists 00:45:09 379067d0cb53: Layer already exists 00:45:09 2.0.0-dev.83: digest: sha256:1b9c7ddaecd35823359df922f6d6814a34777eaff0e257cf57620b5d26c2ab95 size: 2820 [Pipeline] isUnix [Pipeline] sh 00:45:09 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 00:45:10 beadab6dccd8: Preparing 00:45:10 beadab6dccd8: Preparing 00:45:10 10dab507af1e: Preparing 00:45:10 67db2435e384: Preparing 00:45:10 dcc0a8159557: Preparing 00:45:10 c98c6e6482fc: Preparing 00:45:10 100e782c9ac7: Preparing 00:45:10 7e8c4b0d5ecb: Preparing 00:45:10 7e8c4b0d5ecb: Preparing 00:45:10 f323a86b4cf7: Preparing 00:45:10 1444e07a5699: Preparing 00:45:10 379067d0cb53: Preparing 00:45:10 100e782c9ac7: Waiting 00:45:10 7e8c4b0d5ecb: Waiting 00:45:10 f323a86b4cf7: Waiting 00:45:10 379067d0cb53: Waiting 00:45:10 1444e07a5699: Waiting 00:45:10 dcc0a8159557: Layer already exists 00:45:10 67db2435e384: Layer already exists 00:45:10 c98c6e6482fc: Layer already exists 00:45:10 beadab6dccd8: Layer already exists 00:45:10 10dab507af1e: Layer already exists 00:45:10 7e8c4b0d5ecb: Layer already exists 00:45:10 100e782c9ac7: Layer already exists 00:45:10 f323a86b4cf7: Layer already exists 00:45:10 379067d0cb53: Layer already exists 00:45:10 1444e07a5699: Layer already exists 00:45:10 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:1b9c7ddaecd35823359df922f6d6814a34777eaff0e257cf57620b5d26c2ab95 size: 2820 [Pipeline] isUnix [Pipeline] sh 00:45:10 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:45:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 00:45:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 00:45:10 beadab6dccd8: Preparing 00:45:10 beadab6dccd8: Preparing 00:45:10 10dab507af1e: Preparing 00:45:10 67db2435e384: Preparing 00:45:10 dcc0a8159557: Preparing 00:45:10 c98c6e6482fc: Preparing 00:45:10 100e782c9ac7: Preparing 00:45:10 7e8c4b0d5ecb: Preparing 00:45:10 7e8c4b0d5ecb: Preparing 00:45:10 f323a86b4cf7: Preparing 00:45:10 1444e07a5699: Preparing 00:45:10 379067d0cb53: Preparing 00:45:10 100e782c9ac7: Waiting 00:45:10 7e8c4b0d5ecb: Waiting 00:45:10 f323a86b4cf7: Waiting 00:45:10 1444e07a5699: Waiting 00:45:11 c98c6e6482fc: Layer already exists 00:45:11 dcc0a8159557: Layer already exists 00:45:11 67db2435e384: Layer already exists 00:45:11 beadab6dccd8: Layer already exists 00:45:11 10dab507af1e: Layer already exists 00:45:11 7e8c4b0d5ecb: Layer already exists 00:45:11 f323a86b4cf7: Layer already exists 00:45:11 100e782c9ac7: Layer already exists 00:45:11 1444e07a5699: Layer already exists 00:45:11 379067d0cb53: Layer already exists 00:45:11 master: digest: sha256:1b9c7ddaecd35823359df922f6d6814a34777eaff0e257cf57620b5d26c2ab95 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:45:11 ===================================================== [Pipeline] echo 00:45:11 taggedImages: 00:45:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.83 00:45:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 00:45:11 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 00:45:11 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:11 2.0.0-dev.83 00:45:11 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:11 master 00:45:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:12 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:45:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 00:45:12 2497bf6b4093: Preparing 00:45:12 e29eff108451: Preparing 00:45:12 e0ac48bef513: Preparing 00:45:12 355d80c224bf: Preparing 00:45:12 475b11fe1096: Preparing 00:45:12 379067d0cb53: Preparing 00:45:12 379067d0cb53: Waiting 00:45:12 e0ac48bef513: Pushed 00:45:12 355d80c224bf: Pushed 00:45:12 379067d0cb53: Layer already exists 00:45:13 475b11fe1096: Pushed 00:45:14 e29eff108451: Pushed 00:45:14 2497bf6b4093: Pushed 00:45:15 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:37ecf154499cf94d1ad29f60994c767a231dbe785a7130d10658e45cffc57f4d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:45:15 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.83 00:45:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 00:45:15 2497bf6b4093: Preparing 00:45:15 e29eff108451: Preparing 00:45:15 e0ac48bef513: Preparing 00:45:15 355d80c224bf: Preparing 00:45:15 475b11fe1096: Preparing 00:45:15 379067d0cb53: Preparing 00:45:15 379067d0cb53: Waiting 00:45:16 2497bf6b4093: Layer already exists 00:45:16 355d80c224bf: Layer already exists 00:45:16 475b11fe1096: Layer already exists 00:45:16 e29eff108451: Layer already exists 00:45:16 e0ac48bef513: Layer already exists 00:45:16 379067d0cb53: Layer already exists 00:45:16 2.0.0-dev.83: digest: sha256:37ecf154499cf94d1ad29f60994c767a231dbe785a7130d10658e45cffc57f4d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:45:16 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 00:45:16 2497bf6b4093: Preparing 00:45:16 e29eff108451: Preparing 00:45:16 e0ac48bef513: Preparing 00:45:16 355d80c224bf: Preparing 00:45:16 475b11fe1096: Preparing 00:45:16 379067d0cb53: Preparing 00:45:16 379067d0cb53: Waiting 00:45:17 e29eff108451: Layer already exists 00:45:17 2497bf6b4093: Layer already exists 00:45:17 e0ac48bef513: Layer already exists 00:45:17 355d80c224bf: Layer already exists 00:45:17 475b11fe1096: Layer already exists 00:45:17 379067d0cb53: Layer already exists 00:45:17 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:37ecf154499cf94d1ad29f60994c767a231dbe785a7130d10658e45cffc57f4d size: 1574 [Pipeline] isUnix [Pipeline] sh 00:45:17 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:45:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 00:45:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 00:45:17 2497bf6b4093: Preparing 00:45:17 e29eff108451: Preparing 00:45:17 e0ac48bef513: Preparing 00:45:17 355d80c224bf: Preparing 00:45:17 475b11fe1096: Preparing 00:45:17 379067d0cb53: Preparing 00:45:17 379067d0cb53: Waiting 00:45:18 e0ac48bef513: Layer already exists 00:45:18 355d80c224bf: Layer already exists 00:45:18 475b11fe1096: Layer already exists 00:45:18 2497bf6b4093: Layer already exists 00:45:18 e29eff108451: Layer already exists 00:45:18 379067d0cb53: Layer already exists 00:45:18 master: digest: sha256:37ecf154499cf94d1ad29f60994c767a231dbe785a7130d10658e45cffc57f4d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:45:18 ===================================================== [Pipeline] echo 00:45:18 taggedImages: 00:45:18 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:18 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.83 00:45:18 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:18 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 00:45:18 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 00:45:18 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:18 2.0.0-dev.83 00:45:18 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:18 master 00:45:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:18 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:45:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 00:45:19 c998f2714d35: Preparing 00:45:19 47cb4ef5bb90: Preparing 00:45:19 b4a767bc86dc: Preparing 00:45:19 f209c99770bb: Preparing 00:45:19 f8a5787771c4: Preparing 00:45:19 c660372e47dd: Preparing 00:45:19 ae6a2ecb8e6e: Preparing 00:45:19 50d74c2d20c2: Preparing 00:45:19 379067d0cb53: Preparing 00:45:19 c660372e47dd: Waiting 00:45:19 ae6a2ecb8e6e: Waiting 00:45:19 379067d0cb53: Waiting 00:45:19 47cb4ef5bb90: Pushed 00:45:19 f8a5787771c4: Pushed 00:45:19 c998f2714d35: Pushed 00:45:19 c660372e47dd: Pushed 00:45:19 ae6a2ecb8e6e: Pushed 00:45:19 379067d0cb53: Layer already exists 00:45:20 50d74c2d20c2: Pushed 00:45:21 f209c99770bb: Pushed 00:45:21 b4a767bc86dc: Pushed 00:45:21 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:44fe9c49bf79cfcc9ec535a53949f9eb3c8af4ad69dfb968653be832b2ddc114 size: 2198 [Pipeline] isUnix [Pipeline] sh 00:45:22 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.83 00:45:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 00:45:22 c998f2714d35: Preparing 00:45:22 47cb4ef5bb90: Preparing 00:45:22 b4a767bc86dc: Preparing 00:45:22 f209c99770bb: Preparing 00:45:22 f8a5787771c4: Preparing 00:45:22 c660372e47dd: Preparing 00:45:22 ae6a2ecb8e6e: Preparing 00:45:22 50d74c2d20c2: Preparing 00:45:22 379067d0cb53: Preparing 00:45:22 ae6a2ecb8e6e: Waiting 00:45:22 50d74c2d20c2: Waiting 00:45:22 379067d0cb53: Waiting 00:45:22 c660372e47dd: Waiting 00:45:22 f8a5787771c4: Layer already exists 00:45:22 f209c99770bb: Layer already exists 00:45:22 47cb4ef5bb90: Layer already exists 00:45:22 b4a767bc86dc: Layer already exists 00:45:22 c998f2714d35: Layer already exists 00:45:22 c660372e47dd: Layer already exists 00:45:22 50d74c2d20c2: Layer already exists 00:45:22 ae6a2ecb8e6e: Layer already exists 00:45:22 379067d0cb53: Layer already exists 00:45:22 2.0.0-dev.83: digest: sha256:44fe9c49bf79cfcc9ec535a53949f9eb3c8af4ad69dfb968653be832b2ddc114 size: 2198 [Pipeline] isUnix [Pipeline] sh 00:45:23 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 00:45:23 c998f2714d35: Preparing 00:45:23 47cb4ef5bb90: Preparing 00:45:23 b4a767bc86dc: Preparing 00:45:23 f209c99770bb: Preparing 00:45:23 f8a5787771c4: Preparing 00:45:23 c660372e47dd: Preparing 00:45:23 ae6a2ecb8e6e: Preparing 00:45:23 50d74c2d20c2: Preparing 00:45:23 379067d0cb53: Preparing 00:45:23 ae6a2ecb8e6e: Waiting 00:45:23 50d74c2d20c2: Waiting 00:45:23 379067d0cb53: Waiting 00:45:23 c660372e47dd: Waiting 00:45:23 b4a767bc86dc: Layer already exists 00:45:23 f209c99770bb: Layer already exists 00:45:23 f8a5787771c4: Layer already exists 00:45:23 c998f2714d35: Layer already exists 00:45:23 47cb4ef5bb90: Layer already exists 00:45:23 c660372e47dd: Layer already exists 00:45:23 ae6a2ecb8e6e: Layer already exists 00:45:23 50d74c2d20c2: Layer already exists 00:45:23 379067d0cb53: Layer already exists 00:45:23 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:44fe9c49bf79cfcc9ec535a53949f9eb3c8af4ad69dfb968653be832b2ddc114 size: 2198 [Pipeline] isUnix [Pipeline] sh 00:45:24 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:45:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 00:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 00:45:24 c998f2714d35: Preparing 00:45:24 47cb4ef5bb90: Preparing 00:45:24 b4a767bc86dc: Preparing 00:45:24 f209c99770bb: Preparing 00:45:24 f8a5787771c4: Preparing 00:45:24 c660372e47dd: Preparing 00:45:24 ae6a2ecb8e6e: Preparing 00:45:24 50d74c2d20c2: Preparing 00:45:24 379067d0cb53: Preparing 00:45:24 ae6a2ecb8e6e: Waiting 00:45:24 50d74c2d20c2: Waiting 00:45:24 379067d0cb53: Waiting 00:45:24 c660372e47dd: Waiting 00:45:24 47cb4ef5bb90: Layer already exists 00:45:24 f8a5787771c4: Layer already exists 00:45:24 b4a767bc86dc: Layer already exists 00:45:24 c998f2714d35: Layer already exists 00:45:24 f209c99770bb: Layer already exists 00:45:24 ae6a2ecb8e6e: Layer already exists 00:45:24 c660372e47dd: Layer already exists 00:45:24 50d74c2d20c2: Layer already exists 00:45:24 379067d0cb53: Layer already exists 00:45:24 master: digest: sha256:44fe9c49bf79cfcc9ec535a53949f9eb3c8af4ad69dfb968653be832b2ddc114 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:45:24 ===================================================== [Pipeline] echo 00:45:25 taggedImages: 00:45:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.83 00:45:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 00:45:25 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 00:45:25 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:25 2.0.0-dev.83 00:45:25 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:25 master 00:45:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:25 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:45:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 00:45:25 a0872637bc78: Preparing 00:45:25 21fae93dfebe: Preparing 00:45:25 100e782c9ac7: Preparing 00:45:25 8ef8bed58d3d: Preparing 00:45:25 379067d0cb53: Preparing 00:45:26 379067d0cb53: Layer already exists 00:45:26 100e782c9ac7: Layer already exists 00:45:26 a0872637bc78: Pushed 00:45:26 8ef8bed58d3d: Pushed 00:45:29 21fae93dfebe: Pushed 00:45:29 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:f417e8fb6c4fe5486db6411e95b1dc0bb17b28dafa106b5c1bf9383d47a34866 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:45:29 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:30 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.83 00:45:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 00:45:30 a0872637bc78: Preparing 00:45:30 21fae93dfebe: Preparing 00:45:30 100e782c9ac7: Preparing 00:45:30 8ef8bed58d3d: Preparing 00:45:30 379067d0cb53: Preparing 00:45:30 21fae93dfebe: Layer already exists 00:45:30 379067d0cb53: Layer already exists 00:45:30 100e782c9ac7: Layer already exists 00:45:30 a0872637bc78: Layer already exists 00:45:30 8ef8bed58d3d: Layer already exists 00:45:30 2.0.0-dev.83: digest: sha256:f417e8fb6c4fe5486db6411e95b1dc0bb17b28dafa106b5c1bf9383d47a34866 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:45:30 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 00:45:31 a0872637bc78: Preparing 00:45:31 21fae93dfebe: Preparing 00:45:31 100e782c9ac7: Preparing 00:45:31 8ef8bed58d3d: Preparing 00:45:31 379067d0cb53: Preparing 00:45:31 100e782c9ac7: Layer already exists 00:45:31 8ef8bed58d3d: Layer already exists 00:45:31 379067d0cb53: Layer already exists 00:45:31 a0872637bc78: Layer already exists 00:45:31 21fae93dfebe: Layer already exists 00:45:31 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:f417e8fb6c4fe5486db6411e95b1dc0bb17b28dafa106b5c1bf9383d47a34866 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:45:31 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:45:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 00:45:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 00:45:32 a0872637bc78: Preparing 00:45:32 21fae93dfebe: Preparing 00:45:32 100e782c9ac7: Preparing 00:45:32 8ef8bed58d3d: Preparing 00:45:32 379067d0cb53: Preparing 00:45:32 100e782c9ac7: Layer already exists 00:45:32 8ef8bed58d3d: Layer already exists 00:45:32 a0872637bc78: Layer already exists 00:45:32 379067d0cb53: Layer already exists 00:45:32 21fae93dfebe: Layer already exists 00:45:32 master: digest: sha256:f417e8fb6c4fe5486db6411e95b1dc0bb17b28dafa106b5c1bf9383d47a34866 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:45:32 ===================================================== [Pipeline] echo 00:45:32 taggedImages: 00:45:32 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:32 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.83 00:45:32 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:32 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 00:45:32 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 00:45:32 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:32 2.0.0-dev.83 00:45:32 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:32 master 00:45:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:33 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:45:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 00:45:33 2ed7aca53fcc: Preparing 00:45:33 086360076961: Preparing 00:45:33 100e782c9ac7: Preparing 00:45:33 9645e1ac4369: Preparing 00:45:33 379067d0cb53: Preparing 00:45:33 9645e1ac4369: Layer already exists 00:45:33 379067d0cb53: Layer already exists 00:45:33 100e782c9ac7: Layer already exists 00:45:33 2ed7aca53fcc: Pushed 00:45:36 086360076961: Pushed 00:45:36 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:f093398b2eb516f7272bbb5574c3c948df16c0073c63bab53ef268ab0bc37762 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:45:36 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.83 00:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 00:45:37 2ed7aca53fcc: Preparing 00:45:37 086360076961: Preparing 00:45:37 100e782c9ac7: Preparing 00:45:37 9645e1ac4369: Preparing 00:45:37 379067d0cb53: Preparing 00:45:37 9645e1ac4369: Layer already exists 00:45:37 2ed7aca53fcc: Layer already exists 00:45:37 379067d0cb53: Layer already exists 00:45:37 100e782c9ac7: Layer already exists 00:45:37 086360076961: Layer already exists 00:45:37 2.0.0-dev.83: digest: sha256:f093398b2eb516f7272bbb5574c3c948df16c0073c63bab53ef268ab0bc37762 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:45:37 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 00:45:38 2ed7aca53fcc: Preparing 00:45:38 086360076961: Preparing 00:45:38 100e782c9ac7: Preparing 00:45:38 9645e1ac4369: Preparing 00:45:38 379067d0cb53: Preparing 00:45:38 379067d0cb53: Layer already exists 00:45:38 100e782c9ac7: Layer already exists 00:45:38 086360076961: Layer already exists 00:45:38 2ed7aca53fcc: Layer already exists 00:45:38 9645e1ac4369: Layer already exists 00:45:38 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:f093398b2eb516f7272bbb5574c3c948df16c0073c63bab53ef268ab0bc37762 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:45:38 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:45:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 00:45:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 00:45:39 2ed7aca53fcc: Preparing 00:45:39 086360076961: Preparing 00:45:39 100e782c9ac7: Preparing 00:45:39 9645e1ac4369: Preparing 00:45:39 379067d0cb53: Preparing 00:45:39 9645e1ac4369: Layer already exists 00:45:39 100e782c9ac7: Layer already exists 00:45:39 2ed7aca53fcc: Layer already exists 00:45:39 379067d0cb53: Layer already exists 00:45:39 086360076961: Layer already exists 00:45:39 master: digest: sha256:f093398b2eb516f7272bbb5574c3c948df16c0073c63bab53ef268ab0bc37762 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:45:39 ===================================================== [Pipeline] echo 00:45:39 taggedImages: 00:45:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.83 00:45:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 00:45:39 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 00:45:39 27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:39 2.0.0-dev.83 00:45:39 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:39 master 00:45:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:40 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] isUnix [Pipeline] sh 00:45:40 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 00:45:40 d72233bcb749: Preparing 00:45:40 afc234c17a94: Preparing 00:45:40 f7e8c40d50ac: Preparing 00:45:40 2101eceec59d: Preparing 00:45:40 eb6e5fbdf03b: Preparing 00:45:40 f4285faeb951: Preparing 00:45:40 af942271357e: Preparing 00:45:40 9ded3b6bb9b5: Preparing 00:45:40 fa1afe8e6ed9: Preparing 00:45:40 87a09b4c083e: Preparing 00:45:40 0f74e9ff2a61: Preparing 00:45:40 b122376c33c6: Preparing 00:45:40 f8381ed47b22: Preparing 00:45:40 e934a737d657: Preparing 00:45:40 af942271357e: Waiting 00:45:40 87a09b4c083e: Waiting 00:45:40 f4285faeb951: Waiting 00:45:40 f8381ed47b22: Waiting 00:45:40 0f74e9ff2a61: Waiting 00:45:40 b122376c33c6: Waiting 00:45:40 9ded3b6bb9b5: Waiting 00:45:40 fa1afe8e6ed9: Waiting 00:45:40 e934a737d657: Waiting 00:45:41 eb6e5fbdf03b: Pushed 00:45:41 d72233bcb749: Pushed 00:45:42 2101eceec59d: Pushed 00:45:42 9ded3b6bb9b5: Layer already exists 00:45:42 fa1afe8e6ed9: Layer already exists 00:45:42 87a09b4c083e: Layer already exists 00:45:42 af942271357e: Pushed 00:45:42 0f74e9ff2a61: Layer already exists 00:45:42 b122376c33c6: Layer already exists 00:45:42 f8381ed47b22: Layer already exists 00:45:42 e934a737d657: Layer already exists 00:45:42 afc234c17a94: Pushed 00:45:43 f4285faeb951: Pushed 00:45:53 f7e8c40d50ac: Pushed 00:45:53 27e67a26db9587a799bf14cca6c65a65d4396aa9: digest: sha256:790ee7853f03951848585175cb124dd4f7879e33966a15ea5ba25fe7bc7e7d68 size: 3252 [Pipeline] isUnix [Pipeline] sh 00:45:54 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:54 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.83 00:45:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 00:45:54 d72233bcb749: Preparing 00:45:54 afc234c17a94: Preparing 00:45:54 f7e8c40d50ac: Preparing 00:45:54 2101eceec59d: Preparing 00:45:54 eb6e5fbdf03b: Preparing 00:45:54 f4285faeb951: Preparing 00:45:54 af942271357e: Preparing 00:45:54 9ded3b6bb9b5: Preparing 00:45:54 fa1afe8e6ed9: Preparing 00:45:54 87a09b4c083e: Preparing 00:45:54 0f74e9ff2a61: Preparing 00:45:54 b122376c33c6: Preparing 00:45:54 f8381ed47b22: Preparing 00:45:54 e934a737d657: Preparing 00:45:54 87a09b4c083e: Waiting 00:45:54 0f74e9ff2a61: Waiting 00:45:54 f4285faeb951: Waiting 00:45:54 af942271357e: Waiting 00:45:54 9ded3b6bb9b5: Waiting 00:45:54 fa1afe8e6ed9: Waiting 00:45:54 b122376c33c6: Waiting 00:45:54 e934a737d657: Waiting 00:45:54 f8381ed47b22: Waiting 00:45:54 2101eceec59d: Layer already exists 00:45:54 afc234c17a94: Layer already exists 00:45:54 eb6e5fbdf03b: Layer already exists 00:45:54 d72233bcb749: Layer already exists 00:45:54 f7e8c40d50ac: Layer already exists 00:45:54 af942271357e: Layer already exists 00:45:54 f4285faeb951: Layer already exists 00:45:54 9ded3b6bb9b5: Layer already exists 00:45:54 87a09b4c083e: Layer already exists 00:45:54 fa1afe8e6ed9: Layer already exists 00:45:54 b122376c33c6: Layer already exists 00:45:54 0f74e9ff2a61: Layer already exists 00:45:54 f8381ed47b22: Layer already exists 00:45:54 e934a737d657: Layer already exists 00:45:54 2.0.0-dev.83: digest: sha256:790ee7853f03951848585175cb124dd4f7879e33966a15ea5ba25fe7bc7e7d68 size: 3252 [Pipeline] isUnix [Pipeline] sh 00:45:55 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 [Pipeline] isUnix [Pipeline] sh 00:45:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 00:45:55 d72233bcb749: Preparing 00:45:55 afc234c17a94: Preparing 00:45:55 f7e8c40d50ac: Preparing 00:45:55 2101eceec59d: Preparing 00:45:55 eb6e5fbdf03b: Preparing 00:45:55 f4285faeb951: Preparing 00:45:55 af942271357e: Preparing 00:45:55 9ded3b6bb9b5: Preparing 00:45:55 fa1afe8e6ed9: Preparing 00:45:55 87a09b4c083e: Preparing 00:45:55 0f74e9ff2a61: Preparing 00:45:55 b122376c33c6: Preparing 00:45:55 f8381ed47b22: Preparing 00:45:55 e934a737d657: Preparing 00:45:55 f4285faeb951: Waiting 00:45:55 af942271357e: Waiting 00:45:55 b122376c33c6: Waiting 00:45:55 fa1afe8e6ed9: Waiting 00:45:55 f8381ed47b22: Waiting 00:45:55 87a09b4c083e: Waiting 00:45:55 e934a737d657: Waiting 00:45:55 0f74e9ff2a61: Waiting 00:45:55 9ded3b6bb9b5: Waiting 00:45:55 afc234c17a94: Layer already exists 00:45:55 f7e8c40d50ac: Layer already exists 00:45:55 eb6e5fbdf03b: Layer already exists 00:45:55 2101eceec59d: Layer already exists 00:45:55 d72233bcb749: Layer already exists 00:45:55 9ded3b6bb9b5: Layer already exists 00:45:55 af942271357e: Layer already exists 00:45:55 fa1afe8e6ed9: Layer already exists 00:45:55 f4285faeb951: Layer already exists 00:45:55 87a09b4c083e: Layer already exists 00:45:55 0f74e9ff2a61: Layer already exists 00:45:55 f8381ed47b22: Layer already exists 00:45:55 b122376c33c6: Layer already exists 00:45:55 e934a737d657: Layer already exists 00:45:55 27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83: digest: sha256:790ee7853f03951848585175cb124dd4f7879e33966a15ea5ba25fe7bc7e7d68 size: 3252 [Pipeline] isUnix [Pipeline] sh 00:45:55 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:45:56 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 00:45:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 00:45:56 d72233bcb749: Preparing 00:45:56 afc234c17a94: Preparing 00:45:56 f7e8c40d50ac: Preparing 00:45:56 2101eceec59d: Preparing 00:45:56 eb6e5fbdf03b: Preparing 00:45:56 f4285faeb951: Preparing 00:45:56 af942271357e: Preparing 00:45:56 9ded3b6bb9b5: Preparing 00:45:56 fa1afe8e6ed9: Preparing 00:45:56 87a09b4c083e: Preparing 00:45:56 0f74e9ff2a61: Preparing 00:45:56 b122376c33c6: Preparing 00:45:56 f8381ed47b22: Preparing 00:45:56 e934a737d657: Preparing 00:45:56 f4285faeb951: Waiting 00:45:56 87a09b4c083e: Waiting 00:45:56 af942271357e: Waiting 00:45:56 0f74e9ff2a61: Waiting 00:45:56 b122376c33c6: Waiting 00:45:56 f8381ed47b22: Waiting 00:45:56 e934a737d657: Waiting 00:45:56 9ded3b6bb9b5: Waiting 00:45:56 fa1afe8e6ed9: Waiting 00:45:56 f7e8c40d50ac: Layer already exists 00:45:56 afc234c17a94: Layer already exists 00:45:56 d72233bcb749: Layer already exists 00:45:56 eb6e5fbdf03b: Layer already exists 00:45:56 2101eceec59d: Layer already exists 00:45:56 af942271357e: Layer already exists 00:45:56 f4285faeb951: Layer already exists 00:45:56 9ded3b6bb9b5: Layer already exists 00:45:56 87a09b4c083e: Layer already exists 00:45:56 fa1afe8e6ed9: Layer already exists 00:45:56 b122376c33c6: Layer already exists 00:45:56 0f74e9ff2a61: Layer already exists 00:45:56 f8381ed47b22: Layer already exists 00:45:56 e934a737d657: Layer already exists 00:45:56 master: digest: sha256:790ee7853f03951848585175cb124dd4f7879e33966a15ea5ba25fe7bc7e7d68 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:45:56 ===================================================== [Pipeline] echo 00:45:56 taggedImages: 00:45:56 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9 00:45:56 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.83 00:45:56 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:27e67a26db9587a799bf14cca6c65a65d4396aa9-2.0.0-dev.83 00:45:56 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:45:58 provisioning config files... 00:45:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/348@tmp/config120996662780303061tmp [Pipeline] { [Pipeline] sh 00:45:58 + set +x 00:45:58 + curl -s https://codecov.io/bash 00:45:58 + bash -s -- 00:45:59 00:45:59 _____ _ 00:45:59 / ____| | | 00:45:59 | | ___ __| | ___ ___ _____ __ 00:45:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:45:59 | |___| (_) | (_| | __/ (_| (_) \ V / 00:45:59 \_____\___/ \__,_|\___|\___\___/ \_/ 00:45:59 Bash-20210129-7c25fce 00:45:59 00:45:59 00:45:59 ==> git version 2.24.3 found 00:45:59 ==> 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 00:45:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:45:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:45:59 ==> Jenkins CI detected. 00:45:59 project root: . 00:45:59 --> token set from env 00:45:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:45:59 ==> Running gcov in . (disable via -X gcov) 00:45:59 ==> Python coveragepy not found 00:45:59 ==> Searching for coverage reports in: 00:45:59 + . 00:45:59 -> Found 1 reports 00:45:59 ==> Detecting git/mercurial file structure 00:45:59 ==> Reading reports 00:45:59 + ./coverage.out bytes=590503 00:45:59 ==> Appending adjustments 00:45:59 https://docs.codecov.io/docs/fixing-reports 00:46:02 + Found adjustments 00:46:02 ==> Gzipping contents 00:46:02 88K /tmp/codecov.P19ZjR.gz 00:46:02 ==> Uploading reports 00:46:02 url: https://codecov.io 00:46:02 query: branch=master&commit=27e67a26db9587a799bf14cca6c65a65d4396aa9&build=348&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F348%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:46:02 -> Pinging Codecov 00:46:02 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=27e67a26db9587a799bf14cca6c65a65d4396aa9&build=348&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F348%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:46:03 -> Uploading to 00:46:03 https://storage.googleapis.com/codecov/v4/raw/2021-02-07/00271124DB129430A58F1EEE437C3FCB/27e67a26db9587a799bf14cca6c65a65d4396aa9/a2aed4cc-65ec-4ae7-82ec-19aadc3a40bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210207T004603Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2a9e21f0abb1a3ba7038a651e66a579cf92f003038059994b5a739e4d407951d 00:46:03 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:03 Dload Upload Total Spent Left Speed 00:46:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88788 0 0 100 88788 0 164k --:--:-- --:--:-- --:--:-- 164k 100 88788 0 0 100 88788 0 164k --:--:-- --:--:-- --:--:-- 164k 00:46:03 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/27e67a26db9587a799bf14cca6c65a65d4396aa9 [Pipeline] } 00:46:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 00:46:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:46:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:46:04 00:46:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 00:46:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:46:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:46:05 188c0c94c7c5: Already exists 00:46:05 0ef7d3d256c8: Already exists 00:46:05 de9db76c5a1d: Already exists 00:46:05 0eba1c9be4d2: Pulling fs layer 00:46:05 0d57e429df01: Pulling fs layer 00:46:05 4e4be7b47b0d: Pulling fs layer 00:46:05 e1f770b5df2f: Pulling fs layer 00:46:05 85a0685a4137: Pulling fs layer 00:46:05 e1f770b5df2f: Waiting 00:46:05 85a0685a4137: Waiting 00:46:05 4e4be7b47b0d: Verifying Checksum 00:46:05 4e4be7b47b0d: Download complete 00:46:05 0d57e429df01: Verifying Checksum 00:46:05 0d57e429df01: Download complete 00:46:07 e1f770b5df2f: Verifying Checksum 00:46:07 e1f770b5df2f: Download complete 00:46:09 85a0685a4137: Verifying Checksum 00:46:09 85a0685a4137: Download complete 00:46:09 0eba1c9be4d2: Verifying Checksum 00:46:09 0eba1c9be4d2: Download complete 00:46:15 0eba1c9be4d2: Pull complete 00:46:15 0d57e429df01: Pull complete 00:46:15 4e4be7b47b0d: Pull complete 00:46:19 e1f770b5df2f: Pull complete 00:46:29 85a0685a4137: Pull complete 00:46:29 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 00:46:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:46:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 00:46:29 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:46:29 $ 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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-snyk-go:1.410.4 cat 00:46:30 $ docker top f2a4584d187c58f3cd5be1f61773b21121edfff9cd655b0bfa622aca05630f6b -eo pid,comm [Pipeline] { [Pipeline] echo 00:46:31 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 00:46:31 + set -o pipefail 00:46:31 + snyk monitor '--org=edgex-jenkins' 00:46:41 00:46:41 Monitoring /w/workspace/edgex-go/348 (github.com/edgexfoundry/edgex-go)... 00:46:41 00:46:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/960cb037-2900-4247-8c04-b72a77394376 00:46:41 00:46:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:46:41 00:46:41 [Pipeline] } 00:46:41 $ docker stop --time=1 f2a4584d187c58f3cd5be1f61773b21121edfff9cd655b0bfa622aca05630f6b 00:46:44 $ docker rm -f f2a4584d187c58f3cd5be1f61773b21121edfff9cd655b0bfa622aca05630f6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 00:46:45 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:46:45 provisioning config files... 00:46:45 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/348@tmp/config9058585244333462392tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:46:46 --> edgex-publish-swagger.sh 00:46:46 === Publish openapi/v1 API === 00:46:46 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 00:46:46 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/348/openapi/v1/core-command.yaml] 00:46:46 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:46 Dload Upload Total Spent Left Speed 00:46:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8430 0:00:01 0:00:01 --:--:-- 8437 100 10522 0 0 100 10522 0 8401 0:00:01 0:00:01 --:--:-- 8410 00:46:47 00:46:47 00:46:47 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/348/openapi/v1/core-data.yaml] 00:46:47 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:47 Dload Upload Total Spent Left Speed 00:46:48 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 27826 0:00:01 0:00:01 --:--:-- 27850 00:46:48 00:46:48 00:46:48 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/348/openapi/v1/core-metadata.yaml] 00:46:48 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:48 Dload Upload Total Spent Left Speed 00:46:50 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 64541 0:00:01 0:00:01 --:--:-- 64497 100 73721 0 0 100 73721 0 64521 0:00:01 0:00:01 --:--:-- 64497 00:46:50 00:46:50 00:46:50 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/348/openapi/v1/support-logging.yaml] 00:46:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:50 Dload Upload Total Spent Left Speed 00:46:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11438 0:00:01 0:00:01 --:--:-- 11441 100 13581 0 0 100 13581 0 11435 0:00:01 0:00:01 --:--:-- 11441 00:46:50 00:46:50 00:46:50 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/348/openapi/v1/support-notifications.yaml] 00:46:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:50 Dload Upload Total Spent Left Speed 00:46:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34186 0:00:01 0:00:01 --:--:-- 34204 100 38890 0 0 100 38890 0 34179 0:00:01 0:00:01 --:--:-- 34204 00:46:52 00:46:52 00:46:52 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/348/openapi/v1/support-scheduler.yaml] 00:46:52 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:52 Dload Upload Total Spent Left Speed 00:46:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13032 0:00:01 0:00:01 --:--:-- 13036 100 14249 0 0 100 14249 0 13030 0:00:01 0:00:01 --:--:-- 13036 00:46:53 00:46:53 00:46:53 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/348/openapi/v1/system-agent.yaml] 00:46:53 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:53 Dload Upload Total Spent Left Speed 00:46:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3741 0:00:01 0:00:01 --:--:-- 3743 100 4110 0 0 100 4110 0 3740 0:00:01 0:00:01 --:--:-- 3743 00:46:54 00:46:54 00:46:54 === Publish openapi/v2 API === 00:46:54 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 00:46:54 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/348/openapi/v2/core-command.yaml] 00:46:54 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:54 Dload Upload Total Spent Left Speed 00:46:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27057 0 0 100 27057 0 22438 0:00:01 0:00:01 --:--:-- 22453 100 27057 0 0 100 27057 0 22307 0:00:01 0:00:01 --:--:-- 22324 00:46:55 00:46:55 00:46:55 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/348/openapi/v2/core-data.yaml] 00:46:55 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:55 Dload Upload Total Spent Left Speed 00:46:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 51288 0:00:01 0:00:01 --:--:-- 51289 100 57136 0 0 100 57136 0 51280 0:00:01 0:00:01 --:--:-- 51243 00:46:56 00:46:56 00:46:56 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/348/openapi/v2/core-metadata.yaml] 00:46:56 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:56 Dload Upload Total Spent Left Speed 00:46:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 118k 0 0 100 118k 0 93074 0:00:01 0:00:01 --:--:-- 93097 00:46:58 00:46:58 00:46:58 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/348/openapi/v2/support-notifications.yaml] 00:46:58 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:58 Dload Upload Total Spent Left Speed 00:46:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 49369 0:00:01 0:00:01 --:--:-- 49383 100 59705 0 0 100 59705 0 46854 0:00:01 0:00:01 --:--:-- 46864 00:46:59 00:46:59 00:46:59 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/348/openapi/v2/support-scheduler.yaml] 00:46:59 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:59 Dload Upload Total Spent Left Speed 00:47:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40086 0 0 100 40086 0 34752 0:00:01 0:00:01 --:--:-- 34766 100 40086 0 0 100 40086 0 34746 0:00:01 0:00:01 --:--:-- 34766 00:47:00 00:47:00 00:47:00 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/348/openapi/v2/system-agent.yaml] 00:47:00 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:00 Dload Upload Total Spent Left Speed 00:47:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 20804 0:00:01 0:00:01 --:--:-- 20792 100 24182 0 0 100 24182 0 20800 0:00:01 0:00:01 --:--:-- 20792 00:47:01 00:47:01 [Pipeline] } 00:47:01 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 00:47:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:47:02 . [Pipeline] withDockerContainer 00:47:02 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:47:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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:10004/edgex-devops/git-semver:latest cat 00:47:04 $ docker top 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:47:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:47:04 [ssh-agent] Looking for ssh-agent implementation... 00:47:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:47:04 $ docker exec 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 ssh-agent 00:47:04 SSH_AUTH_SOCK=/tmp/ssh-1LUO82mPhvxv/agent.12 00:47:04 SSH_AGENT_PID=17 00:47:04 Running ssh-add (command line suppressed) 00:47:04 Identity added: /w/workspace/edgex-go/348@tmp/private_key_7551140238637671925.key (/w/workspace/edgex-go/348@tmp/private_key_7551140238637671925.key) 00:47:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:47:05 + git semver tag 00:47:05 # -> Open(): unable to determine branch for HEAD 00:47:05 # $GIT_DIR = /w/workspace/edgex-go/348/.git 00:47:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/348 00:47:05 # $SEMVER_REMOTE_NAME = origin 00:47:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:47:05 # $SEMVER_USER_NAME = edgex-jenkins 00:47:05 # $SEMVER_BRANCH = master 00:47:05 # $SEMVER_DIR = /w/workspace/edgex-go/348/.semver 00:47:05 # 27e67a26db9587a799bf14cca6c65a65d4396aa9 HEAD 00:47:06 # -> Force: false 00:47:06 # b93d4ea092aa5ba694cc542bfb92501a18a0b784 refs/tags/v2.0.0-dev.83 [Pipeline] } 00:47:06 $ docker exec --env ******** --env ******** 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 ssh-agent -k 00:47:06 unset SSH_AUTH_SOCK; 00:47:06 unset SSH_AGENT_PID; 00:47:06 echo Agent pid 17 killed; 00:47:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:47:06 + git semver [Pipeline] } 00:47:06 $ docker stop --time=1 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 00:47:08 $ docker rm -f 7bf11ef3cba7013dd01e9356cb71bf829c9c53e8eab8ba60ea61afd911da8f81 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:47:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:47:08 00:47:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:47:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:47:09 0.23.1-centos7: Pulling from edgex-lftools 00:47:09 ab5ef0e58194: Pulling fs layer 00:47:09 9712f1f96733: Pulling fs layer 00:47:09 63f879dbbcfc: Pulling fs layer 00:47:09 0d9ebad4ef96: Pulling fs layer 00:47:09 e9a5061849ea: Pulling fs layer 00:47:09 d747dcd14b5f: Pulling fs layer 00:47:09 2de7ff778b66: Pulling fs layer 00:47:09 e9a5061849ea: Waiting 00:47:09 d747dcd14b5f: Waiting 00:47:09 0d9ebad4ef96: Waiting 00:47:09 9712f1f96733: Verifying Checksum 00:47:09 9712f1f96733: Download complete 00:47:11 63f879dbbcfc: Verifying Checksum 00:47:11 63f879dbbcfc: Download complete 00:47:11 e9a5061849ea: Verifying Checksum 00:47:11 e9a5061849ea: Download complete 00:47:11 d747dcd14b5f: Verifying Checksum 00:47:11 d747dcd14b5f: Download complete 00:47:11 2de7ff778b66: Verifying Checksum 00:47:11 2de7ff778b66: Download complete 00:47:12 0d9ebad4ef96: Verifying Checksum 00:47:12 0d9ebad4ef96: Download complete 00:47:12 ab5ef0e58194: Download complete 00:47:17 ab5ef0e58194: Pull complete 00:47:17 9712f1f96733: Pull complete 00:47:19 63f879dbbcfc: Pull complete 00:47:25 0d9ebad4ef96: Pull complete 00:47:27 e9a5061849ea: Pull complete 00:47:27 d747dcd14b5f: Pull complete 00:47:31 2de7ff778b66: Pull complete 00:47:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:47:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:47:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:47:31 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:47:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-lftools:0.23.1-centos7 cat 00:47:36 $ docker top d552646498996e2a1cae77285e09bcb41d8c0d32efad9546e6f1da42ed539c55 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:47:36 provisioning config files... 00:47:36 copy managed file [sigul-config] to file:/w/workspace/edgex-go/348@tmp/config576666073465708328tmp 00:47:36 copy managed file [sigul-password] to file:/w/workspace/edgex-go/348@tmp/config7668292313966549993tmp 00:47:36 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/348@tmp/config6355584480129034844tmp [Pipeline] { [Pipeline] echo 00:47:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:47:36 ---> sigul-configuration.sh 00:47:36 gpg: directory `/root/.gnupg' created 00:47:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:47:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:47:36 gpg: keyring `/root/.gnupg/secring.gpg' created 00:47:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:47:36 gpg: CAST5 encrypted data 00:47:37 gpg: encrypted with 1 passphrase 00:47:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:47:37 + mkdir /home/jenkins 00:47:37 + mkdir /home/jenkins/sigul [Pipeline] sh 00:47:37 + 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 00:47:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:47:37 ---> sigul-install.sh 00:47:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:47:43 + git tag --list 00:47:43 0.6.0 00:47:43 0.6.1 00:47:43 0.7.0 00:47:43 0.7.1 00:47:43 v0.0.0 00:47:43 v0.0.1-dev.1 00:47:43 v1.0.0 00:47:43 v1.0.1 00:47:43 v1.1.0 00:47:43 v1.2.0 00:47:43 v1.2.1 00:47:43 v1.2.2-dev.1 00:47:43 v1.2.2-dev.10 00:47:43 v1.2.2-dev.100 00:47:43 v1.2.2-dev.101 00:47:43 v1.2.2-dev.102 00:47:43 v1.2.2-dev.103 00:47:43 v1.2.2-dev.104 00:47:43 v1.2.2-dev.105 00:47:43 v1.2.2-dev.106 00:47:43 v1.2.2-dev.107 00:47:43 v1.2.2-dev.11 00:47:43 v1.2.2-dev.12 00:47:43 v1.2.2-dev.13 00:47:43 v1.2.2-dev.14 00:47:43 v1.2.2-dev.15 00:47:43 v1.2.2-dev.16 00:47:43 v1.2.2-dev.17 00:47:43 v1.2.2-dev.18 00:47:43 v1.2.2-dev.19 00:47:43 v1.2.2-dev.2 00:47:43 v1.2.2-dev.20 00:47:43 v1.2.2-dev.21 00:47:43 v1.2.2-dev.22 00:47:43 v1.2.2-dev.23 00:47:43 v1.2.2-dev.24 00:47:43 v1.2.2-dev.25 00:47:43 v1.2.2-dev.26 00:47:43 v1.2.2-dev.27 00:47:43 v1.2.2-dev.28 00:47:43 v1.2.2-dev.29 00:47:43 v1.2.2-dev.3 00:47:43 v1.2.2-dev.30 00:47:43 v1.2.2-dev.31 00:47:43 v1.2.2-dev.32 00:47:43 v1.2.2-dev.33 00:47:43 v1.2.2-dev.34 00:47:43 v1.2.2-dev.35 00:47:43 v1.2.2-dev.36 00:47:43 v1.2.2-dev.37 00:47:43 v1.2.2-dev.38 00:47:43 v1.2.2-dev.39 00:47:43 v1.2.2-dev.4 00:47:43 v1.2.2-dev.40 00:47:43 v1.2.2-dev.41 00:47:43 v1.2.2-dev.42 00:47:43 v1.2.2-dev.43 00:47:43 v1.2.2-dev.44 00:47:43 v1.2.2-dev.45 00:47:43 v1.2.2-dev.46 00:47:43 v1.2.2-dev.47 00:47:43 v1.2.2-dev.48 00:47:43 v1.2.2-dev.49 00:47:43 v1.2.2-dev.5 00:47:43 v1.2.2-dev.50 00:47:43 v1.2.2-dev.51 00:47:43 v1.2.2-dev.52 00:47:43 v1.2.2-dev.53 00:47:43 v1.2.2-dev.54 00:47:43 v1.2.2-dev.55 00:47:43 v1.2.2-dev.56 00:47:43 v1.2.2-dev.57 00:47:43 v1.2.2-dev.58 00:47:43 v1.2.2-dev.59 00:47:43 v1.2.2-dev.6 00:47:43 v1.2.2-dev.60 00:47:43 v1.2.2-dev.61 00:47:43 v1.2.2-dev.62 00:47:43 v1.2.2-dev.63 00:47:43 v1.2.2-dev.64 00:47:43 v1.2.2-dev.65 00:47:43 v1.2.2-dev.66 00:47:43 v1.2.2-dev.67 00:47:43 v1.2.2-dev.68 00:47:43 v1.2.2-dev.69 00:47:43 v1.2.2-dev.7 00:47:43 v1.2.2-dev.70 00:47:43 v1.2.2-dev.71 00:47:43 v1.2.2-dev.72 00:47:43 v1.2.2-dev.73 00:47:43 v1.2.2-dev.74 00:47:43 v1.2.2-dev.75 00:47:43 v1.2.2-dev.76 00:47:43 v1.2.2-dev.77 00:47:43 v1.2.2-dev.78 00:47:43 v1.2.2-dev.79 00:47:43 v1.2.2-dev.8 00:47:43 v1.2.2-dev.80 00:47:43 v1.2.2-dev.81 00:47:43 v1.2.2-dev.82 00:47:43 v1.2.2-dev.83 00:47:43 v1.2.2-dev.84 00:47:43 v1.2.2-dev.85 00:47:43 v1.2.2-dev.86 00:47:43 v1.2.2-dev.87 00:47:43 v1.2.2-dev.88 00:47:43 v1.2.2-dev.89 00:47:43 v1.2.2-dev.9 00:47:43 v1.2.2-dev.90 00:47:43 v1.2.2-dev.91 00:47:43 v1.2.2-dev.92 00:47:43 v1.2.2-dev.93 00:47:43 v1.2.2-dev.94 00:47:43 v1.2.2-dev.95 00:47:43 v1.2.2-dev.96 00:47:43 v1.2.2-dev.97 00:47:43 v1.2.2-dev.98 00:47:43 v1.2.2-dev.99 00:47:43 v1.3.0 00:47:43 v1.3.1-dev.1 00:47:43 v1.3.1-dev.10 00:47:43 v1.3.1-dev.11 00:47:43 v1.3.1-dev.12 00:47:43 v1.3.1-dev.13 00:47:43 v1.3.1-dev.14 00:47:43 v1.3.1-dev.15 00:47:43 v1.3.1-dev.16 00:47:43 v1.3.1-dev.17 00:47:43 v1.3.1-dev.18 00:47:43 v1.3.1-dev.2 00:47:43 v1.3.1-dev.3 00:47:43 v1.3.1-dev.4 00:47:43 v1.3.1-dev.5 00:47:43 v1.3.1-dev.6 00:47:43 v1.3.1-dev.7 00:47:43 v1.3.1-dev.8 00:47:43 v1.3.1-dev.9 00:47:43 v2.0.0-dev.1 00:47:43 v2.0.0-dev.10 00:47:43 v2.0.0-dev.11 00:47:43 v2.0.0-dev.12 00:47:43 v2.0.0-dev.13 00:47:43 v2.0.0-dev.14 00:47:43 v2.0.0-dev.15 00:47:43 v2.0.0-dev.16 00:47:43 v2.0.0-dev.17 00:47:43 v2.0.0-dev.18 00:47:43 v2.0.0-dev.19 00:47:43 v2.0.0-dev.2 00:47:43 v2.0.0-dev.20 00:47:43 v2.0.0-dev.21 00:47:43 v2.0.0-dev.22 00:47:43 v2.0.0-dev.23 00:47:43 v2.0.0-dev.24 00:47:43 v2.0.0-dev.25 00:47:43 v2.0.0-dev.26 00:47:43 v2.0.0-dev.27 00:47:43 v2.0.0-dev.28 00:47:43 v2.0.0-dev.29 00:47:43 v2.0.0-dev.3 00:47:43 v2.0.0-dev.30 00:47:43 v2.0.0-dev.31 00:47:43 v2.0.0-dev.32 00:47:43 v2.0.0-dev.33 00:47:43 v2.0.0-dev.34 00:47:43 v2.0.0-dev.35 00:47:43 v2.0.0-dev.36 00:47:43 v2.0.0-dev.37 00:47:43 v2.0.0-dev.38 00:47:43 v2.0.0-dev.39 00:47:43 v2.0.0-dev.4 00:47:43 v2.0.0-dev.40 00:47:43 v2.0.0-dev.41 00:47:43 v2.0.0-dev.42 00:47:43 v2.0.0-dev.43 00:47:43 v2.0.0-dev.44 00:47:43 v2.0.0-dev.45 00:47:43 v2.0.0-dev.46 00:47:43 v2.0.0-dev.47 00:47:43 v2.0.0-dev.48 00:47:43 v2.0.0-dev.49 00:47:43 v2.0.0-dev.5 00:47:43 v2.0.0-dev.50 00:47:43 v2.0.0-dev.51 00:47:43 v2.0.0-dev.52 00:47:43 v2.0.0-dev.53 00:47:43 v2.0.0-dev.54 00:47:43 v2.0.0-dev.55 00:47:43 v2.0.0-dev.56 00:47:43 v2.0.0-dev.57 00:47:43 v2.0.0-dev.58 00:47:43 v2.0.0-dev.59 00:47:43 v2.0.0-dev.6 00:47:43 v2.0.0-dev.60 00:47:43 v2.0.0-dev.61 00:47:43 v2.0.0-dev.62 00:47:43 v2.0.0-dev.63 00:47:43 v2.0.0-dev.64 00:47:43 v2.0.0-dev.65 00:47:43 v2.0.0-dev.66 00:47:43 v2.0.0-dev.67 00:47:43 v2.0.0-dev.68 00:47:43 v2.0.0-dev.69 00:47:43 v2.0.0-dev.7 00:47:43 v2.0.0-dev.70 00:47:43 v2.0.0-dev.71 00:47:43 v2.0.0-dev.72 00:47:43 v2.0.0-dev.73 00:47:43 v2.0.0-dev.74 00:47:43 v2.0.0-dev.75 00:47:43 v2.0.0-dev.76 00:47:43 v2.0.0-dev.77 00:47:43 v2.0.0-dev.78 00:47:43 v2.0.0-dev.79 00:47:43 v2.0.0-dev.8 00:47:43 v2.0.0-dev.80 00:47:43 v2.0.0-dev.81 00:47:43 v2.0.0-dev.82 00:47:43 v2.0.0-dev.83 00:47:43 v2.0.0-dev.9 [Pipeline] sh 00:47:43 + lftools sign git-tag v2.0.0-dev.83 00:47:44 Signing Git tag with Sigul... 00:47:44 Signing v2.0.0-dev.83 [Pipeline] echo 00:47:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:47:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:47:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:47:46 $ docker stop --time=1 d552646498996e2a1cae77285e09bcb41d8c0d32efad9546e6f1da42ed539c55 00:47:48 $ docker rm -f d552646498996e2a1cae77285e09bcb41d8c0d32efad9546e6f1da42ed539c55 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:47:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:47:49 . [Pipeline] withDockerContainer 00:47:49 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:47:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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:10004/edgex-devops/git-semver:latest cat 00:47:50 $ docker top 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:47:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:47:51 [ssh-agent] Looking for ssh-agent implementation... 00:47:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:47:51 $ docker exec 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 ssh-agent 00:47:51 SSH_AUTH_SOCK=/tmp/ssh-fII2ev6ZvpPe/agent.11 00:47:51 SSH_AGENT_PID=16 00:47:51 Running ssh-add (command line suppressed) 00:47:51 Identity added: /w/workspace/edgex-go/348@tmp/private_key_7407568964793044247.key (/w/workspace/edgex-go/348@tmp/private_key_7407568964793044247.key) 00:47:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:47:52 + git semver bump pre 00:47:52 # -> Open(): unable to determine branch for HEAD 00:47:52 # $GIT_DIR = /w/workspace/edgex-go/348/.git 00:47:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/348 00:47:52 # $SEMVER_REMOTE_NAME = origin 00:47:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:47:52 # $SEMVER_USER_NAME = edgex-jenkins 00:47:52 # $SEMVER_BRANCH = master 00:47:52 # $SEMVER_DIR = /w/workspace/edgex-go/348/.semver 00:47:52 2.0.0-dev.84 [Pipeline] } 00:47:52 $ docker exec --env ******** --env ******** 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 ssh-agent -k 00:47:52 unset SSH_AUTH_SOCK; 00:47:52 unset SSH_AGENT_PID; 00:47:52 echo Agent pid 16 killed; 00:47:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:47:52 + git semver [Pipeline] } 00:47:52 $ docker stop --time=1 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 00:47:54 $ docker rm -f 8458fade57e88fc20b06d4142815c7dfcee3090b6510d002ff74564676e89b19 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:47:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:47:54 . [Pipeline] withDockerContainer 00:47:54 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:47:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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:10004/edgex-devops/git-semver:latest cat 00:47:55 $ docker top 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:47:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:47:56 [ssh-agent] Looking for ssh-agent implementation... 00:47:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:47:56 $ docker exec 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 ssh-agent 00:47:56 SSH_AUTH_SOCK=/tmp/ssh-6hrZWDUVo3Wu/agent.11 00:47:56 SSH_AGENT_PID=17 00:47:56 Running ssh-add (command line suppressed) 00:47:56 Identity added: /w/workspace/edgex-go/348@tmp/private_key_6033767991276191314.key (/w/workspace/edgex-go/348@tmp/private_key_6033767991276191314.key) 00:47:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:47:57 + git semver push 00:47:57 # -> Open(): unable to determine branch for HEAD 00:47:57 # $GIT_DIR = /w/workspace/edgex-go/348/.git 00:47:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/348 00:47:57 # $SEMVER_REMOTE_NAME = origin 00:47:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:47:57 # $SEMVER_USER_NAME = edgex-jenkins 00:47:57 # $SEMVER_BRANCH = master 00:47:57 # $SEMVER_DIR = /w/workspace/edgex-go/348/.semver [Pipeline] } 00:48:07 $ docker exec --env ******** --env ******** 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 ssh-agent -k 00:48:07 unset SSH_AUTH_SOCK; 00:48:07 unset SSH_AGENT_PID; 00:48:07 echo Agent pid 17 killed; 00:48:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:48:07 + git semver [Pipeline] } 00:48:07 $ docker stop --time=1 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 00:48:09 $ docker rm -f 83abf8d3e78f1ca48ebf7c5c960ef57f93408b362b022553785b9905f8dfafc8 [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 00:48:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:48:11 ---> package-listing.sh 00:48:11 ++ facter osfamily 00:48:11 ++ tr '[:upper:]' '[:lower:]' 00:48:11 + OS_FAMILY=redhat 00:48:11 + workspace=/w/workspace/edgex-go/348 00:48:11 + START_PACKAGES=/tmp/packages_start.txt 00:48:11 + END_PACKAGES=/tmp/packages_end.txt 00:48:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:48:11 + PACKAGES=/tmp/packages_start.txt 00:48:11 + '[' /w/workspace/edgex-go/348 ']' 00:48:11 + PACKAGES=/tmp/packages_end.txt 00:48:11 + case "${OS_FAMILY}" in 00:48:11 + rpm -qa 00:48:11 + sort 00:48:16 + '[' -f /tmp/packages_start.txt ']' 00:48:16 + '[' -f /tmp/packages_end.txt ']' 00:48:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:48:16 + '[' /w/workspace/edgex-go/348 ']' 00:48:16 + mkdir -p /w/workspace/edgex-go/348/archives/ 00:48:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/348/archives/ [Pipeline] echo 00:48:16 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/348/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:48:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:48:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:48:16 00:48:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:48:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:48:17 alpine: Pulling from edgex-lftools-log-publisher 00:48:17 df20fa9351a1: Pulling fs layer 00:48:17 36b3adc4ff6f: Pulling fs layer 00:48:17 8ad3a11d3b57: Pulling fs layer 00:48:17 46f8f816bc3b: Pulling fs layer 00:48:17 93b61091891f: Pulling fs layer 00:48:17 93b9cdb0e59b: Pulling fs layer 00:48:17 5e14af77c1be: Pulling fs layer 00:48:17 01666e4c0597: Pulling fs layer 00:48:17 aa168da1d23b: Pulling fs layer 00:48:17 93b9cdb0e59b: Waiting 00:48:17 5e14af77c1be: Waiting 00:48:17 46f8f816bc3b: Waiting 00:48:17 93b61091891f: Waiting 00:48:17 01666e4c0597: Waiting 00:48:17 36b3adc4ff6f: Verifying Checksum 00:48:17 36b3adc4ff6f: Download complete 00:48:17 46f8f816bc3b: Verifying Checksum 00:48:17 46f8f816bc3b: Download complete 00:48:17 df20fa9351a1: Verifying Checksum 00:48:17 df20fa9351a1: Download complete 00:48:17 93b9cdb0e59b: Verifying Checksum 00:48:17 93b9cdb0e59b: Download complete 00:48:17 5e14af77c1be: Verifying Checksum 00:48:17 5e14af77c1be: Download complete 00:48:17 01666e4c0597: Verifying Checksum 00:48:17 01666e4c0597: Download complete 00:48:17 93b61091891f: Verifying Checksum 00:48:17 93b61091891f: Download complete 00:48:17 df20fa9351a1: Pull complete 00:48:17 8ad3a11d3b57: Verifying Checksum 00:48:17 8ad3a11d3b57: Download complete 00:48:18 36b3adc4ff6f: Pull complete 00:48:19 aa168da1d23b: Verifying Checksum 00:48:19 aa168da1d23b: Download complete 00:48:19 8ad3a11d3b57: Pull complete 00:48:20 46f8f816bc3b: Pull complete 00:48:20 93b61091891f: Pull complete 00:48:20 93b9cdb0e59b: Pull complete 00:48:20 5e14af77c1be: Pull complete 00:48:21 01666e4c0597: Pull complete 00:48:29 aa168da1d23b: Pull complete 00:48:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:48:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:48:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:48:30 prd-centos7-docker-4c-2g-25358 does not seem to be running inside a container 00:48:30 $ 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/348/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/348 -v /w/workspace/edgex-go/348:/w/workspace/edgex-go/348:rw,z -v /w/workspace/edgex-go/348@tmp:/w/workspace/edgex-go/348@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-lftools-log-publisher:alpine cat 00:48:33 $ docker top a0dfb5b761e4fd545399f4e6db03b0cae39bbf709a817822fe2d40622a478d73 -eo pid,comm [Pipeline] { [Pipeline] sh 00:48:33 + touch /tmp/pre-build-complete [Pipeline] sh 00:48:34 + mkdir -p /var/log/sa [Pipeline] sh 00:48:34 + ls /var/log/sa-host 00:48:34 + sadf -c /var/log/sa-host/sa07 00:48:34 file_magic: OK 00:48:34 HZ: Using current value: 100 00:48:34 file_header: OK 00:48:34 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 00:48:34 Statistics: 00:48:34 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... 00:48:34 File successfully converted to sysstat format version 12.2.1 00:48:34 + sadf -c /var/log/sa-host/sa23 00:48:34 file_magic: OK 00:48:34 HZ: Using current value: 100 00:48:34 file_header: OK 00:48:34 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 00:48:34 Statistics: 00:48:34 Hnuu...uuuununununu... 00:48:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:48:34 provisioning config files... 00:48:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/348@tmp/config8978860826355776877tmp [Pipeline] { [Pipeline] echo 00:48:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:48:35 ---> create-netrc.sh [Pipeline] } 00:48:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:48:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:48:35 ---> python-tools-install.sh [Pipeline] echo 00:48:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:48:35 ---> sudo-logs.sh 00:48:35 Archiving 'sudo' log.. [Pipeline] echo 00:48:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:48:36 ---> job-cost.sh 00:48:36 lf-activate-venv: SKIPPING 00:48:36 INFO: No Stack... 00:48:37 INFO: Retrieving Pricing Info for: v1-standard-2 00:48:37 INFO: Archiving Costs [Pipeline] echo 00:48:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:48:37 ---> logs-deploy.sh 00:48:37 lf-activate-venv: SKIPPING 00:48:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/348 00:48:37 INFO: archiving workspace using pattern(s): 00:48:39 Archives upload complete. 00:48:39 INFO: archiving logs to Nexus 00:48:40 ---> uname -a: 00:48:40 Linux prd-centos7-docker-4c-2g-25358.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:48:40 00:48:40 00:48:40 ---> lscpu: 00:48:40 Architecture: x86_64 00:48:40 CPU op-mode(s): 32-bit, 64-bit 00:48:40 Byte Order: Little Endian 00:48:40 Address sizes: 40 bits physical, 48 bits virtual 00:48:40 CPU(s): 4 00:48:40 On-line CPU(s) list: 0-3 00:48:40 Thread(s) per core: 1 00:48:40 Core(s) per socket: 1 00:48:40 Socket(s): 4 00:48:40 NUMA node(s): 1 00:48:40 Vendor ID: GenuineIntel 00:48:40 CPU family: 6 00:48:40 Model: 44 00:48:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:48:40 Stepping: 1 00:48:40 CPU MHz: 2933.438 00:48:40 BogoMIPS: 5866.87 00:48:40 Virtualization: VT-x 00:48:40 Hypervisor vendor: KVM 00:48:40 Virtualization type: full 00:48:40 L1d cache: 128 KiB 00:48:40 L1i cache: 128 KiB 00:48:40 L2 cache: 16 MiB 00:48:40 L3 cache: 64 MiB 00:48:40 NUMA node0 CPU(s): 0-3 00:48:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:48:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:48:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:48:40 Vulnerability Meltdown: Mitigation; PTI 00:48:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:48:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:48:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:48:40 Vulnerability Srbds: Not affected 00:48:40 Vulnerability Tsx async abort: Not affected 00:48:40 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 00:48:40 00:48:40 00:48:40 ---> nproc: 00:48:40 4 00:48:40 00:48:40 00:48:40 ---> df -h: 00:48:40 Filesystem Size Used Available Use% Mounted on 00:48:40 overlay 50.0G 13.4G 36.5G 27% / 00:48:40 tmpfs 64.0M 0 64.0M 0% /dev 00:48:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:48:40 shm 64.0M 0 64.0M 0% /dev/shm 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /facter-os 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /etc/resolv.conf 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /etc/hostname 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /etc/hosts 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/auth.log 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /run/cloud-init/result.json 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/sa-host 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/secure 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /w/workspace/edgex-go/348 00:48:40 /dev/vda1 50.0G 13.4G 36.5G 27% /w/workspace/edgex-go/348@tmp 00:48:40 00:48:40 00:48:40 ---> free -m: 00:48:40 total used free shared buff/cache available 00:48:40 Mem: 1837 765 158 0 914 1017 00:48:40 Swap: 1023 75 948 00:48:40 00:48:40 00:48:40 ---> ip addr: 00:48:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:48:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:48:40 inet 127.0.0.1/8 scope host lo 00:48:40 valid_lft forever preferred_lft forever 00:48:40 inet6 ::1/128 scope host 00:48:40 valid_lft forever preferred_lft forever 00:48:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:48:40 link/ether fa:16:3e:b8:42:4c brd ff:ff:ff:ff:ff:ff 00:48:40 inet 10.30.123.240/23 brd 10.30.123.255 scope global dynamic eth0 00:48:40 valid_lft 85229sec preferred_lft 85229sec 00:48:40 inet6 fe80::f816:3eff:feb8:424c/64 scope link 00:48:40 valid_lft forever preferred_lft forever 00:48:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:48:40 link/ether 02:42:aa:64:ef:84 brd ff:ff:ff:ff:ff:ff 00:48:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:48:40 valid_lft forever preferred_lft forever 00:48:40 inet6 fe80::42:aaff:fe64:ef84/64 scope link 00:48:40 valid_lft forever preferred_lft forever 00:48:40 00:48:40 00:48:40 ---> sar -b -r -n DEV: 00:48:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) 00:48:40 00:48:40 00:28:58 LINUX RESTART (4 CPU) 00:48:40 00:48:40 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:48:40 00:31:01 232.46 109.48 122.97 0.00 7625.49 46579.72 0.00 00:48:40 00:32:01 205.35 82.43 122.92 0.00 3293.48 17921.21 0.00 00:48:40 00:33:01 121.98 30.39 91.60 0.00 1153.74 12629.42 0.00 00:48:40 00:34:01 129.28 57.56 71.72 0.00 3264.31 10086.72 0.00 00:48:40 00:35:01 976.24 731.39 244.85 0.00 90556.78 165137.03 0.00 00:48:40 00:36:02 2275.56 1932.01 343.55 0.00 135967.48 137598.12 0.00 00:48:40 00:37:01 579.62 355.28 224.35 0.00 22833.72 51894.27 0.00 00:48:40 00:38:02 1938.99 1577.17 361.82 0.00 123085.26 146805.28 0.00 00:48:40 00:39:02 1432.47 1155.37 277.09 0.00 54080.05 69690.98 0.00 00:48:40 00:40:01 120.02 62.67 57.35 0.00 6897.68 3416.86 0.00 00:48:40 00:41:01 23.58 20.59 3.00 0.00 564.75 73.86 0.00 00:48:40 00:42:01 0.75 0.35 0.40 0.00 4.13 7.36 0.00 00:48:40 00:43:01 0.30 0.02 0.28 0.00 0.53 3.40 0.00 00:48:40 00:44:01 0.42 0.15 0.27 0.00 7.46 3.01 0.00 00:48:40 00:45:01 2.38 1.57 0.82 0.00 55.28 16.55 0.00 00:48:40 00:46:01 9.86 9.61 0.25 0.00 805.06 22.60 0.00 00:48:40 00:47:01 296.40 156.51 139.90 0.00 8563.78 36272.54 0.00 00:48:40 00:48:01 217.62 67.27 150.35 0.00 5854.64 33516.81 0.00 00:48:40 Average: 478.42 355.04 123.38 0.00 25964.53 40832.23 0.00 00:48:40 00:48:40 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:48:40 00:31:01 92216 0 721332 38.34 1780 1066216 1457300 49.74 581348 968672 34528 00:48:40 00:32:01 113260 0 806176 42.85 1492 960616 1742872 59.48 625796 870116 58668 00:48:40 00:33:01 188248 0 758764 40.33 732 933800 1444852 49.31 644528 765296 3048 00:48:40 00:34:01 140292 0 780624 41.49 660 959968 1434988 48.97 645332 806776 10348 00:48:40 00:35:01 554376 0 670452 35.63 0 656716 1282716 43.78 483740 630160 48 00:48:40 00:36:02 100184 0 901868 47.93 0 879492 2933956 100.13 693224 834776 13248 00:48:40 00:37:01 128368 0 800732 42.56 0 952444 2279104 77.78 656548 851608 0 00:48:40 00:38:02 98972 0 810544 43.08 0 972028 2413120 82.36 700088 844552 73176 00:48:40 00:39:02 333228 0 714496 37.97 0 833820 1689620 57.66 635760 664484 1540 00:48:40 00:40:01 303016 0 642972 34.17 0 935556 1412876 48.22 600272 729936 28 00:48:40 00:41:01 315908 0 613480 32.61 0 952156 1199456 40.94 577548 742748 12 00:48:40 00:42:01 318840 0 610532 32.45 0 952172 1163572 39.71 575300 742356 8 00:48:40 00:43:01 319448 0 609932 32.42 0 952164 1163608 39.71 575344 742356 8 00:48:40 00:44:01 319104 0 610068 32.42 0 952372 1164148 39.73 575820 742512 8 00:48:40 00:45:01 317460 0 610840 32.46 0 953244 1163704 39.72 575444 743520 16 00:48:40 00:46:01 287516 0 616748 32.78 0 977280 1166916 39.82 584232 762144 728 00:48:40 00:47:01 237388 0 669044 35.56 0 975112 1171044 39.97 599024 740776 36 00:48:40 00:48:01 157960 0 774052 41.14 0 949532 1375428 46.94 550032 814868 48 00:48:40 Average: 240321 0 706814 37.57 259 934149 1536627 52.44 604410 777648 10861 00:48:40 00:48:40 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:48:40 00:31:01 eth0 1079.40 1331.66 5770.20 145.56 0.00 0.00 0.00 0.00 00:48:40 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:31:01 vethc60e1ac 19.38 26.32 1.32 151.85 0.00 0.00 0.00 0.00 00:48:40 00:31:01 docker0 1054.67 738.63 80.08 2827.76 0.00 0.00 0.00 0.00 00:48:40 00:32:01 eth0 177.26 144.22 704.91 71.07 0.00 0.00 0.00 0.00 00:48:40 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:32:01 vethbfb0216 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:48:40 00:32:01 docker0 108.19 132.45 7.53 675.76 0.00 0.00 0.00 0.00 00:48:40 00:33:01 eth0 26.51 13.90 19.82 10.54 0.00 0.00 0.00 0.00 00:48:40 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:33:01 vethbfb0216 2.03 2.03 0.16 0.17 0.00 0.00 0.00 0.00 00:48:40 00:33:01 docker0 2.03 2.03 0.13 0.17 0.00 0.00 0.00 0.00 00:48:40 00:34:01 eth0 43.96 31.37 22.60 64.15 0.00 0.00 0.00 0.00 00:48:40 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:34:01 vethbfb0216 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:35:01 vethf9e53f2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:48:40 00:35:01 eth0 196.67 153.91 1691.19 21.38 0.00 0.00 0.00 0.00 00:48:40 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:36:02 vethf9e53f2 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 00:48:40 00:36:02 veth845462b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:48:40 00:36:02 vethdec758f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:36:02 eth0 83.14 63.05 175.94 60.04 0.00 0.00 0.00 0.00 00:48:40 00:37:01 vethf9e53f2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:48:40 00:37:01 vethbe7b8f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:37:01 eth0 181.70 139.58 1446.02 20.95 0.00 0.00 0.00 0.00 00:48:40 00:37:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:48:40 00:38:02 vethf9e53f2 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 00:48:40 00:38:02 vetha2583ca 2.99 3.44 0.35 11.92 0.00 0.00 0.00 0.00 00:48:40 00:38:02 eth0 124.05 81.31 409.71 81.91 0.00 0.00 0.00 0.00 00:48:40 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:39:02 vethf9e53f2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:48:40 00:39:02 vethf7ec97c 3.32 6.19 0.22 31.95 0.00 0.00 0.00 0.00 00:48:40 00:39:02 eth0 75.45 49.10 149.10 67.20 0.00 0.00 0.00 0.00 00:48:40 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:40:01 eth0 413.27 397.34 230.32 1549.76 0.00 0.00 0.00 0.00 00:48:40 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:40:01 docker0 1290.88 1045.57 95.86 4403.13 0.00 0.00 0.00 0.00 00:48:40 00:41:01 eth0 32.76 28.68 16.72 97.14 0.00 0.00 0.00 0.00 00:48:40 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:42:01 eth0 1.02 0.32 0.32 0.20 0.00 0.00 0.00 0.00 00:48:40 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:43:01 eth0 1.75 0.62 0.65 0.37 0.00 0.00 0.00 0.00 00:48:40 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:44:01 eth0 1.33 0.50 0.58 0.42 0.00 0.00 0.00 0.00 00:48:40 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:45:01 eth0 0.43 0.20 0.16 0.07 0.00 0.00 0.00 0.00 00:48:40 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:46:01 eth0 19.32 18.20 6.00 31.20 0.00 0.00 0.00 0.00 00:48:40 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:47:01 eth0 478.79 435.92 4270.10 84.69 0.00 0.00 0.00 0.00 00:48:40 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:47:01 docker0 37.37 35.49 3.45 222.08 0.00 0.00 0.00 0.00 00:48:40 00:48:01 eth0 513.33 442.80 3477.09 111.42 0.00 0.00 0.00 0.00 00:48:40 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 00:48:01 veth90be7c0 1.11 0.88 0.40 0.54 0.00 0.00 0.00 0.00 00:48:40 00:48:01 docker0 54.36 72.55 3.12 220.01 0.00 0.00 0.00 0.00 00:48:40 Average: eth0 191.53 185.00 1022.27 133.06 0.00 0.00 0.00 0.00 00:48:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:48:40 Average: veth90be7c0 0.06 0.05 0.02 0.03 0.00 0.00 0.00 0.00 00:48:40 Average: docker0 75.71 63.20 5.61 265.42 0.00 0.00 0.00 0.00 00:48:40 00:48:40 00:48:40 ---> sar -P ALL: 00:48:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) 00:48:40 00:48:40 00:28:58 LINUX RESTART (4 CPU) 00:48:40 00:48:40 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:48:40 00:31:01 all 16.50 0.00 9.43 2.32 0.22 71.54 00:48:40 00:31:01 0 18.30 0.00 12.03 2.32 0.16 67.20 00:48:40 00:31:01 1 15.88 0.00 8.09 1.73 0.14 74.16 00:48:40 00:31:01 2 19.77 0.00 8.51 3.37 0.31 68.04 00:48:40 00:31:01 3 12.03 0.00 9.11 1.87 0.27 76.72 00:48:40 00:32:01 all 13.84 0.00 7.06 6.02 0.15 72.92 00:48:40 00:32:01 0 15.03 0.00 6.15 4.50 0.12 74.20 00:48:40 00:32:01 1 13.79 0.00 7.21 6.28 0.14 72.59 00:48:40 00:32:01 2 14.30 0.00 7.97 6.93 0.19 70.61 00:48:40 00:32:01 3 12.23 0.00 6.91 6.38 0.17 74.31 00:48:40 00:33:01 all 51.59 0.00 12.48 4.19 0.14 31.60 00:48:40 00:33:01 0 48.48 0.00 13.13 5.21 0.12 33.05 00:48:40 00:33:01 1 52.82 0.00 12.00 3.71 0.16 31.32 00:48:40 00:33:01 2 52.88 0.00 12.49 4.15 0.12 30.37 00:48:40 00:33:01 3 52.15 0.00 12.33 3.69 0.17 31.66 00:48:40 00:34:01 all 49.02 0.00 14.64 2.67 0.46 33.21 00:48:40 00:34:01 0 48.04 0.00 14.19 1.95 0.54 35.28 00:48:40 00:34:01 1 48.95 0.00 14.40 4.24 0.47 31.94 00:48:40 00:34:01 2 49.89 0.00 15.26 3.54 0.37 30.94 00:48:40 00:34:01 3 49.19 0.00 14.71 0.95 0.46 34.69 00:48:40 00:35:01 all 22.13 0.00 21.21 4.40 1.42 50.84 00:48:40 00:35:01 0 21.66 0.00 20.66 2.92 1.50 53.26 00:48:40 00:35:01 1 21.69 0.00 21.24 3.96 1.36 51.75 00:48:40 00:35:01 2 22.49 0.00 21.44 3.68 1.45 50.94 00:48:40 00:35:01 3 22.68 0.00 21.50 7.05 1.38 47.39 00:48:40 00:36:02 all 18.73 0.00 23.74 31.66 0.72 25.14 00:48:40 00:36:02 0 18.90 0.00 23.33 29.94 0.84 26.99 00:48:40 00:36:02 1 18.40 0.00 23.74 32.31 0.77 24.78 00:48:40 00:36:02 2 17.86 0.00 23.60 32.96 0.62 24.96 00:48:40 00:36:02 3 19.79 0.00 24.31 31.44 0.66 23.81 00:48:40 00:37:01 all 60.09 0.00 18.43 11.44 0.53 9.50 00:48:40 00:37:01 0 58.70 0.00 19.38 8.35 0.64 12.93 00:48:40 00:37:01 1 61.61 0.00 16.89 13.67 0.52 7.32 00:48:40 00:37:01 2 60.38 0.00 17.93 12.10 0.52 9.06 00:48:40 00:37:01 3 59.68 0.00 19.53 11.67 0.45 8.67 00:48:40 00:38:02 all 25.13 0.00 24.11 26.88 1.56 22.31 00:48:40 00:38:02 0 22.80 0.00 22.14 20.84 1.86 32.36 00:48:40 00:38:02 1 24.51 0.00 26.03 32.09 1.59 15.78 00:48:40 00:38:02 2 27.04 0.00 23.64 27.64 1.46 20.22 00:48:40 00:38:02 3 26.19 0.00 24.67 27.02 1.34 20.77 00:48:40 00:39:02 all 52.28 0.00 21.07 16.47 0.60 9.58 00:48:40 00:39:02 0 51.45 0.00 20.08 16.60 0.54 11.33 00:48:40 00:39:02 1 51.68 0.00 20.62 16.87 0.54 10.29 00:48:40 00:39:02 2 51.84 0.00 21.46 16.86 0.70 9.14 00:48:40 00:39:02 3 54.14 0.00 22.11 15.56 0.63 7.56 00:48:40 00:40:01 all 10.88 0.00 6.15 3.63 0.38 78.97 00:48:40 00:40:01 0 11.00 0.00 6.22 3.57 0.42 78.79 00:48:40 00:40:01 1 11.08 0.00 6.04 2.39 0.29 80.19 00:48:40 00:40:01 2 10.78 0.00 6.31 2.54 0.43 79.94 00:48:40 00:40:01 3 10.65 0.00 6.01 6.04 0.36 76.94 00:48:40 00:41:01 all 1.16 0.00 0.49 0.56 0.01 97.78 00:48:40 00:41:01 0 0.97 0.00 0.73 0.49 0.02 97.79 00:48:40 00:41:01 1 0.90 0.00 0.37 0.54 0.02 98.16 00:48:40 00:41:01 2 1.07 0.00 0.44 0.53 0.00 97.96 00:48:40 00:41:01 3 1.71 0.00 0.41 0.66 0.00 97.22 00:48:40 00:48:40 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:48:40 00:42:01 all 0.17 0.00 0.03 0.01 0.00 99.79 00:48:40 00:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:48:40 00:42:01 1 0.07 0.00 0.07 0.02 0.00 99.85 00:48:40 00:42:01 2 0.03 0.00 0.03 0.03 0.00 99.90 00:48:40 00:42:01 3 0.55 0.00 0.02 0.00 0.00 99.43 00:48:40 00:43:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:48:40 00:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:48:40 00:43:01 1 0.05 0.00 0.05 0.00 0.02 99.88 00:48:40 00:43:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:48:40 00:43:01 3 0.50 0.00 0.03 0.00 0.00 99.47 00:48:40 00:44:01 all 0.17 0.00 0.06 0.00 0.00 99.77 00:48:40 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:48:40 00:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:48:40 00:44:01 2 0.07 0.00 0.08 0.00 0.00 99.85 00:48:40 00:44:01 3 0.53 0.00 0.10 0.00 0.00 99.37 00:48:40 00:45:01 all 0.25 0.00 0.05 0.03 0.00 99.66 00:48:40 00:45:01 0 0.28 0.00 0.08 0.02 0.02 99.60 00:48:40 00:45:01 1 0.15 0.00 0.08 0.10 0.00 99.67 00:48:40 00:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:48:40 00:45:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:48:40 00:46:01 all 0.85 0.00 0.49 0.22 0.01 98.43 00:48:40 00:46:01 0 0.37 0.00 0.52 0.08 0.00 99.03 00:48:40 00:46:01 1 1.02 0.00 0.57 0.42 0.00 98.00 00:48:40 00:46:01 2 0.57 0.00 0.33 0.10 0.02 98.98 00:48:40 00:46:01 3 1.47 0.00 0.53 0.28 0.02 97.70 00:48:40 00:47:01 all 10.25 0.00 8.17 6.26 0.06 75.26 00:48:40 00:47:01 0 10.79 0.00 9.01 8.05 0.05 72.10 00:48:40 00:47:01 1 10.15 0.00 7.67 5.18 0.07 76.93 00:48:40 00:47:01 2 10.59 0.00 8.10 5.64 0.05 75.63 00:48:40 00:47:01 3 9.47 0.00 7.90 6.19 0.07 76.37 00:48:40 00:48:01 all 12.06 0.00 10.00 3.12 0.07 74.75 00:48:40 00:48:01 0 10.53 0.00 10.43 3.45 0.07 75.52 00:48:40 00:48:01 1 10.89 0.00 9.32 2.06 0.10 77.63 00:48:40 00:48:01 2 15.62 0.00 10.78 3.40 0.05 70.15 00:48:40 00:48:01 3 11.18 0.00 9.48 3.58 0.07 75.70 00:48:40 Average: all 18.82 0.00 9.69 6.52 0.35 64.62 00:48:40 Average: 0 18.40 0.00 9.73 5.91 0.38 65.58 00:48:40 Average: 1 18.74 0.00 9.52 6.83 0.34 64.57 00:48:40 Average: 2 19.37 0.00 9.74 6.71 0.34 63.83 00:48:40 Average: 3 18.78 0.00 9.77 6.63 0.33 64.49 00:48:40 00:48:40 00:48:40