Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 342a72dc7becdeb5a949018242fa1a90a07bfb5e 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25245 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/345 [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/345 # 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 342a72dc7becdeb5a949018242fa1a90a07bfb5e (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 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 Commit message: "Merge pull request #3142 from jinlinGuan/issue-3136" > git rev-list --no-walk 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:52:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:52:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:52:23 ========================================================= 09:52:23 EdgeX Global Pipelines Version Info 09:52:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:52:25 ------------------- 09:52:25 stable info: 09:52:25 ------------------- 09:52:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:52:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:52:25 Message: update stable to v1.0.179 09:52:25 ------------------- 09:52:25 experimental info: 09:52:25 ------------------- 09:52:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:52:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:52:25 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:52:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:52:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:52:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:52:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:52:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:52:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:52:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:52:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:52:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] echo 09:52:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 342a72d [Pipeline] echo 09:52:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:52:29 provisioning config files... 09:52:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/345@tmp/config119659300247621742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:52:29 ---> docker-login.sh 09:52:29 nexus3.edgexfoundry.org:10001 09:52:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:30 Configure a credential helper to remove this warning. See 09:52:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:30 09:52:30 Login Succeeded 09:52:30 nexus3.edgexfoundry.org:10002 09:52:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:30 Configure a credential helper to remove this warning. See 09:52:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:30 09:52:30 Login Succeeded 09:52:30 nexus3.edgexfoundry.org:10003 09:52:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:30 Configure a credential helper to remove this warning. See 09:52:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:30 09:52:30 Login Succeeded 09:52:30 nexus3.edgexfoundry.org:10004 09:52:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:30 Configure a credential helper to remove this warning. See 09:52:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:30 09:52:30 Login Succeeded 09:52:30 docker.io 09:52:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:30 Configure a credential helper to remove this warning. See 09:52:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:30 09:52:30 Login Succeeded 09:52:30 ---> docker-login.sh ends [Pipeline] } 09:52:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:52:31 ++ 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 09:52:31 + for file in '`ls cmd/**/Dockerfile`' 09:52:31 ++ dirname cmd/core-command/Dockerfile 09:52:31 ++ cut -d/ -f2 09:52:31 + echo core-command,cmd/core-command/Dockerfile 09:52:31 + for file in '`ls cmd/**/Dockerfile`' 09:52:31 ++ dirname cmd/core-data/Dockerfile 09:52:31 ++ cut -d/ -f2 09:52:31 + echo core-data,cmd/core-data/Dockerfile 09:52:31 + for file in '`ls cmd/**/Dockerfile`' 09:52:31 ++ dirname cmd/core-metadata/Dockerfile 09:52:31 ++ cut -d/ -f2 09:52:31 + echo core-metadata,cmd/core-metadata/Dockerfile 09:52:31 + for file in '`ls cmd/**/Dockerfile`' 09:52:31 ++ dirname cmd/security-bootstrapper/Dockerfile 09:52:31 ++ cut -d/ -f2 09:52:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:52:31 + for file in '`ls cmd/**/Dockerfile`' 09:52:31 ++ dirname cmd/security-proxy-setup/Dockerfile 09:52:31 ++ cut -d/ -f2 09:52:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:52:31 + for file in '`ls cmd/**/Dockerfile`' 09:52:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:52:31 ++ cut -d/ -f2 09:52:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:52:31 + for file in '`ls cmd/**/Dockerfile`' 09:52:31 ++ dirname cmd/support-notifications/Dockerfile 09:52:31 ++ cut -d/ -f2 09:52:31 + echo support-notifications,cmd/support-notifications/Dockerfile 09:52:31 + for file in '`ls cmd/**/Dockerfile`' 09:52:31 ++ dirname cmd/support-scheduler/Dockerfile 09:52:31 ++ cut -d/ -f2 09:52:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:52:31 + for file in '`ls cmd/**/Dockerfile`' 09:52:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:52:31 ++ cut -d/ -f2 09:52:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:52:31 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 09:52:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:52:33 09:52:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:52:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:52:33 latest: Pulling from edgex-devops/git-semver 09:52:33 31603596830f: Pulling fs layer 09:52:33 2a8b12db71e7: Pulling fs layer 09:52:33 6ca5941a6612: Pulling fs layer 09:52:33 ecc8261a40a4: Pulling fs layer 09:52:33 ecc8261a40a4: Waiting 09:52:33 2a8b12db71e7: Verifying Checksum 09:52:33 2a8b12db71e7: Download complete 09:52:33 31603596830f: Verifying Checksum 09:52:33 31603596830f: Download complete 09:52:33 ecc8261a40a4: Verifying Checksum 09:52:33 ecc8261a40a4: Download complete 09:52:33 6ca5941a6612: Verifying Checksum 09:52:33 6ca5941a6612: Download complete 09:52:34 31603596830f: Pull complete 09:52:34 2a8b12db71e7: Pull complete 09:52:35 6ca5941a6612: Pull complete 09:52:35 ecc8261a40a4: Pull complete 09:52:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:52:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:52:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:52:35 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 09:52:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:52:38 $ docker top 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:52:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:52:38 [ssh-agent] Looking for ssh-agent implementation... 09:52:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:52:38 $ docker exec 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c ssh-agent 09:52:38 SSH_AUTH_SOCK=/tmp/ssh-tciyGRIYmAKN/agent.12 09:52:38 SSH_AGENT_PID=17 09:52:38 Running ssh-add (command line suppressed) 09:52:38 Identity added: /w/workspace/edgex-go/345@tmp/private_key_5620891113862772754.key (/w/workspace/edgex-go/345@tmp/private_key_5620891113862772754.key) 09:52:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:52:39 + git tag --points-at HEAD [Pipeline] } 09:52:39 $ docker exec --env ******** --env ******** 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c ssh-agent -k 09:52:39 unset SSH_AUTH_SOCK; 09:52:39 unset SSH_AGENT_PID; 09:52:39 echo Agent pid 17 killed; 09:52:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:52:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:52:39 [ssh-agent] Looking for ssh-agent implementation... 09:52:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:52:39 $ docker exec 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c ssh-agent 09:52:39 SSH_AUTH_SOCK=/tmp/ssh-z83cX7KCmNKV/agent.46 09:52:39 SSH_AGENT_PID=52 09:52:39 Running ssh-add (command line suppressed) 09:52:40 Identity added: /w/workspace/edgex-go/345@tmp/private_key_3241769476750109355.key (/w/workspace/edgex-go/345@tmp/private_key_3241769476750109355.key) 09:52:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:52:40 + git semver init 09:52:40 # -> Open(): unable to determine branch for HEAD 09:52:40 # $GIT_DIR = /w/workspace/edgex-go/345/.git 09:52:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/345 09:52:40 # $SEMVER_REMOTE_NAME = origin 09:52:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:52:40 # $SEMVER_USER_NAME = edgex-jenkins 09:52:40 # $SEMVER_BRANCH = master 09:52:40 # $SEMVER_TEMP = /tmp/semver-182665619 09:52:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:53:02 # '/tmp/semver-182665619' -> '/w/workspace/edgex-go/345/.semver' 09:53:02 # -> Force: false 09:53:02 # $SEMVER_DIR = /w/workspace/edgex-go/345/.semver [Pipeline] } 09:53:02 $ docker exec --env ******** --env ******** 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c ssh-agent -k 09:53:02 unset SSH_AUTH_SOCK; 09:53:02 unset SSH_AGENT_PID; 09:53:02 echo Agent pid 52 killed; 09:53:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:53:03 + git semver [Pipeline] } 09:53:03 $ docker stop --time=1 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c 09:53:05 $ docker rm -f 0f931afeb98f82436f9dc8add85e9f51fadd1df7ca7687269e766eb1f0ef490c [Pipeline] // withDockerContainer [Pipeline] sh 09:53:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:53:06 Stashed 1 file(s) [Pipeline] echo 09:53:06 [edgeXSemver]: initialized semver on version 2.0.0-dev.80 [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 09:53:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:53:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:53:07 + sudo service docker restart 09:53:07 + true 09:53:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:53:08 ========================================================= 09:53:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:53:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:53:08 + 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 . 09:53:12 Sending build context to Docker daemon 327.6MB 09:53:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:53:12 Step 2/6 : FROM ${BASE} 09:53:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:53:12 188c0c94c7c5: Pulling fs layer 09:53:12 0ef7d3d256c8: Pulling fs layer 09:53:12 de9db76c5a1d: Pulling fs layer 09:53:12 bca2f99d35d6: Pulling fs layer 09:53:12 93359f2a8cfa: Pulling fs layer 09:53:12 7c6f9722023f: Pulling fs layer 09:53:12 a35cf1a2eb13: Pulling fs layer 09:53:12 93359f2a8cfa: Waiting 09:53:12 7c6f9722023f: Waiting 09:53:12 a35cf1a2eb13: Waiting 09:53:12 bca2f99d35d6: Waiting 09:53:12 de9db76c5a1d: Verifying Checksum 09:53:12 de9db76c5a1d: Download complete 09:53:12 0ef7d3d256c8: Verifying Checksum 09:53:12 0ef7d3d256c8: Download complete 09:53:12 93359f2a8cfa: Verifying Checksum 09:53:12 93359f2a8cfa: Download complete 09:53:12 7c6f9722023f: Verifying Checksum 09:53:12 7c6f9722023f: Download complete 09:53:12 188c0c94c7c5: Verifying Checksum 09:53:12 188c0c94c7c5: Download complete 09:53:13 188c0c94c7c5: Pull complete 09:53:13 0ef7d3d256c8: Pull complete 09:53:13 de9db76c5a1d: Pull complete 09:53:16 a35cf1a2eb13: Verifying Checksum 09:53:16 a35cf1a2eb13: Download complete 09:53:16 bca2f99d35d6: Verifying Checksum 09:53:16 bca2f99d35d6: Download complete 09:53:21 bca2f99d35d6: Pull complete 09:53:21 93359f2a8cfa: Pull complete 09:53:21 7c6f9722023f: Pull complete 09:53:21 Still waiting to schedule task 09:53:21 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:53:29 a35cf1a2eb13: Pull complete 09:53:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:53:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:53:29 ---> a62c8e92a672 09:53:29 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 09:53:29 ---> Running in 72da9d858206 09:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:53:31 (1/12) Installing libmagic (5.38-r0) 09:53:32 (2/12) Installing file (5.38-r0) 09:53:32 (3/12) Installing libc-dev (0.7.2-r3) 09:53:32 (4/12) Installing g++ (9.3.0-r2) 09:53:37 (5/12) Installing fortify-headers (1.1-r0) 09:53:37 (6/12) Installing patch (2.7.6-r6) 09:53:37 (7/12) Installing build-base (0.5-r2) 09:53:37 (8/12) Installing libsodium (1.0.18-r0) 09:53:37 (9/12) Installing pkgconf (1.7.2-r0) 09:53:38 (10/12) Installing libsodium-dev (1.0.18-r0) 09:53:38 (11/12) Installing libzmq (4.3.3-r0) 09:53:38 (12/12) Installing zeromq-dev (4.3.3-r0) 09:53:38 Executing busybox-1.31.1-r19.trigger 09:53:38 OK: 233 MiB in 51 packages 09:53:41 Removing intermediate container 72da9d858206 09:53:41 ---> ffc5de15cfd5 09:53:41 Step 4/6 : WORKDIR /edgex-go 09:53:41 ---> Running in 071372cb3cab 09:53:41 Removing intermediate container 071372cb3cab 09:53:41 ---> 1740f86862ee 09:53:41 Step 5/6 : COPY go.mod . 09:53:41 ---> 876017b20d14 09:53:41 Step 6/6 : RUN go mod download 09:53:41 ---> Running in 44b267910137 09:54:03 Removing intermediate container 44b267910137 09:54:03 ---> 2d0cd485482c 09:54:03 Successfully built 2d0cd485482c 09:54:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:54:04 + docker inspect -f . ci-base-image-x86_64 09:54:04 . [Pipeline] withDockerContainer 09:54:04 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 09:54:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:54:05 $ docker top 2e9936a9d7a47e0b2d9d6a8be80ffded4faa37f505be4a3eb24add725f500828 -eo pid,comm [Pipeline] { [Pipeline] sh 09:54:05 + go version 09:54:05 go version go1.15.5 linux/amd64 [Pipeline] } 09:54:05 $ docker stop --time=1 2e9936a9d7a47e0b2d9d6a8be80ffded4faa37f505be4a3eb24add725f500828 09:54:07 $ docker rm -f 2e9936a9d7a47e0b2d9d6a8be80ffded4faa37f505be4a3eb24add725f500828 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:54:08 + docker inspect -f . ci-base-image-x86_64 09:54:08 . [Pipeline] withDockerContainer 09:54:08 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 09:54:08 $ 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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:54:08 $ docker top 545df71094380335da64268250c9e404a3c452e66d1abad91f1f240c0fa7ce35 -eo pid,comm [Pipeline] { [Pipeline] echo 09:54:09 ========================================================= 09:54:09 [edgeXBuildGoParallel] Running Tests and Build... 09:54:09 ========================================================= [Pipeline] sh 09:54:09 + make test 09:54:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:54:17 ? github.com/edgexfoundry/edgex-go [no test files] 09:54:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:54:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:54:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:54:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:54:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:54:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:54:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:54:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:54:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:54:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:54:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:54:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:54:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:54:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:54:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 45.6% of statements 09:54:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:54:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:54:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:54:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:54:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:54:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:54:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:54:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.071s coverage: 100.0% of statements 09:54:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.1% of statements 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:54:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:54:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:54:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 65.8% of statements 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:54:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.115s coverage: 82.3% of statements 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:54:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:54:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements 09:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:54:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 09:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:54:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 09:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:54:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements 09:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:54:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 09:54:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:54:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 09:54:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:54:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:54:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:54:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:54:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.372s coverage: 92.8% of statements 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:54:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:54:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.089s coverage: 0.1% of statements 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:54:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:54:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements 09:54:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.035s coverage: 79.5% of statements 09:54:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.023s coverage: 94.1% of statements 09:54:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements 09:54:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements 09:55:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.036s coverage: 94.4% of statements 09:55:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements 09:55:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25246 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 09:55:13 Running in /w/workspace/edgex-go/345 [Pipeline] { [Pipeline] checkout 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.030s coverage: 80.8% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 68.9% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.080s coverage: 37.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.259s coverage: 84.0% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.077s coverage: 85.3% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.738s coverage: 29.1% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 09:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 09:55:17 GO111MODULE=on go vet ./... 09:55:18 using credential edgex-jenkins-ssh 09:55:18 Cloning the remote Git repository 09:55:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:55:18 > git init /w/workspace/edgex-go/345 # timeout=10 09:55:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:55:18 > git --version # timeout=10 09:55:18 > git --version # 'git version 2.17.1' 09:55:18 using GIT_SSH to set credentials SSH Credentials for GitHub 09:55:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:55:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:55:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:55:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:55:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:55:33 using GIT_SSH to set credentials SSH Credentials for GitHub 09:55:34 Checking out Revision 342a72dc7becdeb5a949018242fa1a90a07bfb5e (master) 09:55:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:55:34 > git config core.sparsecheckout # timeout=10 09:55:34 > git checkout -f 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 09:55:38 Commit message: "Merge pull request #3142 from jinlinGuan/issue-3136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:55:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:55:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:55:41 + true 09:55:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:55:44 provisioning config files... 09:55:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/345@tmp/config8508452785235609716tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:55:44 gofmt -l . 09:55:44 [ "`gofmt -l .`" = "" ] 09:55:44 ./bin/test-go-mod-tidy.sh 09:55:44 ./bin/test-attribution-txt.sh [Pipeline] sh 09:55:44 ---> docker-login.sh 09:55:44 nexus3.edgexfoundry.org:10001 09:55:44 + ls -al . 09:55:44 total 688 09:55:44 drwxrwxr-x 10 1001 1001 4096 Feb 5 09:55 . 09:55:44 drwxr-xr-x 4 root root 32 Feb 5 09:54 .. 09:55:44 -rw-rw-r-- 1 1001 1001 11 Feb 5 09:52 .dockerignore 09:55:44 drwxrwxr-x 8 1001 1001 162 Feb 5 09:52 .git 09:55:44 drwxrwxr-x 3 1001 1001 125 Feb 5 09:52 .github 09:55:44 -rw-rw-r-- 1 1001 1001 872 Feb 5 09:52 .gitignore 09:55:44 drwx------ 3 1001 1001 45 Feb 5 09:53 .semver 09:55:44 -rw-rw-r-- 1 1001 1001 166 Feb 5 09:52 .sonarcloud.properties 09:55:44 -rw-rw-r-- 1 1001 1001 7859 Feb 5 09:52 Attribution.txt 09:55:44 -rw-rw-r-- 1 1001 1001 3804 Feb 5 09:52 CONTRIBUTING.md 09:55:44 -rw-rw-r-- 1 1001 1001 931 Feb 5 09:52 Dockerfile.build 09:55:44 -rw-rw-r-- 1 1001 1001 863 Feb 5 09:52 Jenkinsfile 09:55:44 -rw-rw-r-- 1 1001 1001 10775 Feb 5 09:52 LICENSE 09:55:44 -rw-rw-r-- 1 1001 1001 6001 Feb 5 09:52 Makefile 09:55:44 -rw-rw-r-- 1 1001 1001 6524 Feb 5 09:52 README.md 09:55:44 -rw-rw-r-- 1 1001 1001 6755 Feb 5 09:52 SECURITY.md 09:55:44 -rw-rw-r-- 1 1001 1001 12 Feb 5 09:53 VERSION 09:55:44 -rw-rw-r-- 1 1001 1001 4131 Feb 5 09:52 ZMQWindows.md 09:55:44 drwxrwxr-x 2 1001 1001 117 Feb 5 09:52 bin 09:55:44 drwxrwxr-x 15 1001 1001 4096 Feb 5 09:52 cmd 09:55:44 -rw-r--r-- 1 root root 585363 Feb 5 09:55 coverage.out 09:55:44 -rw-r--r-- 1 root root 1054 Feb 5 09:55 go.mod 09:55:44 -rw-r--r-- 1 root root 19290 Feb 5 09:55 go.sum 09:55:44 drwxrwxr-x 8 1001 1001 127 Feb 5 09:52 internal 09:55:44 drwxrwxr-x 4 1001 1001 26 Feb 5 09:52 openapi 09:55:44 drwxrwxr-x 4 1001 1001 71 Feb 5 09:52 snap 09:55:44 -rw-rw-r-- 1 1001 1001 168 Feb 5 09:52 version.go [Pipeline] sh 09:55:45 + '[' -e coverage.out ] 09:55:45 + chown 1001:1001 coverage.out [Pipeline] stash 09:55:45 Stashed 1 file(s) [Pipeline] sh 09:55:45 + make build 09:55:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-data/core-data ./cmd/core-data 09:55:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:45 Configure a credential helper to remove this warning. See 09:55:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:45 09:55:45 Login Succeeded 09:55:45 nexus3.edgexfoundry.org:10002 09:55:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:46 Configure a credential helper to remove this warning. See 09:55:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:46 09:55:46 Login Succeeded 09:55:46 nexus3.edgexfoundry.org:10003 09:55:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:47 Configure a credential helper to remove this warning. See 09:55:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:47 09:55:47 Login Succeeded 09:55:47 nexus3.edgexfoundry.org:10004 09:55:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:47 Configure a credential helper to remove this warning. See 09:55:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:47 09:55:47 Login Succeeded 09:55:47 docker.io 09:55:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:48 Configure a credential helper to remove this warning. See 09:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:48 09:55:48 Login Succeeded 09:55:48 ---> docker-login.sh ends [Pipeline] } 09:55:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:55:49 ========================================================= 09:55:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:55:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:55:49 + 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 . 09:55:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:55:52 Sending build context to Docker daemon 166.2MB 09:55:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:55:52 Step 2/6 : FROM ${BASE} 09:55:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:55:52 5f621e34cdf4: Pulling fs layer 09:55:52 a4357932f1b6: Pulling fs layer 09:55:52 18c013af1878: Pulling fs layer 09:55:52 00ac8860ef70: Pulling fs layer 09:55:52 63d7cb157983: Pulling fs layer 09:55:52 b116817d02f9: Pulling fs layer 09:55:52 745a02a5169b: Pulling fs layer 09:55:52 00ac8860ef70: Waiting 09:55:52 63d7cb157983: Waiting 09:55:52 b116817d02f9: Waiting 09:55:52 18c013af1878: Download complete 09:55:52 a4357932f1b6: Verifying Checksum 09:55:52 a4357932f1b6: Download complete 09:55:52 63d7cb157983: Verifying Checksum 09:55:52 b116817d02f9: Download complete 09:55:52 5f621e34cdf4: Download complete 09:55:52 5f621e34cdf4: Pull complete 09:55:53 a4357932f1b6: Pull complete 09:55:53 18c013af1878: Pull complete 09:55:55 745a02a5169b: Verifying Checksum 09:55:55 745a02a5169b: Download complete 09:55:56 00ac8860ef70: Verifying Checksum 09:55:56 00ac8860ef70: Download complete 09:55:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-command/core-command ./cmd/core-command 09:55:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:55:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:56:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:56:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:56:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:56:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:56:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:56:06 00ac8860ef70: Pull complete 09:56:06 63d7cb157983: Pull complete 09:56:06 b116817d02f9: Pull complete 09:56:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:56:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/secrets-config ./cmd/secrets-config 09:56:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 09:56:09 $ docker stop --time=1 545df71094380335da64268250c9e404a3c452e66d1abad91f1f240c0fa7ce35 09:56:10 745a02a5169b: Pull complete 09:56:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:56:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:56:10 ---> b7e6874047d6 09:56:10 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 09:56:11 $ docker rm -f 545df71094380335da64268250c9e404a3c452e66d1abad91f1f240c0fa7ce35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 09:56:14 ---> Running in f255b0d1b644 [Pipeline] isUnix [Pipeline] sh 09:56:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:56:14 09:56:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:56:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:56:15 latest: Pulling from edgex-devops/edgex-compose 09:56:15 cbdbe7a5bc2a: Pulling fs layer 09:56:15 ca9280d653b3: Pulling fs layer 09:56:15 7e9c9ca2126c: Pulling fs layer 09:56:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:56:15 cbdbe7a5bc2a: Verifying Checksum 09:56:15 cbdbe7a5bc2a: Download complete 09:56:15 cbdbe7a5bc2a: Pull complete 09:56:15 ca9280d653b3: Verifying Checksum 09:56:15 ca9280d653b3: Download complete 09:56:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:56:16 7e9c9ca2126c: Download complete 09:56:16 ca9280d653b3: Pull complete 09:56:19 (1/12) Installing libmagic (5.38-r0) 09:56:19 (2/12) Installing file (5.38-r0) 09:56:19 (3/12) Installing libc-dev (0.7.2-r3) 09:56:19 (4/12) Installing g++ (9.3.0-r2) 09:56:25 7e9c9ca2126c: Pull complete 09:56:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:56:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:56:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:56:25 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 09:56:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:56:26 $ docker top ba1fa5e56093c0d55da376f7b77bb9f603771c8beba93025b9fd02cd55cd0e60 -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:26 + docker-compose build --help 09:56:26 + grep parallel 09:56:27 --parallel Build images in parallel. [Pipeline] } 09:56:27 $ docker stop --time=1 ba1fa5e56093c0d55da376f7b77bb9f603771c8beba93025b9fd02cd55cd0e60 09:56:29 $ docker rm -f ba1fa5e56093c0d55da376f7b77bb9f603771c8beba93025b9fd02cd55cd0e60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:56:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:56:29 . [Pipeline] withDockerContainer 09:56:29 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 09:56:29 (5/12) Installing fortify-headers (1.1-r0) 09:56:29 (6/12) Installing patch (2.7.6-r6) 09:56:29 (7/12) Installing build-base (0.5-r2) 09:56:29 (8/12) Installing libsodium (1.0.18-r0) 09:56:29 (9/12) Installing pkgconf (1.7.2-r0) 09:56:29 (10/12) Installing libsodium-dev (1.0.18-r0) 09:56:29 (11/12) Installing libzmq (4.3.3-r0) 09:56:29 (12/12) Installing zeromq-dev (4.3.3-r0) 09:56:29 Executing busybox-1.31.1-r19.trigger 09:56:29 OK: 217 MiB in 51 packages 09:56:29 $ 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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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 09:56:30 $ docker top ecec8209061524d0d2d3943d065fec4347c7b36db95ccdadc959413cced09a7a -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:31 + docker-compose -f ./docker-compose-build.yml build --parallel 09:56:32 Building docker-core-command-go ... 09:56:32 Building docker-core-data-go ... 09:56:32 Building docker-core-metadata-go ... 09:56:32 Building docker-security-bootstrapper-go ... 09:56:32 Building docker-security-proxy-setup-go ... 09:56:32 Building docker-security-secretstore-setup-go ... 09:56:32 Building docker-support-notifications-go ... 09:56:32 Building docker-support-scheduler-go ... 09:56:32 Building docker-sys-mgmt-agent-go ... 09:56:32 Building docker-support-notifications-go 09:56:32 Building docker-security-secretstore-setup-go 09:56:32 Building docker-security-proxy-setup-go 09:56:32 Building docker-core-command-go 09:56:32 Building docker-support-scheduler-go 09:56:33 Removing intermediate container f255b0d1b644 09:56:33 ---> 3510366df939 09:56:33 Step 4/6 : WORKDIR /edgex-go 09:56:33 ---> Running in 0c5e134a3e89 09:56:33 Removing intermediate container 0c5e134a3e89 09:56:33 ---> 59d885adc604 09:56:33 Step 5/6 : COPY go.mod . 09:56:34 ---> f42c7c7288bc 09:56:34 Step 6/6 : RUN go mod download 09:56:34 ---> Running in 493e7a1c1549 09:57:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:57:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:57:00 ---> 2d0cd485482c 09:57:00 Step 3/22 : WORKDIR /edgex-go 09:57:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:57:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:57:00 ---> 2d0cd485482c 09:57:00 Step 3/24 : WORKDIR /edgex-go 09:57:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:57:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:57:00 ---> 2d0cd485482c 09:57:00 Step 3/22 : WORKDIR /edgex-go 09:57:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:57:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:57:00 ---> 2d0cd485482c 09:57:00 Step 3/23 : WORKDIR /edgex-go 09:57:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:57:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:57:00 ---> 2d0cd485482c 09:57:00 Step 3/21 : WORKDIR /edgex-go 09:57:01 Removing intermediate container 493e7a1c1549 09:57:01 ---> af57643b1093 09:57:01 Successfully built af57643b1093 09:57:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:57:01 ---> Running in 1871281b6b57 09:57:01 ---> Running in d23afbec870b 09:57:01 ---> Running in 37a4c1accb51 09:57:01 ---> Running in ed551e6ad479 09:57:01 ---> Running in 628398af92f0 09:57:01 + docker inspect -f . ci-base-image-arm64 09:57:01 . [Pipeline] withDockerContainer 09:57:01 Removing intermediate container 37a4c1accb51 09:57:01 ---> b5d187f0cbe3 09:57:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:01 Removing intermediate container d23afbec870b 09:57:01 ---> 84093b44de21 09:57:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:01 Removing intermediate container ed551e6ad479 09:57:01 ---> a373604523fc 09:57:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:01 Removing intermediate container 628398af92f0 09:57:01 ---> c2df137eed99 09:57:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:01 prd-ubuntu18.04-docker-arm64-4c-16g-25246 does not seem to be running inside a container 09:57:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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 09:57:02 Removing intermediate container 1871281b6b57 09:57:02 ---> 15ee8d8aaf81 09:57:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:02 ---> Running in 9077c5932ee0 09:57:02 ---> Running in dfe5f7619829 09:57:02 ---> Running in e9702194a9f2 09:57:02 ---> Running in d3fabb7eceeb 09:57:02 ---> Running in 9c62416b84e2 09:57:03 $ docker top 71d406cef343b3a27c8c2be00aac27d283b2ba9365a5a26056a9cebb14b35dd4 -eo pid,comm [Pipeline] { [Pipeline] sh 09:57:04 + go version 09:57:04 go version go1.15.5 linux/arm64 [Pipeline] } 09:57:04 $ docker stop --time=1 71d406cef343b3a27c8c2be00aac27d283b2ba9365a5a26056a9cebb14b35dd4 09:57:04 Removing intermediate container 9077c5932ee0 09:57:04 ---> d176389f03a9 09:57:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:57:04 ---> Running in 8af6d930082c 09:57:04 Removing intermediate container dfe5f7619829 09:57:04 ---> 50cf48f26c03 09:57:04 Step 5/23 : RUN apk add --update --no-cache make git 09:57:04 ---> Running in eb5a6f8a2f45 09:57:05 Removing intermediate container e9702194a9f2 09:57:05 ---> 283831ed02bd 09:57:05 Step 5/22 : RUN apk add --update --no-cache make git 09:57:05 Removing intermediate container d3fabb7eceeb 09:57:05 ---> f756c3309a80 09:57:05 Step 5/24 : RUN apk add --update --no-cache make git 09:57:05 Removing intermediate container 9c62416b84e2 09:57:05 ---> 9305f1612b68 09:57:05 Step 5/21 : RUN apk add --update --no-cache make git 09:57:05 ---> Running in 5e76a044f32c 09:57:05 ---> Running in 1a9d71f2f758 09:57:05 ---> Running in c200e5a3cd21 09:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:57:06 $ docker rm -f 71d406cef343b3a27c8c2be00aac27d283b2ba9365a5a26056a9cebb14b35dd4 09:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer 09:57:06 OK: 233 MiB in 51 packages 09:57:06 OK: 233 MiB in 51 packages 09:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 09:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:57:06 OK: 233 MiB in 51 packages 09:57:06 Removing intermediate container 8af6d930082c 09:57:06 ---> 9268b4d9aba9 09:57:06 Step 6/22 : COPY go.mod . Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 09:57:07 Removing intermediate container eb5a6f8a2f45 09:57:07 ---> 0f29b7267910 09:57:07 Step 6/23 : COPY go.mod . 09:57:07 OK: 233 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 09:57:07 ---> 68b9edf5fbaa 09:57:07 Step 7/22 : RUN go mod download 09:57:07 ---> Running in 0f36d75cd7e5 09:57:07 OK: 233 MiB in 51 packages 09:57:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:57:07 09:57:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:57:07 ---> a63cbea2d553 09:57:07 Step 7/23 : RUN go mod download 09:57:07 Removing intermediate container 5e76a044f32c 09:57:07 ---> cc6344f6f2f8 09:57:07 Step 6/24 : COPY go.mod . 09:57:07 ---> Running in dc82a5eee99e 09:57:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:57:07 latest: Pulling from edgex-devops/edgex-compose-arm64 09:57:07 29e5d40040c1: Pulling fs layer 09:57:07 1ce36da41761: Pulling fs layer 09:57:07 25b303627fd3: Pulling fs layer 09:57:08 29e5d40040c1: Verifying Checksum 09:57:08 29e5d40040c1: Download complete 09:57:08 ---> 468f2d2a3239 09:57:08 Step 7/24 : RUN go mod download 09:57:08 Removing intermediate container 1a9d71f2f758 09:57:08 ---> f3736fc97907 09:57:08 Step 6/22 : COPY go.mod . 09:57:08 ---> Running in 8726ee9ae8a0 09:57:08 Removing intermediate container c200e5a3cd21 09:57:08 ---> 741d33709112 09:57:08 Step 6/21 : COPY go.mod . 09:57:08 1ce36da41761: Verifying Checksum 09:57:08 1ce36da41761: Download complete 09:57:08 ---> 9f267267f1a8 09:57:08 Step 7/22 : RUN go mod download 09:57:08 ---> Running in b43d1c28de7e 09:57:09 29e5d40040c1: Pull complete 09:57:09 ---> cc424be60001 09:57:09 Step 7/21 : RUN go mod download 09:57:09 ---> Running in 67c1afa6173e 09:57:10 1ce36da41761: Pull complete 09:57:10 Removing intermediate container 0f36d75cd7e5 09:57:10 ---> bc9ea95f05fe 09:57:10 Step 8/22 : COPY . . 09:57:10 Removing intermediate container dc82a5eee99e 09:57:10 ---> b7127bcb58ff 09:57:10 Step 8/23 : COPY . . 09:57:10 25b303627fd3: Verifying Checksum 09:57:10 25b303627fd3: Download complete 09:57:10 Removing intermediate container 8726ee9ae8a0 09:57:10 ---> 3c4d7ea24836 09:57:10 Step 8/24 : COPY . . 09:57:16 Removing intermediate container b43d1c28de7e 09:57:16 ---> 2c2adbcbab8a 09:57:16 Step 8/22 : COPY . . 09:57:17 Removing intermediate container 67c1afa6173e 09:57:17 ---> 530f6cbbfe61 09:57:17 Step 8/21 : COPY . . 09:57:20 25b303627fd3: Pull complete 09:57:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:57:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:57:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:57:21 prd-ubuntu18.04-docker-arm64-4c-16g-25246 does not seem to be running inside a container 09:57:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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 09:57:24 $ docker top 3ea551a55c51aa76ed4d4ed3f0cd31256b5b26fc1c0c682e7ff110494d3b6a56 -eo pid,comm [Pipeline] { [Pipeline] sh 09:57:25 + docker-compose build --help 09:57:25 + grep parallel 09:57:28 --parallel Build images in parallel. [Pipeline] } 09:57:28 $ docker stop --time=1 3ea551a55c51aa76ed4d4ed3f0cd31256b5b26fc1c0c682e7ff110494d3b6a56 09:57:30 $ docker rm -f 3ea551a55c51aa76ed4d4ed3f0cd31256b5b26fc1c0c682e7ff110494d3b6a56 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:57:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:57:31 . [Pipeline] withDockerContainer 09:57:31 prd-ubuntu18.04-docker-arm64-4c-16g-25246 does not seem to be running inside a container 09:57:31 $ 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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@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 09:57:33 $ docker top 2aec0c9525157e9208f232f06640acbd24ce06e01fbd00ff6dd6e06fde53f540 -eo pid,comm [Pipeline] { [Pipeline] sh 09:57:34 + docker-compose -f ./docker-compose-build.yml build --parallel 09:57:37 Building docker-core-command-go ... 09:57:37 Building docker-core-data-go ... 09:57:37 Building docker-core-metadata-go ... 09:57:37 Building docker-security-bootstrapper-go ... 09:57:37 Building docker-security-proxy-setup-go ... 09:57:37 Building docker-security-secretstore-setup-go ... 09:57:37 Building docker-support-notifications-go ... 09:57:37 Building docker-support-scheduler-go ... 09:57:37 Building docker-sys-mgmt-agent-go ... 09:57:37 Building docker-support-notifications-go 09:57:37 Building docker-core-metadata-go 09:57:37 Building docker-sys-mgmt-agent-go 09:57:37 Building docker-security-proxy-setup-go 09:57:37 Building docker-security-secretstore-setup-go 09:57:56 ---> 3717b781cafb 09:57:56 Step 9/23 : RUN make cmd/core-command/core-command 09:57:56 ---> 2c5f88604b0a 09:57:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:57:56 ---> 340a54d70b18 09:57:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:57:56 ---> Running in f67b2a7b7e78 09:57:56 ---> 934a6337410a 09:57:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:57:56 ---> 68d0bc2496a9 09:57:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:57:56 ---> Running in 2d023e991aae 09:57:56 ---> Running in 28c0076ae852 09:57:56 ---> Running in e7bdb8ff6ed9 09:57:56 ---> Running in 45119b5c3c5c 09:57:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:57:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-command/core-command ./cmd/core-command 09:57:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:57:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:57:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:58:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/secrets-config ./cmd/secrets-config 09:58:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:58:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:58:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:58:24 ---> af57643b1093 09:58:24 Step 3/23 : WORKDIR /edgex-go 09:58:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:58:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:58:24 ---> af57643b1093 09:58:24 Step 3/24 : WORKDIR /edgex-go 09:58:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:58:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:58:24 ---> af57643b1093 09:58:24 Step 3/26 : WORKDIR /edgex-go 09:58:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:58:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:58:24 ---> af57643b1093 09:58:24 Step 3/21 : WORKDIR /edgex-go 09:58:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:58:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:58:24 ---> af57643b1093 09:58:24 Step 3/22 : WORKDIR /edgex-go 09:58:27 ---> Running in 5779ca79c607 09:58:27 ---> Running in 6882c9719ca4 09:58:27 ---> Running in f81f49879137 09:58:27 ---> Running in b68c76ec8d4d 09:58:27 ---> Running in 8c1239d21d50 09:58:27 Removing intermediate container 6882c9719ca4 09:58:27 ---> 079a9e348329 09:58:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:27 Removing intermediate container f81f49879137 09:58:27 ---> 2dddbb984b15 09:58:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:27 Removing intermediate container b68c76ec8d4d 09:58:27 ---> 7fd18234cca9 09:58:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:27 Removing intermediate container 8c1239d21d50 09:58:27 ---> fdffe4f69e08 09:58:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:28 Removing intermediate container 5779ca79c607 09:58:28 ---> a505c0c4d42c 09:58:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:28 ---> Running in da3d5bbd7ec4 09:58:28 ---> Running in 4f7079664b00 09:58:28 ---> Running in df12d3cfcb3f 09:58:28 ---> Running in f66c26820da3 09:58:28 ---> Running in 3908bf9dd0c9 09:58:31 Removing intermediate container da3d5bbd7ec4 09:58:31 ---> 43b8de045e5b 09:58:31 Step 5/21 : RUN apk add --update --no-cache make git 09:58:32 ---> Running in 795b4814caef 09:58:32 Removing intermediate container 4f7079664b00 09:58:32 ---> 37147765a748 09:58:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:58:32 Removing intermediate container df12d3cfcb3f 09:58:32 ---> 0f22e2a97b91 09:58:32 Step 5/23 : RUN apk add --update --no-cache make git 09:58:32 Removing intermediate container f66c26820da3 09:58:32 ---> ea68d698d160 09:58:32 Step 5/26 : RUN apk add --update --no-cache make bash git 09:58:32 ---> Running in 9371c5f92adc 09:58:32 ---> Running in a96dd1c34f89 09:58:32 ---> Running in 11e7077f48ac 09:58:32 Removing intermediate container 3908bf9dd0c9 09:58:32 ---> 15b3b090f18b 09:58:32 Step 5/24 : RUN apk add --update --no-cache make git 09:58:33 ---> Running in 09d1dacc630d 09:58:33 Removing intermediate container e7bdb8ff6ed9 09:58:33 ---> d82bb70d9635 09:58:33 09:58:33 Step 10/21 : FROM alpine:3.12 09:58:33 Removing intermediate container 28c0076ae852 09:58:33 ---> fd4b5d820441 09:58:33 09:58:33 Step 10/24 : FROM alpine:3.12 09:58:33 Removing intermediate container f67b2a7b7e78 09:58:33 ---> 371452481001 09:58:33 09:58:33 Step 10/23 : FROM alpine:3.12 09:58:33 Removing intermediate container 2d023e991aae 09:58:33 ---> e7132e8851ef 09:58:33 09:58:33 Step 10/22 : FROM alpine:3.12 09:58:33 Removing intermediate container 45119b5c3c5c 09:58:33 ---> e34caefea9e3 09:58:33 09:58:33 Step 10/22 : FROM alpine:3.12 09:58:33 3.12: Pulling from library/alpine 09:58:33 3.12: Pulling from library/alpine 09:58:33 3.12: Pulling from library/alpine 09:58:33 3.12: Pulling from library/alpine 09:58:33 3.12: Pulling from library/alpine 09:58:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:58:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:58:33 Status: Downloaded newer image for alpine:3.12 09:58:33 Status: Image is up to date for alpine:3.12 09:58:33 ---> 389fef711851 09:58:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:58:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:58:33 Status: Image is up to date for alpine:3.12 09:58:33 ---> 389fef711851 09:58:33 Step 11/21 : RUN apk add --update --no-cache curl 09:58:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:58:33 Status: Image is up to date for alpine:3.12 09:58:33 ---> 389fef711851 09:58:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:58:33 ---> 389fef711851 09:58:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:58:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:58:33 Status: Image is up to date for alpine:3.12 09:58:33 ---> 389fef711851 09:58:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:58:33 ---> Running in 42a31ec3dd39 09:58:33 ---> Running in fca837992746 09:58:33 ---> Running in f134c6278b00 09:58:33 ---> Running in 655355cd12b2 09:58:33 ---> Running in 3e26ace8b319 09:58:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:58:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:58:35 (1/1) Installing dumb-init (1.2.2-r1) 09:58:35 Executing busybox-1.31.1-r19.trigger 09:58:35 OK: 6 MiB in 15 packages 09:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:58:35 (1/5) Installing ca-certificates (20191127-r4) 09:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:58:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:58:35 (3/5) Installing libcurl (7.69.1-r3) 09:58:35 (4/5) Installing curl (7.69.1-r3) 09:58:35 (5/5) Installing dumb-init (1.2.2-r1) 09:58:35 Executing busybox-1.31.1-r19.trigger 09:58:35 Executing ca-certificates-20191127-r4.trigger 09:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:58:35 (1/2) Installing ca-certificates (20191127-r4) 09:58:35 OK: 7 MiB in 19 packages 09:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:58:35 (2/2) Installing dumb-init (1.2.2-r1) 09:58:35 Executing busybox-1.31.1-r19.trigger 09:58:35 Executing ca-certificates-20191127-r4.trigger 09:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:58:35 (1/4) Installing ca-certificates (20191127-r4) 09:58:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:58:35 (3/4) Installing libcurl (7.69.1-r3) 09:58:35 (4/4) Installing curl (7.69.1-r3) 09:58:35 Executing busybox-1.31.1-r19.trigger 09:58:35 Executing ca-certificates-20191127-r4.trigger 09:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:58:35 (1/1) Installing dumb-init (1.2.2-r1) 09:58:35 Executing busybox-1.31.1-r19.trigger 09:58:35 OK: 6 MiB in 15 packages 09:58:35 OK: 7 MiB in 18 packages 09:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:58:35 OK: 217 MiB in 51 packages 09:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:58:35 OK: 6 MiB in 16 packages 09:58:36 OK: 217 MiB in 51 packages 09:58:36 OK: 217 MiB in 51 packages 09:58:36 OK: 217 MiB in 51 packages 09:58:36 OK: 217 MiB in 51 packages 09:58:36 Removing intermediate container 42a31ec3dd39 09:58:36 ---> bb3ef341d5e9 09:58:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:58:37 ---> Running in 17c89cf28c2d 09:58:37 Removing intermediate container 795b4814caef 09:58:37 ---> 3a15147b66ad 09:58:37 Step 6/21 : COPY go.mod . 09:58:38 Removing intermediate container 9371c5f92adc 09:58:38 ---> 898006f43008 09:58:38 Step 6/22 : COPY go.mod . 09:58:38 Removing intermediate container 655355cd12b2 09:58:38 ---> a67a1f167d53 09:58:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:58:38 Removing intermediate container f134c6278b00 09:58:38 ---> 9ffa6ec88d51 09:58:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:58:38 Removing intermediate container 3e26ace8b319 09:58:38 ---> 36797673e018 09:58:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:58:38 ---> Running in 92faab01e5c7 09:58:38 Removing intermediate container fca837992746 09:58:38 ---> 02cc0380e160 09:58:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:58:38 Removing intermediate container a96dd1c34f89 09:58:38 ---> 14658496f327 09:58:38 Step 6/23 : COPY go.mod . 09:58:38 ---> 5fb250a991a5 09:58:38 Step 7/21 : RUN go mod download 09:58:38 Removing intermediate container 17c89cf28c2d 09:58:38 ---> 5d93d5b39290 09:58:38 Step 13/22 : ENV APP_PORT=48085 09:58:38 ---> Running in c3a0220150f5 09:58:38 ---> Running in 5871f31473e2 09:58:38 ---> Running in b9940764cf56 09:58:38 ---> Running in 8f597a8eed97 09:58:38 Removing intermediate container 92faab01e5c7 09:58:38 ---> 56eb1a5e8fe3 09:58:38 Step 13/24 : WORKDIR / 09:58:38 Removing intermediate container 11e7077f48ac 09:58:38 ---> ee2d1844b427 09:58:38 Step 6/26 : COPY go.mod . 09:58:38 Removing intermediate container 09d1dacc630d 09:58:38 ---> b578a22f2cdb 09:58:38 Step 6/24 : COPY go.mod . 09:58:38 ---> Running in 89077453d1b3 09:58:39 ---> 4ad80e2ab8a4 09:58:39 Step 7/22 : RUN go mod download 09:58:39 Removing intermediate container c3a0220150f5 09:58:39 ---> d8395dcd029a 09:58:39 Step 13/23 : ENV APP_PORT=48082 09:58:39 Removing intermediate container 5871f31473e2 09:58:39 ---> a8789109468d 09:58:39 Step 13/21 : WORKDIR /edgex 09:58:39 Removing intermediate container b9940764cf56 09:58:39 ---> b321392cccb7 09:58:39 Step 14/22 : EXPOSE $APP_PORT 09:58:39 ---> Running in ee5cdecc461a 09:58:39 ---> Running in f9f0ada32831 09:58:39 Removing intermediate container 8f597a8eed97 09:58:39 ---> 3888ead8ecbe 09:58:39 Step 13/22 : ENV APP_PORT=48060 09:58:39 ---> Running in 7abe22f8a951 09:58:39 ---> Running in 4a763b1430c4 09:58:39 ---> Running in ca7ab2a048b2 09:58:39 ---> Running in b8891d8890e4 09:58:39 ---> d051ba122ae5 09:58:39 Step 7/23 : RUN go mod download 09:58:40 Removing intermediate container f9f0ada32831 09:58:40 ---> 9e0887006bfc 09:58:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:58:40 Removing intermediate container ca7ab2a048b2 09:58:40 ---> 2922a39ba84b 09:58:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:58:40 ---> 4b9a65e0aad3 09:58:40 Step 7/26 : RUN go mod download 09:58:40 ---> Running in c7bfa6f5e644 09:58:40 ---> 875e752cdf6b 09:58:40 Step 7/24 : RUN go mod download 09:58:40 Removing intermediate container 7abe22f8a951 09:58:40 ---> a4dd7d920d08 09:58:40 Step 14/23 : EXPOSE $APP_PORT 09:58:40 Removing intermediate container 4a763b1430c4 09:58:40 ---> c7072407a656 09:58:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:58:40 Removing intermediate container b8891d8890e4 09:58:40 ---> 18bb24b755f0 09:58:40 Step 14/22 : EXPOSE $APP_PORT 09:58:40 ---> 11da59366d86 09:58:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:58:40 ---> Running in 5bcca930e16e 09:58:40 ---> Running in 87174c6ef8a8 09:58:40 ---> Running in d93d66eb500e 09:58:40 ---> Running in f7c31ff24224 09:58:40 ---> b084013b56b6 09:58:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:58:40 ---> fd345da9ea1d 09:58:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:58:40 Removing intermediate container 5bcca930e16e 09:58:40 ---> 2e092f2b921e 09:58:40 Step 15/23 : WORKDIR / 09:58:40 ---> bccffeb16bed 09:58:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:58:40 Removing intermediate container f7c31ff24224 09:58:40 ---> 25670b2ecf75 09:58:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:58:41 ---> Running in 3b703840e194 09:58:41 ---> dc7d87700e5e 09:58:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:58:41 ---> 9f404f1d62e8 09:58:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:58:41 ---> ca5d92e506b4 09:58:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:58:41 ---> 3f09ebda2af3 09:58:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:58:41 Removing intermediate container 3b703840e194 09:58:41 ---> 2b6fb6066c98 09:58:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:58:41 ---> 8ca49f4ef67e 09:58:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:58:41 ---> Running in 55cb1ecc9362 09:58:42 ---> e195009b7eb1 09:58:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:58:42 ---> ac90a9bc6520 09:58:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:58:42 ---> 81c6c3edbd50 09:58:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:58:42 Removing intermediate container 55cb1ecc9362 09:58:42 ---> eedd6a7d888c 09:58:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:58:42 ---> 404154658336 09:58:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:58:42 ---> Running in a0a5cdc9bfba 09:58:42 ---> Running in fcb83a0fcae7 09:58:42 Removing intermediate container a0a5cdc9bfba 09:58:42 ---> cc6fd1c7af4e 09:58:42 Step 20/22 : LABEL arch=x86_64 09:58:42 ---> 8c4d17eb9dcf 09:58:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:58:42 Removing intermediate container fcb83a0fcae7 09:58:42 ---> d61f6dd54d5a 09:58:42 Step 18/21 : CMD ["--init=true"] 09:58:42 ---> Running in 3a6284ed3ed2 09:58:42 ---> 5eb728d7920f 09:58:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:58:42 ---> 5b985875032c 09:58:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:58:42 ---> Running in 6c1b5534e49e 09:58:42 ---> Running in 2d9305933095 09:58:43 Removing intermediate container 3a6284ed3ed2 09:58:43 ---> 9ab736b3b0a0 09:58:43 Step 21/22 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 09:58:43 ---> Running in c9151e6c0746 09:58:43 ---> e8b0add94f88 09:58:43 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/ 09:58:43 Removing intermediate container 2d9305933095 09:58:43 ---> b656253af9e1 09:58:43 Step 19/21 : LABEL arch=x86_64 09:58:43 Removing intermediate container 89077453d1b3 09:58:43 ---> 8e169b77d0c1 09:58:43 Step 8/21 : COPY . . 09:58:43 ---> b051eff4036f 09:58:43 Step 19/23 : ENTRYPOINT ["/core-command"] 09:58:43 Removing intermediate container 6c1b5534e49e 09:58:43 ---> 503285299f13 09:58:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:58:43 ---> Running in 2b8cf004b87c 09:58:43 ---> Running in cecf78bd2f00 09:58:43 ---> Running in 812e82632d2e 09:58:44 Removing intermediate container ee5cdecc461a 09:58:44 ---> c7d7de1aee31 09:58:44 Step 8/22 : COPY . . 09:58:44 ---> Running in ba5d60fc917f 09:58:44 Removing intermediate container c9151e6c0746 09:58:44 ---> bd0fd02d5bd7 09:58:44 Step 22/22 : LABEL version=2.0.0-dev.80 09:58:44 ---> Running in 3cf13c4bef1e 09:58:44 Removing intermediate container cecf78bd2f00 09:58:44 ---> 222e763e23b0 09:58:44 Step 20/21 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 09:58:44 Removing intermediate container 812e82632d2e 09:58:44 ---> 57ad5ef38385 09:58:44 Step 20/22 : LABEL arch=x86_64 09:58:44 Removing intermediate container ba5d60fc917f 09:58:44 ---> f2a671235d61 09:58:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:58:44 ---> Running in 4ce47ba31af4 09:58:44 ---> Running in 7d84de80b8c9 09:58:44 ---> Running in b76e957569c9 09:58:44 Removing intermediate container 3cf13c4bef1e 09:58:44 ---> 42a112d851d7 09:58:44 09:58:44 Removing intermediate container 4ce47ba31af4 09:58:44 ---> 61f4324d2bba 09:58:44 Step 21/21 : LABEL version=2.0.0-dev.80 09:58:44 Successfully built 42a112d851d7 09:58:45 Removing intermediate container c7bfa6f5e644 09:58:45 ---> 7a4a179bfd77 09:58:45 Step 8/23 : COPY . . 09:58:45 Removing intermediate container 7d84de80b8c9 09:58:45 ---> 88c8fd79798d 09:58:45 Step 21/22 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 09:58:45 Successfully tagged docker-support-scheduler-go:latest 09:58:45 Removing intermediate container b76e957569c9 09:58:45 ---> dc0973d3753c 09:58:45 Step 21/23 : LABEL arch=x86_64 09:58:45  Building docker-support-scheduler-go ... done Building docker-core-data-go 09:58:45 Removing intermediate container 87174c6ef8a8 09:58:45 ---> 1df56a78a9fa 09:58:45 Step 8/26 : COPY . . 09:58:45 ---> Running in b355186f6df8 09:58:45 ---> Running in 0a68de874239 09:58:45 ---> Running in c4d6527d518c 09:58:45 Removing intermediate container 2b8cf004b87c 09:58:45 ---> 1c71b68c9b7f 09:58:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:58:45 ---> Running in fa48129c883f 09:58:45 Removing intermediate container b355186f6df8 09:58:45 ---> 3999719fe6e9 09:58:45 09:58:45 Removing intermediate container 0a68de874239 09:58:45 ---> b292123832d4 09:58:45 Step 22/22 : LABEL version=2.0.0-dev.80 09:58:45 Removing intermediate container c4d6527d518c 09:58:45 ---> 716491438c35 09:58:45 Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 09:58:45 Successfully built 3999719fe6e9 09:58:45 Successfully tagged docker-security-proxy-setup-go:latest 09:58:45 Building docker-sys-mgmt-agent-go 09:58:45 Removing intermediate container d93d66eb500e 09:58:45 ---> e2acf9948f80 09:58:45 Step 8/24 : COPY . . 09:58:46  Building docker-security-proxy-setup-go ... done  ---> Running in 52bca4519c9f 09:58:46 ---> Running in 1c2d60cab8f4 09:58:46 Removing intermediate container fa48129c883f 09:58:46 ---> e80b7e7211f7 09:58:46 Step 22/24 : LABEL arch=x86_64 09:58:48 ---> Running in bd34d67d1be4 09:58:48 Removing intermediate container 52bca4519c9f 09:58:48 ---> 531fdcdf0770 09:58:48 09:58:48 Removing intermediate container 1c2d60cab8f4 09:58:48 ---> ce25143e6854 09:58:48 Step 23/23 : LABEL version=2.0.0-dev.80 09:58:48 Successfully built 531fdcdf0770 09:58:49 Successfully tagged docker-support-notifications-go:latest 09:58:49  Building docker-support-notifications-go ... done Building docker-core-metadata-go 09:58:49 Removing intermediate container bd34d67d1be4 09:58:49 ---> b310113d4eb6 09:58:49 Step 23/24 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 09:58:52 ---> Running in 1b15b61202b9 09:58:53 ---> Running in b08dbebf09f3 09:58:54 Removing intermediate container 1b15b61202b9 09:58:54 ---> 85f577bd9020 09:58:54 09:58:55 Successfully built 85f577bd9020 09:58:55 Successfully tagged docker-core-command-go:latest 09:58:55 Building docker-security-bootstrapper-go 09:58:58  Building docker-core-command-go ... done Removing intermediate container b08dbebf09f3 09:58:58 ---> ae65bca0b11b 09:58:58 Step 24/24 : LABEL version=2.0.0-dev.80 09:59:04 ---> e257c9ac5a71 09:59:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:59:04 ---> 0c677cae984d 09:59:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:59:04 ---> cba95227aae7 09:59:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:59:04 ---> 5d5cd95279ea 09:59:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:59:04 ---> 83bda7749a5d 09:59:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:59:04 ---> Running in 52e20c9eed66 09:59:04 ---> Running in 6fce1d24241d 09:59:04 ---> Running in 9774bd14dcbe 09:59:04 ---> Running in 44854b22352a 09:59:04 ---> Running in fbeb08339c32 09:59:06 ---> Running in e0fef04661bc 09:59:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:59:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:59:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:59:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:59:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:59:08 Removing intermediate container e0fef04661bc 09:59:08 ---> c187153f6909 09:59:08 09:59:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:59:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:59:08 ---> 2d0cd485482c 09:59:08 Step 3/23 : WORKDIR /edgex-go 09:59:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:59:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:59:08 ---> 2d0cd485482c 09:59:08 Step 3/26 : WORKDIR /edgex-go 09:59:08 ---> Using cache 09:59:08 ---> 15ee8d8aaf81 09:59:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:59:08 ---> Using cache 09:59:08 ---> 15ee8d8aaf81 09:59:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:59:08 ---> Using cache 09:59:08 ---> 9305f1612b68 09:59:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:59:08 ---> Using cache 09:59:08 ---> 9305f1612b68 09:59:08 Step 5/26 : RUN apk add --update --no-cache make bash git 09:59:08 Successfully built c187153f6909 09:59:08 Successfully tagged docker-security-secretstore-setup-go:latest 09:59:09  Building docker-security-secretstore-setup-go ... done  ---> Running in 4e0bcd6da501 09:59:09 ---> Running in 2dd906efabaf 09:59:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:59:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:59:12 ---> 2d0cd485482c 09:59:12 Step 3/23 : WORKDIR /edgex-go 09:59:12 ---> Using cache 09:59:12 ---> 15ee8d8aaf81 09:59:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:59:12 ---> Using cache 09:59:12 ---> 9305f1612b68 09:59:12 Step 5/23 : RUN apk add --update --no-cache make git 09:59:12 ---> Using cache 09:59:12 ---> 741d33709112 09:59:12 Step 6/23 : COPY go.mod . 09:59:12 ---> Using cache 09:59:12 ---> cc424be60001 09:59:12 Step 7/23 : RUN go mod download 09:59:12 ---> Using cache 09:59:12 ---> 530f6cbbfe61 09:59:12 Step 8/23 : COPY . . 09:59:12 ---> Using cache 09:59:12 ---> 68d0bc2496a9 09:59:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:59:13 ---> Running in be83ca137f07 09:59:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:59:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:59:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:59:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:59:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:59:15 OK: 233 MiB in 51 packages 09:59:15 OK: 233 MiB in 51 packages 09:59:18 Removing intermediate container 4e0bcd6da501 09:59:18 ---> 5c0f403e4d0e 09:59:18 Step 6/23 : COPY go.mod . 09:59:18 Removing intermediate container 2dd906efabaf 09:59:18 ---> e3fa249e6aa4 09:59:18 Step 6/26 : COPY go.mod . 09:59:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:59:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:59:18 ---> 2d0cd485482c 09:59:18 Step 3/31 : WORKDIR /edgex-go 09:59:18 ---> Using cache 09:59:18 ---> 15ee8d8aaf81 09:59:18 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:59:18 ---> Using cache 09:59:18 ---> 9305f1612b68 09:59:18 Step 5/31 : RUN apk add --update --no-cache make git 09:59:18 ---> Using cache 09:59:18 ---> 741d33709112 09:59:18 Step 6/31 : COPY go.mod . 09:59:18 ---> Using cache 09:59:18 ---> cc424be60001 09:59:18 Step 7/31 : RUN go mod download 09:59:18 ---> Using cache 09:59:18 ---> 530f6cbbfe61 09:59:18 Step 8/31 : COPY . . 09:59:18 ---> Using cache 09:59:18 ---> 68d0bc2496a9 09:59:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 09:59:19 ---> 0db2e7ffcc6f 09:59:19 Step 7/26 : RUN go mod download 09:59:19 ---> Running in 8748657b5b5a 09:59:19 ---> 4e603a6a5b90 09:59:19 Step 7/23 : RUN go mod download 09:59:19 ---> Running in d3cf4330099e 09:59:19 ---> Running in ef6fbbf182e5 09:59:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:59:22 Removing intermediate container d3cf4330099e 09:59:22 ---> 04d3d83ae66e 09:59:22 Step 8/26 : COPY . . 09:59:22 Removing intermediate container ef6fbbf182e5 09:59:22 ---> ecd28d796609 09:59:22 Step 8/23 : COPY . . 09:59:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:59:51 Removing intermediate container be83ca137f07 09:59:51 ---> dbab5b1651e4 09:59:51 09:59:51 Step 10/23 : FROM alpine:3.12 09:59:51 ---> 389fef711851 09:59:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:59:51 ---> Using cache 09:59:51 ---> 9ffa6ec88d51 09:59:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:59:51 ---> Using cache 09:59:51 ---> d8395dcd029a 09:59:51 Step 13/23 : ENV APP_PORT=48081 09:59:51 ---> 5f811f5c8940 09:59:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:59:52 ---> Running in 5881d3e7520e 09:59:53 ---> Running in 17e4dadffc32 09:59:53 ---> 9686b70b1e4f 09:59:53 Step 9/23 : RUN make cmd/core-data/core-data 09:59:53 Removing intermediate container 8748657b5b5a 09:59:53 ---> c133ce82b646 09:59:53 09:59:53 Step 10/31 : FROM alpine:3.12 09:59:53 ---> 389fef711851 09:59:53 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:59:53 Removing intermediate container 5881d3e7520e 09:59:53 ---> 85009d5f296c 09:59:53 Step 14/23 : EXPOSE $APP_PORT 09:59:53 ---> Running in 78f1f4e56ecf 09:59:53 ---> Running in bd8c729480ca 09:59:53 ---> Running in e4357bde39ae 09:59:53 Removing intermediate container bd8c729480ca 09:59:53 ---> 0ccee6b05ab3 09:59:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:59:53 Removing intermediate container e4357bde39ae 09:59:53 ---> 5a3e6db3fc21 09:59:53 Step 15/23 : WORKDIR / 09:59:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:59:54 ---> Running in 21eaf35c6c10 09:59:54 ---> Running in 380e6c5eb194 09:59:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-data/core-data ./cmd/core-data 09:59:54 Removing intermediate container 380e6c5eb194 09:59:54 ---> 9d76df29e93b 09:59:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:59:54 ---> cb3203811028 09:59:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:59:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:59:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:59:55 (1/2) Installing dumb-init (1.2.2-r1) 09:59:55 (2/2) Installing su-exec (0.2-r1) 09:59:55 Executing busybox-1.31.1-r19.trigger 09:59:55 OK: 6 MiB in 16 packages 09:59:55 ---> 1bc6ba01876c 09:59:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:59:56 ---> bb751a6289e9 09:59:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:59:56 Removing intermediate container 21eaf35c6c10 09:59:56 ---> 868cfce0f81e 09:59:56 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:59:56 ---> Running in cdd10f2ed4cb 09:59:56 ---> Running in ae3311b27e79 09:59:56 Removing intermediate container cdd10f2ed4cb 09:59:56 ---> 067dedddb19e 09:59:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:59:57 Removing intermediate container ae3311b27e79 09:59:57 ---> 9158c316159e 09:59:57 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:59:57 ---> Running in f0a2eb891943 09:59:57 ---> Running in fa3014b9bd24 09:59:57 Removing intermediate container f0a2eb891943 09:59:57 ---> fa49002b3c49 09:59:57 Step 21/23 : LABEL arch=x86_64 09:59:57 Removing intermediate container fa3014b9bd24 09:59:57 ---> 9989a6d8d393 09:59:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:59:57 ---> Running in e6a108f55e68 09:59:58 ---> Running in 67961d2dfc18 09:59:58 Removing intermediate container e6a108f55e68 09:59:58 ---> 358c63d09f61 09:59:58 Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 09:59:58 ---> Running in 616a8558f305 09:59:59 Removing intermediate container 616a8558f305 09:59:59 ---> 34470560e57b 09:59:59 Step 23/23 : LABEL version=2.0.0-dev.80 09:59:59 ---> Running in 1a4c0c554b51 09:59:59 Removing intermediate container 1a4c0c554b51 09:59:59 ---> 56f00a69a6e8 09:59:59 09:59:59 Successfully built 56f00a69a6e8 10:00:00 Successfully tagged docker-core-metadata-go:latest 10:00:00 Removing intermediate container 67961d2dfc18 10:00:00 ---> cc2e28108556 10:00:00 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:00:00  Building docker-core-metadata-go ... done  ---> Running in 641098daafcc 10:00:00 Removing intermediate container 641098daafcc 10:00:00 ---> 60e6a4ec84c8 10:00:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:00:00 ---> e49a90d95acc 10:00:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:00:00 ---> Running in 585fd4b677eb 10:00:03 Removing intermediate container 585fd4b677eb 10:00:03 ---> 82b0ae50a8fb 10:00:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:00:03 ---> 89efee11423a 10:00:03 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:00:04 ---> bb1078bd5f7d 10:00:04 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:00:05 ---> 52c5426f32a8 10:00:05 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:00:06 ---> 566a18ec1461 10:00:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:00:07 ---> d02b1711112a 10:00:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:00:07 ---> Running in 6483c64056bf 10:00:08 Removing intermediate container 6483c64056bf 10:00:08 ---> 31bae7d073c8 10:00:08 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:00:08 ---> 722a4deda4e3 10:00:08 Step 26/31 : RUN chmod +x /entrypoint.sh 10:00:08 ---> Running in f2c261e0f587 10:00:10 Removing intermediate container 17e4dadffc32 10:00:10 ---> f36c3dea46cc 10:00:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:00:10 ---> Running in bb00e7467cdf 10:00:11 Removing intermediate container f2c261e0f587 10:00:11 ---> 6b6f6aa532b6 10:00:11 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:00:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:00:12 ---> Running in 75b6ad9f72f0 10:00:12 Removing intermediate container 75b6ad9f72f0 10:00:12 ---> 9061e9b35c3b 10:00:12 Step 28/31 : CMD ["gate"] 10:00:13 ---> Running in 3d0d1c6faab7 10:00:13 Removing intermediate container 3d0d1c6faab7 10:00:13 ---> 17809ab260d7 10:00:13 Step 29/31 : LABEL arch=x86_64 10:00:14 ---> Running in a6740bb4bde9 10:00:14 Removing intermediate container bb00e7467cdf 10:00:14 ---> 72f492561bf9 10:00:14 10:00:14 Step 11/26 : FROM docker:20.10.0 10:00:14 20.10.0: Pulling from library/docker 10:00:15 Removing intermediate container 78f1f4e56ecf 10:00:15 ---> ed01e2bfcc56 10:00:15 10:00:15 Step 10/23 : FROM alpine:3.12 10:00:15 ---> 389fef711851 10:00:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:00:16 Removing intermediate container a6740bb4bde9 10:00:16 ---> 8af698dcc058 10:00:16 Step 30/31 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:00:16 ---> Running in 603deb484f59 10:00:16 ---> Running in e742a409b41e 10:00:16 Removing intermediate container 603deb484f59 10:00:16 ---> c463eb73fca8 10:00:16 Step 12/23 : ENV APP_PORT=48080 10:00:16 ---> Running in 1d4b60b92846 10:00:16 Removing intermediate container e742a409b41e 10:00:16 ---> 00979a3c42a7 10:00:16 Step 31/31 : LABEL version=2.0.0-dev.80 10:00:16 ---> Running in 0e18b086ed18 10:00:17 Removing intermediate container 1d4b60b92846 10:00:17 ---> 2a9c3b43ce43 10:00:17 Step 13/23 : EXPOSE $APP_PORT 10:00:17 ---> Running in c374493d112f 10:00:17 Removing intermediate container 0e18b086ed18 10:00:17 ---> 925b1996ed11 10:00:17 10:00:17 Successfully built 925b1996ed11 10:00:17 Successfully tagged docker-security-bootstrapper-go:latest 10:00:17  Building docker-security-bootstrapper-go ... done Removing intermediate container c374493d112f 10:00:17 ---> ddfcd113d538 10:00:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:00:17 ---> Running in cd5d110b2508 10:00:19 Removing intermediate container cd5d110b2508 10:00:19 ---> e1c02c6a7a74 10:00:19 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:00:19 ---> Running in f22a1aaa2df0 10:00:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:00:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:00:19 Status: Downloaded newer image for docker:20.10.0 10:00:19 ---> aefe523efa57 10:00:19 Step 12/26 : RUN apk add --no-cache bash 10:00:19 ---> Running in 6d1094fdb99a 10:00:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:00:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:00:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:00:20 (1/2) Installing readline (8.0.4-r0) 10:00:20 (2/2) Installing bash (5.0.17-r0) 10:00:20 Executing bash-5.0.17-r0.post-install 10:00:20 Executing busybox-1.31.1-r19.trigger 10:00:20 OK: 12 MiB in 22 packages 10:00:21 Removing intermediate container 6d1094fdb99a 10:00:21 ---> ab8aa58bc2b8 10:00:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:00:21 ---> Running in 5166cb4cd438 10:00:21 (1/6) Installing dumb-init (1.2.2-r1) 10:00:21 (2/6) Installing libgcc (9.3.0-r2) 10:00:21 Removing intermediate container 5166cb4cd438 10:00:21 ---> 0087ac14211b 10:00:21 Step 14/26 : ENV APP_PORT=48090 10:00:21 ---> Running in f3474593b419 10:00:21 (3/6) Installing libsodium (1.0.18-r0) 10:00:21 (4/6) Installing libstdc++ (9.3.0-r2) 10:00:21 Removing intermediate container f3474593b419 10:00:21 ---> 1b8509cd9562 10:00:21 Step 15/26 : EXPOSE $APP_PORT 10:00:21 ---> Running in 9a67fda9239d 10:00:21 (5/6) Installing libzmq (4.3.3-r0) 10:00:21 Removing intermediate container 9a67fda9239d 10:00:21 ---> dbfd2bec59e2 10:00:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:00:21 (6/6) Installing zeromq (4.3.3-r0) 10:00:21 Executing busybox-1.31.1-r19.trigger 10:00:21 OK: 8 MiB in 20 packages 10:00:22 ---> 80395d26edb8 10:00:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:00:22 Removing intermediate container f22a1aaa2df0 10:00:22 ---> b0e6e797b894 10:00:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:00:22 ---> aeaf16324a37 10:00:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:00:23 ---> 28255f77ab8f 10:00:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:00:23 ---> 5e89d161b743 10:00:23 Step 19/26 : RUN apk --no-cache add py3-pip 10:00:23 ---> Running in a650da0bfc71 10:00:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:00:24 ---> 4aaac2fcf7eb 10:00:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:00:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:00:24 (1/33) Installing libbz2 (1.0.8-r1) 10:00:24 (2/33) Installing expat (2.2.9-r1) 10:00:24 (3/33) Installing libffi (3.3-r2) 10:00:24 (4/33) Installing gdbm (1.13-r1) 10:00:24 (5/33) Installing xz-libs (5.2.5-r0) 10:00:24 (6/33) Installing sqlite-libs (3.32.1-r0) 10:00:24 (7/33) Installing python3 (3.8.5-r0) 10:00:24 ---> 554f33971cc6 10:00:24 Step 19/23 : ENTRYPOINT ["/core-data"] 10:00:27 ---> Running in fcc5a99712af 10:00:27 (8/33) Installing py3-appdirs (1.4.4-r1) 10:00:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:00:27 (10/33) Installing py3-parsing (2.4.7-r0) 10:00:27 (11/33) Installing py3-six (1.15.0-r0) 10:00:27 (12/33) Installing py3-packaging (20.4-r0) 10:00:27 (13/33) Installing py3-setuptools (47.0.0-r0) 10:00:27 (14/33) Installing py3-chardet (3.0.4-r4) 10:00:27 (15/33) Installing py3-idna (2.9-r0) 10:00:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:00:27 Removing intermediate container fcc5a99712af 10:00:27 ---> 823a63a70889 10:00:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:00:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:00:28 (18/33) Installing py3-requests (2.23.0-r0) 10:00:28 (19/33) Installing py3-msgpack (1.0.0-r0) 10:00:28 (20/33) Installing py3-lockfile (0.12.2-r3) 10:00:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:00:28 (22/33) Installing py3-colorama (0.4.3-r0) 10:00:28 ---> Running in f2ec7573fe0f 10:00:28 (23/33) Installing py3-distlib (0.3.0-r0) 10:00:28 (24/33) Installing py3-distro (1.5.0-r1) 10:00:28 (25/33) Installing py3-webencodings (0.5.1-r3) 10:00:28 (26/33) Installing py3-html5lib (1.0.1-r4) 10:00:28 (27/33) Installing py3-pytoml (0.1.21-r0) 10:00:28 (28/33) Installing py3-pep517 (0.8.2-r0) 10:00:28 (29/33) Installing py3-progress (1.5-r0) 10:00:28 (30/33) Installing py3-toml (0.10.1-r0) 10:00:28 (31/33) Installing py3-retrying (1.3.3-r0) 10:00:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:00:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/secrets-config ./cmd/secrets-config 10:00:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:00:29 (33/33) Installing py3-pip (20.1.1-r0) 10:00:29 Removing intermediate container f2ec7573fe0f 10:00:29 ---> ce26c4b589b8 10:00:29 Step 21/23 : LABEL arch=x86_64 10:00:30 Executing busybox-1.31.1-r19.trigger 10:00:30 OK: 71 MiB in 55 packages 10:00:30 ---> Running in 4b9ff84f9b65 10:00:30 Removing intermediate container 4b9ff84f9b65 10:00:30 ---> bd92f9bf3606 10:00:30 Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:00:30 ---> Running in 47e45510cad5 10:00:31 Removing intermediate container 47e45510cad5 10:00:31 ---> e159a08411c4 10:00:31 Step 23/23 : LABEL version=2.0.0-dev.80 10:00:31 ---> Running in 7121e14e6d70 10:00:33 Removing intermediate container 7121e14e6d70 10:00:33 ---> 4b7db2108dfe 10:00:33 10:00:34 Successfully built 4b7db2108dfe 10:00:35 Successfully tagged docker-core-data-go:latest 10:00:35  Building docker-core-data-go ... done Removing intermediate container a650da0bfc71 10:00:35 ---> e22cfee44e9d 10:00:35 Step 20/26 : RUN pip install docker-compose==1.23.2 10:00:35 ---> Running in 63906db2e4c2 10:00:37 Collecting docker-compose==1.23.2 10:00:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:00:37 Collecting cached-property<2,>=1.2.0 10:00:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:00:37 Collecting texttable<0.10,>=0.9.0 10:00:37 Downloading texttable-0.9.1.tar.gz (11 kB) 10:00:38 Collecting docker<4.0,>=3.6.0 10:00:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:00:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:00:38 Collecting dockerpty<0.5,>=0.4.1 10:00:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:00:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:00:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:00:38 Collecting docopt<0.7,>=0.6.1 10:00:38 Downloading docopt-0.6.2.tar.gz (25 kB) 10:00:39 Collecting jsonschema<3,>=2.5.1 10:00:39 Removing intermediate container 44854b22352a 10:00:39 ---> 09a80b9794e6 10:00:39 10:00:39 Step 10/24 : FROM alpine:3.12 10:00:39 3.12: Pulling from library/alpine 10:00:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:00:40 Collecting PyYAML<4,>=3.10 10:00:40 Downloading PyYAML-3.13.tar.gz (270 kB) 10:00:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:00:41 Status: Downloaded newer image for alpine:3.12 10:00:41 ---> afeebe901d6b 10:00:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:00:41 Collecting websocket-client<1.0,>=0.32.0 10:00:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:00:41 Collecting docker-pycreds>=0.4.0 10:00:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:00:42 Collecting urllib3<1.25,>=1.21.1 10:00:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:00:42 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) 10:00:42 Collecting idna<2.8,>=2.5 10:00:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:00:42 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) 10:00:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:00:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:00:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:00:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:00:42 Installing collected packages: cached-property, texttable, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, docopt, jsonschema, PyYAML, docker-compose 10:00:42 Running setup.py install for texttable: started 10:00:42 ---> Running in 443f19216f84 10:00:42 Running setup.py install for texttable: finished with status 'done' 10:00:42 Attempting uninstall: urllib3 10:00:42 Found existing installation: urllib3 1.25.9 10:00:42 Uninstalling urllib3-1.25.9: 10:00:42 Successfully uninstalled urllib3-1.25.9 10:00:43 Attempting uninstall: idna 10:00:43 Found existing installation: idna 2.9 10:00:43 Uninstalling idna-2.9: 10:00:43 Successfully uninstalled idna-2.9 10:00:43 Attempting uninstall: requests 10:00:43 Found existing installation: requests 2.23.0 10:00:43 Uninstalling requests-2.23.0: 10:00:43 Successfully uninstalled requests-2.23.0 10:00:43 Removing intermediate container fbeb08339c32 10:00:43 ---> 39bcab90fd19 10:00:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:00:43 Removing intermediate container 6fce1d24241d 10:00:43 ---> c16296d927f4 10:00:43 10:00:43 Step 10/21 : FROM alpine:3.12 10:00:43 ---> afeebe901d6b 10:00:43 Step 11/21 : RUN apk add --update --no-cache curl 10:00:43 Running setup.py install for dockerpty: started 10:00:43 ---> Running in 69029764cd51 10:00:44 ---> Running in 3fce239aac86 10:00:44 Running setup.py install for dockerpty: finished with status 'done' 10:00:44 Running setup.py install for docopt: started 10:00:44 Running setup.py install for docopt: finished with status 'done' 10:00:44 Running setup.py install for PyYAML: started 10:00:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:00:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:00:45 Running setup.py install for PyYAML: finished with status 'done' 10:00:45 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 10:00:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:00:46 (1/5) Installing ca-certificates (20191127-r4) 10:00:46 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:00:46 (3/5) Installing libcurl (7.69.1-r3) 10:00:46 (4/5) Installing curl (7.69.1-r3) 10:00:46 (5/5) Installing dumb-init (1.2.2-r1) 10:00:46 Executing busybox-1.31.1-r19.trigger 10:00:46 Executing ca-certificates-20191127-r4.trigger 10:00:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:00:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:00:46 OK: 7 MiB in 19 packages 10:00:47 (1/4) Installing ca-certificates (20191127-r4) 10:00:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:00:47 (3/4) Installing libcurl (7.69.1-r3) 10:00:47 (4/4) Installing curl (7.69.1-r3) 10:00:47 Executing busybox-1.31.1-r19.trigger 10:00:47 Executing ca-certificates-20191127-r4.trigger 10:00:47 OK: 7 MiB in 18 packages 10:00:49 Removing intermediate container 63906db2e4c2 10:00:49 ---> 07235dedaeff 10:00:49 Step 21/26 : RUN apk --no-cache add curl 10:00:49 ---> Running in 0d20e24c8397 10:00:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:00:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:00:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:00:49 (2/3) Installing libcurl (7.69.1-r3) 10:00:49 (3/3) Installing curl (7.69.1-r3) 10:00:49 Executing busybox-1.31.1-r19.trigger 10:00:49 OK: 72 MiB in 58 packages 10:00:50 Removing intermediate container 0d20e24c8397 10:00:50 ---> 0b804d85570f 10:00:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:00:50 ---> Running in 73b6a2494b06 10:00:50 Removing intermediate container 73b6a2494b06 10:00:50 ---> 30896da89820 10:00:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:00:50 ---> Running in 464127051a30 10:00:50 Removing intermediate container 464127051a30 10:00:50 ---> 2012dcdc75b2 10:00:50 Step 24/26 : LABEL arch=x86_64 10:00:50 ---> Running in 3fd3749e2b0f 10:00:51 Removing intermediate container 3fd3749e2b0f 10:00:51 ---> c780379127e0 10:00:51 Step 25/26 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:00:51 ---> Running in 1b014f21bf33 10:00:51 Removing intermediate container 1b014f21bf33 10:00:51 ---> c1ec1389f45b 10:00:51 Step 26/26 : LABEL version=2.0.0-dev.80 10:00:51 ---> Running in fd9a3a246e88 10:00:51 Removing intermediate container fd9a3a246e88 10:00:51 ---> d3d86eb8b72f 10:00:51 10:00:51 Successfully built d3d86eb8b72f 10:00:51 Successfully tagged docker-sys-mgmt-agent-go:latest 10:00:51 Removing intermediate container 443f19216f84 10:00:51 ---> 5e38b1464f3e 10:00:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:00:51 Removing intermediate container 3fce239aac86 10:00:51 ---> cfe684444105 10:00:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:00:51 ---> Running in 2a680b536cb0 10:00:51 Removing intermediate container 52e20c9eed66 10:00:51 ---> 36f10e0b2fbb 10:00:51 10:00:51 Step 10/22 : FROM alpine:3.12 10:00:51 ---> afeebe901d6b 10:00:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:00:51 ---> Running in f484818a5e84 10:00:52 Removing intermediate container 69029764cd51 10:00:52 ---> d406ec6c72bf 10:00:52 10:00:52 Step 11/26 : FROM docker:20.10.0 10:00:52 ---> Running in 989908d861f2 10:00:52 20.10.0: Pulling from library/docker 10:00:52 Removing intermediate container 2a680b536cb0 10:00:52 ---> d543dd7feaf9 10:00:52 Step 13/24 : WORKDIR / 10:00:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:00:52 $ docker stop --time=1 ecec8209061524d0d2d3943d065fec4347c7b36db95ccdadc959413cced09a7a 10:00:52 ---> Running in 53de84dd7ff1 10:00:52 Removing intermediate container f484818a5e84 10:00:52 ---> e3dbe25ca2e1 10:00:52 Step 13/21 : WORKDIR /edgex 10:00:52 ---> Running in aa4fbb8af2d8 10:00:53 Removing intermediate container 53de84dd7ff1 10:00:53 ---> e89246cd8c37 10:00:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:00:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:00:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:00:54 $ docker rm -f ecec8209061524d0d2d3943d065fec4347c7b36db95ccdadc959413cced09a7a 10:00:54 Removing intermediate container aa4fbb8af2d8 10:00:54 ---> e5ea8761acdd 10:00:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] // withDockerContainer [Pipeline] sh 10:00:54 (1/2) Installing ca-certificates (20191127-r4) 10:00:54 (2/2) Installing dumb-init (1.2.2-r1) 10:00:54 Executing busybox-1.31.1-r19.trigger 10:00:54 Executing ca-certificates-20191127-r4.trigger 10:00:54 + docker images 10:00:54 + grep docker 10:00:55 OK: 6 MiB in 16 packages 10:00:55 docker-sys-mgmt-agent-go latest d3d86eb8b72f 4 seconds ago 313MB 10:00:55 docker-core-data-go latest 4b7db2108dfe 23 seconds ago 22.3MB 10:00:55 docker-security-bootstrapper-go latest 925b1996ed11 38 seconds ago 23.8MB 10:00:55 docker-core-metadata-go latest 56f00a69a6e8 56 seconds ago 18.8MB 10:00:55 docker-security-secretstore-setup-go latest c187153f6909 About a minute ago 24.6MB 10:00:55 docker-core-command-go latest 85f577bd9020 2 minutes ago 16.9MB 10:00:55 docker-support-notifications-go latest 531fdcdf0770 2 minutes ago 17.5MB 10:00:55 docker-security-proxy-setup-go latest 3999719fe6e9 2 minutes ago 24.4MB 10:00:55 docker-support-scheduler-go latest 42a112d851d7 2 minutes ago 17MB 10:00:55 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 10:00:55 ---> 6b270c966599 10:00:55 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] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:00:55 provisioning config files... 10:00:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/345@tmp/config7635087424038484427tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:56 ---> docker-login.sh 10:00:56 nexus3.edgexfoundry.org:10001 10:00:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:56 Configure a credential helper to remove this warning. See 10:00:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:56 10:00:56 Login Succeeded 10:00:56 nexus3.edgexfoundry.org:10002 10:00:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:56 Configure a credential helper to remove this warning. See 10:00:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:56 10:00:56 Login Succeeded 10:00:56 nexus3.edgexfoundry.org:10003 10:00:56 ---> 3b2d5b56de83 10:00:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:00:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:56 Configure a credential helper to remove this warning. See 10:00:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:56 10:00:56 Login Succeeded 10:00:56 nexus3.edgexfoundry.org:10004 10:00:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:57 Configure a credential helper to remove this warning. See 10:00:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:57 10:00:57 Login Succeeded 10:00:57 docker.io 10:00:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:57 Configure a credential helper to remove this warning. See 10:00:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:57 10:00:57 Login Succeeded 10:00:57 ---> docker-login.sh ends [Pipeline] } 10:00:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:00:57 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 10:00:57 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:00:57 2.0.0-dev.80 10:00:57 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:00:57 master 10:00:57 ===================================================== 10:00:57 ---> 01fcfb2e4ff8 10:00:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:00:58 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:00:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:00:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:00:58 a7427fadf949: Preparing 10:00:58 5a7b62567a89: Preparing 10:00:58 9576294bd65b: Preparing 10:00:58 aa9ac4613142: Preparing 10:00:58 777b2c648970: Preparing 10:00:58 777b2c648970: Layer already exists 10:00:58 ---> a08b2cee84a1 10:00:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:00:58 a7427fadf949: Pushed 10:00:58 9576294bd65b: Pushed 10:00:58 aa9ac4613142: Pushed 10:00:58 Removing intermediate container 989908d861f2 10:00:58 ---> 1fd9dcd95982 10:00:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:00:59 ---> 2a0cd117c5f8 10:00:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:00:59 ---> Running in 647f6c116896 10:00:59 5a7b62567a89: Pushed 10:01:00 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:91ef071e0928ece8cb9299df09a45ed7611e3d55874c7a4b09d3e98ce05de61d size: 1363 [Pipeline] isUnix [Pipeline] sh 10:01:00 Removing intermediate container 9774bd14dcbe 10:01:00 ---> 28737b25c4ca 10:01:00 10:01:00 Step 10/23 : FROM alpine:3.12 10:01:00 ---> afeebe901d6b 10:01:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:01:00 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.80 10:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:01:00 a7427fadf949: Preparing 10:01:00 5a7b62567a89: Preparing 10:01:00 9576294bd65b: Preparing 10:01:00 aa9ac4613142: Preparing 10:01:00 777b2c648970: Preparing 10:01:00 aa9ac4613142: Layer already exists 10:01:00 a7427fadf949: Layer already exists 10:01:00 9576294bd65b: Layer already exists 10:01:00 777b2c648970: Layer already exists 10:01:00 5a7b62567a89: Layer already exists 10:01:00 2.0.0-dev.80: digest: sha256:91ef071e0928ece8cb9299df09a45ed7611e3d55874c7a4b09d3e98ce05de61d size: 1363 [Pipeline] isUnix [Pipeline] sh 10:01:00 ---> 110235a3579a 10:01:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:01:01 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix 10:01:01 ---> Running in 81efe6cbe8da [Pipeline] sh 10:01:01 ---> Running in 873130ab9e6b 10:01:01 Removing intermediate container 647f6c116896 10:01:01 ---> d544bae8475f 10:01:01 Step 13/22 : ENV APP_PORT=48060 10:01:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:01:01 a7427fadf949: Preparing 10:01:01 5a7b62567a89: Preparing 10:01:01 9576294bd65b: Preparing 10:01:01 aa9ac4613142: Preparing 10:01:01 777b2c648970: Preparing 10:01:01 777b2c648970: Layer already exists 10:01:01 a7427fadf949: Layer already exists 10:01:01 aa9ac4613142: Layer already exists 10:01:01 5a7b62567a89: Layer already exists 10:01:01 9576294bd65b: Layer already exists 10:01:01 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:91ef071e0928ece8cb9299df09a45ed7611e3d55874c7a4b09d3e98ce05de61d size: 1363 10:01:01 ---> 2de679f1545d 10:01:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] isUnix [Pipeline] sh 10:01:01 ---> Running in 7b19b36afe27 10:01:01 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 10:01:02 Removing intermediate container 873130ab9e6b 10:01:02 ---> 1f831833adcc 10:01:02 Step 18/21 : CMD ["--init=true"] 10:01:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 10:01:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:01:02 a7427fadf949: Preparing 10:01:02 5a7b62567a89: Preparing 10:01:02 9576294bd65b: Preparing 10:01:02 aa9ac4613142: Preparing 10:01:02 777b2c648970: Preparing 10:01:02 5a7b62567a89: Layer already exists 10:01:02 a7427fadf949: Layer already exists 10:01:02 aa9ac4613142: Layer already exists 10:01:02 9576294bd65b: Layer already exists 10:01:02 777b2c648970: Layer already exists 10:01:02 master: digest: sha256:91ef071e0928ece8cb9299df09a45ed7611e3d55874c7a4b09d3e98ce05de61d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:02 ===================================================== [Pipeline] echo 10:01:02 taggedImages: 10:01:02 - nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:02 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.80 10:01:02 - nexus3.edgexfoundry.org:10004/docker-core-command-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:02 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 10:01:02 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 10:01:02 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:02 2.0.0-dev.80 10:01:02 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:02 master 10:01:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 10:01:02 ---> Running in e3cd24161c5d [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:03 Removing intermediate container 7b19b36afe27 10:01:03 ---> 8e656f1b9c14 10:01:03 Step 14/22 : EXPOSE $APP_PORT 10:01:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:01:03 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:01:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:01:03 ---> Running in a0c54bc9767b 10:01:03 (1/1) Installing dumb-init (1.2.2-r1) 10:01:03 Executing busybox-1.31.1-r19.trigger 10:01:03 OK: 5 MiB in 15 packages 10:01:03 Removing intermediate container e3cd24161c5d 10:01:03 ---> 09248be60379 10:01:03 Step 19/21 : LABEL arch=arm64 10:01:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:01:03 a0d6022b5e5c: Preparing 10:01:03 be3f1923b1d7: Preparing 10:01:03 9576294bd65b: Preparing 10:01:03 48fd0c91fb56: Preparing 10:01:03 5ed5abfaa733: Preparing 10:01:03 777b2c648970: Preparing 10:01:03 9576294bd65b: Layer already exists 10:01:04 ---> 661ae96c483d 10:01:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:01:04 777b2c648970: Layer already exists 10:01:04 a0d6022b5e5c: Pushed 10:01:04 5ed5abfaa733: Pushed 10:01:04 48fd0c91fb56: Pushed 10:01:04 ---> Running in 80fd1cc49701 10:01:04 Removing intermediate container a0c54bc9767b 10:01:04 ---> b0877bc23a91 10:01:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:01:05 be3f1923b1d7: Pushed 10:01:05 Removing intermediate container 80fd1cc49701 10:01:05 ---> 2f217276cfca 10:01:05 Step 20/21 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e ---> c364f0f44da3 10:01:05 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/ 10:01:05 10:01:05 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:ee89077f5756943f7113ba6d66e906e8b42a5269dbc80d0efab65e29045d0c9e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:01:05 ---> Running in 82caed23d831 10:01:05 ---> Running in e843db37cce8 10:01:05 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:05 Removing intermediate container 81efe6cbe8da 10:01:05 ---> 1e0b2270fcab 10:01:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:01:05 ---> d47c7adf4e86 10:01:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:01:05 ---> Running in 65efd5043361 10:01:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.80 10:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:01:06 a0d6022b5e5c: Preparing 10:01:06 be3f1923b1d7: Preparing 10:01:06 9576294bd65b: Preparing 10:01:06 48fd0c91fb56: Preparing 10:01:06 5ed5abfaa733: Preparing 10:01:06 777b2c648970: Preparing 10:01:06 777b2c648970: Waiting 10:01:06 48fd0c91fb56: Layer already exists 10:01:06 a0d6022b5e5c: Layer already exists 10:01:06 9576294bd65b: Layer already exists 10:01:06 be3f1923b1d7: Layer already exists 10:01:06 5ed5abfaa733: Layer already exists 10:01:06 777b2c648970: Layer already exists 10:01:06 2.0.0-dev.80: digest: sha256:ee89077f5756943f7113ba6d66e906e8b42a5269dbc80d0efab65e29045d0c9e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:01:06 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:06 Removing intermediate container e843db37cce8 10:01:06 ---> 6c0be82ae34f 10:01:06 Step 21/21 : LABEL version=2.0.0-dev.80 10:01:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:01:06 a0d6022b5e5c: Preparing 10:01:06 be3f1923b1d7: Preparing 10:01:06 9576294bd65b: Preparing 10:01:06 48fd0c91fb56: Preparing 10:01:06 5ed5abfaa733: Preparing 10:01:06 777b2c648970: Preparing 10:01:06 777b2c648970: Waiting 10:01:06 a0d6022b5e5c: Layer already exists 10:01:06 48fd0c91fb56: Layer already exists 10:01:06 be3f1923b1d7: Layer already exists 10:01:06 9576294bd65b: Layer already exists 10:01:06 5ed5abfaa733: Layer already exists 10:01:06 777b2c648970: Layer already exists 10:01:06 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:ee89077f5756943f7113ba6d66e906e8b42a5269dbc80d0efab65e29045d0c9e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:01:06 ---> Running in 548461c03f03 10:01:06 Removing intermediate container 65efd5043361 10:01:06 ---> 95e21e8ad8e7 10:01:06 Step 13/23 : ENV APP_PORT=48081 10:01:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:01:06 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 10:01:07 Status: Downloaded newer image for docker:20.10.0 10:01:07 ---> eeaf43b92773 10:01:07 Step 12/26 : RUN apk add --no-cache bash 10:01:07 ---> Running in 34d9f4e40c22 10:01:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 10:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:01:07 a0d6022b5e5c: Preparing 10:01:07 be3f1923b1d7: Preparing 10:01:07 9576294bd65b: Preparing 10:01:07 48fd0c91fb56: Preparing 10:01:07 5ed5abfaa733: Preparing 10:01:07 777b2c648970: Preparing 10:01:07 777b2c648970: Waiting 10:01:07 a0d6022b5e5c: Layer already exists 10:01:07 5ed5abfaa733: Layer already exists 10:01:07 be3f1923b1d7: Layer already exists 10:01:07 9576294bd65b: Layer already exists 10:01:07 48fd0c91fb56: Layer already exists 10:01:07 777b2c648970: Layer already exists 10:01:07 ---> Running in 2ea4d3be4790 10:01:07 master: digest: sha256:ee89077f5756943f7113ba6d66e906e8b42a5269dbc80d0efab65e29045d0c9e size: 1572 [Pipeline] } 10:01:07 Removing intermediate container 548461c03f03 10:01:07 ---> e046136fd5d3 10:01:07 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:07 ===================================================== [Pipeline] echo 10:01:07 taggedImages: 10:01:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.80 10:01:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 10:01:07 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 10:01:07 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:07 2.0.0-dev.80 10:01:07 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:07 master 10:01:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:08 ---> ced523ef18fc 10:01:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:01:08 Removing intermediate container 34d9f4e40c22 10:01:08 ---> ae922880d1fa 10:01:08 Step 14/23 : EXPOSE $APP_PORT 10:01:08 Successfully built e046136fd5d3 10:01:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:01:08  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 10:01:08 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:01:08 ---> Running in 86366f5baac3 10:01:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:01:08 c10548520b5c: Preparing 10:01:08 c4c0fa6e72f2: Preparing 10:01:08 9576294bd65b: Preparing 10:01:08 aa9ac4613142: Preparing 10:01:08 777b2c648970: Preparing 10:01:08 9576294bd65b: Layer already exists 10:01:08 777b2c648970: Layer already exists 10:01:08 aa9ac4613142: Layer already exists 10:01:09 c10548520b5c: Pushed 10:01:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:01:09 Removing intermediate container 86366f5baac3 10:01:09 ---> 24d189127170 10:01:09 Step 15/23 : WORKDIR / 10:01:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:01:09 ---> 9152286eefbd 10:01:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:01:09 Removing intermediate container 82caed23d831 10:01:09 ---> c8ad8236da1a 10:01:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:01:09 ---> Running in 13824bb0572d 10:01:09 ---> Running in f77b53926de3 10:01:09 ---> Running in 87e0be74c8f6 10:01:09 (1/2) Installing readline (8.0.4-r0) 10:01:09 (2/2) Installing bash (5.0.17-r0) 10:01:09 Executing bash-5.0.17-r0.post-install 10:01:09 Executing busybox-1.31.1-r19.trigger 10:01:09 OK: 12 MiB in 22 packages 10:01:09 c4c0fa6e72f2: Pushed 10:01:10 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:e3e0545f8dcade0d64a8f1da99297ec4691657bb57962aa225db215a4e5ae8e3 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:01:10 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.80 10:01:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:01:10 c10548520b5c: Preparing 10:01:10 c4c0fa6e72f2: Preparing 10:01:10 9576294bd65b: Preparing 10:01:10 aa9ac4613142: Preparing 10:01:10 777b2c648970: Preparing 10:01:10 777b2c648970: Layer already exists 10:01:10 c10548520b5c: Layer already exists 10:01:10 c4c0fa6e72f2: Layer already exists 10:01:10 9576294bd65b: Layer already exists 10:01:10 aa9ac4613142: Layer already exists 10:01:10 2.0.0-dev.80: digest: sha256:e3e0545f8dcade0d64a8f1da99297ec4691657bb57962aa225db215a4e5ae8e3 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:01:11 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:11 Removing intermediate container 13824bb0572d 10:01:11 ---> 907edcc59885 10:01:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:01:11 Removing intermediate container f77b53926de3 10:01:11 ---> 906b28c0ce10 10:01:11 Step 22/24 : LABEL arch=arm64 10:01:11 Removing intermediate container 87e0be74c8f6 10:01:11 ---> 9c4989ecee7d 10:01:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:01:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:01:11 c10548520b5c: Preparing 10:01:11 c4c0fa6e72f2: Preparing 10:01:11 9576294bd65b: Preparing 10:01:11 aa9ac4613142: Preparing 10:01:11 777b2c648970: Preparing 10:01:11 aa9ac4613142: Layer already exists 10:01:11 777b2c648970: Layer already exists 10:01:11 c4c0fa6e72f2: Layer already exists 10:01:11 9576294bd65b: Layer already exists 10:01:11 c10548520b5c: Layer already exists 10:01:11 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:e3e0545f8dcade0d64a8f1da99297ec4691657bb57962aa225db215a4e5ae8e3 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:01:11 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 10:01:12 ---> Running in 22c2ccd1f727 10:01:12 ---> Running in 9af5f2623f86 10:01:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 10:01:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:01:12 c10548520b5c: Preparing 10:01:12 c4c0fa6e72f2: Preparing 10:01:12 9576294bd65b: Preparing 10:01:12 aa9ac4613142: Preparing 10:01:12 777b2c648970: Preparing 10:01:12 aa9ac4613142: Layer already exists 10:01:12 c4c0fa6e72f2: Layer already exists 10:01:12 c10548520b5c: Layer already exists 10:01:12 9576294bd65b: Layer already exists 10:01:12 777b2c648970: Layer already exists 10:01:12 master: digest: sha256:e3e0545f8dcade0d64a8f1da99297ec4691657bb57962aa225db215a4e5ae8e3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:12 ===================================================== [Pipeline] echo 10:01:12 taggedImages: 10:01:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.80 10:01:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 10:01:12 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 10:01:12 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:12 2.0.0-dev.80 10:01:12 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:12 master 10:01:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 10:01:12 ---> 1a53d5806c65 10:01:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:13 Removing intermediate container 2ea4d3be4790 10:01:13 ---> 5db191ecc631 10:01:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:01:13 Removing intermediate container 22c2ccd1f727 10:01:13 Removing intermediate container 9af5f2623f86 10:01:13 ---> 4ccf390da61d 10:01:13 Step 23/24 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:13 ---> 615b2ee0c8d3 10:01:13 Step 20/22 : LABEL arch=arm64 10:01:13 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:01:13 ---> Running in cd299bbc8d09 10:01:13 ---> Running in b32491538c2a 10:01:13 ---> Running in e4dff39ea027 10:01:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:01:13 956316abebab: Preparing 10:01:13 956316abebab: Preparing 10:01:13 1297b3fa3428: Preparing 10:01:13 6b852a7fa5bc: Preparing 10:01:13 b42d152a5821: Preparing 10:01:13 024fa12a71c6: Preparing 10:01:13 9576294bd65b: Preparing 10:01:13 028ed69fe8fd: Preparing 10:01:13 028ed69fe8fd: Preparing 10:01:13 2419c00d46ce: Preparing 10:01:13 db22f3ce19a2: Preparing 10:01:13 777b2c648970: Preparing 10:01:13 9576294bd65b: Waiting 10:01:13 028ed69fe8fd: Waiting 10:01:13 2419c00d46ce: Waiting 10:01:13 db22f3ce19a2: Waiting 10:01:13 777b2c648970: Waiting 10:01:13 956316abebab: Pushed 10:01:13 b42d152a5821: Pushed 10:01:13 1297b3fa3428: Pushed 10:01:13 9576294bd65b: Layer already exists 10:01:13 028ed69fe8fd: Pushed 10:01:13 db22f3ce19a2: Pushed 10:01:13 2419c00d46ce: Pushed 10:01:13 777b2c648970: Layer already exists 10:01:14 Removing intermediate container cd299bbc8d09 10:01:14 ---> bb667c9f1ff3 10:01:14 Step 21/22 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:14 Removing intermediate container e4dff39ea027 10:01:14 ---> addd74f895b6 10:01:14 Step 24/24 : LABEL version=2.0.0-dev.80 10:01:14 024fa12a71c6: Pushed 10:01:14 6b852a7fa5bc: Pushed 10:01:14 Removing intermediate container b32491538c2a 10:01:14 ---> b44b3d0628f2 10:01:14 Step 14/26 : ENV APP_PORT=48090 10:01:14 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:399f52055a894e5352b1d528f8a04ed987acb1c477cd7efa597fd9c3c7349da5 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:01:14 ---> 3ff3aef8cab8 10:01:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:01:15 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:15 ---> Running in 38359f87be69 10:01:15 ---> Running in 05cf6c90a65b 10:01:15 ---> Running in f10542fbc494 10:01:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.80 10:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:01:15 956316abebab: Preparing 10:01:15 956316abebab: Preparing 10:01:15 1297b3fa3428: Preparing 10:01:15 6b852a7fa5bc: Preparing 10:01:15 b42d152a5821: Preparing 10:01:15 024fa12a71c6: Preparing 10:01:15 9576294bd65b: Preparing 10:01:15 028ed69fe8fd: Preparing 10:01:15 028ed69fe8fd: Preparing 10:01:15 2419c00d46ce: Preparing 10:01:15 db22f3ce19a2: Preparing 10:01:15 777b2c648970: Preparing 10:01:15 9576294bd65b: Waiting 10:01:15 028ed69fe8fd: Waiting 10:01:15 2419c00d46ce: Waiting 10:01:15 db22f3ce19a2: Waiting 10:01:15 777b2c648970: Waiting 10:01:15 956316abebab: Layer already exists 10:01:15 b42d152a5821: Layer already exists 10:01:15 1297b3fa3428: Layer already exists 10:01:15 6b852a7fa5bc: Layer already exists 10:01:15 024fa12a71c6: Layer already exists 10:01:15 028ed69fe8fd: Layer already exists 10:01:15 9576294bd65b: Layer already exists 10:01:15 db22f3ce19a2: Layer already exists 10:01:15 2419c00d46ce: Layer already exists 10:01:15 777b2c648970: Layer already exists 10:01:15 2.0.0-dev.80: digest: sha256:399f52055a894e5352b1d528f8a04ed987acb1c477cd7efa597fd9c3c7349da5 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:01:15 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:01:15 956316abebab: Preparing 10:01:15 956316abebab: Preparing 10:01:15 1297b3fa3428: Preparing 10:01:15 6b852a7fa5bc: Preparing 10:01:15 b42d152a5821: Preparing 10:01:15 024fa12a71c6: Preparing 10:01:15 9576294bd65b: Preparing 10:01:15 028ed69fe8fd: Preparing 10:01:15 028ed69fe8fd: Preparing 10:01:15 2419c00d46ce: Preparing 10:01:15 db22f3ce19a2: Preparing 10:01:15 777b2c648970: Preparing 10:01:15 9576294bd65b: Waiting 10:01:15 db22f3ce19a2: Waiting 10:01:15 777b2c648970: Waiting 10:01:15 028ed69fe8fd: Waiting 10:01:15 2419c00d46ce: Waiting 10:01:15 1297b3fa3428: Layer already exists 10:01:15 024fa12a71c6: Layer already exists 10:01:15 956316abebab: Layer already exists 10:01:15 b42d152a5821: Layer already exists 10:01:15 6b852a7fa5bc: Layer already exists 10:01:15 2419c00d46ce: Layer already exists 10:01:15 9576294bd65b: Layer already exists 10:01:15 028ed69fe8fd: Layer already exists 10:01:15 777b2c648970: Layer already exists 10:01:15 db22f3ce19a2: Layer already exists 10:01:15 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:399f52055a894e5352b1d528f8a04ed987acb1c477cd7efa597fd9c3c7349da5 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:01:16 Removing intermediate container f10542fbc494 10:01:16 ---> e77f9ab42f72 10:01:16 Step 22/22 : LABEL version=2.0.0-dev.80 10:01:16 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 10:01:16 Removing intermediate container 05cf6c90a65b 10:01:16 ---> e1b81b95bfd3 10:01:16 Step 15/26 : EXPOSE $APP_PORT 10:01:16 Removing intermediate container 38359f87be69 10:01:16 ---> 612981bebb63 10:01:16 10:01:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 10:01:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:01:16 956316abebab: Preparing 10:01:16 956316abebab: Preparing 10:01:16 1297b3fa3428: Preparing 10:01:16 6b852a7fa5bc: Preparing 10:01:16 b42d152a5821: Preparing 10:01:16 024fa12a71c6: Preparing 10:01:16 9576294bd65b: Preparing 10:01:16 028ed69fe8fd: Preparing 10:01:16 028ed69fe8fd: Preparing 10:01:16 2419c00d46ce: Preparing 10:01:16 db22f3ce19a2: Preparing 10:01:16 777b2c648970: Preparing 10:01:16 9576294bd65b: Waiting 10:01:16 028ed69fe8fd: Waiting 10:01:16 2419c00d46ce: Waiting 10:01:16 db22f3ce19a2: Waiting 10:01:16 777b2c648970: Waiting 10:01:16 6b852a7fa5bc: Layer already exists 10:01:16 b42d152a5821: Layer already exists 10:01:16 1297b3fa3428: Layer already exists 10:01:16 024fa12a71c6: Layer already exists 10:01:16 956316abebab: Layer already exists 10:01:16 2419c00d46ce: Layer already exists 10:01:16 9576294bd65b: Layer already exists 10:01:16 028ed69fe8fd: Layer already exists 10:01:16 db22f3ce19a2: Layer already exists 10:01:16 777b2c648970: Layer already exists 10:01:16 master: digest: sha256:399f52055a894e5352b1d528f8a04ed987acb1c477cd7efa597fd9c3c7349da5 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:16 ===================================================== [Pipeline] echo 10:01:16 taggedImages: 10:01:16 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:16 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.80 10:01:16 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:16 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 10:01:16 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 10:01:16 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:16 2.0.0-dev.80 10:01:16 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:16 master 10:01:16 ===================================================== 10:01:17 Successfully built 612981bebb63 10:01:17 ---> Running in b9cf1548bc24 10:01:17 ---> dedbcfc5be42 10:01:17 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:01:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:01:17  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:17 ---> Running in 7bbf20a8a22d 10:01:17 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:01:17 ---> Running in 2401a87a4b83 10:01:17 Removing intermediate container b9cf1548bc24 10:01:17 ---> b7e093b6b7a4 10:01:17 10:01:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:01:17 94daa5049240: Preparing 10:01:17 4c3713537174: Preparing 10:01:17 1bc041023659: Preparing 10:01:17 c17c2932104a: Preparing 10:01:17 75a34251770d: Preparing 10:01:17 777b2c648970: Preparing 10:01:17 777b2c648970: Waiting 10:01:17 Removing intermediate container 7bbf20a8a22d 10:01:17 ---> 1d8f77dfd7d4 10:01:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:01:18 1bc041023659: Pushed 10:01:18 c17c2932104a: Pushed 10:01:18 777b2c648970: Layer already exists 10:01:18 Successfully built b7e093b6b7a4 10:01:18 Successfully tagged docker-support-notifications-go-arm64:latest 10:01:18  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 10:01:18 Removing intermediate container 2401a87a4b83 10:01:18 ---> f330d365ee1a 10:01:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:01:18 75a34251770d: Pushed 10:01:18 ---> Running in c3bab8fb7a78 10:01:18 94daa5049240: Pushed 10:01:18 4c3713537174: Pushed 10:01:19 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:b7bebf4db0eb6260651f633ecb4a82dafc72c975136cb03ae48e20f079a2df10 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:01:19 Removing intermediate container c3bab8fb7a78 10:01:19 ---> 5563b1913a3f 10:01:19 Step 21/23 : LABEL arch=arm64 10:01:19 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:19 ---> 231c89b85335 10:01:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:01:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.80 10:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:01:19 94daa5049240: Preparing 10:01:19 4c3713537174: Preparing 10:01:19 1bc041023659: Preparing 10:01:19 c17c2932104a: Preparing 10:01:19 75a34251770d: Preparing 10:01:19 777b2c648970: Preparing 10:01:19 777b2c648970: Waiting 10:01:19 94daa5049240: Layer already exists 10:01:19 75a34251770d: Layer already exists 10:01:19 c17c2932104a: Layer already exists 10:01:19 1bc041023659: Layer already exists 10:01:19 4c3713537174: Layer already exists 10:01:19 777b2c648970: Layer already exists 10:01:19 2.0.0-dev.80: digest: sha256:b7bebf4db0eb6260651f633ecb4a82dafc72c975136cb03ae48e20f079a2df10 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:01:20 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:20 ---> Running in dc73171c1e0b 10:01:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:01:20 94daa5049240: Preparing 10:01:20 4c3713537174: Preparing 10:01:20 1bc041023659: Preparing 10:01:20 c17c2932104a: Preparing 10:01:20 75a34251770d: Preparing 10:01:20 777b2c648970: Preparing 10:01:20 777b2c648970: Waiting 10:01:20 c17c2932104a: Layer already exists 10:01:20 94daa5049240: Layer already exists 10:01:20 1bc041023659: Layer already exists 10:01:20 4c3713537174: Layer already exists 10:01:20 75a34251770d: Layer already exists 10:01:20 777b2c648970: Layer already exists 10:01:20 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:b7bebf4db0eb6260651f633ecb4a82dafc72c975136cb03ae48e20f079a2df10 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:01:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:01:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:01:20 ---> af57643b1093 10:01:20 Step 3/23 : WORKDIR /edgex-go 10:01:20 ---> Using cache 10:01:20 ---> a505c0c4d42c 10:01:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:01:20 ---> Using cache 10:01:20 ---> 15b3b090f18b 10:01:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:01:20 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:01:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 10:01:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:01:21 94daa5049240: Preparing 10:01:21 4c3713537174: Preparing 10:01:21 1bc041023659: Preparing 10:01:21 c17c2932104a: Preparing 10:01:21 75a34251770d: Preparing 10:01:21 777b2c648970: Preparing 10:01:21 777b2c648970: Waiting 10:01:21 4c3713537174: Layer already exists 10:01:21 75a34251770d: Layer already exists 10:01:21 94daa5049240: Layer already exists 10:01:21 1bc041023659: Layer already exists 10:01:21 c17c2932104a: Layer already exists 10:01:21 777b2c648970: Layer already exists 10:01:21 master: digest: sha256:b7bebf4db0eb6260651f633ecb4a82dafc72c975136cb03ae48e20f079a2df10 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:21 ===================================================== [Pipeline] echo 10:01:21 taggedImages: 10:01:21 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:21 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.80 10:01:21 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:21 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 10:01:21 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 10:01:21 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:21 2.0.0-dev.80 10:01:21 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:21 master 10:01:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:21 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:01:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:01:22 c18d6baa89d2: Preparing 10:01:22 126d1b96a925: Preparing 10:01:22 97531888fc55: Preparing 10:01:22 c97b79b9a105: Preparing 10:01:22 cd40df5718fc: Preparing 10:01:22 3e1cb736bc54: Preparing 10:01:22 34589cb66951: Preparing 10:01:22 2d5eb1eefaff: Preparing 10:01:22 777b2c648970: Preparing 10:01:22 3e1cb736bc54: Waiting 10:01:22 34589cb66951: Waiting 10:01:22 2d5eb1eefaff: Waiting 10:01:22 777b2c648970: Waiting 10:01:22 c18d6baa89d2: Pushed 10:01:22 126d1b96a925: Pushed 10:01:22 cd40df5718fc: Pushed 10:01:22 3e1cb736bc54: Pushed 10:01:22 34589cb66951: Pushed 10:01:22 777b2c648970: Layer already exists 10:01:23 2d5eb1eefaff: Pushed 10:01:23 Removing intermediate container dc73171c1e0b 10:01:23 ---> 8998754f1658 10:01:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:01:23 ---> 278901693cca 10:01:23 Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:23 ---> Running in b8221a2fe057 10:01:23 ---> Running in f5a86385df51 10:01:23 c97b79b9a105: Pushed 10:01:23 97531888fc55: Pushed 10:01:23 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:652e4e6b3f66a360797b94105e3021a15b670a82d5afc6a76adb9abed41c93c3 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:01:23 Removing intermediate container f5a86385df51 10:01:23 ---> 43bcb393e8d7 10:01:23 Step 23/23 : LABEL version=2.0.0-dev.80 10:01:23 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:24 ---> f83423ab910d 10:01:24 Step 19/26 : RUN apk --no-cache add py3-pip 10:01:24 ---> Running in fa76a2e9ae18 10:01:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.80 10:01:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:01:24 c18d6baa89d2: Preparing 10:01:24 126d1b96a925: Preparing 10:01:24 97531888fc55: Preparing 10:01:24 c97b79b9a105: Preparing 10:01:24 cd40df5718fc: Preparing 10:01:24 3e1cb736bc54: Preparing 10:01:24 34589cb66951: Preparing 10:01:24 2d5eb1eefaff: Preparing 10:01:24 777b2c648970: Preparing 10:01:24 3e1cb736bc54: Waiting 10:01:24 34589cb66951: Waiting 10:01:24 2d5eb1eefaff: Waiting 10:01:24 777b2c648970: Waiting 10:01:24 c97b79b9a105: Layer already exists 10:01:24 126d1b96a925: Layer already exists 10:01:24 c18d6baa89d2: Layer already exists 10:01:24 97531888fc55: Layer already exists 10:01:24 cd40df5718fc: Layer already exists 10:01:24 3e1cb736bc54: Layer already exists 10:01:24 34589cb66951: Layer already exists 10:01:24 777b2c648970: Layer already exists 10:01:24 2d5eb1eefaff: Layer already exists 10:01:24 2.0.0-dev.80: digest: sha256:652e4e6b3f66a360797b94105e3021a15b670a82d5afc6a76adb9abed41c93c3 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:01:24 ---> Running in c7bdee3bac24 10:01:24 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:01:24 Removing intermediate container fa76a2e9ae18 10:01:24 ---> 03ffe7004bfa 10:01:24 10:01:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:01:24 c18d6baa89d2: Preparing 10:01:24 126d1b96a925: Preparing 10:01:24 97531888fc55: Preparing 10:01:24 c97b79b9a105: Preparing 10:01:24 cd40df5718fc: Preparing 10:01:24 3e1cb736bc54: Preparing 10:01:24 34589cb66951: Preparing 10:01:24 2d5eb1eefaff: Preparing 10:01:24 777b2c648970: Preparing 10:01:24 3e1cb736bc54: Waiting 10:01:24 34589cb66951: Waiting 10:01:24 2d5eb1eefaff: Waiting 10:01:24 777b2c648970: Waiting 10:01:24 cd40df5718fc: Layer already exists 10:01:24 c18d6baa89d2: Layer already exists 10:01:24 126d1b96a925: Layer already exists 10:01:24 c97b79b9a105: Layer already exists 10:01:24 97531888fc55: Layer already exists 10:01:24 3e1cb736bc54: Layer already exists 10:01:24 34589cb66951: Layer already exists 10:01:24 777b2c648970: Layer already exists 10:01:24 2d5eb1eefaff: Layer already exists 10:01:24 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:652e4e6b3f66a360797b94105e3021a15b670a82d5afc6a76adb9abed41c93c3 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:01:25 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:01:25 Successfully built 03ffe7004bfa 10:01:25 Successfully tagged docker-core-metadata-go-arm64:latest 10:01:25 Building docker-security-bootstrapper-go 10:01:25  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:01:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 10:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:01:25 c18d6baa89d2: Preparing 10:01:25 126d1b96a925: Preparing 10:01:25 97531888fc55: Preparing 10:01:25 c97b79b9a105: Preparing 10:01:25 cd40df5718fc: Preparing 10:01:25 3e1cb736bc54: Preparing 10:01:25 34589cb66951: Preparing 10:01:25 2d5eb1eefaff: Preparing 10:01:25 777b2c648970: Preparing 10:01:25 3e1cb736bc54: Waiting 10:01:25 34589cb66951: Waiting 10:01:25 2d5eb1eefaff: Waiting 10:01:25 777b2c648970: Waiting 10:01:25 126d1b96a925: Layer already exists 10:01:25 cd40df5718fc: Layer already exists 10:01:25 97531888fc55: Layer already exists 10:01:25 c97b79b9a105: Layer already exists 10:01:25 c18d6baa89d2: Layer already exists 10:01:25 3e1cb736bc54: Layer already exists 10:01:25 777b2c648970: Layer already exists 10:01:25 2d5eb1eefaff: Layer already exists 10:01:25 34589cb66951: Layer already exists 10:01:25 master: digest: sha256:652e4e6b3f66a360797b94105e3021a15b670a82d5afc6a76adb9abed41c93c3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:25 ===================================================== [Pipeline] echo 10:01:25 taggedImages: 10:01:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.80 10:01:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 10:01:25 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 10:01:25 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:25 2.0.0-dev.80 10:01:25 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:25 master 10:01:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 10:01:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:01:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 10:01:26 OK: 217 MiB in 51 packages 10:01:26 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:01:26 (1/33) Installing libbz2 (1.0.8-r1) 10:01:26 (2/33) Installing expat (2.2.9-r1) 10:01:26 (3/33) Installing libffi (3.3-r2) 10:01:26 (4/33) Installing gdbm (1.13-r1) 10:01:26 (5/33) Installing xz-libs (5.2.5-r0) 10:01:26 (6/33) Installing sqlite-libs (3.32.1-r0) 10:01:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:01:26 e644f363def5: Preparing 10:01:26 27cc9e20e6e6: Preparing 10:01:26 9576294bd65b: Preparing 10:01:26 ff63cd8ec452: Preparing 10:01:26 777b2c648970: Preparing 10:01:26 9576294bd65b: Layer already exists 10:01:26 777b2c648970: Layer already exists 10:01:26 (7/33) Installing python3 (3.8.5-r0) 10:01:26 e644f363def5: Pushed 10:01:27 ff63cd8ec452: Pushed 10:01:27 27cc9e20e6e6: Pushed 10:01:27 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:7d883690e05286959a3ec48ddb1eaa3e63f104ef670e140b0ce5185702692905 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:01:28 Removing intermediate container b8221a2fe057 10:01:28 ---> e2890bb8cb5c 10:01:28 Step 6/23 : COPY go.mod . 10:01:28 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:28 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.80 10:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:01:28 e644f363def5: Preparing 10:01:28 27cc9e20e6e6: Preparing 10:01:28 9576294bd65b: Preparing 10:01:28 ff63cd8ec452: Preparing 10:01:28 777b2c648970: Preparing 10:01:28 ff63cd8ec452: Layer already exists 10:01:28 e644f363def5: Layer already exists 10:01:28 9576294bd65b: Layer already exists 10:01:28 777b2c648970: Layer already exists 10:01:28 27cc9e20e6e6: Layer already exists 10:01:28 2.0.0-dev.80: digest: sha256:7d883690e05286959a3ec48ddb1eaa3e63f104ef670e140b0ce5185702692905 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:01:28 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:28 (8/33) Installing py3-appdirs (1.4.4-r1) 10:01:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:01:28 (10/33) Installing py3-parsing (2.4.7-r0) 10:01:28 (11/33) Installing py3-six (1.15.0-r0) 10:01:28 (12/33) Installing py3-packaging (20.4-r0) 10:01:28 (13/33) Installing py3-setuptools (47.0.0-r0) 10:01:28 (14/33) Installing py3-chardet (3.0.4-r4) 10:01:28 (15/33) Installing py3-idna (2.9-r0) 10:01:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:01:28 (17/33) Installing py3-urllib3 (1.25.9-r0) [Pipeline] isUnix [Pipeline] sh 10:01:29 (18/33) Installing py3-requests (2.23.0-r0) 10:01:29 (19/33) Installing py3-msgpack (1.0.0-r0) 10:01:29 (20/33) Installing py3-lockfile (0.12.2-r3) 10:01:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:01:29 (22/33) Installing py3-colorama (0.4.3-r0) 10:01:29 (23/33) Installing py3-distlib (0.3.0-r0) 10:01:29 (24/33) Installing py3-distro (1.5.0-r1) 10:01:29 (25/33) Installing py3-webencodings (0.5.1-r3) 10:01:29 (26/33) Installing py3-html5lib (1.0.1-r4) 10:01:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:01:29 e644f363def5: Preparing 10:01:29 27cc9e20e6e6: Preparing 10:01:29 9576294bd65b: Preparing 10:01:29 ff63cd8ec452: Preparing 10:01:29 777b2c648970: Preparing 10:01:29 27cc9e20e6e6: Layer already exists 10:01:29 ff63cd8ec452: Layer already exists 10:01:29 e644f363def5: Layer already exists 10:01:29 777b2c648970: Layer already exists 10:01:29 9576294bd65b: Layer already exists 10:01:29 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:7d883690e05286959a3ec48ddb1eaa3e63f104ef670e140b0ce5185702692905 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:01:29 (27/33) Installing py3-pytoml (0.1.21-r0) 10:01:29 (28/33) Installing py3-pep517 (0.8.2-r0) 10:01:29 (29/33) Installing py3-progress (1.5-r0) 10:01:29 (30/33) Installing py3-toml (0.10.1-r0) 10:01:29 (31/33) Installing py3-retrying (1.3.3-r0) 10:01:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:01:29 (33/33) Installing py3-pip (20.1.1-r0) 10:01:29 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 10:01:29 Executing busybox-1.31.1-r19.trigger 10:01:29 OK: 71 MiB in 55 packages 10:01:29 ---> cba2125dea63 10:01:29 Step 7/23 : RUN go mod download 10:01:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 10:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:01:29 e644f363def5: Preparing 10:01:29 27cc9e20e6e6: Preparing 10:01:29 9576294bd65b: Preparing 10:01:29 ff63cd8ec452: Preparing 10:01:29 777b2c648970: Preparing 10:01:29 ff63cd8ec452: Layer already exists 10:01:29 9576294bd65b: Layer already exists 10:01:29 777b2c648970: Layer already exists 10:01:29 e644f363def5: Layer already exists 10:01:29 27cc9e20e6e6: Layer already exists 10:01:29 master: digest: sha256:7d883690e05286959a3ec48ddb1eaa3e63f104ef670e140b0ce5185702692905 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:30 ===================================================== [Pipeline] echo 10:01:30 taggedImages: 10:01:30 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:30 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.80 10:01:30 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:30 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 10:01:30 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 10:01:30 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:30 2.0.0-dev.80 10:01:30 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:30 master 10:01:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 10:01:30 ---> Running in a38ecc2d2fac [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:30 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:01:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:01:31 7fd717542558: Preparing 10:01:31 187e61f0fea9: Preparing 10:01:31 9576294bd65b: Preparing 10:01:31 f2715d120a15: Preparing 10:01:31 777b2c648970: Preparing 10:01:31 9576294bd65b: Layer already exists 10:01:31 777b2c648970: Layer already exists 10:01:31 7fd717542558: Pushed 10:01:31 f2715d120a15: Pushed 10:01:32 187e61f0fea9: Pushed 10:01:32 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:207f219c3e299c4b6e53f50f80dd4f69fe32d13bc04cbc49f2046a9832898251 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:01:32 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.80 10:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:01:33 7fd717542558: Preparing 10:01:33 187e61f0fea9: Preparing 10:01:33 9576294bd65b: Preparing 10:01:33 f2715d120a15: Preparing 10:01:33 777b2c648970: Preparing 10:01:33 777b2c648970: Layer already exists 10:01:33 f2715d120a15: Layer already exists 10:01:33 7fd717542558: Layer already exists 10:01:33 9576294bd65b: Layer already exists 10:01:33 187e61f0fea9: Layer already exists 10:01:33 2.0.0-dev.80: digest: sha256:207f219c3e299c4b6e53f50f80dd4f69fe32d13bc04cbc49f2046a9832898251 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:01:33 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:01:33 7fd717542558: Preparing 10:01:33 187e61f0fea9: Preparing 10:01:33 9576294bd65b: Preparing 10:01:33 f2715d120a15: Preparing 10:01:33 777b2c648970: Preparing 10:01:33 f2715d120a15: Layer already exists 10:01:33 7fd717542558: Layer already exists 10:01:33 9576294bd65b: Layer already exists 10:01:33 187e61f0fea9: Layer already exists 10:01:33 777b2c648970: Layer already exists 10:01:33 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:207f219c3e299c4b6e53f50f80dd4f69fe32d13bc04cbc49f2046a9832898251 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:01:34 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 10:01:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 10:01:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:01:34 7fd717542558: Preparing 10:01:34 187e61f0fea9: Preparing 10:01:34 9576294bd65b: Preparing 10:01:34 f2715d120a15: Preparing 10:01:34 777b2c648970: Preparing 10:01:34 187e61f0fea9: Layer already exists 10:01:34 7fd717542558: Layer already exists 10:01:34 f2715d120a15: Layer already exists 10:01:34 777b2c648970: Layer already exists 10:01:34 9576294bd65b: Layer already exists 10:01:34 master: digest: sha256:207f219c3e299c4b6e53f50f80dd4f69fe32d13bc04cbc49f2046a9832898251 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:34 ===================================================== [Pipeline] echo 10:01:34 taggedImages: 10:01:34 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:34 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.80 10:01:34 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:34 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 10:01:34 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 10:01:34 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:34 2.0.0-dev.80 10:01:34 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:34 master 10:01:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:35 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:01:35 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:01:35 1d686ae5be14: Preparing 10:01:35 6a8bbb75a06a: Preparing 10:01:35 84ca5b1d8f28: Preparing 10:01:35 33e5aa1dfe60: Preparing 10:01:35 1008d4c94399: Preparing 10:01:35 58571a4a2ed2: Preparing 10:01:35 4109296ca856: Preparing 10:01:35 0754057c0ad3: Preparing 10:01:35 998cdf262ab1: Preparing 10:01:35 02e56110abd2: Preparing 10:01:35 abc36efb885a: Preparing 10:01:35 b0b09059f4e1: Preparing 10:01:35 bb961f40224b: Preparing 10:01:35 f4666769fca7: Preparing 10:01:35 998cdf262ab1: Waiting 10:01:35 02e56110abd2: Waiting 10:01:35 f4666769fca7: Waiting 10:01:35 bb961f40224b: Waiting 10:01:35 b0b09059f4e1: Waiting 10:01:35 abc36efb885a: Waiting 10:01:35 58571a4a2ed2: Waiting 10:01:35 4109296ca856: Waiting 10:01:35 0754057c0ad3: Waiting 10:01:35 1008d4c94399: Pushed 10:01:35 1d686ae5be14: Pushed 10:01:35 Removing intermediate container a38ecc2d2fac 10:01:35 ---> d93b9783a506 10:01:35 Step 8/23 : COPY . . 10:01:36 33e5aa1dfe60: Pushed 10:01:36 0754057c0ad3: Layer already exists 10:01:36 998cdf262ab1: Layer already exists 10:01:36 02e56110abd2: Layer already exists 10:01:36 abc36efb885a: Layer already exists 10:01:36 4109296ca856: Pushed 10:01:36 b0b09059f4e1: Layer already exists 10:01:36 bb961f40224b: Layer already exists 10:01:36 6a8bbb75a06a: Pushed 10:01:36 f4666769fca7: Layer already exists 10:01:37 58571a4a2ed2: Pushed 10:01:40 Removing intermediate container c7bdee3bac24 10:01:40 ---> 37f69fe80c29 10:01:40 Step 20/26 : RUN pip install docker-compose==1.23.2 10:01:40 84ca5b1d8f28: Pushed 10:01:40 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:b181144af17cc07168edb89a7d427e703b4e00469eeeed4b4aaf2eda46a3eb16 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:01:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:01:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:01:40 ---> af57643b1093 10:01:40 Step 3/23 : WORKDIR /edgex-go 10:01:40 ---> Using cache 10:01:40 ---> a505c0c4d42c 10:01:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:01:40 ---> Using cache 10:01:40 ---> 15b3b090f18b 10:01:40 Step 5/23 : RUN apk add --update --no-cache make git 10:01:40 ---> Using cache 10:01:40 ---> b578a22f2cdb 10:01:40 Step 6/23 : COPY go.mod . 10:01:40 ---> Using cache 10:01:40 ---> 875e752cdf6b 10:01:40 Step 7/23 : RUN go mod download 10:01:40 ---> Using cache 10:01:40 ---> e2acf9948f80 10:01:40 Step 8/23 : COPY . . 10:01:40 ---> Using cache 10:01:40 ---> 5d5cd95279ea 10:01:40 Step 9/23 : RUN make cmd/core-command/core-command 10:01:40 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:40 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.80 10:01:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:01:40 1d686ae5be14: Preparing 10:01:40 6a8bbb75a06a: Preparing 10:01:40 84ca5b1d8f28: Preparing 10:01:40 33e5aa1dfe60: Preparing 10:01:40 1008d4c94399: Preparing 10:01:40 58571a4a2ed2: Preparing 10:01:40 4109296ca856: Preparing 10:01:40 0754057c0ad3: Preparing 10:01:40 998cdf262ab1: Preparing 10:01:40 02e56110abd2: Preparing 10:01:40 abc36efb885a: Preparing 10:01:40 b0b09059f4e1: Preparing 10:01:40 bb961f40224b: Preparing 10:01:40 f4666769fca7: Preparing 10:01:40 4109296ca856: Waiting 10:01:40 0754057c0ad3: Waiting 10:01:40 998cdf262ab1: Waiting 10:01:40 02e56110abd2: Waiting 10:01:40 abc36efb885a: Waiting 10:01:40 b0b09059f4e1: Waiting 10:01:40 bb961f40224b: Waiting 10:01:40 f4666769fca7: Waiting 10:01:40 58571a4a2ed2: Waiting 10:01:40 6a8bbb75a06a: Layer already exists 10:01:40 84ca5b1d8f28: Layer already exists 10:01:40 33e5aa1dfe60: Layer already exists 10:01:40 1d686ae5be14: Layer already exists 10:01:40 1008d4c94399: Layer already exists 10:01:40 58571a4a2ed2: Layer already exists 10:01:40 998cdf262ab1: Layer already exists 10:01:40 4109296ca856: Layer already exists 10:01:40 02e56110abd2: Layer already exists 10:01:40 0754057c0ad3: Layer already exists 10:01:40 abc36efb885a: Layer already exists 10:01:40 b0b09059f4e1: Layer already exists 10:01:40 f4666769fca7: Layer already exists 10:01:40 bb961f40224b: Layer already exists 10:01:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:01:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:01:41 ---> af57643b1093 10:01:41 Step 3/22 : WORKDIR /edgex-go 10:01:41 ---> Using cache 10:01:41 ---> a505c0c4d42c 10:01:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:01:41 ---> Using cache 10:01:41 ---> 15b3b090f18b 10:01:41 Step 5/22 : RUN apk add --update --no-cache make git 10:01:41 ---> Using cache 10:01:41 ---> b578a22f2cdb 10:01:41 Step 6/22 : COPY go.mod . 10:01:41 ---> Using cache 10:01:41 ---> 875e752cdf6b 10:01:41 Step 7/22 : RUN go mod download 10:01:41 ---> Using cache 10:01:41 ---> e2acf9948f80 10:01:41 Step 8/22 : COPY . . 10:01:41 ---> Using cache 10:01:41 ---> 5d5cd95279ea 10:01:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:01:41 2.0.0-dev.80: digest: sha256:b181144af17cc07168edb89a7d427e703b4e00469eeeed4b4aaf2eda46a3eb16 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:01:41 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:01:41 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:01:41 1d686ae5be14: Preparing 10:01:41 6a8bbb75a06a: Preparing 10:01:41 84ca5b1d8f28: Preparing 10:01:41 33e5aa1dfe60: Preparing 10:01:41 1008d4c94399: Preparing 10:01:41 58571a4a2ed2: Preparing 10:01:41 4109296ca856: Preparing 10:01:41 0754057c0ad3: Preparing 10:01:41 998cdf262ab1: Preparing 10:01:41 02e56110abd2: Preparing 10:01:41 abc36efb885a: Preparing 10:01:41 b0b09059f4e1: Preparing 10:01:41 bb961f40224b: Preparing 10:01:41 f4666769fca7: Preparing 10:01:41 58571a4a2ed2: Waiting 10:01:41 4109296ca856: Waiting 10:01:41 abc36efb885a: Waiting 10:01:41 b0b09059f4e1: Waiting 10:01:41 0754057c0ad3: Waiting 10:01:41 998cdf262ab1: Waiting 10:01:41 02e56110abd2: Waiting 10:01:41 bb961f40224b: Waiting 10:01:41 f4666769fca7: Waiting 10:01:41 6a8bbb75a06a: Layer already exists 10:01:41 84ca5b1d8f28: Layer already exists 10:01:41 1d686ae5be14: Layer already exists 10:01:41 33e5aa1dfe60: Layer already exists 10:01:41 1008d4c94399: Layer already exists 10:01:41 58571a4a2ed2: Layer already exists 10:01:41 4109296ca856: Layer already exists 10:01:41 02e56110abd2: Layer already exists 10:01:41 0754057c0ad3: Layer already exists 10:01:41 998cdf262ab1: Layer already exists 10:01:41 abc36efb885a: Layer already exists 10:01:41 b0b09059f4e1: Layer already exists 10:01:41 f4666769fca7: Layer already exists 10:01:41 bb961f40224b: Layer already exists 10:01:41 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:b181144af17cc07168edb89a7d427e703b4e00469eeeed4b4aaf2eda46a3eb16 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:01:42 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 10:01:42 ---> Running in 479907c0b575 10:01:42 ---> Running in 5f1e2cfcf78b 10:01:42 ---> Running in 0476b0463c56 10:01:42 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 10:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:01:42 1d686ae5be14: Preparing 10:01:42 6a8bbb75a06a: Preparing 10:01:42 84ca5b1d8f28: Preparing 10:01:42 33e5aa1dfe60: Preparing 10:01:42 1008d4c94399: Preparing 10:01:42 58571a4a2ed2: Preparing 10:01:42 4109296ca856: Preparing 10:01:42 0754057c0ad3: Preparing 10:01:42 998cdf262ab1: Preparing 10:01:42 58571a4a2ed2: Waiting 10:01:42 02e56110abd2: Preparing 10:01:42 abc36efb885a: Preparing 10:01:42 b0b09059f4e1: Preparing 10:01:42 bb961f40224b: Preparing 10:01:42 f4666769fca7: Preparing 10:01:42 4109296ca856: Waiting 10:01:42 0754057c0ad3: Waiting 10:01:42 998cdf262ab1: Waiting 10:01:42 02e56110abd2: Waiting 10:01:42 abc36efb885a: Waiting 10:01:42 b0b09059f4e1: Waiting 10:01:42 bb961f40224b: Waiting 10:01:42 f4666769fca7: Waiting 10:01:42 84ca5b1d8f28: Layer already exists 10:01:42 1008d4c94399: Layer already exists 10:01:42 1d686ae5be14: Layer already exists 10:01:42 33e5aa1dfe60: Layer already exists 10:01:42 6a8bbb75a06a: Layer already exists 10:01:42 58571a4a2ed2: Layer already exists 10:01:42 4109296ca856: Layer already exists 10:01:42 998cdf262ab1: Layer already exists 10:01:42 02e56110abd2: Layer already exists 10:01:42 0754057c0ad3: Layer already exists 10:01:42 b0b09059f4e1: Layer already exists 10:01:42 abc36efb885a: Layer already exists 10:01:42 f4666769fca7: Layer already exists 10:01:42 bb961f40224b: Layer already exists 10:01:42 master: digest: sha256:b181144af17cc07168edb89a7d427e703b4e00469eeeed4b4aaf2eda46a3eb16 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:01:42 ===================================================== [Pipeline] echo 10:01:42 taggedImages: 10:01:42 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:01:42 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.80 10:01:42 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:01:42 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:01:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-command/core-command ./cmd/core-command 10:01:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:01:46 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:01:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:01:46 ---> af57643b1093 10:01:46 Step 3/31 : WORKDIR /edgex-go 10:01:46 ---> Using cache 10:01:46 ---> a505c0c4d42c 10:01:46 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:01:46 ---> Using cache 10:01:46 ---> 15b3b090f18b 10:01:46 Step 5/31 : RUN apk add --update --no-cache make git 10:01:46 ---> Using cache 10:01:46 ---> b578a22f2cdb 10:01:46 Step 6/31 : COPY go.mod . 10:01:46 ---> Using cache 10:01:46 ---> 875e752cdf6b 10:01:46 Step 7/31 : RUN go mod download 10:01:46 ---> Using cache 10:01:46 ---> e2acf9948f80 10:01:46 Step 8/31 : COPY . . 10:01:46 ---> Using cache 10:01:46 ---> 5d5cd95279ea 10:01:46 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:01:48 ---> Running in 5b097c4f988a 10:01:49 Collecting docker-compose==1.23.2 10:01:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:01:50 ---> 75c128bd4d95 10:01:50 Step 9/23 : RUN make cmd/core-data/core-data 10:01:50 ---> Running in b3537ee7ffa0 10:01:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:01:51 Collecting docopt<0.7,>=0.6.1 10:01:51 Downloading docopt-0.6.2.tar.gz (25 kB) 10:01:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o cmd/core-data/core-data ./cmd/core-data 10:01:54 Collecting docker<4.0,>=3.6.0 10:01:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:01:56 Collecting PyYAML<4,>=3.10 10:01:56 Downloading PyYAML-3.13.tar.gz (270 kB) 10:02:02 Collecting cached-property<2,>=1.2.0 10:02:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:02:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:02:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:02:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:02:03 Collecting texttable<0.10,>=0.9.0 10:02:03 Downloading texttable-0.9.1.tar.gz (11 kB) 10:02:07 Collecting websocket-client<1.0,>=0.32.0 10:02:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:02:08 Collecting jsonschema<3,>=2.5.1 10:02:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:02:09 Collecting dockerpty<0.5,>=0.4.1 10:02:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:02:12 Collecting docker-pycreds>=0.4.0 10:02:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:02:13 Collecting idna<2.8,>=2.5 10:02:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:02:14 Collecting urllib3<1.25,>=1.21.1 10:02:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:02:14 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) 10:02:14 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) 10:02:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:02:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:02:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:02:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:02:15 Installing collected packages: docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, cached-property, texttable, jsonschema, dockerpty, docker-compose 10:02:15 Running setup.py install for docopt: started 10:02:17 Running setup.py install for docopt: finished with status 'done' 10:02:18 Attempting uninstall: idna 10:02:18 Found existing installation: idna 2.9 10:02:18 Uninstalling idna-2.9: 10:02:18 Successfully uninstalled idna-2.9 10:02:19 Attempting uninstall: urllib3 10:02:19 Found existing installation: urllib3 1.25.9 10:02:19 Uninstalling urllib3-1.25.9: 10:02:19 Successfully uninstalled urllib3-1.25.9 10:02:20 Attempting uninstall: requests 10:02:20 Found existing installation: requests 2.23.0 10:02:20 Uninstalling requests-2.23.0: 10:02:20 Successfully uninstalled requests-2.23.0 10:02:22 Running setup.py install for PyYAML: started 10:02:25 Running setup.py install for PyYAML: finished with status 'done' 10:02:25 Running setup.py install for texttable: started 10:02:28 Running setup.py install for texttable: finished with status 'done' 10:02:28 Running setup.py install for dockerpty: started 10:02:30 Running setup.py install for dockerpty: finished with status 'done' 10:02:32 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 10:02:37 Removing intermediate container 479907c0b575 10:02:37 ---> a708cd41c761 10:02:37 Step 21/26 : RUN apk --no-cache add curl 10:02:37 ---> Running in a70ed068d2a7 10:02:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:02:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:02:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:02:40 (2/3) Installing libcurl (7.69.1-r3) 10:02:40 (3/3) Installing curl (7.69.1-r3) 10:02:40 Executing busybox-1.31.1-r19.trigger 10:02:40 OK: 71 MiB in 58 packages 10:02:42 Removing intermediate container a70ed068d2a7 10:02:42 ---> 87d59366e76f 10:02:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:02:43 ---> Running in a367333a03f5 10:02:43 Removing intermediate container a367333a03f5 10:02:43 ---> 840f593ee9a1 10:02:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:02:44 ---> Running in bbebf772c7fb 10:02:44 Removing intermediate container bbebf772c7fb 10:02:44 ---> d1d1822c1366 10:02:44 Step 24/26 : LABEL arch=arm64 10:02:44 ---> Running in f99ecd269461 10:02:45 Removing intermediate container f99ecd269461 10:02:45 ---> c2021c822762 10:02:45 Step 25/26 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:02:45 ---> Running in 9543795f7c85 10:02:46 Removing intermediate container 9543795f7c85 10:02:46 ---> e1b63c01173a 10:02:46 Step 26/26 : LABEL version=2.0.0-dev.80 10:02:46 ---> Running in b0511b80aa4b 10:02:47 Removing intermediate container b0511b80aa4b 10:02:47 ---> cc09d7969fe3 10:02:47 10:02:47 Successfully built cc09d7969fe3 10:02:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:03:14  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.80" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:03:26 Removing intermediate container 0476b0463c56 10:03:26 ---> bf8913deaa77 10:03:26 10:03:26 Step 10/23 : FROM alpine:3.12 10:03:26 ---> afeebe901d6b 10:03:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:03:26 ---> Using cache 10:03:26 ---> 1e0b2270fcab 10:03:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:03:26 ---> Using cache 10:03:26 ---> 95e21e8ad8e7 10:03:26 Step 13/23 : ENV APP_PORT=48082 10:03:26 ---> Running in 843f6d2ecdf6 10:03:28 Removing intermediate container 843f6d2ecdf6 10:03:28 ---> ecb1d210206c 10:03:28 Step 14/23 : EXPOSE $APP_PORT 10:03:28 ---> Running in 979b180cac66 10:03:29 Removing intermediate container 5f1e2cfcf78b 10:03:29 ---> 8b7f4b251d98 10:03:29 10:03:29 Step 10/22 : FROM alpine:3.12 10:03:29 ---> afeebe901d6b 10:03:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:03:29 ---> Using cache 10:03:29 ---> 1e0b2270fcab 10:03:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:03:29 ---> Using cache 10:03:29 ---> 95e21e8ad8e7 10:03:29 Step 13/22 : ENV APP_PORT=48085 10:03:29 Removing intermediate container 979b180cac66 10:03:29 ---> e06297981914 10:03:29 Step 15/23 : WORKDIR / 10:03:29 ---> Running in 79b186697f41 10:03:29 ---> Running in 0d4ad70d6df8 10:03:30 Removing intermediate container 79b186697f41 10:03:30 ---> c95fef7de198 10:03:30 Step 14/22 : EXPOSE $APP_PORT 10:03:31 Removing intermediate container 0d4ad70d6df8 10:03:31 ---> 77c245b33c91 10:03:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:03:31 ---> Running in e3287b065402 10:03:31 Removing intermediate container 5b097c4f988a 10:03:31 ---> 09c09a514507 10:03:31 10:03:31 Step 10/31 : FROM alpine:3.12 10:03:31 ---> afeebe901d6b 10:03:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:03:31 Removing intermediate container e3287b065402 10:03:31 ---> 3231d5271959 10:03:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:03:31 ---> Running in 7a70f3092523 10:03:31 ---> d20e62da30e4 10:03:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:03:32 Removing intermediate container 7a70f3092523 10:03:32 ---> 2fdb1268e759 10:03:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:03:32 ---> Running in d0d38662182a 10:03:32 ---> beaeadf99d5b 10:03:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:03:34 ---> c1bf0cf222a5 10:03:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:03:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:03:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:03:34 ---> c730e44bef2f 10:03:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:03:34 (1/2) Installing dumb-init (1.2.2-r1) 10:03:34 (2/2) Installing su-exec (0.2-r1) 10:03:34 Executing busybox-1.31.1-r19.trigger 10:03:34 OK: 5 MiB in 16 packages 10:03:35 ---> 0d0c9939aa25 10:03:35 Step 19/23 : ENTRYPOINT ["/core-command"] 10:03:35 ---> Running in e1cd8bd49809 10:03:35 ---> 670b0f7c7e70 10:03:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:03:35 ---> Running in 0c34f98b5f92 10:03:36 Removing intermediate container e1cd8bd49809 10:03:36 ---> 83e8dfa7a0b9 10:03:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:03:36 Removing intermediate container 0c34f98b5f92 10:03:36 ---> d1e533f637a2 10:03:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:03:36 Removing intermediate container d0d38662182a 10:03:36 ---> df1627458132 10:03:36 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:03:37 ---> Running in 0f73b4b927eb 10:03:37 ---> Running in aa664c65a4c9 10:03:37 ---> Running in 2d597fd7c9a0 10:03:37 Removing intermediate container 0f73b4b927eb 10:03:37 ---> 55409a08a137 10:03:37 Step 21/23 : LABEL arch=arm64 10:03:38 ---> Running in 0d5adf4c68c9 10:03:38 Removing intermediate container aa664c65a4c9 10:03:38 ---> ce2f9e42f76a 10:03:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:03:38 Removing intermediate container 2d597fd7c9a0 10:03:38 ---> 578c08bc31eb 10:03:38 Step 20/22 : LABEL arch=arm64 10:03:38 ---> Running in fae3056ec20a 10:03:38 ---> Running in d6fd22194e86 10:03:38 Removing intermediate container 0d5adf4c68c9 10:03:38 ---> 94c279b31927 10:03:38 Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:03:38 ---> Running in 7b0db95d367b 10:03:39 Removing intermediate container d6fd22194e86 10:03:39 ---> 07d865abc50a 10:03:39 Step 21/22 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:03:39 Removing intermediate container fae3056ec20a 10:03:39 ---> 864412945ef7 10:03:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:03:39 ---> Running in 5f6fbb7739fe 10:03:39 ---> Running in f3854f239b9e 10:03:39 Removing intermediate container 7b0db95d367b 10:03:39 ---> 7174785667b3 10:03:39 Step 23/23 : LABEL version=2.0.0-dev.80 10:03:40 ---> Running in eeb0db40465d 10:03:40 Removing intermediate container f3854f239b9e 10:03:40 ---> b16df48bcca1 10:03:40 Step 22/22 : LABEL version=2.0.0-dev.80 10:03:40 ---> Running in 122b828fc6ae 10:03:40 Removing intermediate container eeb0db40465d 10:03:40 ---> d128b5bf9950 10:03:40 10:03:40 Successfully built d128b5bf9950 10:03:40 Successfully tagged docker-core-command-go-arm64:latest 10:03:41  Building docker-core-command-go ... done Removing intermediate container 122b828fc6ae 10:03:41 ---> ef50da033b0b 10:03:41 10:03:41 Successfully built ef50da033b0b 10:03:42 Successfully tagged docker-support-scheduler-go-arm64:latest 10:03:43  Building docker-support-scheduler-go ... done Removing intermediate container 5f6fbb7739fe 10:03:43 ---> b38aa4ff31b4 10:03:43 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:03:43 Removing intermediate container b3537ee7ffa0 10:03:43 ---> df493c65de50 10:03:43 10:03:43 Step 10/23 : FROM alpine:3.12 10:03:43 ---> afeebe901d6b 10:03:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:03:43 ---> Running in 76df5b304aef 10:03:43 ---> Running in 204e3525a17b 10:03:44 Removing intermediate container 204e3525a17b 10:03:44 ---> c39c5241a89d 10:03:44 Step 12/23 : ENV APP_PORT=48080Removing intermediate container 76df5b304aef 10:03:44 10:03:44 ---> d891b3f09dc1 10:03:44 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:03:44 ---> Running in e24a201ea779 10:03:44 Removing intermediate container e24a201ea779 10:03:44 ---> c93907ee9a51 10:03:44 Step 13/23 : EXPOSE $APP_PORT 10:03:44 ---> 4c3c1f7fbeb5 10:03:44 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:03:44 ---> Running in 87b4126562a3 10:03:45 ---> Running in d86cddc3b53e 10:03:45 Removing intermediate container 87b4126562a3 10:03:45 ---> 2f0acb526b50 10:03:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:45 ---> Running in da31b915e447 10:03:47 Removing intermediate container d86cddc3b53e 10:03:47 ---> 3e99dd614ae4 10:03:47 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:03:48 Removing intermediate container da31b915e447 10:03:48 ---> 4a0264c12bd1 10:03:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:03:48 ---> Running in 02c80d979d25 10:03:48 ---> 3f2d33553b45 10:03:48 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:03:49 ---> 9ca704dc60ce 10:03:49 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:03:50 ---> b514ac4234b8 10:03:50 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:03:51 (1/6) Installing dumb-init (1.2.2-r1) 10:03:51 (2/6) Installing libgcc (9.3.0-r2) 10:03:51 (3/6) Installing libsodium (1.0.18-r0) 10:03:51 (4/6) Installing libstdc++ (9.3.0-r2) 10:03:51 ---> 248c2f16decc 10:03:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:03:51 (5/6) Installing libzmq (4.3.3-r0) 10:03:52 (6/6) Installing zeromq (4.3.3-r0) 10:03:52 Executing busybox-1.31.1-r19.trigger 10:03:52 OK: 8 MiB in 20 packages 10:03:52 ---> ef8302d599af 10:03:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:03:52 ---> Running in 43b1c3d1f2c3 10:03:53 Removing intermediate container 43b1c3d1f2c3 10:03:53 ---> eb473f562e0f 10:03:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:03:53 Removing intermediate container 02c80d979d25 10:03:53 ---> 58c384e2155b 10:03:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:03:54 ---> 640ac9f88436 10:03:54 Step 26/31 : RUN chmod +x /entrypoint.sh 10:03:54 ---> 75373f5be6df 10:03:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:03:54 ---> Running in 046f5e5bf6b7 10:03:56 ---> 70ba2ef63574 10:03:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:03:56 ---> eef621525012 10:03:56 Step 19/23 : ENTRYPOINT ["/core-data"] 10:03:56 ---> Running in 50b5af2c6c8a 10:03:57 Removing intermediate container 046f5e5bf6b7 10:03:57 ---> 6b388375223b 10:03:57 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:03:57 ---> Running in 945cba9dd737 10:03:57 Removing intermediate container 50b5af2c6c8a 10:03:57 ---> a70bde4343f1 10:03:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:03:57 ---> Running in 7ff477c31437 10:03:57 Removing intermediate container 945cba9dd737 10:03:57 ---> 82386b81be69 10:03:57 Step 28/31 : CMD ["gate"] 10:03:58 Removing intermediate container 7ff477c31437 10:03:58 ---> 8164c141af4e 10:03:58 Step 21/23 : LABEL arch=arm64 10:03:58 ---> Running in 42f4cf12df39 10:03:58 ---> Running in d60c0a0b1e8b 10:03:59 Removing intermediate container 42f4cf12df39 10:03:59 ---> 9c8f39071aa4 10:03:59 Step 29/31 : LABEL arch=arm64 10:03:59 Removing intermediate container d60c0a0b1e8b 10:03:59 ---> db9681ff1a05 10:03:59 Step 22/23 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:03:59 ---> Running in 47d91ca92beb 10:03:59 ---> Running in eb26a0a4a6dd 10:04:00 Removing intermediate container 47d91ca92beb 10:04:00 ---> 9ba8f6637533 10:04:00 Step 30/31 : LABEL git_sha=342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:00 Removing intermediate container eb26a0a4a6dd 10:04:00 ---> ecf324a1707c 10:04:00 Step 23/23 : LABEL version=2.0.0-dev.80 10:04:00 ---> Running in 3d7ec23cb3aa 10:04:00 ---> Running in 72c9cee8bc32 10:04:00 Removing intermediate container 3d7ec23cb3aa 10:04:00 ---> 4f35638ea3af 10:04:00 Step 31/31 : LABEL version=2.0.0-dev.80 10:04:00 Removing intermediate container 72c9cee8bc32 10:04:00 ---> 847b334d1bcf 10:04:00 10:04:01 Successfully built 847b334d1bcf 10:04:01 ---> Running in 0c2d29df4489 10:04:01 Successfully tagged docker-core-data-go-arm64:latest 10:04:01  Building docker-core-data-go ... done Removing intermediate container 0c2d29df4489 10:04:01 ---> a3a63fa72385 10:04:01 10:04:02 Successfully built a3a63fa72385 10:04:02 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:04:02  Building docker-security-bootstrapper-go ... done  [Pipeline] } 10:04:02 $ docker stop --time=1 2aec0c9525157e9208f232f06640acbd24ce06e01fbd00ff6dd6e06fde53f540 10:04:04 $ docker rm -f 2aec0c9525157e9208f232f06640acbd24ce06e01fbd00ff6dd6e06fde53f540 [Pipeline] // withDockerContainer [Pipeline] sh 10:04:05 + docker images 10:04:05 + grep docker 10:04:05 docker-security-bootstrapper-go-arm64 latest a3a63fa72385 4 seconds ago 22.6MB 10:04:05 docker-core-data-go-arm64 latest 847b334d1bcf 5 seconds ago 21MB 10:04:05 docker-core-command-go-arm64 latest d128b5bf9950 25 seconds ago 16MB 10:04:05 docker-support-scheduler-go-arm64 latest ef50da033b0b 25 seconds ago 16.1MB 10:04:05 docker-sys-mgmt-agent-go-arm64 latest cc09d7969fe3 About a minute ago 300MB 10:04:05 docker-core-metadata-go-arm64 latest 03ffe7004bfa 2 minutes ago 17.8MB 10:04:05 docker-support-notifications-go-arm64 latest b7e093b6b7a4 2 minutes ago 16.7MB 10:04:05 docker-security-secretstore-setup-go-arm64 latest 612981bebb63 2 minutes ago 23.4MB 10:04:05 docker-security-proxy-setup-go-arm64 latest e046136fd5d3 2 minutes ago 23.2MB 10:04:05 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 10:04:05 provisioning config files... 10:04:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/345@tmp/config2459878674206087073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:04:06 ---> docker-login.sh 10:04:06 nexus3.edgexfoundry.org:10001 10:04:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:06 Configure a credential helper to remove this warning. See 10:04:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:06 10:04:06 Login Succeeded 10:04:06 nexus3.edgexfoundry.org:10002 10:04:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:07 Configure a credential helper to remove this warning. See 10:04:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:07 10:04:07 Login Succeeded 10:04:07 nexus3.edgexfoundry.org:10003 10:04:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:08 Configure a credential helper to remove this warning. See 10:04:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:08 10:04:08 Login Succeeded 10:04:08 nexus3.edgexfoundry.org:10004 10:04:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:08 Configure a credential helper to remove this warning. See 10:04:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:08 10:04:08 Login Succeeded 10:04:08 docker.io 10:04:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:09 Configure a credential helper to remove this warning. See 10:04:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:09 10:04:09 Login Succeeded 10:04:09 ---> docker-login.sh ends [Pipeline] } 10:04:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:04:09 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 10:04:09 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:09 2.0.0-dev.80 10:04:09 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:09 master 10:04:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:10 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:04:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:04:10 4f89f272c04c: Preparing 10:04:10 269fda88d0f7: Preparing 10:04:10 f94292630026: Preparing 10:04:10 aeaf729ad938: Preparing 10:04:10 379067d0cb53: Preparing 10:04:10 379067d0cb53: Layer already exists 10:04:10 f94292630026: Pushed 10:04:10 4f89f272c04c: Pushed 10:04:10 aeaf729ad938: Pushed 10:04:13 269fda88d0f7: Pushed 10:04:13 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:915c14bcbbf5cf50e87b799188bd13f1ae0778df6d61d4f9bd86ee58677c16b9 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:04:13 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.80 10:04:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:04:14 4f89f272c04c: Preparing 10:04:14 269fda88d0f7: Preparing 10:04:14 f94292630026: Preparing 10:04:14 aeaf729ad938: Preparing 10:04:14 379067d0cb53: Preparing 10:04:14 269fda88d0f7: Layer already exists 10:04:14 aeaf729ad938: Layer already exists 10:04:14 4f89f272c04c: Layer already exists 10:04:14 f94292630026: Layer already exists 10:04:14 379067d0cb53: Layer already exists 10:04:14 2.0.0-dev.80: digest: sha256:915c14bcbbf5cf50e87b799188bd13f1ae0778df6d61d4f9bd86ee58677c16b9 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:04:14 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:04:15 4f89f272c04c: Preparing 10:04:15 269fda88d0f7: Preparing 10:04:15 f94292630026: Preparing 10:04:15 aeaf729ad938: Preparing 10:04:15 379067d0cb53: Preparing 10:04:15 379067d0cb53: Layer already exists 10:04:15 269fda88d0f7: Layer already exists 10:04:15 4f89f272c04c: Layer already exists 10:04:15 f94292630026: Layer already exists 10:04:15 aeaf729ad938: Layer already exists 10:04:15 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:915c14bcbbf5cf50e87b799188bd13f1ae0778df6d61d4f9bd86ee58677c16b9 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:04:15 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:04:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 10:04:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:04:16 4f89f272c04c: Preparing 10:04:16 269fda88d0f7: Preparing 10:04:16 f94292630026: Preparing 10:04:16 aeaf729ad938: Preparing 10:04:16 379067d0cb53: Preparing 10:04:16 4f89f272c04c: Layer already exists 10:04:16 aeaf729ad938: Layer already exists 10:04:16 379067d0cb53: Layer already exists 10:04:16 269fda88d0f7: Layer already exists 10:04:16 f94292630026: Layer already exists 10:04:16 master: digest: sha256:915c14bcbbf5cf50e87b799188bd13f1ae0778df6d61d4f9bd86ee58677c16b9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:04:16 ===================================================== [Pipeline] echo 10:04:16 taggedImages: 10:04:16 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:16 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.80 10:04:16 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:16 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 10:04:16 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 10:04:16 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:16 2.0.0-dev.80 10:04:16 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:16 master 10:04:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:17 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:04:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:04:17 88f2551404d3: Preparing 10:04:17 24c219ddfccd: Preparing 10:04:17 f94292630026: Preparing 10:04:17 a343f57e76e2: Preparing 10:04:17 5032322a1498: Preparing 10:04:17 379067d0cb53: Preparing 10:04:17 379067d0cb53: Waiting 10:04:17 f94292630026: Layer already exists 10:04:17 379067d0cb53: Layer already exists 10:04:17 5032322a1498: Pushed 10:04:17 88f2551404d3: Pushed 10:04:18 a343f57e76e2: Pushed 10:04:21 24c219ddfccd: Pushed 10:04:21 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:de61a24ba2ed4af22a5845d249c88a449f4d64096bdc4f4b27afb6bd3d780c5f size: 1572 [Pipeline] isUnix [Pipeline] sh 10:04:21 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.80 10:04:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:04:21 88f2551404d3: Preparing 10:04:21 24c219ddfccd: Preparing 10:04:21 f94292630026: Preparing 10:04:21 a343f57e76e2: Preparing 10:04:21 5032322a1498: Preparing 10:04:21 379067d0cb53: Preparing 10:04:21 379067d0cb53: Waiting 10:04:22 f94292630026: Layer already exists 10:04:22 88f2551404d3: Layer already exists 10:04:22 24c219ddfccd: Layer already exists 10:04:22 a343f57e76e2: Layer already exists 10:04:22 5032322a1498: Layer already exists 10:04:22 379067d0cb53: Layer already exists 10:04:22 2.0.0-dev.80: digest: sha256:de61a24ba2ed4af22a5845d249c88a449f4d64096bdc4f4b27afb6bd3d780c5f size: 1572 [Pipeline] isUnix [Pipeline] sh 10:04:22 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:04:22 88f2551404d3: Preparing 10:04:22 24c219ddfccd: Preparing 10:04:22 f94292630026: Preparing 10:04:22 a343f57e76e2: Preparing 10:04:22 5032322a1498: Preparing 10:04:22 379067d0cb53: Preparing 10:04:22 379067d0cb53: Waiting 10:04:22 5032322a1498: Layer already exists 10:04:22 24c219ddfccd: Layer already exists 10:04:22 a343f57e76e2: Layer already exists 10:04:22 f94292630026: Layer already exists 10:04:22 88f2551404d3: Layer already exists 10:04:22 379067d0cb53: Layer already exists 10:04:23 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:de61a24ba2ed4af22a5845d249c88a449f4d64096bdc4f4b27afb6bd3d780c5f size: 1572 [Pipeline] isUnix [Pipeline] sh 10:04:23 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:04:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 10:04:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:04:23 88f2551404d3: Preparing 10:04:23 24c219ddfccd: Preparing 10:04:23 f94292630026: Preparing 10:04:23 a343f57e76e2: Preparing 10:04:23 5032322a1498: Preparing 10:04:23 379067d0cb53: Preparing 10:04:23 379067d0cb53: Waiting 10:04:23 a343f57e76e2: Layer already exists 10:04:23 f94292630026: Layer already exists 10:04:23 5032322a1498: Layer already exists 10:04:23 24c219ddfccd: Layer already exists 10:04:23 88f2551404d3: Layer already exists 10:04:24 379067d0cb53: Layer already exists 10:04:24 master: digest: sha256:de61a24ba2ed4af22a5845d249c88a449f4d64096bdc4f4b27afb6bd3d780c5f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:04:24 ===================================================== [Pipeline] echo 10:04:24 taggedImages: 10:04:24 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:24 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.80 10:04:24 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:24 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 10:04:24 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 10:04:24 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:24 2.0.0-dev.80 10:04:24 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:24 master 10:04:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:25 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:04:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:04:25 a28883b14c65: Preparing 10:04:25 34b82221d501: Preparing 10:04:25 f94292630026: Preparing 10:04:25 aeaf729ad938: Preparing 10:04:25 379067d0cb53: Preparing 10:04:25 f94292630026: Layer already exists 10:04:25 aeaf729ad938: Layer already exists 10:04:25 379067d0cb53: Layer already exists 10:04:25 a28883b14c65: Pushed 10:04:29 34b82221d501: Pushed 10:04:29 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:cf8f6154ec2348d9996353e46e15244d1d8ce945154a68e1c17a811b3667feb7 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:04:29 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.80 10:04:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:04:29 a28883b14c65: Preparing 10:04:29 34b82221d501: Preparing 10:04:29 f94292630026: Preparing 10:04:29 aeaf729ad938: Preparing 10:04:29 379067d0cb53: Preparing 10:04:29 aeaf729ad938: Layer already exists 10:04:29 f94292630026: Layer already exists 10:04:29 34b82221d501: Layer already exists 10:04:29 379067d0cb53: Layer already exists 10:04:29 a28883b14c65: Layer already exists 10:04:29 2.0.0-dev.80: digest: sha256:cf8f6154ec2348d9996353e46e15244d1d8ce945154a68e1c17a811b3667feb7 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:04:30 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:04:30 a28883b14c65: Preparing 10:04:30 34b82221d501: Preparing 10:04:30 f94292630026: Preparing 10:04:30 aeaf729ad938: Preparing 10:04:30 379067d0cb53: Preparing 10:04:30 34b82221d501: Layer already exists 10:04:30 aeaf729ad938: Layer already exists 10:04:30 379067d0cb53: Layer already exists 10:04:30 f94292630026: Layer already exists 10:04:30 a28883b14c65: Layer already exists 10:04:30 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:cf8f6154ec2348d9996353e46e15244d1d8ce945154a68e1c17a811b3667feb7 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:04:31 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:04:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 10:04:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:04:31 a28883b14c65: Preparing 10:04:31 34b82221d501: Preparing 10:04:31 f94292630026: Preparing 10:04:31 aeaf729ad938: Preparing 10:04:31 379067d0cb53: Preparing 10:04:31 aeaf729ad938: Layer already exists 10:04:31 379067d0cb53: Layer already exists 10:04:31 f94292630026: Layer already exists 10:04:31 34b82221d501: Layer already exists 10:04:31 a28883b14c65: Layer already exists 10:04:31 master: digest: sha256:cf8f6154ec2348d9996353e46e15244d1d8ce945154a68e1c17a811b3667feb7 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:04:32 ===================================================== [Pipeline] echo 10:04:32 taggedImages: 10:04:32 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:32 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.80 10:04:32 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:32 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 10:04:32 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 10:04:32 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:32 2.0.0-dev.80 10:04:32 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:32 master 10:04:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:32 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:04:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:04:33 7d172e7092c8: Preparing 10:04:33 7d172e7092c8: Preparing 10:04:33 cd28b69570e7: Preparing 10:04:33 47951bb81c4c: Preparing 10:04:33 6ffa05eb9b0b: Preparing 10:04:33 066294d4283a: Preparing 10:04:33 f94292630026: Preparing 10:04:33 56f7b4f8fe83: Preparing 10:04:33 56f7b4f8fe83: Preparing 10:04:33 25db6ec12977: Preparing 10:04:33 8bc23c236e0d: Preparing 10:04:33 379067d0cb53: Preparing 10:04:33 f94292630026: Waiting 10:04:33 56f7b4f8fe83: Waiting 10:04:33 25db6ec12977: Waiting 10:04:33 8bc23c236e0d: Waiting 10:04:33 379067d0cb53: Waiting 10:04:33 7d172e7092c8: Pushed 10:04:33 cd28b69570e7: Pushed 10:04:33 6ffa05eb9b0b: Pushed 10:04:33 f94292630026: Layer already exists 10:04:33 56f7b4f8fe83: Pushed 10:04:33 8bc23c236e0d: Pushed 10:04:33 25db6ec12977: Pushed 10:04:33 379067d0cb53: Layer already exists 10:04:35 47951bb81c4c: Pushed 10:04:35 066294d4283a: Pushed 10:04:35 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:e5a3c93cf08f6349b132c2080dce14a784e596550ad0b408786ac3a2bcf72b01 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:04:35 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.80 10:04:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:04:36 7d172e7092c8: Preparing 10:04:36 7d172e7092c8: Preparing 10:04:36 cd28b69570e7: Preparing 10:04:36 47951bb81c4c: Preparing 10:04:36 6ffa05eb9b0b: Preparing 10:04:36 066294d4283a: Preparing 10:04:36 f94292630026: Preparing 10:04:36 56f7b4f8fe83: Preparing 10:04:36 56f7b4f8fe83: Preparing 10:04:36 25db6ec12977: Preparing 10:04:36 8bc23c236e0d: Preparing 10:04:36 379067d0cb53: Preparing 10:04:36 56f7b4f8fe83: Waiting 10:04:36 25db6ec12977: Waiting 10:04:36 f94292630026: Waiting 10:04:36 8bc23c236e0d: Waiting 10:04:36 cd28b69570e7: Layer already exists 10:04:36 6ffa05eb9b0b: Layer already exists 10:04:36 47951bb81c4c: Layer already exists 10:04:36 7d172e7092c8: Layer already exists 10:04:36 066294d4283a: Layer already exists 10:04:36 25db6ec12977: Layer already exists 10:04:36 f94292630026: Layer already exists 10:04:36 56f7b4f8fe83: Layer already exists 10:04:36 379067d0cb53: Layer already exists 10:04:36 8bc23c236e0d: Layer already exists 10:04:36 2.0.0-dev.80: digest: sha256:e5a3c93cf08f6349b132c2080dce14a784e596550ad0b408786ac3a2bcf72b01 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:04:36 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:04:37 7d172e7092c8: Preparing 10:04:37 7d172e7092c8: Preparing 10:04:37 cd28b69570e7: Preparing 10:04:37 47951bb81c4c: Preparing 10:04:37 6ffa05eb9b0b: Preparing 10:04:37 066294d4283a: Preparing 10:04:37 f94292630026: Preparing 10:04:37 56f7b4f8fe83: Preparing 10:04:37 56f7b4f8fe83: Preparing 10:04:37 25db6ec12977: Preparing 10:04:37 8bc23c236e0d: Preparing 10:04:37 379067d0cb53: Preparing 10:04:37 f94292630026: Waiting 10:04:37 56f7b4f8fe83: Waiting 10:04:37 25db6ec12977: Waiting 10:04:37 8bc23c236e0d: Waiting 10:04:37 cd28b69570e7: Layer already exists 10:04:37 6ffa05eb9b0b: Layer already exists 10:04:37 47951bb81c4c: Layer already exists 10:04:37 7d172e7092c8: Layer already exists 10:04:37 066294d4283a: Layer already exists 10:04:37 25db6ec12977: Layer already exists 10:04:37 56f7b4f8fe83: Layer already exists 10:04:37 379067d0cb53: Layer already exists 10:04:37 8bc23c236e0d: Layer already exists 10:04:37 f94292630026: Layer already exists 10:04:37 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:e5a3c93cf08f6349b132c2080dce14a784e596550ad0b408786ac3a2bcf72b01 size: 2820 [Pipeline] isUnix [Pipeline] sh 10:04:37 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:04:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 10:04:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:04:38 7d172e7092c8: Preparing 10:04:38 7d172e7092c8: Preparing 10:04:38 cd28b69570e7: Preparing 10:04:38 47951bb81c4c: Preparing 10:04:38 6ffa05eb9b0b: Preparing 10:04:38 066294d4283a: Preparing 10:04:38 f94292630026: Preparing 10:04:38 56f7b4f8fe83: Preparing 10:04:38 56f7b4f8fe83: Preparing 10:04:38 25db6ec12977: Preparing 10:04:38 8bc23c236e0d: Preparing 10:04:38 379067d0cb53: Preparing 10:04:38 f94292630026: Waiting 10:04:38 56f7b4f8fe83: Waiting 10:04:38 25db6ec12977: Waiting 10:04:38 8bc23c236e0d: Waiting 10:04:38 379067d0cb53: Waiting 10:04:38 cd28b69570e7: Layer already exists 10:04:38 066294d4283a: Layer already exists 10:04:38 6ffa05eb9b0b: Layer already exists 10:04:38 47951bb81c4c: Layer already exists 10:04:38 7d172e7092c8: Layer already exists 10:04:38 25db6ec12977: Layer already exists 10:04:38 8bc23c236e0d: Layer already exists 10:04:38 f94292630026: Layer already exists 10:04:38 56f7b4f8fe83: Layer already exists 10:04:38 379067d0cb53: Layer already exists 10:04:38 master: digest: sha256:e5a3c93cf08f6349b132c2080dce14a784e596550ad0b408786ac3a2bcf72b01 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:04:38 ===================================================== [Pipeline] echo 10:04:38 taggedImages: 10:04:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.80 10:04:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:38 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 10:04:38 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 10:04:38 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:38 2.0.0-dev.80 10:04:38 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:38 master 10:04:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:39 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:04:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:04:39 3dfe037674e0: Preparing 10:04:39 3ea1d9abf9ce: Preparing 10:04:39 c02464c798a2: Preparing 10:04:39 fa941cd84626: Preparing 10:04:39 a074a5452151: Preparing 10:04:39 379067d0cb53: Preparing 10:04:39 379067d0cb53: Waiting 10:04:39 c02464c798a2: Pushed 10:04:39 fa941cd84626: Pushed 10:04:40 379067d0cb53: Layer already exists 10:04:40 a074a5452151: Pushed 10:04:41 3ea1d9abf9ce: Pushed 10:04:42 3dfe037674e0: Pushed 10:04:42 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:f182c12370faf7175e02e5f1e3532d7e5120f132fe318ca32a6ae96214013fd5 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:04:42 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.80 10:04:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:04:43 3dfe037674e0: Preparing 10:04:43 3ea1d9abf9ce: Preparing 10:04:43 c02464c798a2: Preparing 10:04:43 fa941cd84626: Preparing 10:04:43 a074a5452151: Preparing 10:04:43 379067d0cb53: Preparing 10:04:43 379067d0cb53: Waiting 10:04:43 fa941cd84626: Layer already exists 10:04:43 a074a5452151: Layer already exists 10:04:43 3dfe037674e0: Layer already exists 10:04:43 3ea1d9abf9ce: Layer already exists 10:04:43 c02464c798a2: Layer already exists 10:04:43 379067d0cb53: Layer already exists 10:04:43 2.0.0-dev.80: digest: sha256:f182c12370faf7175e02e5f1e3532d7e5120f132fe318ca32a6ae96214013fd5 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:04:43 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:04:44 3dfe037674e0: Preparing 10:04:44 3ea1d9abf9ce: Preparing 10:04:44 c02464c798a2: Preparing 10:04:44 fa941cd84626: Preparing 10:04:44 a074a5452151: Preparing 10:04:44 379067d0cb53: Preparing 10:04:44 379067d0cb53: Waiting 10:04:44 a074a5452151: Layer already exists 10:04:44 3dfe037674e0: Layer already exists 10:04:44 3ea1d9abf9ce: Layer already exists 10:04:44 c02464c798a2: Layer already exists 10:04:44 fa941cd84626: Layer already exists 10:04:44 379067d0cb53: Layer already exists 10:04:44 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:f182c12370faf7175e02e5f1e3532d7e5120f132fe318ca32a6ae96214013fd5 size: 1574 [Pipeline] isUnix [Pipeline] sh 10:04:44 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:04:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 10:04:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:04:44 3dfe037674e0: Preparing 10:04:44 3ea1d9abf9ce: Preparing 10:04:44 c02464c798a2: Preparing 10:04:44 fa941cd84626: Preparing 10:04:44 a074a5452151: Preparing 10:04:44 379067d0cb53: Preparing 10:04:44 379067d0cb53: Waiting 10:04:44 a074a5452151: Layer already exists 10:04:44 fa941cd84626: Layer already exists 10:04:44 3ea1d9abf9ce: Layer already exists 10:04:44 c02464c798a2: Layer already exists 10:04:44 3dfe037674e0: Layer already exists 10:04:45 379067d0cb53: Layer already exists 10:04:45 master: digest: sha256:f182c12370faf7175e02e5f1e3532d7e5120f132fe318ca32a6ae96214013fd5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:04:45 ===================================================== [Pipeline] echo 10:04:45 taggedImages: 10:04:45 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:45 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.80 10:04:45 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:45 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 10:04:45 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 10:04:45 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:45 2.0.0-dev.80 10:04:45 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:45 master 10:04:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:04:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:04:46 fbc8e3b52eac: Preparing 10:04:46 0eb9ceafdf89: Preparing 10:04:46 5aa819fb0ff8: Preparing 10:04:46 0fcdb6ff174c: Preparing 10:04:46 ac33d8d8df70: Preparing 10:04:46 237e58e62315: Preparing 10:04:46 0c31dd7a8566: Preparing 10:04:46 3824a893bbbc: Preparing 10:04:46 379067d0cb53: Preparing 10:04:46 237e58e62315: Waiting 10:04:46 0c31dd7a8566: Waiting 10:04:46 3824a893bbbc: Waiting 10:04:46 379067d0cb53: Waiting 10:04:46 ac33d8d8df70: Pushed 10:04:46 fbc8e3b52eac: Pushed 10:04:47 0eb9ceafdf89: Pushed 10:04:47 237e58e62315: Pushed 10:04:47 0c31dd7a8566: Pushed 10:04:47 379067d0cb53: Layer already exists 10:04:47 3824a893bbbc: Pushed 10:04:49 0fcdb6ff174c: Pushed 10:04:49 5aa819fb0ff8: Pushed 10:04:49 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:f9eb5a5d33706182ddf5357365c78b0936a9ef101fa6204bb1dd89c52cf52c13 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:04:49 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.80 10:04:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:04:49 fbc8e3b52eac: Preparing 10:04:49 0eb9ceafdf89: Preparing 10:04:49 5aa819fb0ff8: Preparing 10:04:49 0fcdb6ff174c: Preparing 10:04:49 ac33d8d8df70: Preparing 10:04:49 237e58e62315: Preparing 10:04:49 0c31dd7a8566: Preparing 10:04:49 3824a893bbbc: Preparing 10:04:49 379067d0cb53: Preparing 10:04:49 237e58e62315: Waiting 10:04:49 0c31dd7a8566: Waiting 10:04:49 379067d0cb53: Waiting 10:04:49 3824a893bbbc: Waiting 10:04:49 5aa819fb0ff8: Layer already exists 10:04:49 0fcdb6ff174c: Layer already exists 10:04:49 fbc8e3b52eac: Layer already exists 10:04:49 0eb9ceafdf89: Layer already exists 10:04:49 ac33d8d8df70: Layer already exists 10:04:49 237e58e62315: Layer already exists 10:04:49 0c31dd7a8566: Layer already exists 10:04:49 3824a893bbbc: Layer already exists 10:04:49 379067d0cb53: Layer already exists 10:04:49 2.0.0-dev.80: digest: sha256:f9eb5a5d33706182ddf5357365c78b0936a9ef101fa6204bb1dd89c52cf52c13 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:04:50 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:04:50 fbc8e3b52eac: Preparing 10:04:50 0eb9ceafdf89: Preparing 10:04:50 5aa819fb0ff8: Preparing 10:04:50 0fcdb6ff174c: Preparing 10:04:50 ac33d8d8df70: Preparing 10:04:50 237e58e62315: Preparing 10:04:50 0c31dd7a8566: Preparing 10:04:50 3824a893bbbc: Preparing 10:04:50 379067d0cb53: Preparing 10:04:50 237e58e62315: Waiting 10:04:50 0c31dd7a8566: Waiting 10:04:50 3824a893bbbc: Waiting 10:04:50 379067d0cb53: Waiting 10:04:50 5aa819fb0ff8: Layer already exists 10:04:50 0fcdb6ff174c: Layer already exists 10:04:50 fbc8e3b52eac: Layer already exists 10:04:50 ac33d8d8df70: Layer already exists 10:04:50 0eb9ceafdf89: Layer already exists 10:04:50 3824a893bbbc: Layer already exists 10:04:50 237e58e62315: Layer already exists 10:04:50 0c31dd7a8566: Layer already exists 10:04:50 379067d0cb53: Layer already exists 10:04:50 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:f9eb5a5d33706182ddf5357365c78b0936a9ef101fa6204bb1dd89c52cf52c13 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:04:51 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:04:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 10:04:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:04:51 fbc8e3b52eac: Preparing 10:04:51 0eb9ceafdf89: Preparing 10:04:51 5aa819fb0ff8: Preparing 10:04:51 0fcdb6ff174c: Preparing 10:04:51 ac33d8d8df70: Preparing 10:04:51 237e58e62315: Preparing 10:04:51 0c31dd7a8566: Preparing 10:04:51 3824a893bbbc: Preparing 10:04:51 379067d0cb53: Preparing 10:04:51 0c31dd7a8566: Waiting 10:04:51 3824a893bbbc: Waiting 10:04:51 237e58e62315: Waiting 10:04:51 0fcdb6ff174c: Layer already exists 10:04:51 0eb9ceafdf89: Layer already exists 10:04:51 5aa819fb0ff8: Layer already exists 10:04:51 ac33d8d8df70: Layer already exists 10:04:51 fbc8e3b52eac: Layer already exists 10:04:51 237e58e62315: Layer already exists 10:04:51 0c31dd7a8566: Layer already exists 10:04:51 379067d0cb53: Layer already exists 10:04:51 3824a893bbbc: Layer already exists 10:04:51 master: digest: sha256:f9eb5a5d33706182ddf5357365c78b0936a9ef101fa6204bb1dd89c52cf52c13 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:04:52 ===================================================== [Pipeline] echo 10:04:52 taggedImages: 10:04:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.80 10:04:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 10:04:52 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 10:04:52 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:52 2.0.0-dev.80 10:04:52 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:52 master 10:04:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:52 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:04:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:04:53 14163256033d: Preparing 10:04:53 e16334b33682: Preparing 10:04:53 f94292630026: Preparing 10:04:53 f815e52fde5f: Preparing 10:04:53 379067d0cb53: Preparing 10:04:53 379067d0cb53: Layer already exists 10:04:53 f94292630026: Layer already exists 10:04:53 14163256033d: Pushed 10:04:53 f815e52fde5f: Pushed 10:04:56 e16334b33682: Pushed 10:04:56 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:458b813ea827d8c59dda2f3e7c402cafaaf141720b15f3eb2a0171599b9a5257 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:04:56 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.80 10:04:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:04:56 14163256033d: Preparing 10:04:56 e16334b33682: Preparing 10:04:56 f94292630026: Preparing 10:04:56 f815e52fde5f: Preparing 10:04:56 379067d0cb53: Preparing 10:04:56 379067d0cb53: Layer already exists 10:04:56 f815e52fde5f: Layer already exists 10:04:56 14163256033d: Layer already exists 10:04:56 f94292630026: Layer already exists 10:04:57 e16334b33682: Layer already exists 10:04:57 2.0.0-dev.80: digest: sha256:458b813ea827d8c59dda2f3e7c402cafaaf141720b15f3eb2a0171599b9a5257 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:04:57 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:04:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:04:57 14163256033d: Preparing 10:04:57 e16334b33682: Preparing 10:04:57 f94292630026: Preparing 10:04:57 f815e52fde5f: Preparing 10:04:57 379067d0cb53: Preparing 10:04:58 f815e52fde5f: Layer already exists 10:04:58 379067d0cb53: Layer already exists 10:04:58 f94292630026: Layer already exists 10:04:58 e16334b33682: Layer already exists 10:04:58 14163256033d: Layer already exists 10:04:58 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:458b813ea827d8c59dda2f3e7c402cafaaf141720b15f3eb2a0171599b9a5257 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:04:58 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:04:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 10:04:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:04:58 14163256033d: Preparing 10:04:58 e16334b33682: Preparing 10:04:58 f94292630026: Preparing 10:04:58 f815e52fde5f: Preparing 10:04:58 379067d0cb53: Preparing 10:04:58 e16334b33682: Layer already exists 10:04:58 379067d0cb53: Layer already exists 10:04:59 f94292630026: Layer already exists 10:04:59 14163256033d: Layer already exists 10:04:59 f815e52fde5f: Layer already exists 10:04:59 master: digest: sha256:458b813ea827d8c59dda2f3e7c402cafaaf141720b15f3eb2a0171599b9a5257 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:04:59 ===================================================== [Pipeline] echo 10:04:59 taggedImages: 10:04:59 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:59 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.80 10:04:59 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:59 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 10:04:59 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 10:04:59 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:04:59 2.0.0-dev.80 10:04:59 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:04:59 master 10:04:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:59 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:05:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:05:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:05:00 f50d4b40be18: Preparing 10:05:00 f0c2ae971b4f: Preparing 10:05:00 f94292630026: Preparing 10:05:00 aeaf729ad938: Preparing 10:05:00 379067d0cb53: Preparing 10:05:00 f94292630026: Layer already exists 10:05:00 379067d0cb53: Layer already exists 10:05:00 aeaf729ad938: Layer already exists 10:05:00 f50d4b40be18: Pushed 10:05:03 f0c2ae971b4f: Pushed 10:05:03 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:37caf5853a4bfc26c40c9d6dab2a3139ac0d171094f31ad4526173bb14ff1aa6 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:05:03 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:05:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.80 10:05:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:05:03 f50d4b40be18: Preparing 10:05:03 f0c2ae971b4f: Preparing 10:05:03 f94292630026: Preparing 10:05:03 aeaf729ad938: Preparing 10:05:03 379067d0cb53: Preparing 10:05:03 aeaf729ad938: Layer already exists 10:05:03 f0c2ae971b4f: Layer already exists 10:05:03 379067d0cb53: Layer already exists 10:05:03 f94292630026: Layer already exists 10:05:03 f50d4b40be18: Layer already exists 10:05:03 2.0.0-dev.80: digest: sha256:37caf5853a4bfc26c40c9d6dab2a3139ac0d171094f31ad4526173bb14ff1aa6 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:05:04 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:05:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:05:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:05:04 f50d4b40be18: Preparing 10:05:04 f0c2ae971b4f: Preparing 10:05:04 f94292630026: Preparing 10:05:04 aeaf729ad938: Preparing 10:05:04 379067d0cb53: Preparing 10:05:04 f50d4b40be18: Layer already exists 10:05:04 f94292630026: Layer already exists 10:05:04 aeaf729ad938: Layer already exists 10:05:04 f0c2ae971b4f: Layer already exists 10:05:04 379067d0cb53: Layer already exists 10:05:04 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:37caf5853a4bfc26c40c9d6dab2a3139ac0d171094f31ad4526173bb14ff1aa6 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:05:05 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:05:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 10:05:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:05:05 f50d4b40be18: Preparing 10:05:05 f0c2ae971b4f: Preparing 10:05:05 f94292630026: Preparing 10:05:05 aeaf729ad938: Preparing 10:05:05 379067d0cb53: Preparing 10:05:05 f94292630026: Layer already exists 10:05:05 379067d0cb53: Layer already exists 10:05:05 aeaf729ad938: Layer already exists 10:05:05 f0c2ae971b4f: Layer already exists 10:05:05 f50d4b40be18: Layer already exists 10:05:05 master: digest: sha256:37caf5853a4bfc26c40c9d6dab2a3139ac0d171094f31ad4526173bb14ff1aa6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:05:06 ===================================================== [Pipeline] echo 10:05:06 taggedImages: 10:05:06 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:05:06 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.80 10:05:06 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:05:06 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 10:05:06 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 10:05:06 342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:05:06 2.0.0-dev.80 10:05:06 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:05:06 master 10:05:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:05:06 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] isUnix [Pipeline] sh 10:05:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:05:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:05:07 f5e6e8ab0997: Preparing 10:05:07 4f31a627cffa: Preparing 10:05:07 ede61eea8703: Preparing 10:05:07 cdea46d0ce5a: Preparing 10:05:07 cd1e2556928b: Preparing 10:05:07 b24d9e450ef7: Preparing 10:05:07 32235504894c: Preparing 10:05:07 9ded3b6bb9b5: Preparing 10:05:07 fa1afe8e6ed9: Preparing 10:05:07 87a09b4c083e: Preparing 10:05:07 0f74e9ff2a61: Preparing 10:05:07 b122376c33c6: Preparing 10:05:07 f8381ed47b22: Preparing 10:05:07 e934a737d657: Preparing 10:05:07 87a09b4c083e: Waiting 10:05:07 0f74e9ff2a61: Waiting 10:05:07 b122376c33c6: Waiting 10:05:07 f8381ed47b22: Waiting 10:05:07 e934a737d657: Waiting 10:05:07 b24d9e450ef7: Waiting 10:05:07 32235504894c: Waiting 10:05:07 9ded3b6bb9b5: Waiting 10:05:07 fa1afe8e6ed9: Waiting 10:05:07 cd1e2556928b: Pushed 10:05:07 f5e6e8ab0997: Pushed 10:05:08 cdea46d0ce5a: Pushed 10:05:08 32235504894c: Pushed 10:05:08 9ded3b6bb9b5: Layer already exists 10:05:08 fa1afe8e6ed9: Layer already exists 10:05:08 87a09b4c083e: Layer already exists 10:05:08 0f74e9ff2a61: Layer already exists 10:05:08 b122376c33c6: Layer already exists 10:05:08 f8381ed47b22: Layer already exists 10:05:08 e934a737d657: Layer already exists 10:05:09 4f31a627cffa: Pushed 10:05:10 b24d9e450ef7: Pushed 10:05:20 ede61eea8703: Pushed 10:05:20 342a72dc7becdeb5a949018242fa1a90a07bfb5e: digest: sha256:51e0882ec158002fed2830bba011a0240859ad08de3fcd7088a8d6ea3d6fe2bb size: 3252 [Pipeline] isUnix [Pipeline] sh 10:05:21 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:05:21 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.80 10:05:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:05:21 f5e6e8ab0997: Preparing 10:05:21 4f31a627cffa: Preparing 10:05:21 ede61eea8703: Preparing 10:05:21 cdea46d0ce5a: Preparing 10:05:21 cd1e2556928b: Preparing 10:05:21 b24d9e450ef7: Preparing 10:05:21 32235504894c: Preparing 10:05:21 9ded3b6bb9b5: Preparing 10:05:21 fa1afe8e6ed9: Preparing 10:05:21 87a09b4c083e: Preparing 10:05:21 0f74e9ff2a61: Preparing 10:05:21 b122376c33c6: Preparing 10:05:21 f8381ed47b22: Preparing 10:05:21 e934a737d657: Preparing 10:05:21 b24d9e450ef7: Waiting 10:05:21 32235504894c: Waiting 10:05:21 87a09b4c083e: Waiting 10:05:21 9ded3b6bb9b5: Waiting 10:05:21 fa1afe8e6ed9: Waiting 10:05:21 b122376c33c6: Waiting 10:05:21 f8381ed47b22: Waiting 10:05:21 e934a737d657: Waiting 10:05:21 0f74e9ff2a61: Waiting 10:05:21 cd1e2556928b: Layer already exists 10:05:21 f5e6e8ab0997: Layer already exists 10:05:21 cdea46d0ce5a: Layer already exists 10:05:21 4f31a627cffa: Layer already exists 10:05:21 ede61eea8703: Layer already exists 10:05:21 fa1afe8e6ed9: Layer already exists 10:05:21 32235504894c: Layer already exists 10:05:21 b24d9e450ef7: Layer already exists 10:05:21 87a09b4c083e: Layer already exists 10:05:21 9ded3b6bb9b5: Layer already exists 10:05:21 b122376c33c6: Layer already exists 10:05:21 0f74e9ff2a61: Layer already exists 10:05:21 f8381ed47b22: Layer already exists 10:05:21 e934a737d657: Layer already exists 10:05:21 2.0.0-dev.80: digest: sha256:51e0882ec158002fed2830bba011a0240859ad08de3fcd7088a8d6ea3d6fe2bb size: 3252 [Pipeline] isUnix [Pipeline] sh 10:05:21 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 [Pipeline] isUnix [Pipeline] sh 10:05:22 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:05:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:05:22 f5e6e8ab0997: Preparing 10:05:22 4f31a627cffa: Preparing 10:05:22 ede61eea8703: Preparing 10:05:22 cdea46d0ce5a: Preparing 10:05:22 cd1e2556928b: Preparing 10:05:22 b24d9e450ef7: Preparing 10:05:22 32235504894c: Preparing 10:05:22 9ded3b6bb9b5: Preparing 10:05:22 fa1afe8e6ed9: Preparing 10:05:22 87a09b4c083e: Preparing 10:05:22 0f74e9ff2a61: Preparing 10:05:22 b122376c33c6: Preparing 10:05:22 f8381ed47b22: Preparing 10:05:22 e934a737d657: Preparing 10:05:22 87a09b4c083e: Waiting 10:05:22 0f74e9ff2a61: Waiting 10:05:22 b24d9e450ef7: Waiting 10:05:22 b122376c33c6: Waiting 10:05:22 32235504894c: Waiting 10:05:22 9ded3b6bb9b5: Waiting 10:05:22 fa1afe8e6ed9: Waiting 10:05:22 e934a737d657: Waiting 10:05:22 f8381ed47b22: Waiting 10:05:22 ede61eea8703: Layer already exists 10:05:22 cdea46d0ce5a: Layer already exists 10:05:22 cd1e2556928b: Layer already exists 10:05:22 4f31a627cffa: Layer already exists 10:05:22 f5e6e8ab0997: Layer already exists 10:05:22 b24d9e450ef7: Layer already exists 10:05:22 32235504894c: Layer already exists 10:05:22 fa1afe8e6ed9: Layer already exists 10:05:22 87a09b4c083e: Layer already exists 10:05:22 9ded3b6bb9b5: Layer already exists 10:05:22 b122376c33c6: Layer already exists 10:05:22 0f74e9ff2a61: Layer already exists 10:05:22 f8381ed47b22: Layer already exists 10:05:22 e934a737d657: Layer already exists 10:05:22 342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80: digest: sha256:51e0882ec158002fed2830bba011a0240859ad08de3fcd7088a8d6ea3d6fe2bb size: 3252 [Pipeline] isUnix [Pipeline] sh 10:05:22 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:05:23 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 10:05:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:05:23 f5e6e8ab0997: Preparing 10:05:23 4f31a627cffa: Preparing 10:05:23 ede61eea8703: Preparing 10:05:23 cdea46d0ce5a: Preparing 10:05:23 cd1e2556928b: Preparing 10:05:23 b24d9e450ef7: Preparing 10:05:23 32235504894c: Preparing 10:05:23 9ded3b6bb9b5: Preparing 10:05:23 fa1afe8e6ed9: Preparing 10:05:23 87a09b4c083e: Preparing 10:05:23 0f74e9ff2a61: Preparing 10:05:23 b122376c33c6: Preparing 10:05:23 f8381ed47b22: Preparing 10:05:23 e934a737d657: Preparing 10:05:23 87a09b4c083e: Waiting 10:05:23 0f74e9ff2a61: Waiting 10:05:23 b122376c33c6: Waiting 10:05:23 f8381ed47b22: Waiting 10:05:23 e934a737d657: Waiting 10:05:23 32235504894c: Waiting 10:05:23 9ded3b6bb9b5: Waiting 10:05:23 fa1afe8e6ed9: Waiting 10:05:23 cdea46d0ce5a: Layer already exists 10:05:23 cd1e2556928b: Layer already exists 10:05:23 4f31a627cffa: Layer already exists 10:05:23 f5e6e8ab0997: Layer already exists 10:05:23 ede61eea8703: Layer already exists 10:05:23 32235504894c: Layer already exists 10:05:23 b24d9e450ef7: Layer already exists 10:05:23 fa1afe8e6ed9: Layer already exists 10:05:23 87a09b4c083e: Layer already exists 10:05:23 9ded3b6bb9b5: Layer already exists 10:05:23 b122376c33c6: Layer already exists 10:05:23 0f74e9ff2a61: Layer already exists 10:05:23 e934a737d657: Layer already exists 10:05:23 f8381ed47b22: Layer already exists 10:05:23 master: digest: sha256:51e0882ec158002fed2830bba011a0240859ad08de3fcd7088a8d6ea3d6fe2bb size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:05:23 ===================================================== [Pipeline] echo 10:05:23 taggedImages: 10:05:23 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e 10:05:23 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.80 10:05:23 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:342a72dc7becdeb5a949018242fa1a90a07bfb5e-2.0.0-dev.80 10:05:23 - 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 10:05:25 provisioning config files... 10:05:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/345@tmp/config4425156044659077591tmp [Pipeline] { [Pipeline] sh 10:05:25 + set +x 10:05:25 + curl -s https://codecov.io/bash 10:05:25 + bash -s -- 10:05:26 10:05:26 _____ _ 10:05:26 / ____| | | 10:05:26 | | ___ __| | ___ ___ _____ __ 10:05:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:05:26 | |___| (_) | (_| | __/ (_| (_) \ V / 10:05:26 \_____\___/ \__,_|\___|\___\___/ \_/ 10:05:26 Bash-20210129-7c25fce 10:05:26 10:05:26 10:05:26 ==> git version 2.24.3 found 10:05:26 ==> 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 10:05:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:05:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:05:26 ==> Jenkins CI detected. 10:05:26 project root: . 10:05:26 --> token set from env 10:05:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:05:26 ==> Running gcov in . (disable via -X gcov) 10:05:26 ==> Python coveragepy not found 10:05:26 ==> Searching for coverage reports in: 10:05:26 + . 10:05:26 -> Found 1 reports 10:05:26 ==> Detecting git/mercurial file structure 10:05:26 ==> Reading reports 10:05:26 + ./coverage.out bytes=585363 10:05:26 ==> Appending adjustments 10:05:26 https://docs.codecov.io/docs/fixing-reports 10:05:29 + Found adjustments 10:05:29 ==> Gzipping contents 10:05:29 88K /tmp/codecov.1vxHNW.gz 10:05:29 ==> Uploading reports 10:05:29 url: https://codecov.io 10:05:29 query: branch=master&commit=342a72dc7becdeb5a949018242fa1a90a07bfb5e&build=345&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F345%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:05:29 -> Pinging Codecov 10:05:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=342a72dc7becdeb5a949018242fa1a90a07bfb5e&build=345&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F345%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:05:30 -> Uploading to 10:05:30 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/342a72dc7becdeb5a949018242fa1a90a07bfb5e/50af8755-1735-4b0c-84ff-a4d1e799c28a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T100530Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1dcd6b319225658759b67d8385458574ac6ccc16d3b198e17a2146f55959502a 10:05:30 % Total % Received % Xferd Average Speed Time Time Time Current 10:05:30 Dload Upload Total Spent Left Speed 10:05:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88204 0 0 100 88204 0 130k --:--:-- --:--:-- --:--:-- 129k 100 88204 0 0 100 88204 0 129k --:--:-- --:--:-- --:--:-- 129k 10:05:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/342a72dc7becdeb5a949018242fa1a90a07bfb5e [Pipeline] } 10:05:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:05:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:05:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:05:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:05:32 10:05:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:05:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:05:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:05:32 188c0c94c7c5: Already exists 10:05:32 0ef7d3d256c8: Already exists 10:05:32 de9db76c5a1d: Already exists 10:05:32 0eba1c9be4d2: Pulling fs layer 10:05:32 0d57e429df01: Pulling fs layer 10:05:32 4e4be7b47b0d: Pulling fs layer 10:05:32 e1f770b5df2f: Pulling fs layer 10:05:32 85a0685a4137: Pulling fs layer 10:05:32 e1f770b5df2f: Waiting 10:05:32 85a0685a4137: Waiting 10:05:32 4e4be7b47b0d: Download complete 10:05:32 0d57e429df01: Download complete 10:05:34 e1f770b5df2f: Verifying Checksum 10:05:34 e1f770b5df2f: Download complete 10:05:37 85a0685a4137: Verifying Checksum 10:05:37 85a0685a4137: Download complete 10:05:37 0eba1c9be4d2: Download complete 10:05:42 0eba1c9be4d2: Pull complete 10:05:43 0d57e429df01: Pull complete 10:05:43 4e4be7b47b0d: Pull complete 10:05:47 e1f770b5df2f: Pull complete 10:05:55 85a0685a4137: Pull complete 10:05:55 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:05:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:05:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:05:56 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 10:05:56 $ 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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:05:57 $ docker top 9d0b0415141302d1656b04af5f09faf79b671e34febf9d192362811830626f1c -eo pid,comm [Pipeline] { [Pipeline] echo 10:05:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:05:57 + set -o pipefail 10:05:57 + snyk monitor '--org=edgex-jenkins' 10:06:07 10:06:07 Monitoring /w/workspace/edgex-go/345 (github.com/edgexfoundry/edgex-go)... 10:06:07 10:06:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2f8646c9-b162-4628-a2e8-5e9fa3bf723e 10:06:07 10:06:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:06:07 10:06:07 [Pipeline] } 10:06:07 $ docker stop --time=1 9d0b0415141302d1656b04af5f09faf79b671e34febf9d192362811830626f1c 10:06:10 $ docker rm -f 9d0b0415141302d1656b04af5f09faf79b671e34febf9d192362811830626f1c [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 10:06:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:06:12 provisioning config files... 10:06:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/345@tmp/config2961369486700421929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:06:12 --> edgex-publish-swagger.sh 10:06:12 === Publish openapi/v1 API === 10:06:12 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 10:06:12 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/345/openapi/v1/core-command.yaml] 10:06:12 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:12 Dload Upload Total Spent Left Speed 10:06:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9392 0:00:01 0:00:01 --:--:-- 9394 100 10522 0 0 100 10522 0 9391 0:00:01 0:00:01 --:--:-- 9386 10:06:13 10:06:13 10:06:13 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/345/openapi/v1/core-data.yaml] 10:06:13 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:13 Dload Upload Total Spent Left Speed 10:06:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30668 0:00:01 0:00:01 --:--:-- 30685 100 32557 0 0 100 32557 0 30661 0:00:01 0:00:01 --:--:-- 30685 10:06:14 10:06:14 10:06:14 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/345/openapi/v1/core-metadata.yaml] 10:06:14 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:14 Dload Upload Total Spent Left Speed 10:06:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65348 0:00:01 0:00:01 --:--:-- 65413 100 73721 0 0 100 73721 0 65339 0:00:01 0:00:01 --:--:-- 65355 10:06:16 10:06:16 10:06:16 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/345/openapi/v1/support-logging.yaml] 10:06:16 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:16 Dload Upload Total Spent Left Speed 10:06:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11357 0:00:01 0:00:01 --:--:-- 11364 100 13581 0 0 100 13581 0 7376 0:00:01 0:00:01 --:--:-- 7376 100 13581 0 0 100 13581 0 7376 0:00:01 0:00:01 --:--:-- 7372 10:06:17 10:06:17 10:06:17 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/345/openapi/v1/support-notifications.yaml] 10:06:17 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:17 Dload Upload Total Spent Left Speed 10:06:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33133 0:00:01 0:00:01 --:--:-- 33154 100 38890 0 0 100 38890 0 33129 0:00:01 0:00:01 --:--:-- 33154 10:06:19 10:06:19 10:06:19 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/345/openapi/v1/support-scheduler.yaml] 10:06:19 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:19 Dload Upload Total Spent Left Speed 10:06:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12971 0:00:01 0:00:01 --:--:-- 12977 100 14249 0 0 100 14249 0 12968 0:00:01 0:00:01 --:--:-- 12977 10:06:20 10:06:20 10:06:20 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/345/openapi/v1/system-agent.yaml] 10:06:20 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:20 Dload Upload Total Spent Left Speed 10:06:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3518 0:00:01 0:00:01 --:--:-- 3521 100 4110 0 0 100 4110 0 3518 0:00:01 0:00:01 --:--:-- 3521 10:06:21 10:06:21 10:06:21 === Publish openapi/v2 API === 10:06:21 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:06:21 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/345/openapi/v2/core-command.yaml] 10:06:21 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:21 Dload Upload Total Spent Left Speed 10:06:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27057 0 0 100 27057 0 24340 0:00:01 0:00:01 --:--:-- 24353 100 27057 0 0 100 27057 0 24337 0:00:01 0:00:01 --:--:-- 24353 10:06:22 10:06:22 10:06:22 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/345/openapi/v2/core-data.yaml] 10:06:22 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:22 Dload Upload Total Spent Left Speed 10:06:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 227k --:--:-- --:--:-- --:--:-- 227k 100 57136 0 0 100 57136 0 54606 0:00:01 0:00:01 --:--:-- 54623 10:06:23 10:06:23 10:06:23 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/345/openapi/v2/core-metadata.yaml] 10:06:23 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:23 Dload Upload Total Spent Left Speed 10:06:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 118k 0 0 100 118k 0 100k 0:00:01 0:00:01 --:--:-- 100k 10:06:24 10:06:24 10:06:24 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/345/openapi/v2/support-notifications.yaml] 10:06:24 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:24 Dload Upload Total Spent Left Speed 10:06:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 57877 0:00:01 0:00:01 --:--:-- 57909 100 59705 0 0 100 59705 0 57869 0:00:01 0:00:01 --:--:-- 57909 10:06:26 10:06:26 10:06:26 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/345/openapi/v2/support-scheduler.yaml] 10:06:26 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:26 Dload Upload Total Spent Left Speed 10:06:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40086 0 0 100 40086 0 33617 0:00:01 0:00:01 --:--:-- 33629 100 40086 0 0 100 40086 0 33612 0:00:01 0:00:01 --:--:-- 33629 10:06:27 10:06:27 10:06:27 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/345/openapi/v2/system-agent.yaml] 10:06:27 % Total % Received % Xferd Average Speed Time Time Time Current 10:06:27 Dload Upload Total Spent Left Speed 10:06:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21263 0:00:01 0:00:01 --:--:-- 21268 100 24182 0 0 100 24182 0 21260 0:00:01 0:00:01 --:--:-- 21268 10:06:28 10:06:28 [Pipeline] } 10:06:28 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 10:06:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:06:29 . [Pipeline] withDockerContainer 10:06:29 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 10:06:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:06:30 $ docker top 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:06:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:06:30 [ssh-agent] Looking for ssh-agent implementation... 10:06:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:06:30 $ docker exec 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da ssh-agent 10:06:31 SSH_AUTH_SOCK=/tmp/ssh-jtFyLCxv8QLf/agent.11 10:06:31 SSH_AGENT_PID=16 10:06:31 Running ssh-add (command line suppressed) 10:06:31 Identity added: /w/workspace/edgex-go/345@tmp/private_key_8354420371032767594.key (/w/workspace/edgex-go/345@tmp/private_key_8354420371032767594.key) 10:06:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:06:31 + git semver tag 10:06:31 # -> Open(): unable to determine branch for HEAD 10:06:31 # $GIT_DIR = /w/workspace/edgex-go/345/.git 10:06:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/345 10:06:31 # $SEMVER_REMOTE_NAME = origin 10:06:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:06:31 # $SEMVER_USER_NAME = edgex-jenkins 10:06:31 # $SEMVER_BRANCH = master 10:06:31 # $SEMVER_DIR = /w/workspace/edgex-go/345/.semver 10:06:31 # 342a72dc7becdeb5a949018242fa1a90a07bfb5e HEAD 10:06:32 # -> Force: false 10:06:32 # 050519fd459e58fed5796b1c0cd91718500ec6ab refs/tags/v2.0.0-dev.80 [Pipeline] } 10:06:32 $ docker exec --env ******** --env ******** 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da ssh-agent -k 10:06:32 unset SSH_AUTH_SOCK; 10:06:32 unset SSH_AGENT_PID; 10:06:32 echo Agent pid 16 killed; 10:06:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:06:33 + git semver [Pipeline] } 10:06:33 $ docker stop --time=1 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da 10:06:34 $ docker rm -f 8e2c048a55c67918318faba8570708ca87a3372896d823133d71b426fba3f5da [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:06:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:06:35 10:06:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:06:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:06:35 0.23.1-centos7: Pulling from edgex-lftools 10:06:35 ab5ef0e58194: Pulling fs layer 10:06:35 9712f1f96733: Pulling fs layer 10:06:35 63f879dbbcfc: Pulling fs layer 10:06:35 0d9ebad4ef96: Pulling fs layer 10:06:35 e9a5061849ea: Pulling fs layer 10:06:35 d747dcd14b5f: Pulling fs layer 10:06:35 2de7ff778b66: Pulling fs layer 10:06:35 0d9ebad4ef96: Waiting 10:06:35 e9a5061849ea: Waiting 10:06:35 d747dcd14b5f: Waiting 10:06:35 2de7ff778b66: Waiting 10:06:35 9712f1f96733: Verifying Checksum 10:06:35 9712f1f96733: Download complete 10:06:37 63f879dbbcfc: Verifying Checksum 10:06:37 63f879dbbcfc: Download complete 10:06:37 e9a5061849ea: Verifying Checksum 10:06:37 e9a5061849ea: Download complete 10:06:37 d747dcd14b5f: Verifying Checksum 10:06:37 d747dcd14b5f: Download complete 10:06:38 0d9ebad4ef96: Verifying Checksum 10:06:38 0d9ebad4ef96: Download complete 10:06:38 2de7ff778b66: Verifying Checksum 10:06:38 2de7ff778b66: Download complete 10:06:38 ab5ef0e58194: Verifying Checksum 10:06:38 ab5ef0e58194: Download complete 10:06:44 ab5ef0e58194: Pull complete 10:06:44 9712f1f96733: Pull complete 10:06:46 63f879dbbcfc: Pull complete 10:06:52 0d9ebad4ef96: Pull complete 10:06:54 e9a5061849ea: Pull complete 10:06:54 d747dcd14b5f: Pull complete 10:06:58 2de7ff778b66: Pull complete 10:06:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:06:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:06:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:06:58 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 10:06:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:07:01 $ docker top 8b98601d3e13bd4fa7ddae6f4325374e70423cdd52e7343c6b9d769ba27c6b87 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:07:01 provisioning config files... 10:07:02 copy managed file [sigul-config] to file:/w/workspace/edgex-go/345@tmp/config2518517632688122323tmp 10:07:02 copy managed file [sigul-password] to file:/w/workspace/edgex-go/345@tmp/config6515928230364104218tmp 10:07:02 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/345@tmp/config1068679403169165792tmp [Pipeline] { [Pipeline] echo 10:07:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:07:02 ---> sigul-configuration.sh 10:07:02 gpg: directory `/root/.gnupg' created 10:07:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:07:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:07:02 gpg: keyring `/root/.gnupg/secring.gpg' created 10:07:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:07:02 gpg: CAST5 encrypted data 10:07:02 gpg: encrypted with 1 passphrase 10:07:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:07:02 + mkdir /home/jenkins 10:07:02 + mkdir /home/jenkins/sigul [Pipeline] sh 10:07:03 + 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 10:07:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:07:03 ---> sigul-install.sh 10:07:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:07:10 + git tag --list 10:07:10 0.6.0 10:07:10 0.6.1 10:07:10 0.7.0 10:07:10 0.7.1 10:07:10 v0.0.0 10:07:10 v0.0.1-dev.1 10:07:10 v1.0.0 10:07:10 v1.0.1 10:07:10 v1.1.0 10:07:10 v1.2.0 10:07:10 v1.2.1 10:07:10 v1.2.2-dev.1 10:07:10 v1.2.2-dev.10 10:07:10 v1.2.2-dev.100 10:07:10 v1.2.2-dev.101 10:07:10 v1.2.2-dev.102 10:07:10 v1.2.2-dev.103 10:07:10 v1.2.2-dev.104 10:07:10 v1.2.2-dev.105 10:07:10 v1.2.2-dev.106 10:07:10 v1.2.2-dev.107 10:07:10 v1.2.2-dev.11 10:07:10 v1.2.2-dev.12 10:07:10 v1.2.2-dev.13 10:07:10 v1.2.2-dev.14 10:07:10 v1.2.2-dev.15 10:07:10 v1.2.2-dev.16 10:07:10 v1.2.2-dev.17 10:07:10 v1.2.2-dev.18 10:07:10 v1.2.2-dev.19 10:07:10 v1.2.2-dev.2 10:07:10 v1.2.2-dev.20 10:07:10 v1.2.2-dev.21 10:07:10 v1.2.2-dev.22 10:07:10 v1.2.2-dev.23 10:07:10 v1.2.2-dev.24 10:07:10 v1.2.2-dev.25 10:07:10 v1.2.2-dev.26 10:07:10 v1.2.2-dev.27 10:07:10 v1.2.2-dev.28 10:07:10 v1.2.2-dev.29 10:07:10 v1.2.2-dev.3 10:07:10 v1.2.2-dev.30 10:07:10 v1.2.2-dev.31 10:07:10 v1.2.2-dev.32 10:07:10 v1.2.2-dev.33 10:07:10 v1.2.2-dev.34 10:07:10 v1.2.2-dev.35 10:07:10 v1.2.2-dev.36 10:07:10 v1.2.2-dev.37 10:07:10 v1.2.2-dev.38 10:07:10 v1.2.2-dev.39 10:07:10 v1.2.2-dev.4 10:07:10 v1.2.2-dev.40 10:07:10 v1.2.2-dev.41 10:07:10 v1.2.2-dev.42 10:07:10 v1.2.2-dev.43 10:07:10 v1.2.2-dev.44 10:07:10 v1.2.2-dev.45 10:07:10 v1.2.2-dev.46 10:07:10 v1.2.2-dev.47 10:07:10 v1.2.2-dev.48 10:07:10 v1.2.2-dev.49 10:07:10 v1.2.2-dev.5 10:07:10 v1.2.2-dev.50 10:07:10 v1.2.2-dev.51 10:07:10 v1.2.2-dev.52 10:07:10 v1.2.2-dev.53 10:07:10 v1.2.2-dev.54 10:07:10 v1.2.2-dev.55 10:07:10 v1.2.2-dev.56 10:07:10 v1.2.2-dev.57 10:07:10 v1.2.2-dev.58 10:07:10 v1.2.2-dev.59 10:07:10 v1.2.2-dev.6 10:07:10 v1.2.2-dev.60 10:07:10 v1.2.2-dev.61 10:07:10 v1.2.2-dev.62 10:07:10 v1.2.2-dev.63 10:07:10 v1.2.2-dev.64 10:07:10 v1.2.2-dev.65 10:07:10 v1.2.2-dev.66 10:07:10 v1.2.2-dev.67 10:07:10 v1.2.2-dev.68 10:07:10 v1.2.2-dev.69 10:07:10 v1.2.2-dev.7 10:07:10 v1.2.2-dev.70 10:07:10 v1.2.2-dev.71 10:07:10 v1.2.2-dev.72 10:07:10 v1.2.2-dev.73 10:07:10 v1.2.2-dev.74 10:07:10 v1.2.2-dev.75 10:07:10 v1.2.2-dev.76 10:07:10 v1.2.2-dev.77 10:07:10 v1.2.2-dev.78 10:07:10 v1.2.2-dev.79 10:07:10 v1.2.2-dev.8 10:07:10 v1.2.2-dev.80 10:07:10 v1.2.2-dev.81 10:07:10 v1.2.2-dev.82 10:07:10 v1.2.2-dev.83 10:07:10 v1.2.2-dev.84 10:07:10 v1.2.2-dev.85 10:07:10 v1.2.2-dev.86 10:07:10 v1.2.2-dev.87 10:07:10 v1.2.2-dev.88 10:07:10 v1.2.2-dev.89 10:07:10 v1.2.2-dev.9 10:07:10 v1.2.2-dev.90 10:07:10 v1.2.2-dev.91 10:07:10 v1.2.2-dev.92 10:07:10 v1.2.2-dev.93 10:07:10 v1.2.2-dev.94 10:07:10 v1.2.2-dev.95 10:07:10 v1.2.2-dev.96 10:07:10 v1.2.2-dev.97 10:07:10 v1.2.2-dev.98 10:07:10 v1.2.2-dev.99 10:07:10 v1.3.0 10:07:10 v1.3.1-dev.1 10:07:10 v1.3.1-dev.10 10:07:10 v1.3.1-dev.11 10:07:10 v1.3.1-dev.12 10:07:10 v1.3.1-dev.13 10:07:10 v1.3.1-dev.14 10:07:10 v1.3.1-dev.15 10:07:10 v1.3.1-dev.16 10:07:10 v1.3.1-dev.17 10:07:10 v1.3.1-dev.18 10:07:10 v1.3.1-dev.2 10:07:10 v1.3.1-dev.3 10:07:10 v1.3.1-dev.4 10:07:10 v1.3.1-dev.5 10:07:10 v1.3.1-dev.6 10:07:10 v1.3.1-dev.7 10:07:10 v1.3.1-dev.8 10:07:10 v1.3.1-dev.9 10:07:10 v2.0.0-dev.1 10:07:10 v2.0.0-dev.10 10:07:10 v2.0.0-dev.11 10:07:10 v2.0.0-dev.12 10:07:10 v2.0.0-dev.13 10:07:10 v2.0.0-dev.14 10:07:10 v2.0.0-dev.15 10:07:10 v2.0.0-dev.16 10:07:10 v2.0.0-dev.17 10:07:10 v2.0.0-dev.18 10:07:10 v2.0.0-dev.19 10:07:10 v2.0.0-dev.2 10:07:10 v2.0.0-dev.20 10:07:10 v2.0.0-dev.21 10:07:10 v2.0.0-dev.22 10:07:10 v2.0.0-dev.23 10:07:10 v2.0.0-dev.24 10:07:10 v2.0.0-dev.25 10:07:10 v2.0.0-dev.26 10:07:10 v2.0.0-dev.27 10:07:10 v2.0.0-dev.28 10:07:10 v2.0.0-dev.29 10:07:10 v2.0.0-dev.3 10:07:10 v2.0.0-dev.30 10:07:10 v2.0.0-dev.31 10:07:10 v2.0.0-dev.32 10:07:10 v2.0.0-dev.33 10:07:10 v2.0.0-dev.34 10:07:10 v2.0.0-dev.35 10:07:10 v2.0.0-dev.36 10:07:10 v2.0.0-dev.37 10:07:10 v2.0.0-dev.38 10:07:10 v2.0.0-dev.39 10:07:10 v2.0.0-dev.4 10:07:10 v2.0.0-dev.40 10:07:10 v2.0.0-dev.41 10:07:10 v2.0.0-dev.42 10:07:10 v2.0.0-dev.43 10:07:10 v2.0.0-dev.44 10:07:10 v2.0.0-dev.45 10:07:10 v2.0.0-dev.46 10:07:10 v2.0.0-dev.47 10:07:10 v2.0.0-dev.48 10:07:10 v2.0.0-dev.49 10:07:10 v2.0.0-dev.5 10:07:10 v2.0.0-dev.50 10:07:10 v2.0.0-dev.51 10:07:10 v2.0.0-dev.52 10:07:10 v2.0.0-dev.53 10:07:10 v2.0.0-dev.54 10:07:10 v2.0.0-dev.55 10:07:10 v2.0.0-dev.56 10:07:10 v2.0.0-dev.57 10:07:10 v2.0.0-dev.58 10:07:10 v2.0.0-dev.59 10:07:10 v2.0.0-dev.6 10:07:10 v2.0.0-dev.60 10:07:10 v2.0.0-dev.61 10:07:10 v2.0.0-dev.62 10:07:10 v2.0.0-dev.63 10:07:10 v2.0.0-dev.64 10:07:10 v2.0.0-dev.65 10:07:10 v2.0.0-dev.66 10:07:10 v2.0.0-dev.67 10:07:10 v2.0.0-dev.68 10:07:10 v2.0.0-dev.69 10:07:10 v2.0.0-dev.7 10:07:10 v2.0.0-dev.70 10:07:10 v2.0.0-dev.71 10:07:10 v2.0.0-dev.72 10:07:10 v2.0.0-dev.73 10:07:10 v2.0.0-dev.74 10:07:10 v2.0.0-dev.75 10:07:10 v2.0.0-dev.76 10:07:10 v2.0.0-dev.77 10:07:10 v2.0.0-dev.78 10:07:10 v2.0.0-dev.79 10:07:10 v2.0.0-dev.8 10:07:10 v2.0.0-dev.80 10:07:10 v2.0.0-dev.9 [Pipeline] sh 10:07:10 + lftools sign git-tag v2.0.0-dev.80 10:07:11 Signing Git tag with Sigul... 10:07:11 Signing v2.0.0-dev.80 [Pipeline] echo 10:07:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:07:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:07:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:07:14 $ docker stop --time=1 8b98601d3e13bd4fa7ddae6f4325374e70423cdd52e7343c6b9d769ba27c6b87 10:07:16 $ docker rm -f 8b98601d3e13bd4fa7ddae6f4325374e70423cdd52e7343c6b9d769ba27c6b87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:07:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:07:17 . [Pipeline] withDockerContainer 10:07:17 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 10:07:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:07:18 $ docker top 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:07:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:07:19 [ssh-agent] Looking for ssh-agent implementation... 10:07:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:07:19 $ docker exec 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 ssh-agent 10:07:19 SSH_AUTH_SOCK=/tmp/ssh-DSD5dmo4SRal/agent.13 10:07:19 SSH_AGENT_PID=19 10:07:19 Running ssh-add (command line suppressed) 10:07:19 Identity added: /w/workspace/edgex-go/345@tmp/private_key_1393724123898506197.key (/w/workspace/edgex-go/345@tmp/private_key_1393724123898506197.key) 10:07:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:07:20 + git semver bump pre 10:07:20 # -> Open(): unable to determine branch for HEAD 10:07:20 # $GIT_DIR = /w/workspace/edgex-go/345/.git 10:07:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/345 10:07:20 # $SEMVER_REMOTE_NAME = origin 10:07:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:07:20 # $SEMVER_USER_NAME = edgex-jenkins 10:07:20 # $SEMVER_BRANCH = master 10:07:20 # $SEMVER_DIR = /w/workspace/edgex-go/345/.semver 10:07:20 2.0.0-dev.81 [Pipeline] } 10:07:20 $ docker exec --env ******** --env ******** 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 ssh-agent -k 10:07:20 unset SSH_AUTH_SOCK; 10:07:20 unset SSH_AGENT_PID; 10:07:20 echo Agent pid 19 killed; 10:07:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:07:20 + git semver [Pipeline] } 10:07:20 $ docker stop --time=1 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 10:07:22 $ docker rm -f 82cdde766c5b78c0685c1b9681d407c34bf132be3c0bcf8f7f2f66e530edead1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:07:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:07:22 . [Pipeline] withDockerContainer 10:07:23 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 10:07:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:07:23 $ docker top 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:07:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:07:24 [ssh-agent] Looking for ssh-agent implementation... 10:07:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:07:24 $ docker exec 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 ssh-agent 10:07:24 SSH_AUTH_SOCK=/tmp/ssh-8SnPPC0AHp8J/agent.11 10:07:24 SSH_AGENT_PID=16 10:07:24 Running ssh-add (command line suppressed) 10:07:24 Identity added: /w/workspace/edgex-go/345@tmp/private_key_6931525408410938621.key (/w/workspace/edgex-go/345@tmp/private_key_6931525408410938621.key) 10:07:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:07:25 + git semver push 10:07:25 # -> Open(): unable to determine branch for HEAD 10:07:25 # $GIT_DIR = /w/workspace/edgex-go/345/.git 10:07:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/345 10:07:25 # $SEMVER_REMOTE_NAME = origin 10:07:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:07:25 # $SEMVER_USER_NAME = edgex-jenkins 10:07:25 # $SEMVER_BRANCH = master 10:07:25 # $SEMVER_DIR = /w/workspace/edgex-go/345/.semver [Pipeline] } 10:07:35 $ docker exec --env ******** --env ******** 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 ssh-agent -k 10:07:35 unset SSH_AUTH_SOCK; 10:07:35 unset SSH_AGENT_PID; 10:07:35 echo Agent pid 16 killed; 10:07:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:07:35 + git semver [Pipeline] } 10:07:35 $ docker stop --time=1 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 10:07:37 $ docker rm -f 2df3e9a2297d5d26f1b70b3bb39be7236d42304b20dc2b45052126b4159f0b48 [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 10:07:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:07:39 ---> package-listing.sh 10:07:39 ++ facter osfamily 10:07:39 ++ tr '[:upper:]' '[:lower:]' 10:07:39 + OS_FAMILY=redhat 10:07:39 + workspace=/w/workspace/edgex-go/345 10:07:39 + START_PACKAGES=/tmp/packages_start.txt 10:07:39 + END_PACKAGES=/tmp/packages_end.txt 10:07:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:07:39 + PACKAGES=/tmp/packages_start.txt 10:07:39 + '[' /w/workspace/edgex-go/345 ']' 10:07:39 + PACKAGES=/tmp/packages_end.txt 10:07:39 + case "${OS_FAMILY}" in 10:07:39 + rpm -qa 10:07:39 + sort 10:07:44 + '[' -f /tmp/packages_start.txt ']' 10:07:44 + '[' -f /tmp/packages_end.txt ']' 10:07:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:07:44 + '[' /w/workspace/edgex-go/345 ']' 10:07:44 + mkdir -p /w/workspace/edgex-go/345/archives/ 10:07:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/345/archives/ [Pipeline] echo 10:07:44 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/345/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:07:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:07:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:07:45 10:07:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:07:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:07:45 alpine: Pulling from edgex-lftools-log-publisher 10:07:45 df20fa9351a1: Pulling fs layer 10:07:45 36b3adc4ff6f: Pulling fs layer 10:07:45 8ad3a11d3b57: Pulling fs layer 10:07:45 46f8f816bc3b: Pulling fs layer 10:07:45 93b61091891f: Pulling fs layer 10:07:45 93b9cdb0e59b: Pulling fs layer 10:07:45 5e14af77c1be: Pulling fs layer 10:07:45 01666e4c0597: Pulling fs layer 10:07:45 aa168da1d23b: Pulling fs layer 10:07:45 93b9cdb0e59b: Waiting 10:07:45 5e14af77c1be: Waiting 10:07:45 01666e4c0597: Waiting 10:07:45 aa168da1d23b: Waiting 10:07:45 46f8f816bc3b: Waiting 10:07:45 93b61091891f: Waiting 10:07:45 36b3adc4ff6f: Verifying Checksum 10:07:45 36b3adc4ff6f: Download complete 10:07:45 46f8f816bc3b: Verifying Checksum 10:07:45 46f8f816bc3b: Download complete 10:07:46 93b61091891f: Verifying Checksum 10:07:46 93b61091891f: Download complete 10:07:46 93b9cdb0e59b: Verifying Checksum 10:07:46 93b9cdb0e59b: Download complete 10:07:46 5e14af77c1be: Verifying Checksum 10:07:46 5e14af77c1be: Download complete 10:07:46 01666e4c0597: Verifying Checksum 10:07:46 01666e4c0597: Download complete 10:07:46 df20fa9351a1: Verifying Checksum 10:07:46 df20fa9351a1: Download complete 10:07:46 8ad3a11d3b57: Verifying Checksum 10:07:46 8ad3a11d3b57: Download complete 10:07:46 df20fa9351a1: Pull complete 10:07:46 36b3adc4ff6f: Pull complete 10:07:48 8ad3a11d3b57: Pull complete 10:07:48 46f8f816bc3b: Pull complete 10:07:48 aa168da1d23b: Verifying Checksum 10:07:48 aa168da1d23b: Download complete 10:07:48 93b61091891f: Pull complete 10:07:49 93b9cdb0e59b: Pull complete 10:07:49 5e14af77c1be: Pull complete 10:07:49 01666e4c0597: Pull complete 10:07:57 aa168da1d23b: Pull complete 10:07:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:07:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:07:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:07:57 prd-centos7-docker-4c-2g-25245 does not seem to be running inside a container 10:07:57 $ 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/345/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/345 -v /w/workspace/edgex-go/345:/w/workspace/edgex-go/345:rw,z -v /w/workspace/edgex-go/345@tmp:/w/workspace/edgex-go/345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:08:01 $ docker top f845137ce067d17d9494f6753955d0e8341236bdc40c78e96884bda1006ef95b -eo pid,comm [Pipeline] { [Pipeline] sh 10:08:02 + touch /tmp/pre-build-complete [Pipeline] sh 10:08:02 + mkdir -p /var/log/sa [Pipeline] sh 10:08:02 + ls /var/log/sa-host 10:08:02 + sadf -c /var/log/sa-host/sa05 10:08:02 file_magic: OK 10:08:02 HZ: Using current value: 100 10:08:02 file_header: OK 10:08:02 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 10:08:02 Statistics: 10:08:02 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... 10:08:02 File successfully converted to sysstat format version 12.2.1 10:08:02 + sadf -c /var/log/sa-host/sa23 10:08:02 file_magic: OK 10:08:02 HZ: Using current value: 100 10:08:02 file_header: OK 10:08:02 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 10:08:02 Statistics: 10:08:02 Hnuu...uuuununununu... 10:08:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:08:03 provisioning config files... 10:08:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/345@tmp/config1001245109501631149tmp [Pipeline] { [Pipeline] echo 10:08:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:08:03 ---> create-netrc.sh [Pipeline] } 10:08:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:08:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:08:04 ---> python-tools-install.sh [Pipeline] echo 10:08:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:08:04 ---> sudo-logs.sh 10:08:04 Archiving 'sudo' log.. [Pipeline] echo 10:08:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:08:05 ---> job-cost.sh 10:08:05 lf-activate-venv: SKIPPING 10:08:05 INFO: No Stack... 10:08:06 INFO: Retrieving Pricing Info for: v1-standard-2 10:08:07 INFO: Archiving Costs [Pipeline] echo 10:08:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:08:07 ---> logs-deploy.sh 10:08:07 lf-activate-venv: SKIPPING 10:08:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/345 10:08:07 INFO: archiving workspace using pattern(s): 10:08:08 Archives upload complete. 10:08:08 INFO: archiving logs to Nexus 10:08:10 ---> uname -a: 10:08:10 Linux prd-centos7-docker-4c-2g-25245.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:08:10 10:08:10 10:08:10 ---> lscpu: 10:08:10 Architecture: x86_64 10:08:10 CPU op-mode(s): 32-bit, 64-bit 10:08:10 Byte Order: Little Endian 10:08:10 Address sizes: 40 bits physical, 48 bits virtual 10:08:10 CPU(s): 4 10:08:10 On-line CPU(s) list: 0-3 10:08:10 Thread(s) per core: 1 10:08:10 Core(s) per socket: 1 10:08:10 Socket(s): 4 10:08:10 NUMA node(s): 1 10:08:10 Vendor ID: GenuineIntel 10:08:10 CPU family: 6 10:08:10 Model: 44 10:08:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:08:10 Stepping: 1 10:08:10 CPU MHz: 2933.438 10:08:10 BogoMIPS: 5866.87 10:08:10 Virtualization: VT-x 10:08:10 Hypervisor vendor: KVM 10:08:10 Virtualization type: full 10:08:10 L1d cache: 128 KiB 10:08:10 L1i cache: 128 KiB 10:08:10 L2 cache: 16 MiB 10:08:10 L3 cache: 64 MiB 10:08:10 NUMA node0 CPU(s): 0-3 10:08:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:08:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:08:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:08:10 Vulnerability Meltdown: Mitigation; PTI 10:08:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:08:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:08:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:08:10 Vulnerability Srbds: Not affected 10:08:10 Vulnerability Tsx async abort: Not affected 10:08:10 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 10:08:10 10:08:10 10:08:10 ---> nproc: 10:08:10 4 10:08:10 10:08:10 10:08:10 ---> df -h: 10:08:10 Filesystem Size Used Available Use% Mounted on 10:08:10 overlay 50.0G 12.6G 37.4G 25% / 10:08:10 tmpfs 64.0M 0 64.0M 0% /dev 10:08:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:08:10 shm 64.0M 0 64.0M 0% /dev/shm 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/345 10:08:10 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/345@tmp 10:08:10 10:08:10 10:08:10 ---> free -m: 10:08:10 total used free shared buff/cache available 10:08:10 Mem: 1837 778 143 0 915 1007 10:08:10 Swap: 1023 85 938 10:08:10 10:08:10 10:08:10 ---> ip addr: 10:08:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:08:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:08:10 inet 127.0.0.1/8 scope host lo 10:08:10 valid_lft forever preferred_lft forever 10:08:10 inet6 ::1/128 scope host 10:08:10 valid_lft forever preferred_lft forever 10:08:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:08:10 link/ether fa:16:3e:00:48:8a brd ff:ff:ff:ff:ff:ff 10:08:10 inet 10.30.123.73/23 brd 10.30.123.255 scope global dynamic eth0 10:08:10 valid_lft 85412sec preferred_lft 85412sec 10:08:10 inet6 fe80::f816:3eff:fe00:488a/64 scope link 10:08:10 valid_lft forever preferred_lft forever 10:08:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:08:10 link/ether 02:42:17:ef:50:3d brd ff:ff:ff:ff:ff:ff 10:08:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:08:10 valid_lft forever preferred_lft forever 10:08:10 inet6 fe80::42:17ff:feef:503d/64 scope link 10:08:10 valid_lft forever preferred_lft forever 10:08:10 10:08:10 10:08:10 ---> sar -b -r -n DEV: 10:08:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 10:08:10 10:08:10 09:51:30 LINUX RESTART (4 CPU) 10:08:10 10:08:10 09:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:08:10 09:53:02 102.86 40.27 62.59 0.00 6503.84 18320.37 0.00 10:08:10 09:54:01 306.34 101.40 204.94 0.00 7005.65 51224.38 0.00 10:08:10 09:55:01 194.39 95.39 99.00 0.00 3266.70 12320.24 0.00 10:08:10 09:56:01 144.82 70.23 74.59 0.00 3403.16 9795.54 0.00 10:08:10 09:57:02 967.34 716.46 250.88 0.00 92638.76 169057.82 0.00 10:08:10 09:58:01 2720.07 2371.45 348.62 0.00 146886.21 155497.03 0.00 10:08:10 09:59:02 634.32 355.18 279.14 0.00 57225.58 102083.52 0.00 10:08:10 10:00:02 2504.73 2182.10 322.62 0.00 109089.59 117939.79 0.00 10:08:10 10:01:01 241.43 34.93 206.50 0.00 4315.04 33332.56 0.00 10:08:10 10:02:01 28.07 14.09 13.98 0.00 2152.55 349.50 0.00 10:08:10 10:03:01 1.85 0.18 1.67 0.00 2.93 36.54 0.00 10:08:10 10:04:01 1.38 1.13 0.25 0.00 89.54 3.96 0.00 10:08:10 10:05:01 0.37 0.03 0.33 0.00 0.40 4.40 0.00 10:08:10 10:06:01 275.23 157.36 117.87 0.00 8772.45 33870.74 0.00 10:08:10 10:07:01 239.48 88.58 150.90 0.00 6017.18 32423.69 0.00 10:08:10 10:08:02 207.57 110.27 97.30 0.00 9658.87 23231.31 0.00 10:08:10 Average: 533.79 394.50 139.29 0.00 28532.20 47459.57 0.00 10:08:10 10:08:10 09:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:08:10 09:53:02 278916 0 604536 32.13 2620 995472 1214532 41.45 532392 866352 42612 10:08:10 09:54:01 115480 0 720448 38.29 1492 1044124 1312540 44.79 639664 839532 54488 10:08:10 09:55:01 189696 0 798272 42.43 664 892912 1827188 62.36 683676 725732 68320 10:08:10 09:56:01 243456 0 743244 39.50 556 894288 1337424 45.64 608400 740244 51004 10:08:10 09:57:02 476724 0 672904 35.76 0 731916 1275236 43.52 501072 693712 68 10:08:10 09:58:01 140432 0 1308328 69.53 0 432784 4217948 143.95 805404 669172 22632 10:08:10 09:59:02 76800 0 757380 40.25 0 1047364 1927960 65.80 763712 808604 83580 10:08:10 10:00:02 167344 0 972840 51.70 0 741360 2321320 79.22 825036 646588 940 10:08:10 10:01:01 181472 0 632776 33.63 0 1067296 1209724 41.29 552304 903588 32 10:08:10 10:02:01 123276 0 626980 33.32 0 1131288 1198228 40.89 633288 883116 20 10:08:10 10:03:01 126200 0 624048 33.17 0 1131296 1172524 40.02 631088 882772 20 10:08:10 10:04:01 124528 0 623044 33.11 0 1133972 1164348 39.74 630920 885164 16 10:08:10 10:05:01 124976 0 622564 33.09 0 1134004 1164300 39.74 630432 885176 20 10:08:10 10:06:01 63624 0 750840 39.91 0 1067080 1426304 48.68 660904 866036 12992 10:08:10 10:07:01 193300 0 734192 39.02 0 954052 1285884 43.89 468012 869892 28 10:08:10 10:08:02 199628 0 747816 39.74 0 934100 1279644 43.67 509680 808820 24 10:08:10 Average: 176616 0 746263 39.66 333 958332 1583444 54.04 629749 810906 21050 10:08:10 10:08:10 09:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:08:10 09:53:02 vetha0a13c7 839.26 716.94 81.01 2673.34 0.00 0.00 0.00 0.00 10:08:10 09:53:02 eth0 1753.60 1497.37 6336.41 196.05 0.00 0.00 0.00 0.00 10:08:10 09:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 09:53:02 docker0 839.26 716.81 69.54 2673.33 0.00 0.00 0.00 0.00 10:08:10 09:54:01 eth0 562.04 463.17 3742.37 46.34 0.00 0.00 0.00 0.00 10:08:10 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 09:54:01 docker0 147.56 203.11 10.06 845.87 0.00 0.00 0.00 0.00 10:08:10 09:55:01 eth0 42.32 26.61 34.49 41.63 0.00 0.00 0.00 0.00 10:08:10 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 09:55:01 vethe2d02e9 0.33 0.47 0.03 0.05 0.00 0.00 0.00 0.00 10:08:10 09:55:01 docker0 0.33 0.33 0.02 0.04 0.00 0.00 0.00 0.00 10:08:10 09:56:01 eth0 26.84 14.78 22.03 10.56 0.00 0.00 0.00 0.00 10:08:10 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 09:56:01 vethe2d02e9 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 10:08:10 09:56:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 10:08:10 09:57:02 veth1cb0672 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:08:10 09:57:02 eth0 204.58 163.77 1695.16 84.36 0.00 0.00 0.00 0.00 10:08:10 09:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 09:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 09:58:01 veth1cb0672 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 10:08:10 09:58:01 veth10105bc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:08:10 09:58:01 veth7c3b9f6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:08:10 09:58:01 vetha5fb583 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:08:10 09:59:02 veth1cb0672 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 10:08:10 09:59:02 eth0 2681.94 2196.63 11981.27 396.20 0.00 0.00 0.00 0.00 10:08:10 09:59:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 10:08:10 09:59:02 docker0 995.18 954.84 79.46 3736.82 0.00 0.00 0.00 0.00 10:08:10 10:00:02 veth1cb0672 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 10:08:10 10:00:02 vethc40f998 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 10:08:10 10:00:02 eth0 67.39 46.79 116.06 79.17 0.00 0.00 0.00 0.00 10:08:10 10:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:01:01 eth0 307.45 226.03 1754.32 197.35 0.00 0.00 0.00 0.00 10:08:10 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:01:01 docker0 1093.65 1095.21 86.33 4431.96 0.00 0.00 0.00 0.00 10:08:10 10:02:01 eth0 383.59 369.45 165.30 1482.76 0.00 0.00 0.00 0.00 10:08:10 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:03:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:08:10 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:04:01 eth0 0.57 0.30 1.36 0.02 0.00 0.00 0.00 0.00 10:08:10 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:05:01 eth0 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 10:08:10 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:06:01 eth0 493.26 431.64 4139.96 82.01 0.00 0.00 0.00 0.00 10:08:10 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:06:01 veth5497eba 20.35 19.07 2.36 102.88 0.00 0.00 0.00 0.00 10:08:10 10:06:01 docker0 20.35 18.97 2.08 102.87 0.00 0.00 0.00 0.00 10:08:10 10:07:01 eth0 427.79 378.34 3349.30 88.08 0.00 0.00 0.00 0.00 10:08:10 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:07:01 vethcd3ef44 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:07:01 docker0 10.89 12.19 0.95 117.99 0.00 0.00 0.00 0.00 10:08:10 10:08:02 eth0 385.86 292.73 2449.26 74.81 0.00 0.00 0.00 0.00 10:08:10 10:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 10:08:02 docker0 51.61 82.33 3.31 222.54 0.00 0.00 0.00 0.00 10:08:10 Average: eth0 297.98 248.30 1510.73 150.51 0.00 0.00 0.00 0.00 10:08:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:08:10 Average: docker0 72.53 74.55 5.71 300.67 0.00 0.00 0.00 0.00 10:08:10 10:08:10 10:08:10 ---> sar -P ALL: 10:08:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 10:08:10 10:08:10 09:51:30 LINUX RESTART (4 CPU) 10:08:10 10:08:10 09:52:01 CPU %user %nice %system %iowait %steal %idle 10:08:10 09:53:02 all 19.72 0.00 5.57 2.00 0.07 72.65 10:08:10 09:53:02 0 21.39 0.00 8.19 3.50 0.10 66.81 10:08:10 09:53:02 1 20.69 0.00 4.79 2.93 0.07 71.53 10:08:10 09:53:02 2 20.01 0.00 3.73 0.26 0.05 75.95 10:08:10 09:53:02 3 16.77 0.00 5.59 1.31 0.05 76.27 10:08:10 09:54:01 all 11.14 0.00 8.06 5.63 0.09 75.09 10:08:10 09:54:01 0 12.31 0.00 7.64 4.14 0.09 75.82 10:08:10 09:54:01 1 11.11 0.00 8.72 3.34 0.07 76.76 10:08:10 09:54:01 2 10.07 0.00 8.40 8.81 0.09 72.64 10:08:10 09:54:01 3 11.10 0.00 7.47 6.20 0.10 75.13 10:08:10 09:55:01 all 49.83 0.00 11.10 5.61 0.07 33.38 10:08:10 09:55:01 0 49.87 0.00 11.19 4.16 0.09 34.69 10:08:10 09:55:01 1 51.37 0.00 10.78 5.91 0.09 31.86 10:08:10 09:55:01 2 47.87 0.00 11.35 6.05 0.07 34.66 10:08:10 09:55:01 3 50.22 0.00 11.09 6.34 0.05 32.29 10:08:10 09:56:01 all 45.01 0.00 11.63 4.16 0.06 39.14 10:08:10 09:56:01 0 44.51 0.00 11.70 3.33 0.05 40.41 10:08:10 09:56:01 1 46.58 0.00 11.08 4.24 0.07 38.04 10:08:10 09:56:01 2 44.84 0.00 11.73 4.44 0.05 38.94 10:08:10 09:56:01 3 44.11 0.00 12.01 4.64 0.05 39.18 10:08:10 09:57:02 all 24.26 0.00 18.67 4.18 0.14 52.75 10:08:10 09:57:02 0 24.91 0.00 18.67 4.18 0.15 52.09 10:08:10 09:57:02 1 23.49 0.00 18.96 3.10 0.14 54.31 10:08:10 09:57:02 2 23.40 0.00 18.19 4.19 0.14 54.08 10:08:10 09:57:02 3 25.24 0.00 18.85 5.25 0.14 50.52 10:08:10 09:58:01 all 22.81 0.00 22.48 30.33 0.22 24.17 10:08:10 09:58:01 0 22.70 0.00 23.35 31.57 0.19 22.18 10:08:10 09:58:01 1 22.57 0.00 22.36 30.57 0.20 24.30 10:08:10 09:58:01 2 23.12 0.00 22.23 27.59 0.27 26.79 10:08:10 09:58:01 3 22.84 0.00 21.95 31.60 0.22 23.40 10:08:10 09:59:02 all 43.51 0.00 15.20 17.10 0.10 24.09 10:08:10 09:59:02 0 42.83 0.00 14.82 14.15 0.13 28.07 10:08:10 09:59:02 1 43.83 0.00 15.08 20.10 0.07 20.92 10:08:10 09:59:02 2 43.95 0.00 15.74 18.48 0.10 21.74 10:08:10 09:59:02 3 43.44 0.00 15.19 15.65 0.10 25.63 10:08:10 10:00:02 all 44.60 0.00 21.81 19.92 0.13 13.54 10:08:10 10:00:02 0 43.87 0.00 22.63 20.22 0.12 13.16 10:08:10 10:00:02 1 44.90 0.00 21.22 16.39 0.16 17.34 10:08:10 10:00:02 2 45.31 0.00 20.88 20.74 0.14 12.93 10:08:10 10:00:02 3 44.30 0.00 22.53 22.36 0.11 10.70 10:08:10 10:01:01 all 19.70 0.00 8.91 8.43 0.10 62.87 10:08:10 10:01:01 0 22.08 0.00 9.33 4.83 0.05 63.71 10:08:10 10:01:01 1 18.25 0.00 7.73 8.49 0.10 65.43 10:08:10 10:01:01 2 19.23 0.00 9.36 9.95 0.10 61.36 10:08:10 10:01:01 3 19.25 0.00 9.21 10.44 0.12 60.97 10:08:10 10:02:01 all 8.07 0.00 2.57 0.45 0.07 88.85 10:08:10 10:02:01 0 8.51 0.00 2.92 0.29 0.14 88.14 10:08:10 10:02:01 1 6.99 0.00 2.32 0.35 0.07 90.27 10:08:10 10:02:01 2 8.19 0.00 2.48 0.91 0.03 88.39 10:08:10 10:02:01 3 8.59 0.00 2.54 0.25 0.03 88.58 10:08:10 10:03:01 all 0.25 0.00 0.04 0.01 0.00 99.70 10:08:10 10:03:01 0 0.22 0.00 0.05 0.02 0.02 99.70 10:08:10 10:03:01 1 0.05 0.00 0.03 0.00 0.00 99.92 10:08:10 10:03:01 2 0.23 0.00 0.03 0.02 0.00 99.72 10:08:10 10:03:01 3 0.52 0.00 0.03 0.00 0.00 99.45 10:08:10 10:08:10 10:03:01 CPU %user %nice %system %iowait %steal %idle 10:08:10 10:04:01 all 0.17 0.00 0.03 0.00 0.00 99.80 10:08:10 10:04:01 0 0.05 0.00 0.03 0.02 0.00 99.90 10:08:10 10:04:01 1 0.05 0.00 0.03 0.00 0.00 99.92 10:08:10 10:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:08:10 10:04:01 3 0.53 0.00 0.02 0.00 0.02 99.43 10:08:10 10:05:01 all 0.15 0.00 0.02 0.00 0.01 99.81 10:08:10 10:05:01 0 0.05 0.00 0.03 0.02 0.02 99.88 10:08:10 10:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:08:10 10:05:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:08:10 10:05:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:08:10 10:06:01 all 9.68 0.00 6.44 5.48 0.12 78.27 10:08:10 10:06:01 0 8.56 0.00 6.78 5.49 0.12 79.05 10:08:10 10:06:01 1 9.49 0.00 6.38 6.65 0.14 77.35 10:08:10 10:06:01 2 10.32 0.00 6.49 4.41 0.10 78.68 10:08:10 10:06:01 3 10.36 0.00 6.10 5.38 0.14 78.02 10:08:10 10:07:01 all 10.14 0.00 7.75 4.56 0.10 77.44 10:08:10 10:07:01 0 10.10 0.00 8.06 4.86 0.09 76.89 10:08:10 10:07:01 1 10.69 0.00 7.94 5.78 0.15 75.45 10:08:10 10:07:01 2 10.35 0.00 7.90 4.45 0.10 77.20 10:08:10 10:07:01 3 9.43 0.00 7.11 3.15 0.07 80.24 10:08:10 10:08:02 all 10.53 0.00 6.82 3.16 0.09 79.39 10:08:10 10:08:02 0 9.06 0.00 7.56 1.11 0.09 82.20 10:08:10 10:08:02 1 13.15 0.00 6.74 4.60 0.08 75.42 10:08:10 10:08:02 2 9.26 0.00 6.28 2.81 0.10 81.54 10:08:10 10:08:02 3 10.66 0.00 6.71 4.14 0.10 78.40 10:08:10 Average: all 19.81 0.00 9.08 6.82 0.09 64.21 10:08:10 Average: 0 19.93 0.00 9.46 6.27 0.09 64.26 10:08:10 Average: 1 20.04 0.00 8.90 6.93 0.09 64.04 10:08:10 Average: 2 19.60 0.00 8.94 6.95 0.08 64.43 10:08:10 Average: 3 19.67 0.00 9.02 7.13 0.08 64.10 10:08:10 10:08:10 10:08:10