Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 261101cd65b57382b3139275d947e2afb77006cd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-25219’ is offline Running on prd-centos7-docker-4c-2g-25222 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/344 [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/344 # 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 261101cd65b57382b3139275d947e2afb77006cd (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 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 Commit message: "Merge pull request #3138 from weichou1229/issue-3137" > git rev-list --no-walk a4129e86d499c8924a566b780eb9ce8c2b49056c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:36:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:36:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:36:32 ========================================================= 07:36:32 EdgeX Global Pipelines Version Info 07:36:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:36:34 ------------------- 07:36:34 stable info: 07:36:34 ------------------- 07:36:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:36:34 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:36:34 Message: update stable to v1.0.179 07:36:35 ------------------- 07:36:35 experimental info: 07:36:35 ------------------- 07:36:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:36:35 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:36:35 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:36:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:36:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:36:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:36:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:36:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:36:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:36:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 261101cd65b57382b3139275d947e2afb77006cd [Pipeline] echo 07:36:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 261101c [Pipeline] echo 07:36:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:36:38 provisioning config files... 07:36:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/344@tmp/config5341809242045623280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:38 ---> docker-login.sh 07:36:38 nexus3.edgexfoundry.org:10001 07:36:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:39 Configure a credential helper to remove this warning. See 07:36:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:39 07:36:39 Login Succeeded 07:36:39 nexus3.edgexfoundry.org:10002 07:36:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:39 Configure a credential helper to remove this warning. See 07:36:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:39 07:36:39 Login Succeeded 07:36:39 nexus3.edgexfoundry.org:10003 07:36:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:39 Configure a credential helper to remove this warning. See 07:36:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:39 07:36:39 Login Succeeded 07:36:39 nexus3.edgexfoundry.org:10004 07:36:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:39 Configure a credential helper to remove this warning. See 07:36:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:39 07:36:39 Login Succeeded 07:36:39 docker.io 07:36:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:40 Configure a credential helper to remove this warning. See 07:36:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:40 07:36:40 Login Succeeded 07:36:40 ---> docker-login.sh ends [Pipeline] } 07:36:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:36:40 ++ 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 07:36:40 + for file in '`ls cmd/**/Dockerfile`' 07:36:40 ++ dirname cmd/core-command/Dockerfile 07:36:40 ++ cut -d/ -f2 07:36:40 + echo core-command,cmd/core-command/Dockerfile 07:36:40 + for file in '`ls cmd/**/Dockerfile`' 07:36:40 ++ dirname cmd/core-data/Dockerfile 07:36:40 ++ cut -d/ -f2 07:36:40 + echo core-data,cmd/core-data/Dockerfile 07:36:40 + for file in '`ls cmd/**/Dockerfile`' 07:36:40 ++ dirname cmd/core-metadata/Dockerfile 07:36:40 ++ cut -d/ -f2 07:36:40 + echo core-metadata,cmd/core-metadata/Dockerfile 07:36:40 + for file in '`ls cmd/**/Dockerfile`' 07:36:40 ++ dirname cmd/security-bootstrapper/Dockerfile 07:36:40 ++ cut -d/ -f2 07:36:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:36:40 + for file in '`ls cmd/**/Dockerfile`' 07:36:40 ++ dirname cmd/security-proxy-setup/Dockerfile 07:36:40 ++ cut -d/ -f2 07:36:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:36:40 + for file in '`ls cmd/**/Dockerfile`' 07:36:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:36:40 ++ cut -d/ -f2 07:36:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:36:40 + for file in '`ls cmd/**/Dockerfile`' 07:36:40 ++ dirname cmd/support-notifications/Dockerfile 07:36:40 ++ cut -d/ -f2 07:36:40 + echo support-notifications,cmd/support-notifications/Dockerfile 07:36:40 + for file in '`ls cmd/**/Dockerfile`' 07:36:40 ++ dirname cmd/support-scheduler/Dockerfile 07:36:40 ++ cut -d/ -f2 07:36:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:36:40 + for file in '`ls cmd/**/Dockerfile`' 07:36:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:36:40 ++ cut -d/ -f2 07:36:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:36:40 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 07:36:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:36:42 07:36:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:36:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:36:42 latest: Pulling from edgex-devops/git-semver 07:36:42 31603596830f: Pulling fs layer 07:36:42 2a8b12db71e7: Pulling fs layer 07:36:42 6ca5941a6612: Pulling fs layer 07:36:42 ecc8261a40a4: Pulling fs layer 07:36:42 ecc8261a40a4: Waiting 07:36:42 2a8b12db71e7: Verifying Checksum 07:36:42 2a8b12db71e7: Download complete 07:36:42 31603596830f: Download complete 07:36:42 ecc8261a40a4: Verifying Checksum 07:36:42 ecc8261a40a4: Download complete 07:36:43 6ca5941a6612: Verifying Checksum 07:36:43 6ca5941a6612: Download complete 07:36:43 31603596830f: Pull complete 07:36:43 2a8b12db71e7: Pull complete 07:36:44 6ca5941a6612: Pull complete 07:36:44 ecc8261a40a4: Pull complete 07:36:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:36:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:36:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:36:44 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:36:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:36:47 $ docker top 217d50922ef612c694ee23856fc23e4596a34ef9dae97c75777595ed56902c63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:36:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:36:47 [ssh-agent] Looking for ssh-agent implementation... 07:36:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:36:47 $ docker exec 217d50922ef612c694ee23856fc23e4596a34ef9dae97c75777595ed56902c63 ssh-agent 07:36:47 SSH_AUTH_SOCK=/tmp/ssh-bOpf1UTcaxyW/agent.11 07:36:47 SSH_AGENT_PID=16 07:36:47 Running ssh-add (command line suppressed) 07:36:47 Identity added: /w/workspace/edgex-go/344@tmp/private_key_6173871650027377978.key (/w/workspace/edgex-go/344@tmp/private_key_6173871650027377978.key) 07:36:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:36:48 + git tag --points-at HEAD [Pipeline] } 07:36:48 $ docker exec --env ******** --env ******** 217d50922ef612c694ee23856fc23e4596a34ef9dae97c75777595ed56902c63 ssh-agent -k 07:36:48 unset SSH_AUTH_SOCK; 07:36:48 unset SSH_AGENT_PID; 07:36:48 echo Agent pid 16 killed; 07:36:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:36:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:36:48 [ssh-agent] Looking for ssh-agent implementation... 07:36:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:36:48 $ docker exec 217d50922ef612c694ee23856fc23e4596a34ef9dae97c75777595ed56902c63 ssh-agent 07:36:49 SSH_AUTH_SOCK=/tmp/ssh-tC0JvlDLYTfM/agent.45 07:36:49 SSH_AGENT_PID=51 07:36:49 Running ssh-add (command line suppressed) 07:36:49 Identity added: /w/workspace/edgex-go/344@tmp/private_key_5794200906392913306.key (/w/workspace/edgex-go/344@tmp/private_key_5794200906392913306.key) 07:36:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:36:49 + git semver init 07:36:49 # -> Open(): unable to determine branch for HEAD 07:36:49 # $GIT_DIR = /w/workspace/edgex-go/344/.git 07:36:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/344 07:36:49 # $SEMVER_REMOTE_NAME = origin 07:36:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:36:49 # $SEMVER_USER_NAME = edgex-jenkins 07:36:49 # $SEMVER_BRANCH = master 07:36:49 # $SEMVER_TEMP = /tmp/semver-252273892 07:36:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:37:07 # '/tmp/semver-252273892' -> '/w/workspace/edgex-go/344/.semver' 07:37:07 # -> Force: false 07:37:07 # $SEMVER_DIR = /w/workspace/edgex-go/344/.semver [Pipeline] } 07:37:07 $ docker exec --env ******** --env ******** 217d50922ef612c694ee23856fc23e4596a34ef9dae97c75777595ed56902c63 ssh-agent -k 07:37:08 unset SSH_AUTH_SOCK; 07:37:08 unset SSH_AGENT_PID; 07:37:08 echo Agent pid 51 killed; 07:37:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:37:08 + git semver [Pipeline] } 07:37:08 $ docker stop --time=1 217d50922ef612c694ee23856fc23e4596a34ef9dae97c75777595ed56902c63 07:37:10 $ docker rm -f 217d50922ef612c694ee23856fc23e4596a34ef9dae97c75777595ed56902c63 [Pipeline] // withDockerContainer [Pipeline] sh 07:37:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:37:11 Stashed 1 file(s) [Pipeline] echo 07:37:11 [edgeXSemver]: initialized semver on version 2.0.0-dev.79 [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 07:37:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:37:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:37:13 + sudo service docker restart 07:37:13 + true 07:37:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:37:13 ========================================================= 07:37:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:37:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:37:14 + 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 . 07:37:18 Sending build context to Docker daemon 327.6MB 07:37:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:37:18 Step 2/6 : FROM ${BASE} 07:37:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:37:18 188c0c94c7c5: Pulling fs layer 07:37:18 0ef7d3d256c8: Pulling fs layer 07:37:18 de9db76c5a1d: Pulling fs layer 07:37:18 bca2f99d35d6: Pulling fs layer 07:37:18 93359f2a8cfa: Pulling fs layer 07:37:18 7c6f9722023f: Pulling fs layer 07:37:18 a35cf1a2eb13: Pulling fs layer 07:37:18 93359f2a8cfa: Waiting 07:37:18 7c6f9722023f: Waiting 07:37:18 a35cf1a2eb13: Waiting 07:37:18 bca2f99d35d6: Waiting 07:37:18 de9db76c5a1d: Verifying Checksum 07:37:18 de9db76c5a1d: Download complete 07:37:18 0ef7d3d256c8: Download complete 07:37:18 93359f2a8cfa: Verifying Checksum 07:37:18 93359f2a8cfa: Download complete 07:37:18 7c6f9722023f: Verifying Checksum 07:37:18 7c6f9722023f: Download complete 07:37:18 188c0c94c7c5: Verifying Checksum 07:37:18 188c0c94c7c5: Download complete 07:37:18 188c0c94c7c5: Pull complete 07:37:18 0ef7d3d256c8: Pull complete 07:37:19 de9db76c5a1d: Pull complete 07:37:21 a35cf1a2eb13: Verifying Checksum 07:37:21 a35cf1a2eb13: Download complete 07:37:21 bca2f99d35d6: Verifying Checksum 07:37:21 bca2f99d35d6: Download complete 07:37:26 bca2f99d35d6: Pull complete 07:37:26 93359f2a8cfa: Pull complete 07:37:26 7c6f9722023f: Pull complete 07:37:26 Still waiting to schedule task 07:37:26 ‘prd-ubuntu18.04-docker-arm64-4c-16g-25220’ is offline 07:37:30 a35cf1a2eb13: Pull complete 07:37:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:37:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:37:30 ---> a62c8e92a672 07:37:30 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 07:37:30 ---> Running in c950415328aa 07:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:37:32 (1/12) Installing libmagic (5.38-r0) 07:37:32 (2/12) Installing file (5.38-r0) 07:37:33 (3/12) Installing libc-dev (0.7.2-r3) 07:37:33 (4/12) Installing g++ (9.3.0-r2) 07:37:37 (5/12) Installing fortify-headers (1.1-r0) 07:37:37 (6/12) Installing patch (2.7.6-r6) 07:37:37 (7/12) Installing build-base (0.5-r2) 07:37:37 (8/12) Installing libsodium (1.0.18-r0) 07:37:37 (9/12) Installing pkgconf (1.7.2-r0) 07:37:37 (10/12) Installing libsodium-dev (1.0.18-r0) 07:37:37 (11/12) Installing libzmq (4.3.3-r0) 07:37:37 (12/12) Installing zeromq-dev (4.3.3-r0) 07:37:37 Executing busybox-1.31.1-r19.trigger 07:37:38 OK: 233 MiB in 51 packages 07:37:42 Removing intermediate container c950415328aa 07:37:42 ---> 11f9619ba213 07:37:42 Step 4/6 : WORKDIR /edgex-go 07:37:42 ---> Running in dc17b12c06e1 07:37:42 Removing intermediate container dc17b12c06e1 07:37:42 ---> b935f052dd8a 07:37:42 Step 5/6 : COPY go.mod . 07:37:42 ---> 7fb438cb6f71 07:37:42 Step 6/6 : RUN go mod download 07:37:42 ---> Running in 4c1db67b4d49 07:38:04 Removing intermediate container 4c1db67b4d49 07:38:04 ---> 042a09257755 07:38:04 Successfully built 042a09257755 07:38:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:38:04 + docker inspect -f . ci-base-image-x86_64 07:38:04 . [Pipeline] withDockerContainer 07:38:05 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:38:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:38:06 $ docker top 0ec608fd68a25fc71f2f63b0ba6ba4f4070a887e1896ad306f1f0ba93fd4a8be -eo pid,comm [Pipeline] { [Pipeline] sh 07:38:06 + go version 07:38:06 go version go1.15.5 linux/amd64 [Pipeline] } 07:38:06 $ docker stop --time=1 0ec608fd68a25fc71f2f63b0ba6ba4f4070a887e1896ad306f1f0ba93fd4a8be 07:38:08 $ docker rm -f 0ec608fd68a25fc71f2f63b0ba6ba4f4070a887e1896ad306f1f0ba93fd4a8be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:38:08 + docker inspect -f . ci-base-image-x86_64 07:38:08 . [Pipeline] withDockerContainer 07:38:09 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:38:09 $ 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/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:38:09 $ docker top 8e294009092bafe4cacaf31cf501a8be839737ef46cbe9c897f51365e486ec6f -eo pid,comm [Pipeline] { [Pipeline] echo 07:38:09 ========================================================= 07:38:09 [edgeXBuildGoParallel] Running Tests and Build... 07:38:09 ========================================================= [Pipeline] sh 07:38:10 + make test 07:38:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:38:18 ? github.com/edgexfoundry/edgex-go [no test files] 07:38:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:38:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:38:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:38:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:38:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:38:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:38:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:38:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:38:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:38:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 45.6% of statements 07:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 07:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements 07:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.182s coverage: 27.1% of statements 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 65.8% of statements 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.394s coverage: 28.6% of statements 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:38:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements 07:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:38:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements 07:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:38:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:38:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 45.5% of statements 07:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.085s coverage: 79.5% of statements 07:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 07:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 07:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 07:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements 07:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements 07:39:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25227 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 07:39:19 Running in /w/workspace/edgex-go/344 [Pipeline] { [Pipeline] checkout 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.073s coverage: 92.9% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 68.9% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.290s coverage: 84.0% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.075s coverage: 85.3% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements 07:39:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 07:39:23 GO111MODULE=on go vet ./... 07:39:24 using credential edgex-jenkins-ssh 07:39:24 Cloning the remote Git repository 07:39:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:39:24 > git init /w/workspace/edgex-go/344 # timeout=10 07:39:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:39:25 > git --version # timeout=10 07:39:25 > git --version # 'git version 2.17.1' 07:39:25 using GIT_SSH to set credentials SSH Credentials for GitHub 07:39:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:39:49 Checking out Revision 261101cd65b57382b3139275d947e2afb77006cd (master) 07:39:50 gofmt -l . 07:39:50 [ "`gofmt -l .`" = "" ] 07:39:50 ./bin/test-go-mod-tidy.sh 07:39:50 ./bin/test-attribution-txt.sh 07:39:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:39:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:39:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:39:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:39:48 using GIT_SSH to set credentials SSH Credentials for GitHub 07:39:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:39:49 > git config core.sparsecheckout # timeout=10 07:39:49 > git checkout -f 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 [Pipeline] sh 07:39:51 + ls -al . 07:39:51 total 688 07:39:51 drwxrwxr-x 10 1001 1001 4096 Feb 5 07:39 . 07:39:51 drwxr-xr-x 4 root root 32 Feb 5 07:38 .. 07:39:51 -rw-rw-r-- 1 1001 1001 11 Feb 5 07:36 .dockerignore 07:39:51 drwxrwxr-x 8 1001 1001 162 Feb 5 07:36 .git 07:39:51 drwxrwxr-x 3 1001 1001 125 Feb 5 07:36 .github 07:39:51 -rw-rw-r-- 1 1001 1001 872 Feb 5 07:36 .gitignore 07:39:51 drwx------ 3 1001 1001 45 Feb 5 07:37 .semver 07:39:51 -rw-rw-r-- 1 1001 1001 166 Feb 5 07:36 .sonarcloud.properties 07:39:51 -rw-rw-r-- 1 1001 1001 7859 Feb 5 07:36 Attribution.txt 07:39:51 -rw-rw-r-- 1 1001 1001 3804 Feb 5 07:36 CONTRIBUTING.md 07:39:51 -rw-rw-r-- 1 1001 1001 931 Feb 5 07:36 Dockerfile.build 07:39:51 -rw-rw-r-- 1 1001 1001 863 Feb 5 07:36 Jenkinsfile 07:39:51 -rw-rw-r-- 1 1001 1001 10775 Feb 5 07:36 LICENSE 07:39:51 -rw-rw-r-- 1 1001 1001 6001 Feb 5 07:36 Makefile 07:39:51 -rw-rw-r-- 1 1001 1001 6524 Feb 5 07:36 README.md 07:39:51 -rw-rw-r-- 1 1001 1001 6755 Feb 5 07:36 SECURITY.md 07:39:51 -rw-rw-r-- 1 1001 1001 12 Feb 5 07:37 VERSION 07:39:51 -rw-rw-r-- 1 1001 1001 4131 Feb 5 07:36 ZMQWindows.md 07:39:51 drwxrwxr-x 2 1001 1001 117 Feb 5 07:36 bin 07:39:51 drwxrwxr-x 15 1001 1001 4096 Feb 5 07:36 cmd 07:39:51 -rw-r--r-- 1 root root 585363 Feb 5 07:39 coverage.out 07:39:51 -rw-r--r-- 1 root root 1054 Feb 5 07:39 go.mod 07:39:51 -rw-r--r-- 1 root root 19290 Feb 5 07:39 go.sum 07:39:51 drwxrwxr-x 8 1001 1001 127 Feb 5 07:36 internal 07:39:51 drwxrwxr-x 4 1001 1001 26 Feb 5 07:36 openapi 07:39:51 drwxrwxr-x 4 1001 1001 71 Feb 5 07:36 snap 07:39:51 -rw-rw-r-- 1 1001 1001 168 Feb 5 07:36 version.go [Pipeline] sh 07:39:51 + '[' -e coverage.out ] 07:39:51 + chown 1001:1001 coverage.out [Pipeline] stash 07:39:52 Stashed 1 file(s) [Pipeline] sh 07:39:52 + make build 07:39:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/core-data/core-data ./cmd/core-data 07:39:54 Commit message: "Merge pull request #3138 from weichou1229/issue-3137" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:39:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:39:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:39:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:39:56 + sudo service docker restart 07:39:56 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:39:59 provisioning config files... 07:39:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/344@tmp/config7067605925072763110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:39:59 ---> docker-login.sh 07:39:59 nexus3.edgexfoundry.org:10001 07:40:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:00 Configure a credential helper to remove this warning. See 07:40:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:00 07:40:00 Login Succeeded 07:40:00 nexus3.edgexfoundry.org:10002 07:40:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:01 Configure a credential helper to remove this warning. See 07:40:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:01 07:40:01 Login Succeeded 07:40:01 nexus3.edgexfoundry.org:10003 07:40:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:01 Configure a credential helper to remove this warning. See 07:40:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:01 07:40:01 Login Succeeded 07:40:01 nexus3.edgexfoundry.org:10004 07:40:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:02 Configure a credential helper to remove this warning. See 07:40:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:02 07:40:02 Login Succeeded 07:40:02 docker.io 07:40:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:02 Configure a credential helper to remove this warning. See 07:40:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:02 07:40:02 Login Succeeded 07:40:02 ---> docker-login.sh ends [Pipeline] } 07:40:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:40:03 ========================================================= 07:40:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:40:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:40:03 + 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 . 07:40:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/core-command/core-command ./cmd/core-command 07:40:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:40:06 Sending build context to Docker daemon 166.1MB 07:40:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:40:06 Step 2/6 : FROM ${BASE} 07:40:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:40:06 5f621e34cdf4: Pulling fs layer 07:40:06 a4357932f1b6: Pulling fs layer 07:40:06 18c013af1878: Pulling fs layer 07:40:06 00ac8860ef70: Pulling fs layer 07:40:06 63d7cb157983: Pulling fs layer 07:40:06 b116817d02f9: Pulling fs layer 07:40:06 745a02a5169b: Pulling fs layer 07:40:06 63d7cb157983: Waiting 07:40:06 b116817d02f9: Waiting 07:40:06 745a02a5169b: Waiting 07:40:06 00ac8860ef70: Waiting 07:40:06 18c013af1878: Verifying Checksum 07:40:06 18c013af1878: Download complete 07:40:06 a4357932f1b6: Verifying Checksum 07:40:06 a4357932f1b6: Download complete 07:40:06 63d7cb157983: Verifying Checksum 07:40:06 63d7cb157983: Download complete 07:40:06 b116817d02f9: Verifying Checksum 07:40:06 b116817d02f9: Download complete 07:40:06 5f621e34cdf4: Download complete 07:40:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:40:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:40:07 5f621e34cdf4: Pull complete 07:40:07 a4357932f1b6: Pull complete 07:40:08 18c013af1878: Pull complete 07:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:40:09 745a02a5169b: Verifying Checksum 07:40:09 745a02a5169b: Download complete 07:40:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:40:11 00ac8860ef70: Download complete 07:40:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:40:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:40:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:40:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/secrets-config ./cmd/secrets-config 07:40:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 07:40:17 $ docker stop --time=1 8e294009092bafe4cacaf31cf501a8be839737ef46cbe9c897f51365e486ec6f 07:40:19 $ docker rm -f 8e294009092bafe4cacaf31cf501a8be839737ef46cbe9c897f51365e486ec6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 07:40:21 00ac8860ef70: Pull complete 07:40:21 63d7cb157983: Pull complete 07:40:21 b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh 07:40:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:40:22 07:40:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:40:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:40:23 latest: Pulling from edgex-devops/edgex-compose 07:40:23 cbdbe7a5bc2a: Pulling fs layer 07:40:23 ca9280d653b3: Pulling fs layer 07:40:23 7e9c9ca2126c: Pulling fs layer 07:40:23 cbdbe7a5bc2a: Download complete 07:40:23 ca9280d653b3: Verifying Checksum 07:40:23 ca9280d653b3: Download complete 07:40:23 cbdbe7a5bc2a: Pull complete 07:40:24 7e9c9ca2126c: Verifying Checksum 07:40:24 7e9c9ca2126c: Download complete 07:40:24 ca9280d653b3: Pull complete 07:40:26 745a02a5169b: Pull complete 07:40:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:40:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:40:26 ---> b7e6874047d6 07:40:26 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 07:40:28 ---> Running in 8f8614a12784 07:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:31 7e9c9ca2126c: Pull complete 07:40:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:40:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:40:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:40:31 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:40:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:40:32 (1/12) Installing libmagic (5.38-r0) 07:40:32 (2/12) Installing file (5.38-r0) 07:40:32 (3/12) Installing libc-dev (0.7.2-r3) 07:40:32 (4/12) Installing g++ (9.3.0-r2) 07:40:34 $ docker top 10a4e5d49aba865473ff6d605767a3fcc370ce8a97e1f2a63763fb09a8c72e80 -eo pid,comm [Pipeline] { [Pipeline] sh 07:40:35 + docker-compose build --help 07:40:35 + grep parallel 07:40:36 --parallel Build images in parallel. [Pipeline] } 07:40:36 $ docker stop --time=1 10a4e5d49aba865473ff6d605767a3fcc370ce8a97e1f2a63763fb09a8c72e80 07:40:37 $ docker rm -f 10a4e5d49aba865473ff6d605767a3fcc370ce8a97e1f2a63763fb09a8c72e80 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:40:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:40:38 . [Pipeline] withDockerContainer 07:40:38 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:40:38 $ 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/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:40:39 $ docker top 7f3d97bd145efbfca4591f96990aa92acdc102af05a5b7751da194799ef5e5ef -eo pid,comm [Pipeline] { [Pipeline] sh 07:40:39 + docker-compose -f ./docker-compose-build.yml build --parallel 07:40:40 Building docker-core-command-go ... 07:40:40 Building docker-core-data-go ... 07:40:40 Building docker-core-metadata-go ... 07:40:40 Building docker-security-bootstrapper-go ... 07:40:40 Building docker-security-proxy-setup-go ... 07:40:40 Building docker-security-secretstore-setup-go ... 07:40:40 Building docker-support-notifications-go ... 07:40:40 Building docker-support-scheduler-go ... 07:40:40 Building docker-sys-mgmt-agent-go ... 07:40:40 Building docker-core-command-go 07:40:40 Building docker-sys-mgmt-agent-go 07:40:40 Building docker-security-secretstore-setup-go 07:40:40 Building docker-security-bootstrapper-go 07:40:40 Building docker-security-proxy-setup-go 07:40:45 (5/12) Installing fortify-headers (1.1-r0) 07:40:45 (6/12) Installing patch (2.7.6-r6) 07:40:45 (7/12) Installing build-base (0.5-r2) 07:40:45 (8/12) Installing libsodium (1.0.18-r0) 07:40:45 (9/12) Installing pkgconf (1.7.2-r0) 07:40:45 (10/12) Installing libsodium-dev (1.0.18-r0) 07:40:45 (11/12) Installing libzmq (4.3.3-r0) 07:40:45 (12/12) Installing zeromq-dev (4.3.3-r0) 07:40:45 Executing busybox-1.31.1-r19.trigger 07:40:45 OK: 217 MiB in 51 packages 07:40:49 Removing intermediate container 8f8614a12784 07:40:49 ---> 7d26c0e41a62 07:40:49 Step 4/6 : WORKDIR /edgex-go 07:40:49 ---> Running in 6cc22a0afc94 07:40:49 Removing intermediate container 6cc22a0afc94 07:40:49 ---> 1cb68f7299fb 07:40:49 Step 5/6 : COPY go.mod . 07:40:49 ---> 3847ff1762cc 07:40:49 Step 6/6 : RUN go mod download 07:40:49 ---> Running in 5d03ecb86245 07:41:13 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:41:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:41:13 ---> 042a09257755 07:41:13 Step 3/31 : WORKDIR /edgex-go 07:41:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:41:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:41:13 ---> 042a09257755 07:41:13 Step 3/26 : WORKDIR /edgex-go 07:41:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:41:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:41:13 ---> 042a09257755 07:41:13 Step 3/23 : WORKDIR /edgex-go 07:41:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:41:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:41:13 ---> 042a09257755 07:41:13 Step 3/24 : WORKDIR /edgex-go 07:41:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:41:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:41:14 ---> 042a09257755 07:41:14 Step 3/21 : WORKDIR /edgex-go 07:41:15 ---> Running in 144361f10962 07:41:15 ---> Running in a41f50088b02 07:41:15 ---> Running in 88a0d5bed90e 07:41:15 ---> Running in 15b514582cfb 07:41:15 ---> Running in b1c277bbdff1 07:41:15 Removing intermediate container 15b514582cfb 07:41:15 ---> 3a8e9fd07a81 07:41:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:15 Removing intermediate container 144361f10962 07:41:15 ---> a18faaf5025a 07:41:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:15 Removing intermediate container 88a0d5bed90e 07:41:15 ---> 273b7a5955b9 07:41:15 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:15 Removing intermediate container a41f50088b02 07:41:15 ---> 09b094910b2e 07:41:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:15 Removing intermediate container b1c277bbdff1 07:41:15 ---> 619da3a857da 07:41:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:15 ---> Running in e003592b91b7 07:41:15 ---> Running in c1a141fba590 07:41:15 ---> Running in 45f9f756b327 07:41:15 ---> Running in b723a245edb1 07:41:15 ---> Running in d11dddcfede4 07:41:16 Removing intermediate container 5d03ecb86245 07:41:16 ---> bce6fde00beb 07:41:17 Successfully built bce6fde00beb 07:41:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:41:17 + docker inspect -f . ci-base-image-arm64 07:41:17 . [Pipeline] withDockerContainer 07:41:17 prd-ubuntu18.04-docker-arm64-4c-16g-25227 does not seem to be running inside a container 07:41:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:41:17 Removing intermediate container 45f9f756b327 07:41:17 ---> 27b6d5fcb1c2 07:41:17 Step 5/26 : RUN apk add --update --no-cache make bash git 07:41:17 Removing intermediate container e003592b91b7 07:41:17 ---> 59783cc1f277 07:41:17 Step 5/21 : RUN apk add --update --no-cache make git 07:41:17 ---> Running in 60417016944c 07:41:18 ---> Running in 1346d4893f7f 07:41:18 Removing intermediate container c1a141fba590 07:41:18 ---> 8423c3365e7a 07:41:18 Step 5/24 : RUN apk add --update --no-cache make git 07:41:18 Removing intermediate container d11dddcfede4 07:41:18 ---> 46a9a9b379f5 07:41:18 Step 5/23 : RUN apk add --update --no-cache make git 07:41:18 ---> Running in e731551adaf9 07:41:18 Removing intermediate container b723a245edb1 07:41:18 ---> 281330c77f71 07:41:18 Step 5/31 : RUN apk add --update --no-cache make git 07:41:18 ---> Running in fd6082b2234f 07:41:18 ---> Running in 9724dd3c8d8b 07:41:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:41:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:41:19 $ docker top 326d426a627b3d833e5b43c6e94c88b074e5e3c94e37b4bbbbd8a9d756d63a41 -eo pid,comm 07:41:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:41:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 07:41:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:41:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:41:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:41:20 + go version 07:41:20 go version go1.15.5 linux/arm64 07:41:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:41:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:41:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:41:20 OK: 233 MiB in 51 packages [Pipeline] } 07:41:20 $ docker stop --time=1 326d426a627b3d833e5b43c6e94c88b074e5e3c94e37b4bbbbd8a9d756d63a41 07:41:20 OK: 233 MiB in 51 packages 07:41:20 Removing intermediate container 60417016944c 07:41:20 ---> d25a36aa1e01 07:41:20 Step 6/26 : COPY go.mod . 07:41:21 OK: 233 MiB in 51 packages 07:41:21 OK: 233 MiB in 51 packages 07:41:21 Removing intermediate container 1346d4893f7f 07:41:21 ---> ff2b0989d9ed 07:41:21 Step 6/21 : COPY go.mod . 07:41:21 OK: 233 MiB in 51 packages 07:41:21 ---> b4cb7031a89a 07:41:21 Step 7/26 : RUN go mod download 07:41:21 ---> Running in e7a403827e30 07:41:21 ---> 556f2e1087d3 07:41:21 Step 7/21 : RUN go mod download 07:41:21 ---> Running in 238ab94788b6 07:41:22 Removing intermediate container e731551adaf9 07:41:22 ---> 600ae420752e 07:41:22 Step 6/24 : COPY go.mod . 07:41:22 Removing intermediate container fd6082b2234f 07:41:22 ---> 661972f7da2b 07:41:22 Step 6/23 : COPY go.mod . 07:41:22 $ docker rm -f 326d426a627b3d833e5b43c6e94c88b074e5e3c94e37b4bbbbd8a9d756d63a41 07:41:22 ---> fb08abb184bc 07:41:22 Step 7/24 : RUN go mod download 07:41:22 ---> Running in 19b576a286d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 07:41:22 Removing intermediate container 9724dd3c8d8b 07:41:22 ---> e4f298c92a44 07:41:22 Step 6/31 : COPY go.mod . 07:41:22 ---> 778af6c74c7c 07:41:22 Step 7/23 : RUN go mod download Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 07:41:23 ---> Running in f0672a1f3cd3 07:41:23 ---> 7637508d7dd3 07:41:23 Step 7/31 : RUN go mod download [Pipeline] isUnix [Pipeline] sh 07:41:23 ---> Running in 5c10b410fbf9 07:41:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:41:23 07:41:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:41:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:41:23 latest: Pulling from edgex-devops/edgex-compose-arm64 07:41:23 29e5d40040c1: Pulling fs layer 07:41:23 1ce36da41761: Pulling fs layer 07:41:23 25b303627fd3: Pulling fs layer 07:41:24 29e5d40040c1: Download complete 07:41:24 Removing intermediate container 238ab94788b6 07:41:24 ---> 73705a0cc74e 07:41:24 Step 8/21 : COPY . . 07:41:24 Removing intermediate container e7a403827e30 07:41:24 ---> 10117ea074ad 07:41:24 Step 8/26 : COPY . . 07:41:24 1ce36da41761: Verifying Checksum 07:41:24 1ce36da41761: Download complete 07:41:24 29e5d40040c1: Pull complete 07:41:25 Removing intermediate container 19b576a286d4 07:41:25 ---> 32903b1973af 07:41:25 Step 8/24 : COPY . . 07:41:26 1ce36da41761: Pull complete 07:41:26 25b303627fd3: Verifying Checksum 07:41:26 25b303627fd3: Download complete 07:41:31 Removing intermediate container f0672a1f3cd3 07:41:31 ---> ed7707299d9f 07:41:31 Step 8/23 : COPY . . 07:41:31 Removing intermediate container 5c10b410fbf9 07:41:31 ---> 9768f0c9f82b 07:41:31 Step 8/31 : COPY . . 07:41:36 25b303627fd3: Pull complete 07:41:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:41:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:41:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:41:36 prd-ubuntu18.04-docker-arm64-4c-16g-25227 does not seem to be running inside a container 07:41:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:41:40 $ docker top d8191c223040a273d23b4dc18f58d7844e07b35f4929cbcccfcddbebd13eb593 -eo pid,comm [Pipeline] { [Pipeline] sh 07:41:41 + grep parallel 07:41:41 + docker-compose build --help 07:41:44 --parallel Build images in parallel. [Pipeline] } 07:41:45 $ docker stop --time=1 d8191c223040a273d23b4dc18f58d7844e07b35f4929cbcccfcddbebd13eb593 07:41:46 $ docker rm -f d8191c223040a273d23b4dc18f58d7844e07b35f4929cbcccfcddbebd13eb593 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:41:47 . [Pipeline] withDockerContainer 07:41:48 prd-ubuntu18.04-docker-arm64-4c-16g-25227 does not seem to be running inside a container 07:41:48 $ 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/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:41:49 $ docker top 0d9bfab86c6e6fdf9cde39fde3c36f1b13f56bd08f0736fe8297c85e55961326 -eo pid,comm [Pipeline] { [Pipeline] sh 07:41:50 + docker-compose -f ./docker-compose-build.yml build --parallel 07:41:55 Building docker-core-command-go ... 07:41:55 Building docker-core-data-go ... 07:41:55 Building docker-core-metadata-go ... 07:41:55 Building docker-security-bootstrapper-go ... 07:41:55 Building docker-security-proxy-setup-go ... 07:41:55 Building docker-security-secretstore-setup-go ... 07:41:55 Building docker-support-notifications-go ... 07:41:55 Building docker-support-scheduler-go ... 07:41:55 Building docker-sys-mgmt-agent-go ... 07:41:55 Building docker-core-command-go 07:41:55 Building docker-security-proxy-setup-go 07:41:55 Building docker-support-notifications-go 07:41:55 Building docker-security-bootstrapper-go 07:41:55 Building docker-support-scheduler-go 07:42:10 ---> 64fcc825442a 07:42:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:42:10 ---> e8c703ca836d 07:42:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:42:10 ---> Running in 152d48cd589b 07:42:10 ---> Running in c3d4280942c5 07:42:10 ---> 3b34a039ab16 07:42:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:42:10 ---> d61b9db580c7 07:42:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:42:10 ---> b682fcdae642 07:42:10 Step 9/23 : RUN make cmd/core-command/core-command 07:42:10 ---> Running in e4c639411428 07:42:10 ---> Running in f63d89cdb0d9 07:42:10 ---> Running in 7bc685e4857f 07:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/core-command/core-command ./cmd/core-command 07:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/secrets-config ./cmd/secrets-config 07:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:42:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:42:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> bce6fde00beb 07:42:42 Step 3/21 : WORKDIR /edgex-go 07:42:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:42:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> bce6fde00beb 07:42:42 Step 3/22 : WORKDIR /edgex-go 07:42:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:42:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> bce6fde00beb 07:42:42 Step 3/23 : WORKDIR /edgex-go 07:42:42 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:42:42 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> bce6fde00beb 07:42:42 Step 3/31 : WORKDIR /edgex-go 07:42:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:42:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> bce6fde00beb 07:42:42 Step 3/22 : WORKDIR /edgex-go 07:42:43 ---> Running in 7da9366b8264 07:42:43 ---> Running in df3f5d5ee050 07:42:43 ---> Running in c1c3ff2ad9b2 07:42:43 ---> Running in d26245b96106 07:42:43 ---> Running in c0b3ad01ae32 07:42:44 Removing intermediate container 7da9366b8264 07:42:44 ---> e7293a4dceeb 07:42:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:44 Removing intermediate container df3f5d5ee050 07:42:44 ---> 40cd29117e00 07:42:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:44 Removing intermediate container c0b3ad01ae32 07:42:44 ---> 5da4315e8011 07:42:44 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:44 ---> Running in 92aa70b70f26 07:42:44 Removing intermediate container d26245b96106 07:42:44 ---> cbaae633b4d9 07:42:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:44 Removing intermediate container c1c3ff2ad9b2 07:42:44 ---> 8702341f8dca 07:42:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:44 ---> Running in 4eb9a72fee31 07:42:44 ---> Running in c4c104fe51ac 07:42:44 ---> Running in 85d978ec9e38 07:42:44 ---> Running in 073b5a13725d 07:42:47 Removing intermediate container c3d4280942c5 07:42:47 ---> ddf5010e40fd 07:42:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:42:47 Removing intermediate container 152d48cd589b 07:42:47 ---> e6d2c8640e6a 07:42:47 07:42:47 Step 10/21 : FROM alpine:3.12 07:42:47 Removing intermediate container 7bc685e4857f 07:42:47 ---> a66510ddc95d 07:42:47 07:42:47 Step 10/24 : FROM alpine:3.12 07:42:47 ---> Running in a52d5a6453f3 07:42:47 3.12: Pulling from library/alpine 07:42:47 3.12: Pulling from library/alpine 07:42:47 Removing intermediate container f63d89cdb0d9 07:42:47 ---> 15b389273270 07:42:47 07:42:47 Step 10/23 : FROM alpine:3.12 07:42:47 3.12: Pulling from library/alpine 07:42:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:42:47 Status: Downloaded newer image for alpine:3.12 07:42:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:42:47 Status: Image is up to date for alpine:3.12 07:42:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:42:47 Status: Image is up to date for alpine:3.12 07:42:47 ---> 389fef711851 07:42:47 Step 11/21 : RUN apk add --update --no-cache curl 07:42:47 ---> 389fef711851 07:42:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:42:47 ---> 389fef711851 07:42:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:42:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:42:49 Removing intermediate container 92aa70b70f26 07:42:49 ---> 0f08b6c010fa 07:42:49 Step 5/21 : RUN apk add --update --no-cache make git 07:42:49 ---> Running in 44ef7c4dc33c 07:42:49 Removing intermediate container 4eb9a72fee31 07:42:49 ---> 8fba28fd1651 07:42:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:42:49 ---> Running in 79d8cad4b899 07:42:49 Removing intermediate container c4c104fe51ac 07:42:49 ---> 86a9112943c6 07:42:49 Step 5/22 : RUN apk add --update --no-cache make git 07:42:49 Removing intermediate container 85d978ec9e38 07:42:49 ---> 38139af7ecdb 07:42:49 Step 5/31 : RUN apk add --update --no-cache make git 07:42:49 ---> Running in bbcfefe6d706 07:42:49 Removing intermediate container 073b5a13725d 07:42:49 ---> 656988728c81 07:42:49 Step 5/23 : RUN apk add --update --no-cache make git 07:42:49 ---> Running in 7a23bdf01bac 07:42:49 ---> Running in 09d8f9205605 07:42:49 ---> Running in c0c493b754a8 07:42:49 ---> Running in 18b70c1ebbc5 07:42:49 Removing intermediate container e4c639411428 07:42:49 ---> 46fb94b350ae 07:42:49 07:42:49 Step 10/31 : FROM alpine:3.12 07:42:49 ---> 389fef711851 07:42:49 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:42:50 ---> Running in 16a42434f854 07:42:50 ---> Running in 1df2407c7439 07:42:50 Removing intermediate container 1df2407c7439 07:42:50 ---> 806c4bb8bc7f 07:42:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:42:50 ---> Running in f80739077d30 07:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:42:50 Removing intermediate container a52d5a6453f3 07:42:50 ---> 51535eb03ba3 07:42:50 07:42:50 Step 11/26 : FROM docker:20.10.0 07:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:42:51 (1/4) Installing ca-certificates (20191127-r4) 07:42:51 20.10.0: Pulling from library/docker 07:42:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:42:51 (3/4) Installing libcurl (7.69.1-r3) 07:42:51 (4/4) Installing curl (7.69.1-r3) 07:42:51 Executing busybox-1.31.1-r19.trigger 07:42:51 Executing ca-certificates-20191127-r4.trigger 07:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:42:51 (1/1) Installing dumb-init (1.2.2-r1) 07:42:51 OK: 7 MiB in 18 packages 07:42:51 Executing busybox-1.31.1-r19.trigger 07:42:51 OK: 6 MiB in 15 packages 07:42:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:51 (1/5) Installing ca-certificates (20191127-r4) 07:42:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:42:51 (3/5) Installing libcurl (7.69.1-r3) 07:42:51 (4/5) Installing curl (7.69.1-r3) 07:42:51 (5/5) Installing dumb-init (1.2.2-r1) 07:42:51 Executing busybox-1.31.1-r19.trigger 07:42:51 Executing ca-certificates-20191127-r4.trigger 07:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:42:51 OK: 7 MiB in 19 packages 07:42:51 (1/2) Installing dumb-init (1.2.2-r1) 07:42:51 (2/2) Installing su-exec (0.2-r1) 07:42:51 Executing busybox-1.31.1-r19.trigger 07:42:51 OK: 6 MiB in 16 packages 07:42:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:54 OK: 217 MiB in 51 packages 07:42:54 Removing intermediate container 09d8f9205605 07:42:54 ---> e665afadc7a1 07:42:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:42:54 Removing intermediate container 18b70c1ebbc5 07:42:54 ---> 5391d9cfc2c1 07:42:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:42:54 Removing intermediate container f80739077d30 07:42:54 ---> db9ae5cd37dd 07:42:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:42:54 ---> Running in a713d98da8e0 07:42:54 ---> Running in 472e816da098 07:42:54 ---> Running in 150f3270791e 07:42:54 Removing intermediate container c0c493b754a8 07:42:54 ---> 3cc6b9ff9223 07:42:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:42:54 Removing intermediate container a713d98da8e0 07:42:54 ---> 547547cf6a8e 07:42:54 Step 13/21 : WORKDIR /edgex 07:42:54 Removing intermediate container 472e816da098 07:42:54 ---> be24b57829dc 07:42:54 Step 13/23 : ENV APP_PORT=48082 07:42:55 OK: 217 MiB in 51 packages 07:42:55 ---> Running in e362432a5af6 07:42:55 ---> Running in 7c9cbfff3c2e 07:42:55 ---> Running in b83a14461644 07:42:55 Removing intermediate container 150f3270791e 07:42:55 ---> 0143a55a63f0 07:42:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:42:55 OK: 217 MiB in 51 packages 07:42:55 ---> Running in a4828a7283d7 07:42:55 Removing intermediate container 44ef7c4dc33c 07:42:55 ---> 1480898f545c 07:42:55 Step 6/21 : COPY go.mod . 07:42:55 OK: 217 MiB in 51 packages 07:42:56 Removing intermediate container e362432a5af6 07:42:56 ---> 976715aa7d5e 07:42:56 Step 13/24 : WORKDIR / 07:42:56 OK: 217 MiB in 51 packages 07:42:56 Removing intermediate container b83a14461644 07:42:56 ---> 97fe5ebc4c89 07:42:56 Step 14/23 : EXPOSE $APP_PORT 07:42:56 ---> Running in 2db1a5db5baa 07:42:56 Removing intermediate container 7c9cbfff3c2e 07:42:56 ---> 237bae64c99a 07:42:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:42:56 Removing intermediate container a4828a7283d7 07:42:56 ---> 820fe7397582 07:42:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:42:56 ---> Running in 6daad99de89c 07:42:56 Removing intermediate container 7a23bdf01bac 07:42:56 ---> 3160d2a81b40 07:42:56 Step 6/31 : COPY go.mod . 07:42:56 ---> Running in e4c874518ac8 07:42:56 Removing intermediate container 2db1a5db5baa 07:42:56 ---> 53048acb2f55 07:42:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:42:57 ---> 461233b12a16 07:42:57 Step 7/21 : RUN go mod download 07:42:57 Removing intermediate container 16a42434f854 07:42:57 ---> e61cac1dc40a 07:42:57 Step 6/23 : COPY go.mod . 07:42:57 Removing intermediate container 6daad99de89c 07:42:57 ---> fbfba8512d60 07:42:57 Step 15/23 : WORKDIR / 07:42:57 ---> 0ff2b4ac2ab6 07:42:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:42:57 ---> Running in 274d07e0b82f 07:42:57 ---> Running in 3d1b922ae619 07:42:57 ---> b3cfad92fdea 07:42:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:42:57 Removing intermediate container 79d8cad4b899 07:42:57 ---> 4f53818464ae 07:42:57 Step 6/22 : COPY go.mod . 07:42:57 Removing intermediate container bbcfefe6d706 07:42:57 ---> 4755da4c2e74 07:42:57 Step 6/22 : COPY go.mod . 07:42:57 ---> bc47c9dc1f3f 07:42:57 Step 7/31 : RUN go mod download 07:42:58 ---> 7caffd1848a2 07:42:58 Step 7/23 : RUN go mod download 07:42:58 ---> Running in d68b9c2210f3 07:42:58 ---> Running in 594dbc7aeafa 07:42:58 ---> bf1dfdb13341 07:42:58 Step 7/22 : RUN go mod download 07:42:58 ---> 09ea4a145752 07:42:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:42:58 Removing intermediate container 3d1b922ae619 07:42:58 ---> 4f841c13a61c 07:42:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:42:58 ---> 3230cd217bcf 07:42:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:42:59 ---> Running in 6ef58cb830c0 07:42:59 ---> ccf43ae1f619 07:42:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:42:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:42:59 ---> 4169f1293746 07:42:59 Step 7/22 : RUN go mod download 07:42:59 Status: Downloaded newer image for docker:20.10.0 07:42:59 ---> aefe523efa57 07:42:59 Step 12/26 : RUN apk add --no-cache bash 07:42:59 ---> 4a0a0ce9719b 07:42:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:42:59 ---> Running in 2ff7605c5db2 07:42:59 ---> Running in 0dd22ba1e2d1 07:42:59 Removing intermediate container e4c874518ac8 07:42:59 ---> 653c35d881c5 07:42:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 07:42:59 ---> 77ff85696568 07:42:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:42:59 ---> Running in f3b23c1692c3 07:42:59 ---> Running in 3574411c8ac8 07:42:59 ---> 0bb7b74a5506 07:42:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:43:00 ---> a1b9a8bf0e69 07:43:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:43:00 Removing intermediate container f3b23c1692c3 07:43:00 ---> 01fb9111292f 07:43:00 Step 18/21 : CMD ["--init=true"] 07:43:00 Removing intermediate container 3574411c8ac8 07:43:00 ---> 5ffca27bb9c7 07:43:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:43:00 ---> Running in bcbbac0d9a4b 07:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:43:00 ---> be78675e2c00 07:43:00 Step 19/23 : ENTRYPOINT ["/core-command"] 07:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:43:00 ---> Running in f03802d7c1b9 07:43:00 ---> 9f9b2f617585 07:43:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:43:00 Removing intermediate container bcbbac0d9a4b 07:43:00 ---> a15a0dcbaa87 07:43:00 Step 19/21 : LABEL arch=x86_64 07:43:00 ---> ba742c06f602 07:43:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:43:00 (1/2) Installing readline (8.0.4-r0) 07:43:00 (2/2) Installing bash (5.0.17-r0) 07:43:00 Executing bash-5.0.17-r0.post-install 07:43:00 Executing busybox-1.31.1-r19.trigger 07:43:00 OK: 12 MiB in 22 packages 07:43:00 ---> Running in b0488d8e7426 07:43:00 ---> Running in 43e9a578eb2a 07:43:00 Removing intermediate container f03802d7c1b9 07:43:00 ---> f0c6906273bd 07:43:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:43:01 ---> 674afe1885d4 07:43:01 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/ 07:43:01 ---> Running in c2b12daff300 07:43:01 ---> Running in ad2d97ee8528 07:43:01 Removing intermediate container b0488d8e7426 07:43:01 ---> 91fa42e3039b 07:43:01 Step 20/21 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:43:01 Removing intermediate container 274d07e0b82f 07:43:01 ---> 78bb829eea52 07:43:01 Step 8/21 : COPY . . 07:43:01 ---> Running in c0140e7aedee 07:43:02 Removing intermediate container c2b12daff300 07:43:02 ---> 45593871ca09 07:43:02 Step 21/23 : LABEL arch=x86_64 07:43:02 Removing intermediate container 2ff7605c5db2 07:43:02 ---> 91ec4f25c295 07:43:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:43:02 Removing intermediate container c0140e7aedee 07:43:02 ---> 5c4b17253ab6 07:43:02 Step 21/21 : LABEL version=2.0.0-dev.79 07:43:02 ---> Running in 532326a80352 07:43:02 ---> Running in 649d8cd24aa5 07:43:02 ---> Running in cec18020a89e 07:43:02 Removing intermediate container 532326a80352 07:43:02 ---> 7217794915ce 07:43:02 Step 22/23 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:43:02 Removing intermediate container 649d8cd24aa5 07:43:02 ---> 056c7b6464de 07:43:02 Step 14/26 : ENV APP_PORT=48090 07:43:02 ---> Running in 9a6f6febf75e 07:43:02 Removing intermediate container cec18020a89e 07:43:02 ---> 74e0ccf0f042 07:43:02 07:43:02 ---> Running in 518d3c8246cf 07:43:03 Removing intermediate container d68b9c2210f3 07:43:03 ---> 400f1577254e 07:43:03 Step 8/31 : COPY . . 07:43:03 Successfully built 74e0ccf0f042 07:43:03 Removing intermediate container 43e9a578eb2a 07:43:03 ---> 0f0b1396011b 07:43:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:43:03 Successfully tagged docker-security-proxy-setup-go:latest 07:43:03 Removing intermediate container 9a6f6febf75e 07:43:03 ---> de97a5ac83f8 07:43:03 Step 23/23 : LABEL version=2.0.0-dev.79 07:43:03  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 07:43:03 Removing intermediate container 594dbc7aeafa 07:43:03 ---> d5bb2c53f670 07:43:03 Step 8/23 : COPY . . 07:43:03 ---> Running in 0700a450b007 07:43:03 Removing intermediate container 518d3c8246cf 07:43:03 ---> 9c07b85c1393 07:43:03 Step 15/26 : EXPOSE $APP_PORT 07:43:03 Removing intermediate container ad2d97ee8528 07:43:03 ---> f7ac3bf002c8 07:43:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:43:03 ---> Running in 98c30f2e049c 07:43:03 ---> 5b304f6ccf2d 07:43:03 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:43:03 ---> Running in 78015ed7661e 07:43:03 Removing intermediate container 0700a450b007 07:43:03 ---> a21538a24a4c 07:43:03 07:43:03 Successfully built a21538a24a4c 07:43:04 Removing intermediate container 98c30f2e049c 07:43:04 ---> d4f7ca580ad2 07:43:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:43:04 Successfully tagged docker-core-command-go:latest 07:43:04  Building docker-core-command-go ... done Building docker-support-scheduler-go 07:43:04 Removing intermediate container 78015ed7661e 07:43:04 ---> 5bed9f30ad03 07:43:04 Step 22/24 : LABEL arch=x86_64 07:43:04 ---> 35234230b915 07:43:04 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:43:04 ---> Running in 57867cb619a7 07:43:04 Removing intermediate container 6ef58cb830c0 07:43:04 Removing intermediate container 0dd22ba1e2d1 07:43:04 ---> 62ebdef621d5 07:43:04 Step 8/22 : COPY . . 07:43:04 ---> 2270d8c5adcb 07:43:04 Step 8/22 : COPY . . 07:43:09 ---> 6ef6d8384bbb 07:43:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:43:09 Removing intermediate container 57867cb619a7 07:43:09 ---> ace510662972 07:43:09 Step 23/24 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:43:10 ---> f04be56f2be1 07:43:10 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:43:11 ---> Running in 37baab9225aa 07:43:12 ---> d87744f6aecb 07:43:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:43:14 ---> 9f21b585e32e 07:43:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:43:14 Removing intermediate container 37baab9225aa 07:43:14 ---> 5a910d3d8817 07:43:14 Step 24/24 : LABEL version=2.0.0-dev.79 07:43:17 ---> acd709afc738 07:43:17 Step 19/26 : RUN apk --no-cache add py3-pip 07:43:17 ---> Running in 34a88d435bab 07:43:17 ---> ca024fa3226a 07:43:17 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 07:43:18 ---> Running in 025e11fb49fb 07:43:19 ---> Running in 53cf0a1aa238 07:43:19 Removing intermediate container 34a88d435bab 07:43:19 ---> c37ba05b2daa 07:43:19 07:43:21 Successfully built c37ba05b2daa 07:43:21 Successfully tagged docker-security-secretstore-setup-go:latest 07:43:21  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 07:43:23 ---> 9470c3f5836e 07:43:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:43:23 ---> 92974568eec5 07:43:23 Step 9/23 : RUN make cmd/core-command/core-command 07:43:23 ---> 26206e1f8fc8 07:43:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:43:23 ---> e18f44c8f578 07:43:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:43:23 ---> 07d19742d45c 07:43:23 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:43:23 ---> Running in 746c2f011b32 07:43:23 ---> Running in 14872c93e1d3 07:43:23 ---> Running in 5e70d0636f7b 07:43:23 ---> Running in f02df6e84ae6 07:43:23 ---> Running in 5bdd4af20581 07:43:23 Removing intermediate container 53cf0a1aa238 07:43:23 ---> 7a7547365778 07:43:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:43:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:43:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:43:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:43:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:43:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:43:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:43:24 ---> 042a09257755 07:43:24 Step 3/22 : WORKDIR /edgex-go 07:43:24 ---> Using cache 07:43:24 ---> 619da3a857da 07:43:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:24 ---> Using cache 07:43:24 ---> 46a9a9b379f5 07:43:24 Step 5/22 : RUN apk add --update --no-cache make git 07:43:24 ---> Using cache 07:43:24 ---> 661972f7da2b 07:43:24 Step 6/22 : COPY go.mod . 07:43:24 ---> Using cache 07:43:24 ---> 778af6c74c7c 07:43:24 Step 7/22 : RUN go mod download 07:43:24 ---> Using cache 07:43:24 ---> ed7707299d9f 07:43:24 Step 8/22 : COPY . . 07:43:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/core-command/core-command ./cmd/core-command 07:43:24 ---> Using cache 07:43:24 ---> b682fcdae642 07:43:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:43:24 (1/33) Installing libbz2 (1.0.8-r1) 07:43:24 (2/33) Installing expat (2.2.9-r1) 07:43:24 (3/33) Installing libffi (3.3-r2) 07:43:24 (4/33) Installing gdbm (1.13-r1) 07:43:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:43:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:43:25 (5/33) Installing xz-libs (5.2.5-r0) 07:43:25 (6/33) Installing sqlite-libs (3.32.1-r0) 07:43:25 (7/33) Installing python3 (3.8.5-r0) 07:43:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:43:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:43:25 ---> 042a09257755 07:43:25 Step 3/22 : WORKDIR /edgex-go 07:43:25 ---> Using cache 07:43:25 ---> 619da3a857da 07:43:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:25 ---> Using cache 07:43:25 ---> 46a9a9b379f5 07:43:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:43:30 ---> Running in c29ac68437e1 07:43:30 ---> Running in c3da28e394e0 07:43:30 (8/33) Installing py3-appdirs (1.4.4-r1) 07:43:30 ---> 7848228bed16 07:43:30 Step 26/31 : RUN chmod +x /entrypoint.sh 07:43:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:43:30 (10/33) Installing py3-parsing (2.4.7-r0) 07:43:30 (11/33) Installing py3-six (1.15.0-r0) 07:43:30 (12/33) Installing py3-packaging (20.4-r0) 07:43:30 (13/33) Installing py3-setuptools (47.0.0-r0) 07:43:30 (14/33) Installing py3-chardet (3.0.4-r4) 07:43:31 (15/33) Installing py3-idna (2.9-r0) 07:43:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:43:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:43:32 (18/33) Installing py3-requests (2.23.0-r0) 07:43:32 (19/33) Installing py3-msgpack (1.0.0-r0) 07:43:32 (20/33) Installing py3-lockfile (0.12.2-r3) 07:43:32 ---> Running in ca26033963b3 07:43:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:43:32 (22/33) Installing py3-colorama (0.4.3-r0) 07:43:32 (23/33) Installing py3-distlib (0.3.0-r0) 07:43:33 (24/33) Installing py3-distro (1.5.0-r1) 07:43:33 (25/33) Installing py3-webencodings (0.5.1-r3) 07:43:33 (26/33) Installing py3-html5lib (1.0.1-r4) 07:43:33 (27/33) Installing py3-pytoml (0.1.21-r0) 07:43:33 (28/33) Installing py3-pep517 (0.8.2-r0) 07:43:34 (29/33) Installing py3-progress (1.5-r0) 07:43:34 (30/33) Installing py3-toml (0.10.1-r0) 07:43:34 (31/33) Installing py3-retrying (1.3.3-r0) 07:43:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:43:34 (33/33) Installing py3-pip (20.1.1-r0) 07:43:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:43:34 Executing busybox-1.31.1-r19.trigger 07:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:43:34 OK: 71 MiB in 55 packages 07:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:43:37 Removing intermediate container ca26033963b3 07:43:37 ---> f9504981f11c 07:43:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:43:39 OK: 233 MiB in 51 packages 07:43:39 ---> Running in 804bff8f50f6 07:43:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:43:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:43:41 ---> 042a09257755 07:43:41 Step 3/23 : WORKDIR /edgex-go 07:43:41 ---> Using cache 07:43:41 ---> 619da3a857da 07:43:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:41 ---> Using cache 07:43:41 ---> 46a9a9b379f5 07:43:41 Step 5/23 : RUN apk add --update --no-cache make git 07:43:41 ---> Using cache 07:43:41 ---> 661972f7da2b 07:43:41 Step 6/23 : COPY go.mod . 07:43:41 ---> Using cache 07:43:41 ---> 778af6c74c7c 07:43:41 Step 7/23 : RUN go mod download 07:43:41 ---> Using cache 07:43:41 ---> ed7707299d9f 07:43:41 Step 8/23 : COPY . . 07:43:41 ---> Using cache 07:43:41 ---> b682fcdae642 07:43:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:43:42 Removing intermediate container 804bff8f50f6 07:43:42 ---> 62bd7fed8dd8 07:43:42 Step 28/31 : CMD ["gate"] 07:43:42 ---> Running in 042315e76912 07:43:43 ---> Running in 476a7cc0c141 07:43:43 Removing intermediate container c3da28e394e0 07:43:43 ---> 34016f45a4c7 07:43:43 Step 6/22 : COPY go.mod . 07:43:44 Removing intermediate container 476a7cc0c141 07:43:44 ---> cd1415599af5 07:43:44 Step 29/31 : LABEL arch=x86_64 07:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:43:45 ---> 0d54c42c4015 07:43:45 Step 7/22 : RUN go mod download 07:43:47 ---> Running in 39a11a86d8b1 07:43:47 ---> Running in 420a3e66bb7e 07:43:48 Removing intermediate container 025e11fb49fb 07:43:48 ---> 518fd26fd05b 07:43:48 Step 20/26 : RUN pip install docker-compose==1.23.2 07:43:49 Removing intermediate container 39a11a86d8b1 07:43:49 ---> 320949df5f58 07:43:49 Step 30/31 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:43:49 ---> Running in d773f0919d70 07:43:50 ---> Running in 2fbe2eb83ab6 07:43:51 Removing intermediate container 2fbe2eb83ab6 07:43:51 ---> ea549a302d6f 07:43:51 Step 31/31 : LABEL version=2.0.0-dev.79 07:43:51 ---> Running in 200f148b82c4 07:43:51 Removing intermediate container 420a3e66bb7e 07:43:51 ---> 9e96c30784f5 07:43:51 Step 8/22 : COPY . . 07:43:51 Removing intermediate container 200f148b82c4 07:43:51 ---> 0ce27b09865b 07:43:51 07:43:51 Successfully built 0ce27b09865b 07:43:52 Successfully tagged docker-security-bootstrapper-go:latest 07:43:52 Building docker-core-data-go 07:43:52  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 07:43:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:43:55 Collecting texttable<0.10,>=0.9.0 07:43:55 Downloading texttable-0.9.1.tar.gz (11 kB) 07:44:01 Collecting jsonschema<3,>=2.5.1 07:44:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:44:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:44:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:44:03 Collecting docopt<0.7,>=0.6.1 07:44:03 Downloading docopt-0.6.2.tar.gz (25 kB) 07:44:07 Collecting docker<4.0,>=3.6.0 07:44:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:44:09 Collecting cached-property<2,>=1.2.0 07:44:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:44:10 Collecting PyYAML<4,>=3.10 07:44:10 Downloading PyYAML-3.13.tar.gz (270 kB) 07:44:14 Collecting websocket-client<1.0,>=0.32.0 07:44:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:44:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:44:15 Collecting dockerpty<0.5,>=0.4.1 07:44:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:44:18 Collecting idna<2.8,>=2.5 07:44:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:44:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:44:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:44:18 ---> 042a09257755 07:44:18 Step 3/23 : WORKDIR /edgex-go 07:44:18 ---> Using cache 07:44:18 ---> 619da3a857da 07:44:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:18 ---> Using cache 07:44:18 ---> 46a9a9b379f5 07:44:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:44:19 Collecting urllib3<1.25,>=1.21.1 07:44:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:44:20 ---> Running in 9d80f7c1e09f 07:44:20 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) 07:44:20 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) 07:44:20 Collecting docker-pycreds>=0.4.0 07:44:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:44:21 Removing intermediate container c29ac68437e1 07:44:21 ---> 1d830b828bd8 07:44:21 07:44:21 Step 10/22 : FROM alpine:3.12 07:44:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:44:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:44:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:44:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:44:21 ---> 389fef711851 07:44:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:44:21 ---> Using cache 07:44:21 ---> 5391d9cfc2c1 07:44:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:44:21 ---> Using cache 07:44:21 ---> be24b57829dc 07:44:21 Step 13/22 : ENV APP_PORT=48085 07:44:21 ---> Running in f2e6e57c4227 07:44:21 Installing collected packages: texttable, jsonschema, idna, urllib3, requests, docopt, docker-pycreds, websocket-client, docker, cached-property, PyYAML, dockerpty, docker-compose 07:44:21 Running setup.py install for texttable: started 07:44:21 ---> 4f848299e099 07:44:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:44:21 ---> Running in c9f6ceb44c45 07:44:21 Removing intermediate container f2e6e57c4227 07:44:21 ---> 3d052a369ddf 07:44:21 Step 14/22 : EXPOSE $APP_PORT 07:44:21 ---> Running in 6e0c2c6a681c 07:44:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:44:21 Running setup.py install for texttable: finished with status 'done' 07:44:21 Removing intermediate container 6e0c2c6a681c 07:44:21 ---> 1b0354f4a94b 07:44:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:44:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:44:21 Attempting uninstall: idna 07:44:21 Found existing installation: idna 2.9 07:44:21 Uninstalling idna-2.9: 07:44:22 Successfully uninstalled idna-2.9 07:44:22 Attempting uninstall: urllib3 07:44:22 Found existing installation: urllib3 1.25.9 07:44:22 ---> 715dda9ac08d 07:44:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:44:22 Uninstalling urllib3-1.25.9: 07:44:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:44:22 Successfully uninstalled urllib3-1.25.9 07:44:22 Attempting uninstall: requests 07:44:22 Found existing installation: requests 2.23.0 07:44:22 Uninstalling requests-2.23.0: 07:44:22 Successfully uninstalled requests-2.23.0 07:44:22 Running setup.py install for docopt: started 07:44:23 OK: 233 MiB in 51 packages 07:44:23 Running setup.py install for docopt: finished with status 'done' 07:44:24 ---> 22c7c8388a12 07:44:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:44:27 ---> cea064899cd3 07:44:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:44:27 Removing intermediate container 042315e76912 07:44:27 ---> 82910011c524 07:44:27 07:44:27 Step 10/23 : FROM alpine:3.12 07:44:27 ---> 389fef711851 07:44:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:44:27 ---> Using cache 07:44:27 ---> 5391d9cfc2c1 07:44:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:44:27 ---> Using cache 07:44:27 ---> be24b57829dc 07:44:27 Step 13/23 : ENV APP_PORT=48081 07:44:27 Running setup.py install for PyYAML: started 07:44:27 ---> Running in 68961ca4effe 07:44:27 Removing intermediate container 9d80f7c1e09f 07:44:27 ---> 2563af4ffe1c 07:44:27 Step 6/23 : COPY go.mod . 07:44:27 ---> Running in 68f0f037f352 07:44:27 Removing intermediate container 68961ca4effe 07:44:27 ---> 383b8c63bc2e 07:44:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:44:27 Removing intermediate container 68f0f037f352 07:44:27 ---> 47c1644b3130 07:44:27 Step 14/23 : EXPOSE $APP_PORT 07:44:27 ---> Running in 83ba3a99dd33 07:44:27 ---> Running in 2244439fc057 07:44:27 ---> 0efe31913b34 07:44:27 Step 7/23 : RUN go mod download 07:44:28 Running setup.py install for PyYAML: finished with status 'done' 07:44:28 Running setup.py install for dockerpty: started 07:44:28 ---> Running in b6759c5a34bf 07:44:28 Running setup.py install for dockerpty: finished with status 'done' 07:44:29 Removing intermediate container 2244439fc057 07:44:29 ---> 5a2fba2a9328 07:44:29 Step 15/23 : WORKDIR / 07:44:29 Removing intermediate container 83ba3a99dd33 07:44:29 ---> 4ce15dd37b3e 07:44:29 Step 20/22 : LABEL arch=x86_64 07:44:29 ---> Running in 4feffa83f3ef 07:44:29 ---> Running in 2b7ad33688c3 07:44:29 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 07:44:30 Removing intermediate container 2b7ad33688c3 07:44:30 ---> d1b61faedcdf 07:44:30 Step 21/22 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:44:30 Removing intermediate container 4feffa83f3ef 07:44:30 ---> bac36ec6d9db 07:44:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:44:30 ---> Running in 899e6a2aad17 07:44:30 Removing intermediate container 899e6a2aad17 07:44:30 ---> dc87a8599081 07:44:30 Step 22/22 : LABEL version=2.0.0-dev.79 07:44:30 ---> be0c6c87f63b 07:44:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:44:30 ---> Running in d17e10507e68 07:44:30 Removing intermediate container d17e10507e68 07:44:31 ---> 245535c9643e 07:44:31 07:44:31 Successfully built 245535c9643e 07:44:31 Successfully tagged docker-support-scheduler-go:latest 07:44:33  Building docker-support-scheduler-go ... done  ---> 2547a71d46ee 07:44:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:44:33 Removing intermediate container d773f0919d70 07:44:33 ---> 176cac2404af 07:44:33 Step 21/26 : RUN apk --no-cache add curl 07:44:33 Removing intermediate container b6759c5a34bf 07:44:33 ---> Running in 8971373f4d5d 07:44:33 ---> 8514e266cf44 07:44:33 Step 8/23 : COPY . . 07:44:33 ---> 28b60e297ae9 07:44:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:44:34 ---> Running in 5c83c4623c6b 07:44:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:44:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:44:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:44:36 (2/3) Installing libcurl (7.69.1-r3) 07:44:36 (3/3) Installing curl (7.69.1-r3) 07:44:36 Executing busybox-1.31.1-r19.trigger 07:44:38 OK: 72 MiB in 58 packages 07:44:40 Removing intermediate container 5c83c4623c6b 07:44:40 ---> bb4fe4eb6939 07:44:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:44:42 ---> Running in 102abf8b75c7 07:44:42 Removing intermediate container 8971373f4d5d 07:44:42 ---> 9d2787f0c078 07:44:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:44:45 ---> Running in f58c94df14a4 07:44:45 Removing intermediate container 102abf8b75c7 07:44:45 ---> c9dbf2507ecc 07:44:45 Step 21/23 : LABEL arch=x86_64 07:44:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/secrets-config ./cmd/secrets-config 07:44:46 ---> Running in d84f3cccddb0 07:44:48 Removing intermediate container f58c94df14a4 07:44:48 ---> 650f56380ca8 07:44:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:44:49 ---> Running in 69b28b35f11d 07:44:49 Removing intermediate container d84f3cccddb0 07:44:49 ---> ee7da7de3d1a 07:44:49 Step 22/23 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:44:53 ---> Running in bf769ec9b3a9 07:44:53 Removing intermediate container 69b28b35f11d 07:44:53 ---> c753704b39bb 07:44:53 Step 24/26 : LABEL arch=x86_64 07:44:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:44:54 ---> Running in 9059ca8dd7bd 07:44:54 Removing intermediate container bf769ec9b3a9 07:44:54 ---> 7abb7d2c46dc 07:44:54 Step 23/23 : LABEL version=2.0.0-dev.79 07:44:55 Removing intermediate container c9f6ceb44c45 07:44:55 ---> bd5b72a481f1 07:44:55 07:44:55 Step 10/22 : FROM alpine:3.12 07:44:55 ---> 389fef711851 07:44:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:44:55 Removing intermediate container 9059ca8dd7bd 07:44:55 ---> cd3d5e89ae47 07:44:55 Step 25/26 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:44:55 ---> Running in 51e2de1995e4 07:44:55 ---> Running in d8cfa6ae8bb4 07:44:55 ---> fe606c5a09d2 07:44:55 Step 9/23 : RUN make cmd/core-data/core-data 07:44:55 ---> Running in 4f7a800a15fd 07:44:55 ---> Running in 09df9d8f8aa7 07:44:55 Removing intermediate container 51e2de1995e4 07:44:55 ---> 7ceec714a993 07:44:55 07:44:56 Removing intermediate container 4f7a800a15fd 07:44:56 ---> c39bdaf7054a 07:44:56 Step 26/26 : LABEL version=2.0.0-dev.79 07:44:56 Successfully built 7ceec714a993 07:44:56 Successfully tagged docker-core-metadata-go:latest 07:44:56  Building docker-core-metadata-go ... done  ---> Running in 9a4aa6a0957f 07:44:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:44:56 Removing intermediate container 9a4aa6a0957f 07:44:56 ---> 24e1ccaa5ca4 07:44:56 07:44:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:44:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/core-data/core-data ./cmd/core-data 07:44:56 Successfully built 24e1ccaa5ca4 07:44:56 Successfully tagged docker-sys-mgmt-agent-go:latest 07:44:56  Building docker-sys-mgmt-agent-go ... done (1/2) Installing ca-certificates (20191127-r4) 07:44:56 (2/2) Installing dumb-init (1.2.2-r1) 07:44:56 Executing busybox-1.31.1-r19.trigger 07:44:56 Executing ca-certificates-20191127-r4.trigger 07:44:56 OK: 6 MiB in 16 packages 07:44:58 Removing intermediate container d8cfa6ae8bb4 07:44:58 ---> b85353a94187 07:44:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:44:58 ---> Running in 5fa3c4d80550 07:44:59 Removing intermediate container 5fa3c4d80550 07:44:59 ---> a5ccd1bbc3b6 07:44:59 Step 13/22 : ENV APP_PORT=48060 07:44:59 ---> Running in e3757f0272c3 07:44:59 Removing intermediate container e3757f0272c3 07:44:59 ---> e08fa24c9e03 07:44:59 Step 14/22 : EXPOSE $APP_PORT 07:44:59 ---> Running in d10d56aede71 07:44:59 Removing intermediate container d10d56aede71 07:44:59 ---> 74e2792b187b 07:44:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:01 ---> 2962bc925078 07:45:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:45:01 ---> 7cccbc6f6255 07:45:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:45:02 ---> bc4203354a87 07:45:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:45:02 ---> Running in b7cbf5a44489 07:45:02 Removing intermediate container b7cbf5a44489 07:45:02 ---> e17fe1e64ab3 07:45:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:45:03 ---> Running in 0575105c5428 07:45:03 Removing intermediate container 0575105c5428 07:45:03 ---> 9596aa5967d9 07:45:03 Step 20/22 : LABEL arch=x86_64 07:45:03 ---> Running in e3885bc335a3 07:45:03 Removing intermediate container e3885bc335a3 07:45:03 ---> a3c0ed85435e 07:45:03 Step 21/22 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:45:03 ---> Running in b3684435aedf 07:45:04 Removing intermediate container b3684435aedf 07:45:04 ---> 7c95eb531e29 07:45:04 Step 22/22 : LABEL version=2.0.0-dev.79 07:45:04 ---> Running in 0deac6ffa50b 07:45:05 Removing intermediate container 0deac6ffa50b 07:45:05 ---> b42e079274b7 07:45:05 07:45:05 Successfully built b42e079274b7 07:45:05 Successfully tagged docker-support-notifications-go:latest 07:45:05 Removing intermediate container 746c2f011b32 07:45:05 ---> 91b2224e8e63 07:45:05 07:45:05 Step 10/21 : FROM alpine:3.12 07:45:05 3.12: Pulling from library/alpine 07:45:06 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:45:06 Status: Downloaded newer image for alpine:3.12 07:45:06 ---> afeebe901d6b 07:45:06 Step 11/21 : RUN apk add --update --no-cache curl 07:45:06 ---> Running in 4fc6599dbd81 07:45:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:45:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:45:09 (1/4) Installing ca-certificates (20191127-r4) 07:45:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:45:09 (3/4) Installing libcurl (7.69.1-r3) 07:45:09 (4/4) Installing curl (7.69.1-r3) 07:45:09 Executing busybox-1.31.1-r19.trigger 07:45:09 Executing ca-certificates-20191127-r4.trigger 07:45:10 OK: 7 MiB in 18 packages 07:45:11  Building docker-support-notifications-go ... done Removing intermediate container 09df9d8f8aa7 07:45:11 ---> b6348c5228d2 07:45:11 07:45:11 Step 10/23 : FROM alpine:3.12 07:45:11 ---> 389fef711851 07:45:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:45:11 ---> Running in 367296b4ff48 07:45:11 Removing intermediate container 367296b4ff48 07:45:11 ---> c7bf79ad35ca 07:45:11 Step 12/23 : ENV APP_PORT=48080 07:45:11 ---> Running in 847e7c271b58 07:45:11 Removing intermediate container 847e7c271b58 07:45:11 ---> 2377be3be9ef 07:45:11 Step 13/23 : EXPOSE $APP_PORT 07:45:11 ---> Running in 5cc9621ebc37 07:45:11 Removing intermediate container 5cc9621ebc37 07:45:11 ---> 939e0d6cc8de 07:45:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:12 ---> Running in 6fd8ab965b7d 07:45:12 Removing intermediate container 6fd8ab965b7d 07:45:12 ---> a1cf8c31970d 07:45:12 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:45:12 Removing intermediate container 4fc6599dbd81 07:45:12 ---> 87caa4bfdf73 07:45:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:45:13 ---> Running in f25f93e11e55 07:45:13 ---> Running in 94bd33758ade 07:45:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:13 Removing intermediate container 94bd33758ade 07:45:13 ---> 9cdc39dc75ed 07:45:13 Step 13/21 : WORKDIR /edgex 07:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:14 ---> Running in 12712b95d718 07:45:15 (1/6) Installing dumb-init (1.2.2-r1) 07:45:15 (2/6) Installing libgcc (9.3.0-r2) 07:45:15 (3/6) Installing libsodium (1.0.18-r0) 07:45:16 (4/6) Installing libstdc++ (9.3.0-r2) 07:45:17 (5/6) Installing libzmq (4.3.3-r0) 07:45:17 (6/6) Installing zeromq (4.3.3-r0) 07:45:17 Executing busybox-1.31.1-r19.trigger 07:45:17 OK: 8 MiB in 20 packages 07:45:18 Removing intermediate container f25f93e11e55 07:45:18 ---> afac67f52d56 07:45:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:18 ---> 487de5918002 07:45:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:45:18 Removing intermediate container 12712b95d718 07:45:18 ---> 545329ab5fd1 07:45:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:45:19 ---> 79341f928de3 07:45:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:45:19 ---> f394e4e3aa9a 07:45:19 Step 19/23 : ENTRYPOINT ["/core-data"] 07:45:19 ---> Running in 6a9a6460e68f 07:45:19 Removing intermediate container 6a9a6460e68f 07:45:19 ---> 0cf5e43ca97e 07:45:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:45:19 ---> Running in eb5d85238763 07:45:19 Removing intermediate container eb5d85238763 07:45:19 ---> f2567fb6f399 07:45:19 Step 21/23 : LABEL arch=x86_64 07:45:19 ---> Running in adab06aebfeb 07:45:20 Removing intermediate container adab06aebfeb 07:45:20 ---> e22955feac40 07:45:20 Step 22/23 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:45:20 ---> Running in 3393714c14a5 07:45:20 ---> a9717af30358 07:45:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:45:20 Removing intermediate container 3393714c14a5 07:45:20 ---> 3ca2c3e612c0 07:45:20 Step 23/23 : LABEL version=2.0.0-dev.79 07:45:20 ---> Running in 2ed09cf285ce 07:45:20 Removing intermediate container 2ed09cf285ce 07:45:20 ---> d6b1950701f1 07:45:20 07:45:20 Successfully built d6b1950701f1 07:45:20 Successfully tagged docker-core-data-go:latest 07:45:21  Building docker-core-data-go ... done  [Pipeline] } 07:45:21 $ docker stop --time=1 7f3d97bd145efbfca4591f96990aa92acdc102af05a5b7751da194799ef5e5ef 07:45:23 $ docker rm -f 7f3d97bd145efbfca4591f96990aa92acdc102af05a5b7751da194799ef5e5ef [Pipeline] // withDockerContainer [Pipeline] sh 07:45:23 + docker images 07:45:23 + grep docker 07:45:23 Removing intermediate container 5bdd4af20581 07:45:23 ---> f1c17ddef1ab 07:45:23 07:45:23 Step 10/31 : FROM alpine:3.12 07:45:23 ---> afeebe901d6b 07:45:23 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:45:23 ---> 9b39e3f825b7 07:45:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:45:23 docker-core-data-go latest d6b1950701f1 3 seconds ago 22.3MB 07:45:23 docker-support-notifications-go latest b42e079274b7 19 seconds ago 17.5MB 07:45:23 docker-sys-mgmt-agent-go latest 24e1ccaa5ca4 27 seconds ago 313MB 07:45:23 docker-core-metadata-go latest 7ceec714a993 28 seconds ago 18.8MB 07:45:23 docker-support-scheduler-go latest 245535c9643e 53 seconds ago 17MB 07:45:23 docker-security-bootstrapper-go latest 0ce27b09865b About a minute ago 23.8MB 07:45:23 docker-security-secretstore-setup-go latest c37ba05b2daa 2 minutes ago 24.6MB 07:45:23 docker-core-command-go latest a21538a24a4c 2 minutes ago 16.9MB 07:45:23 docker-security-proxy-setup-go latest 74e0ccf0f042 2 minutes ago 24.4MB 07:45:23 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv 07:45:23 Removing intermediate container f02df6e84ae6 07:45:23 ---> cc16517895ab 07:45:23 07:45:23 Step 10/22 : FROM alpine:3.12 07:45:23 ---> afeebe901d6b 07:45:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:45:23 Removing intermediate container 14872c93e1d3 07:45:23 ---> c04139f653c9 07:45:23 07:45:23 Step 10/23 : FROM alpine:3.12 07:45:23 ---> afeebe901d6b 07:45:23 Step 11/23 : RUN apk add --update --no-cache dumb-init [Pipeline] } [Pipeline] // script [Pipeline] } 07:45:24 Removing intermediate container 5e70d0636f7b 07:45:24 ---> 0fe23d77e350 07:45:24 07:45:24 Step 10/22 : FROM alpine:3.12 07:45:24 ---> afeebe901d6b 07:45:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:45:24 ---> Running in 2d9fe15c872f [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:45:24 provisioning config files... 07:45:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/344@tmp/config5394809795440487508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:45:24 ---> Running in 13e0df24dd83 07:45:24 ---> Running in 06f19dfed181 07:45:24 ---> Running in 3679c4df5a20 07:45:24 ---> docker-login.sh 07:45:24 nexus3.edgexfoundry.org:10001 07:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:25 Removing intermediate container 2d9fe15c872f 07:45:25 ---> 72f0d07485fd 07:45:25 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:45:25 ---> 4a271f8748cc 07:45:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:25 Configure a credential helper to remove this warning. See 07:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:25 07:45:25 Login Succeeded 07:45:25 nexus3.edgexfoundry.org:10002 07:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:25 Configure a credential helper to remove this warning. See 07:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:25 07:45:25 Login Succeeded 07:45:25 nexus3.edgexfoundry.org:10003 07:45:25 ---> Running in 7ddb3df979cc 07:45:25 ---> Running in fd386c372ef0 07:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:25 Configure a credential helper to remove this warning. See 07:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:25 07:45:25 Login Succeeded 07:45:25 nexus3.edgexfoundry.org:10004 07:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:25 Configure a credential helper to remove this warning. See 07:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:25 07:45:25 Login Succeeded 07:45:25 docker.io 07:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:26 Removing intermediate container fd386c372ef0 07:45:26 ---> 964fb2f48216 07:45:26 Step 18/21 : CMD ["--init=true"] 07:45:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:26 Configure a credential helper to remove this warning. See 07:45:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:26 07:45:26 Login Succeeded 07:45:26 ---> docker-login.sh ends [Pipeline] } 07:45:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:26 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 07:45:26 261101cd65b57382b3139275d947e2afb77006cd 07:45:26 2.0.0-dev.79 07:45:26 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:26 master 07:45:26 ===================================================== 07:45:26 ---> Running in a50f4095c7c4 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:26 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:45:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:45:27 426a5fe0bd03: Preparing 07:45:27 9e16c8f7a5eb: Preparing 07:45:27 0531cce58656: Preparing 07:45:27 34587414e1d3: Preparing 07:45:27 777b2c648970: Preparing 07:45:27 777b2c648970: Layer already exists 07:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:45:27 Removing intermediate container a50f4095c7c4 07:45:27 ---> 178ba0e0a594 07:45:27 Step 19/21 : LABEL arch=arm64 07:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:45:27 34587414e1d3: Pushed 07:45:27 0531cce58656: Pushed 07:45:27 426a5fe0bd03: Pushed 07:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:45:27 ---> Running in 1a93b622508e 07:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:45:28 Removing intermediate container 1a93b622508e 07:45:28 ---> edb0aa52c71b 07:45:28 Step 20/21 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:45:28 (1/1) Installing dumb-init (1.2.2-r1) 07:45:28 Executing busybox-1.31.1-r19.trigger 07:45:28 OK: 5 MiB in 15 packages 07:45:28 (1/2) Installing ca-certificates (20191127-r4) 07:45:28 9e16c8f7a5eb: Pushed 07:45:28 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:8f51875768b1293ed316f84487a14cc2c56f54d2bf7b2c598868485ed6fa9d03 size: 1363 [Pipeline] isUnix 07:45:28 (1/2) Installing dumb-init (1.2.2-r1) 07:45:28 ---> Running in 501f4ce98945 07:45:28 (2/2) Installing su-exec (0.2-r1) 07:45:28 Executing busybox-1.31.1-r19.trigger 07:45:28 (2/2) Installing dumb-init (1.2.2-r1) 07:45:28 Executing busybox-1.31.1-r19.trigger 07:45:28 (1/1) Installing dumb-init (1.2.2-r1) 07:45:28 OK: 5 MiB in 16 packages 07:45:28 Executing busybox-1.31.1-r19.trigger 07:45:28 Executing ca-certificates-20191127-r4.trigger 07:45:28 OK: 5 MiB in 15 packages [Pipeline] sh 07:45:28 OK: 6 MiB in 16 packages 07:45:28 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.79 07:45:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:45:29 426a5fe0bd03: Preparing 07:45:29 9e16c8f7a5eb: Preparing 07:45:29 0531cce58656: Preparing 07:45:29 34587414e1d3: Preparing 07:45:29 777b2c648970: Preparing 07:45:29 9e16c8f7a5eb: Layer already exists 07:45:29 0531cce58656: Layer already exists 07:45:29 426a5fe0bd03: Layer already exists 07:45:29 34587414e1d3: Layer already exists 07:45:29 777b2c648970: Layer already exists 07:45:29 2.0.0-dev.79: digest: sha256:8f51875768b1293ed316f84487a14cc2c56f54d2bf7b2c598868485ed6fa9d03 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:45:29 Removing intermediate container 501f4ce98945 07:45:29 ---> 74fc872d905f 07:45:29 Step 21/21 : LABEL version=2.0.0-dev.79 07:45:29 ---> Running in f8e5306413b6 07:45:29 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:45:29 426a5fe0bd03: Preparing 07:45:29 9e16c8f7a5eb: Preparing 07:45:29 0531cce58656: Preparing 07:45:29 34587414e1d3: Preparing 07:45:29 777b2c648970: Preparing 07:45:29 34587414e1d3: Layer already exists 07:45:29 426a5fe0bd03: Layer already exists 07:45:29 777b2c648970: Layer already exists 07:45:29 0531cce58656: Layer already exists 07:45:29 9e16c8f7a5eb: Layer already exists 07:45:29 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:8f51875768b1293ed316f84487a14cc2c56f54d2bf7b2c598868485ed6fa9d03 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:45:29 Removing intermediate container f8e5306413b6 07:45:29 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 07:45:30 ---> 4ad39ecbf8b4 07:45:30 07:45:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 07:45:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:45:30 426a5fe0bd03: Preparing 07:45:30 9e16c8f7a5eb: Preparing 07:45:30 0531cce58656: Preparing 07:45:30 34587414e1d3: Preparing 07:45:30 777b2c648970: Preparing 07:45:30 9e16c8f7a5eb: Layer already exists 07:45:30 0531cce58656: Layer already exists 07:45:30 34587414e1d3: Layer already exists 07:45:30 426a5fe0bd03: Layer already exists 07:45:30 777b2c648970: Layer already exists 07:45:30 master: digest: sha256:8f51875768b1293ed316f84487a14cc2c56f54d2bf7b2c598868485ed6fa9d03 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:30 ===================================================== 07:45:30 Removing intermediate container 13e0df24dd83 07:45:30 ---> cd94261299b6 07:45:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:45:30 Removing intermediate container 06f19dfed181 07:45:30 ---> 06db72b7fd9d 07:45:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:45:30 Successfully built 4ad39ecbf8b4 [Pipeline] echo 07:45:30 taggedImages: 07:45:30 - nexus3.edgexfoundry.org:10004/docker-core-command-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:30 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.79 07:45:30 - nexus3.edgexfoundry.org:10004/docker-core-command-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:30 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 07:45:30 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 07:45:30 261101cd65b57382b3139275d947e2afb77006cd 07:45:30 2.0.0-dev.79 07:45:30 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:30 master 07:45:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 07:45:30 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:45:30  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 07:45:30 Removing intermediate container 7ddb3df979cc 07:45:30 ---> 97bc5ea575b9 07:45:30 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:45:30 ---> Running in 1085ab36d889 07:45:30 ---> Running in b69e3addb70b [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:31 ---> Running in 596abc904010 07:45:31 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:45:31 Removing intermediate container 3679c4df5a20 07:45:31 ---> 7d06aebea9d1 07:45:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:45:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:45:31 9c6a2fbe4813: Preparing 07:45:31 db77636f0c07: Preparing 07:45:31 0531cce58656: Preparing 07:45:31 913ac33b4361: Preparing 07:45:31 ff98d1838229: Preparing 07:45:31 777b2c648970: Preparing 07:45:31 777b2c648970: Waiting 07:45:31 ---> Running in e15fcd9e214e 07:45:31 Removing intermediate container 1085ab36d889 07:45:31 ---> 4576f6eaae8f 07:45:31 Step 13/22 : ENV APP_PORT=48085 07:45:31 Removing intermediate container b69e3addb70b 07:45:31 ---> b99cbb3cdfdf 07:45:31 Step 13/23 : ENV APP_PORT=48082 07:45:31 Removing intermediate container 596abc904010 07:45:31 ---> 4d28f4453d61 07:45:31 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:45:31 ---> Running in 0bdf8316b46b 07:45:31 ---> Running in 1f267e151756 07:45:31 0531cce58656: Layer already exists 07:45:31 777b2c648970: Layer already exists 07:45:31 ff98d1838229: Pushed 07:45:31 9c6a2fbe4813: Pushed 07:45:31 913ac33b4361: Pushed 07:45:32 ---> Running in 84fce88b8c11 07:45:32 Removing intermediate container e15fcd9e214e 07:45:32 ---> d5af6f3f7ddb 07:45:32 Step 13/22 : ENV APP_PORT=48060 07:45:32 Removing intermediate container 0bdf8316b46b 07:45:32 ---> 66de4fe30288 07:45:32 Step 14/22 : EXPOSE $APP_PORT 07:45:32 ---> Running in e2a4b09ff234 07:45:32 Removing intermediate container 1f267e151756 07:45:32 ---> 13ad3d8bc5e7 07:45:32 Step 14/23 : EXPOSE $APP_PORT 07:45:33 Removing intermediate container 84fce88b8c11 07:45:33 ---> 3f317b66bb7b 07:45:33 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:45:33 ---> Running in 6a9c0ca8b86d 07:45:33 db77636f0c07: Pushed 07:45:33 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:e2d81af6b89a3d11fded5cf7a38260ca1eef9c116d5df5201c440471f2ab769d size: 1572 [Pipeline] isUnix [Pipeline] sh 07:45:33 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:33 ---> Running in 2ddd64818cde 07:45:33 ---> Running in 3b8d081e755a 07:45:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.79 07:45:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:45:33 9c6a2fbe4813: Preparing 07:45:33 db77636f0c07: Preparing 07:45:33 0531cce58656: Preparing 07:45:33 913ac33b4361: Preparing 07:45:33 ff98d1838229: Preparing 07:45:33 777b2c648970: Preparing 07:45:33 777b2c648970: Waiting 07:45:33 0531cce58656: Layer already exists 07:45:33 9c6a2fbe4813: Layer already exists 07:45:33 ff98d1838229: Layer already exists 07:45:33 db77636f0c07: Layer already exists 07:45:33 913ac33b4361: Layer already exists 07:45:33 777b2c648970: Layer already exists 07:45:33 2.0.0-dev.79: digest: sha256:e2d81af6b89a3d11fded5cf7a38260ca1eef9c116d5df5201c440471f2ab769d size: 1572 [Pipeline] isUnix [Pipeline] sh 07:45:34 Removing intermediate container e2a4b09ff234 07:45:34 ---> 0888fcda12a3 07:45:34 Step 14/22 : EXPOSE $APP_PORT 07:45:34 Removing intermediate container 6a9c0ca8b86d 07:45:34 ---> a59e76152b99 07:45:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:34 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:34 ---> Running in 9a88e488e655 07:45:34 Removing intermediate container 2ddd64818cde 07:45:34 ---> 3bb045f1e93e 07:45:34 Step 15/23 : WORKDIR / 07:45:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:45:34 9c6a2fbe4813: Preparing 07:45:34 db77636f0c07: Preparing 07:45:34 0531cce58656: Preparing 07:45:34 913ac33b4361: Preparing 07:45:34 ff98d1838229: Preparing 07:45:34 777b2c648970: Preparing 07:45:34 777b2c648970: Waiting 07:45:34 9c6a2fbe4813: Layer already exists 07:45:34 db77636f0c07: Layer already exists 07:45:34 0531cce58656: Layer already exists 07:45:34 ff98d1838229: Layer already exists 07:45:34 913ac33b4361: Layer already exists 07:45:34 777b2c648970: Layer already exists 07:45:34 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:e2d81af6b89a3d11fded5cf7a38260ca1eef9c116d5df5201c440471f2ab769d size: 1572 [Pipeline] isUnix [Pipeline] sh 07:45:34 ---> Running in 5ccf48057df5 07:45:34 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 07:45:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 07:45:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:45:35 9c6a2fbe4813: Preparing 07:45:35 db77636f0c07: Preparing 07:45:35 0531cce58656: Preparing 07:45:35 913ac33b4361: Preparing 07:45:35 ff98d1838229: Preparing 07:45:35 777b2c648970: Preparing 07:45:35 777b2c648970: Waiting 07:45:35 9c6a2fbe4813: Layer already exists 07:45:35 0531cce58656: Layer already exists 07:45:35 913ac33b4361: Layer already exists 07:45:35 db77636f0c07: Layer already exists 07:45:35 ff98d1838229: Layer already exists 07:45:35 777b2c648970: Layer already exists 07:45:35 master: digest: sha256:e2d81af6b89a3d11fded5cf7a38260ca1eef9c116d5df5201c440471f2ab769d size: 1572 [Pipeline] } 07:45:35 Removing intermediate container 9a88e488e655 07:45:35 ---> 1d617b195e03 07:45:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:35 Removing intermediate container 5ccf48057df5 07:45:35 ---> 067013e03927 07:45:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:35 ---> 4fd0dd1eafd6 07:45:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:35 ===================================================== [Pipeline] echo 07:45:35 taggedImages: 07:45:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.79 07:45:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 07:45:35 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 07:45:35 261101cd65b57382b3139275d947e2afb77006cd 07:45:35 2.0.0-dev.79 07:45:35 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:35 master 07:45:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:35 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:45:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:45:36 34df51ab1e2c: Preparing 07:45:36 8fdf9d349c83: Preparing 07:45:36 0531cce58656: Preparing 07:45:36 34587414e1d3: Preparing 07:45:36 777b2c648970: Preparing 07:45:36 34587414e1d3: Layer already exists 07:45:36 777b2c648970: Layer already exists 07:45:36 0531cce58656: Layer already exists 07:45:36 34df51ab1e2c: Pushed 07:45:36 ---> 33e38da30f47 07:45:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:45:36 ---> c303d2c486c0 07:45:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:45:37 ---> 356856e0a068 07:45:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:45:37 Removing intermediate container 3b8d081e755a 07:45:37 ---> c6f0ad13089e 07:45:37 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 07:45:37 8fdf9d349c83: Pushed 07:45:37 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:d5f776b2c99870d7069ea4e92459c4f6fc36313651271d06ce3c07f822c04743 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:45:38 ---> Running in 2290dbf822f3 07:45:38 ---> 817ecccf255c 07:45:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:45:38 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.79 07:45:38 ---> f9fca10bfb21 07:45:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:45:38 ---> b01394d01482 07:45:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:45:39 Removing intermediate container 2290dbf822f3 07:45:39 ---> d86c02642b01 07:45:39 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [Pipeline] isUnix [Pipeline] sh 07:45:39 ---> Running in ccbfc3f4cb86 07:45:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.79 07:45:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:45:39 34df51ab1e2c: Preparing 07:45:39 8fdf9d349c83: Preparing 07:45:39 0531cce58656: Preparing 07:45:39 34587414e1d3: Preparing 07:45:39 777b2c648970: Preparing 07:45:39 0531cce58656: Layer already exists 07:45:39 777b2c648970: Layer already exists 07:45:39 34df51ab1e2c: Layer already exists 07:45:39 8fdf9d349c83: Layer already exists 07:45:39 34587414e1d3: Layer already exists 07:45:39 2.0.0-dev.79: digest: sha256:d5f776b2c99870d7069ea4e92459c4f6fc36313651271d06ce3c07f822c04743 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:45:39 ---> 0b10d7414895 07:45:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:45:39 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:45:40 34df51ab1e2c: Preparing 07:45:40 8fdf9d349c83: Preparing 07:45:40 0531cce58656: Preparing 07:45:40 34587414e1d3: Preparing 07:45:40 777b2c648970: Preparing 07:45:40 34df51ab1e2c: Layer already exists 07:45:40 777b2c648970: Layer already exists 07:45:40 8fdf9d349c83: Layer already exists 07:45:40 34587414e1d3: Layer already exists 07:45:40 0531cce58656: Layer already exists 07:45:40 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:d5f776b2c99870d7069ea4e92459c4f6fc36313651271d06ce3c07f822c04743 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:45:40 ---> ed958985e006 07:45:40 Step 19/23 : ENTRYPOINT ["/core-command"] 07:45:40 ---> Running in 7f23e5a5aeb5 07:45:40 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 07:45:40 Removing intermediate container ccbfc3f4cb86 07:45:40 ---> d132426802a4 07:45:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:45:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 07:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:45:40 34df51ab1e2c: Preparing 07:45:40 8fdf9d349c83: Preparing 07:45:40 0531cce58656: Preparing 07:45:40 34587414e1d3: Preparing 07:45:40 777b2c648970: Preparing 07:45:40 777b2c648970: Layer already exists 07:45:40 0531cce58656: Layer already exists 07:45:40 8fdf9d349c83: Layer already exists 07:45:40 34df51ab1e2c: Layer already exists 07:45:40 34587414e1d3: Layer already exists 07:45:40 master: digest: sha256:d5f776b2c99870d7069ea4e92459c4f6fc36313651271d06ce3c07f822c04743 size: 1363 [Pipeline] } 07:45:40 ---> da5a70e8ba7d 07:45:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:41 ===================================================== [Pipeline] echo 07:45:41 taggedImages: 07:45:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.79 07:45:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 07:45:41 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 07:45:41 261101cd65b57382b3139275d947e2afb77006cd 07:45:41 2.0.0-dev.79 07:45:41 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:41 master 07:45:41 ===================================================== 07:45:41 ---> Running in ae44b54baac8 07:45:41 ---> Running in 9dc09ceb0a55 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:41 ---> Running in 195054842dd9 07:45:41 Removing intermediate container 7f23e5a5aeb5 07:45:41 ---> 25ad9b1a5a62 07:45:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:45:41 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:45:41 ---> Running in 9f1a44f928ff 07:45:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 07:45:41 a4b40fb1ad9f: Preparing 07:45:41 a4b40fb1ad9f: Preparing 07:45:41 cc0ba4f0e814: Preparing 07:45:41 83abb2175e9e: Preparing 07:45:41 c16442d413e3: Preparing 07:45:41 283a2d6a4baf: Preparing 07:45:41 0531cce58656: Preparing 07:45:41 9980a5d5ad18: Preparing 07:45:41 9980a5d5ad18: Preparing 07:45:41 7abffe5c0c33: Preparing 07:45:41 1f52b44b93ea: Preparing 07:45:41 777b2c648970: Preparing 07:45:41 9980a5d5ad18: Waiting 07:45:41 7abffe5c0c33: Waiting 07:45:41 1f52b44b93ea: Waiting 07:45:41 777b2c648970: Waiting 07:45:41 0531cce58656: Waiting 07:45:41 Removing intermediate container ae44b54baac8 07:45:41 ---> 11a3d2c86c0e 07:45:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:45:41 Removing intermediate container 9dc09ceb0a55 07:45:41 ---> 68e84278a23a 07:45:41 Step 20/22 : LABEL arch=arm64 07:45:42 cc0ba4f0e814: Pushed 07:45:42 c16442d413e3: Pushed 07:45:42 a4b40fb1ad9f: Pushed 07:45:42 0531cce58656: Layer already exists 07:45:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:45:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:45:42 ---> bce6fde00beb 07:45:42 Step 3/23 : WORKDIR /edgex-go 07:45:42 ---> Using cache 07:45:42 ---> 8702341f8dca 07:45:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:42 ---> Using cache 07:45:42 ---> 656988728c81 07:45:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:45:42 ---> Running in 6086ce6a8d42 07:45:42 ---> Running in e122ad067911 07:45:42 1f52b44b93ea: Pushed 07:45:42 9980a5d5ad18: Pushed 07:45:42 7abffe5c0c33: Pushed 07:45:42 777b2c648970: Layer already exists 07:45:42 ---> Running in 19f57e702f8e 07:45:42 Removing intermediate container 9f1a44f928ff 07:45:42 ---> 606e793e239e 07:45:42 Step 20/22 : LABEL arch=arm64 07:45:42 ---> Running in 896efa1af976 07:45:43 83abb2175e9e: Pushed 07:45:43 283a2d6a4baf: Pushed 07:45:43 Removing intermediate container 6086ce6a8d42 07:45:43 Removing intermediate container e122ad067911 07:45:43 ---> f637793167dd 07:45:43 Step 21/23 : LABEL arch=arm64 ---> d7b312e3bacd 07:45:43 07:45:43 Step 21/22 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:45:43 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:d0ebc8c969f8de427849b93bd439e300f50e4cb345edd7f29982e90fee50f8a5 size: 2820 [Pipeline] isUnix [Pipeline] sh 07:45:43 ---> Running in 1a709bcec2a8 07:45:43 ---> Running in 7b6938e01452 07:45:43 Removing intermediate container 896efa1af976 07:45:43 ---> db9cc731e654 07:45:43 Step 21/22 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:45:43 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.79 07:45:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 07:45:43 a4b40fb1ad9f: Preparing 07:45:43 a4b40fb1ad9f: Preparing 07:45:43 cc0ba4f0e814: Preparing 07:45:43 83abb2175e9e: Preparing 07:45:43 c16442d413e3: Preparing 07:45:43 283a2d6a4baf: Preparing 07:45:43 0531cce58656: Preparing 07:45:43 9980a5d5ad18: Preparing 07:45:43 9980a5d5ad18: Preparing 07:45:43 7abffe5c0c33: Preparing 07:45:43 1f52b44b93ea: Preparing 07:45:43 777b2c648970: Preparing 07:45:43 0531cce58656: Waiting 07:45:43 1f52b44b93ea: Waiting 07:45:43 777b2c648970: Waiting 07:45:43 9980a5d5ad18: Waiting 07:45:43 7abffe5c0c33: Waiting 07:45:43 83abb2175e9e: Layer already exists 07:45:43 cc0ba4f0e814: Layer already exists 07:45:43 c16442d413e3: Layer already exists 07:45:43 a4b40fb1ad9f: Layer already exists 07:45:43 283a2d6a4baf: Layer already exists 07:45:43 0531cce58656: Layer already exists 07:45:43 9980a5d5ad18: Layer already exists 07:45:43 7abffe5c0c33: Layer already exists 07:45:43 1f52b44b93ea: Layer already exists 07:45:43 777b2c648970: Layer already exists 07:45:43 2.0.0-dev.79: digest: sha256:d0ebc8c969f8de427849b93bd439e300f50e4cb345edd7f29982e90fee50f8a5 size: 2820 [Pipeline] isUnix [Pipeline] sh 07:45:44 ---> Running in 11b3c9cb32f5 07:45:44 Removing intermediate container 7b6938e01452 07:45:44 ---> 8668c0417000 07:45:44 Removing intermediate container 1a709bcec2a8 07:45:44 ---> a4ed4e5e4e7a 07:45:44 Step 22/22 : LABEL version=2.0.0-dev.79 07:45:44 Step 22/23 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:45:44 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:45:44 ---> Running in 08f1c4c3c405 07:45:44 ---> Running in d11856e985f0 07:45:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 07:45:44 a4b40fb1ad9f: Preparing 07:45:44 a4b40fb1ad9f: Preparing 07:45:44 cc0ba4f0e814: Preparing 07:45:44 83abb2175e9e: Preparing 07:45:44 c16442d413e3: Preparing 07:45:44 283a2d6a4baf: Preparing 07:45:44 0531cce58656: Preparing 07:45:44 9980a5d5ad18: Preparing 07:45:44 9980a5d5ad18: Preparing 07:45:44 7abffe5c0c33: Preparing 07:45:44 1f52b44b93ea: Preparing 07:45:44 777b2c648970: Preparing 07:45:44 0531cce58656: Waiting 07:45:44 9980a5d5ad18: Waiting 07:45:44 777b2c648970: Waiting 07:45:44 1f52b44b93ea: Waiting 07:45:44 a4b40fb1ad9f: Layer already exists 07:45:44 83abb2175e9e: Layer already exists 07:45:44 c16442d413e3: Layer already exists 07:45:44 283a2d6a4baf: Layer already exists 07:45:44 cc0ba4f0e814: Layer already exists 07:45:44 0531cce58656: Layer already exists 07:45:44 1f52b44b93ea: Layer already exists 07:45:44 777b2c648970: Layer already exists 07:45:44 9980a5d5ad18: Layer already exists 07:45:44 7abffe5c0c33: Layer already exists 07:45:44 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:d0ebc8c969f8de427849b93bd439e300f50e4cb345edd7f29982e90fee50f8a5 size: 2820 [Pipeline] isUnix [Pipeline] sh 07:45:44 Removing intermediate container 11b3c9cb32f5 07:45:44 ---> 1800a84f0712 07:45:44 Step 22/22 : LABEL version=2.0.0-dev.79 07:45:44 Removing intermediate container 195054842dd9 07:45:44 ---> 0e8240f90760 07:45:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:44 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 07:45:44 ---> Running in 4fcbbf044212 07:45:44 Removing intermediate container d11856e985f0 07:45:44 ---> bee5dc27e32b 07:45:44 Step 23/23 : LABEL version=2.0.0-dev.79 07:45:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 07:45:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 07:45:45 a4b40fb1ad9f: Preparing 07:45:45 a4b40fb1ad9f: Preparing 07:45:45 cc0ba4f0e814: Preparing 07:45:45 83abb2175e9e: Preparing 07:45:45 c16442d413e3: Preparing 07:45:45 283a2d6a4baf: Preparing 07:45:45 0531cce58656: Preparing 07:45:45 9980a5d5ad18: Preparing 07:45:45 9980a5d5ad18: Preparing 07:45:45 7abffe5c0c33: Preparing 07:45:45 1f52b44b93ea: Preparing 07:45:45 777b2c648970: Preparing 07:45:45 1f52b44b93ea: Waiting 07:45:45 0531cce58656: Waiting 07:45:45 9980a5d5ad18: Waiting 07:45:45 7abffe5c0c33: Waiting 07:45:45 777b2c648970: Waiting 07:45:45 83abb2175e9e: Layer already exists 07:45:45 a4b40fb1ad9f: Layer already exists 07:45:45 cc0ba4f0e814: Layer already exists 07:45:45 283a2d6a4baf: Layer already exists 07:45:45 c16442d413e3: Layer already exists 07:45:45 0531cce58656: Layer already exists 07:45:45 1f52b44b93ea: Layer already exists 07:45:45 9980a5d5ad18: Layer already exists 07:45:45 777b2c648970: Layer already exists 07:45:45 7abffe5c0c33: Layer already exists 07:45:45 master: digest: sha256:d0ebc8c969f8de427849b93bd439e300f50e4cb345edd7f29982e90fee50f8a5 size: 2820 [Pipeline] } 07:45:45 Removing intermediate container 08f1c4c3c405 07:45:45 ---> 284b1f9f2890 07:45:45 07:45:45 ---> Running in 74c82f823fdb [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:45 ===================================================== [Pipeline] echo 07:45:45 taggedImages: 07:45:45 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:45 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.79 07:45:45 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:45 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 07:45:45 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 07:45:45 261101cd65b57382b3139275d947e2afb77006cd 07:45:45 2.0.0-dev.79 07:45:45 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:45 master 07:45:45 ===================================================== 07:45:45 Removing intermediate container 4fcbbf044212 07:45:45 ---> 2b0c4b0ff500 07:45:45 07:45:45 Successfully built 284b1f9f2890 07:45:45 Successfully tagged docker-support-scheduler-go-arm64:latest 07:45:45  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:45:45 ---> c393ddda3582 07:45:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:45:45 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:45:45 Successfully built 2b0c4b0ff500 07:45:45 Successfully tagged docker-support-notifications-go-arm64:latest 07:45:45  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 07:45:45 Removing intermediate container 74c82f823fdb 07:45:45 ---> 95966b56e719 07:45:45 07:45:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:45:46 974662f9a9a3: Preparing 07:45:46 6e33661b7cf5: Preparing 07:45:46 c16fe74ac238: Preparing 07:45:46 d03aa513d36e: Preparing 07:45:46 875070e05a61: Preparing 07:45:46 777b2c648970: Preparing 07:45:46 777b2c648970: Waiting 07:45:46 Successfully built 95966b56e719 07:45:46 Successfully tagged docker-core-command-go-arm64:latest 07:45:46  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 07:45:46 d03aa513d36e: Pushed 07:45:46 c16fe74ac238: Pushed 07:45:46 777b2c648970: Layer already exists 07:45:46 875070e05a61: Pushed 07:45:46 OK: 217 MiB in 51 packages 07:45:47 ---> 8e47190b7806 07:45:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:45:47 974662f9a9a3: Pushed 07:45:47 6e33661b7cf5: Pushed 07:45:47 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:a84fd599ee1dedacf46f6fccaddbcf06e9f2118e4a34bdf3846c652215b6e491 size: 1574 [Pipeline] isUnix [Pipeline] sh 07:45:47 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.79 07:45:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:45:47 974662f9a9a3: Preparing 07:45:47 6e33661b7cf5: Preparing 07:45:47 c16fe74ac238: Preparing 07:45:47 d03aa513d36e: Preparing 07:45:47 875070e05a61: Preparing 07:45:47 777b2c648970: Preparing 07:45:47 777b2c648970: Waiting 07:45:47 875070e05a61: Layer already exists 07:45:47 974662f9a9a3: Layer already exists 07:45:47 6e33661b7cf5: Layer already exists 07:45:47 d03aa513d36e: Layer already exists 07:45:47 c16fe74ac238: Layer already exists 07:45:47 777b2c648970: Layer already exists 07:45:47 2.0.0-dev.79: digest: sha256:a84fd599ee1dedacf46f6fccaddbcf06e9f2118e4a34bdf3846c652215b6e491 size: 1574 [Pipeline] isUnix [Pipeline] sh 07:45:48 ---> 0e3e303b8998 07:45:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:45:48 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:48 Removing intermediate container 19f57e702f8e 07:45:48 ---> d57fa7608744 07:45:48 Step 6/23 : COPY go.mod . 07:45:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:45:48 974662f9a9a3: Preparing 07:45:48 6e33661b7cf5: Preparing 07:45:48 c16fe74ac238: Preparing 07:45:48 d03aa513d36e: Preparing 07:45:48 875070e05a61: Preparing 07:45:48 777b2c648970: Preparing 07:45:48 777b2c648970: Waiting 07:45:48 974662f9a9a3: Layer already exists 07:45:48 875070e05a61: Layer already exists 07:45:48 d03aa513d36e: Layer already exists 07:45:48 6e33661b7cf5: Layer already exists 07:45:48 c16fe74ac238: Layer already exists 07:45:48 777b2c648970: Layer already exists 07:45:48 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:a84fd599ee1dedacf46f6fccaddbcf06e9f2118e4a34bdf3846c652215b6e491 size: 1574 [Pipeline] isUnix [Pipeline] sh 07:45:48 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 07:45:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 07:45:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:45:49 974662f9a9a3: Preparing 07:45:49 6e33661b7cf5: Preparing 07:45:49 c16fe74ac238: Preparing 07:45:49 d03aa513d36e: Preparing 07:45:49 875070e05a61: Preparing 07:45:49 777b2c648970: Preparing 07:45:49 777b2c648970: Waiting 07:45:49 6e33661b7cf5: Layer already exists 07:45:49 875070e05a61: Layer already exists 07:45:49 c16fe74ac238: Layer already exists 07:45:49 d03aa513d36e: Layer already exists 07:45:49 974662f9a9a3: Layer already exists 07:45:49 777b2c648970: Layer already exists 07:45:49 ---> e94f3cfc0167 07:45:49 Step 7/23 : RUN go mod download 07:45:49 master: digest: sha256:a84fd599ee1dedacf46f6fccaddbcf06e9f2118e4a34bdf3846c652215b6e491 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:49 ===================================================== [Pipeline] echo 07:45:49 taggedImages: 07:45:49 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:49 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.79 07:45:49 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:49 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 07:45:49 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 07:45:49 261101cd65b57382b3139275d947e2afb77006cd 07:45:49 2.0.0-dev.79 07:45:49 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:49 master 07:45:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:50 ---> f9d933c25ddb 07:45:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:45:50 ---> Running in 437ce81c9245 07:45:50 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:45:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:45:50 f844aa11712f: Preparing 07:45:50 8f1a69b6965e: Preparing 07:45:50 910c70b1f680: Preparing 07:45:50 5e5065bad4d1: Preparing 07:45:50 641c91cb54a9: Preparing 07:45:50 4b245cf9c0e0: Preparing 07:45:50 3c7f359176d4: Preparing 07:45:50 b84657a2a53b: Preparing 07:45:50 777b2c648970: Preparing 07:45:50 4b245cf9c0e0: Waiting 07:45:50 3c7f359176d4: Waiting 07:45:50 b84657a2a53b: Waiting 07:45:50 777b2c648970: Waiting 07:45:50 641c91cb54a9: Pushed 07:45:50 f844aa11712f: Pushed 07:45:50 8f1a69b6965e: Pushed 07:45:50 4b245cf9c0e0: Pushed 07:45:50 3c7f359176d4: Pushed 07:45:50 777b2c648970: Layer already exists 07:45:51 b84657a2a53b: Pushed 07:45:51 910c70b1f680: Pushed 07:45:51 5e5065bad4d1: Pushed 07:45:51 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:322b4a61bbf2a591cd408ed92d3ab24203bc398510d6f117bc1f3df5a2b962a4 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:45:52 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.79 07:45:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:45:52 f844aa11712f: Preparing 07:45:52 8f1a69b6965e: Preparing 07:45:52 910c70b1f680: Preparing 07:45:52 5e5065bad4d1: Preparing 07:45:52 641c91cb54a9: Preparing 07:45:52 4b245cf9c0e0: Preparing 07:45:52 3c7f359176d4: Preparing 07:45:52 b84657a2a53b: Preparing 07:45:52 777b2c648970: Preparing 07:45:52 3c7f359176d4: Waiting 07:45:52 4b245cf9c0e0: Waiting 07:45:52 b84657a2a53b: Waiting 07:45:52 777b2c648970: Waiting 07:45:52 5e5065bad4d1: Layer already exists 07:45:52 8f1a69b6965e: Layer already exists 07:45:52 f844aa11712f: Layer already exists 07:45:52 910c70b1f680: Layer already exists 07:45:52 641c91cb54a9: Layer already exists 07:45:52 3c7f359176d4: Layer already exists 07:45:52 4b245cf9c0e0: Layer already exists 07:45:52 777b2c648970: Layer already exists 07:45:52 b84657a2a53b: Layer already exists 07:45:52 2.0.0-dev.79: digest: sha256:322b4a61bbf2a591cd408ed92d3ab24203bc398510d6f117bc1f3df5a2b962a4 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:45:52 ---> b69ce9f4f558 07:45:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 07:45:52 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:52 ---> Running in c3f476a03d46 07:45:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:45:52 f844aa11712f: Preparing 07:45:52 8f1a69b6965e: Preparing 07:45:52 910c70b1f680: Preparing 07:45:52 5e5065bad4d1: Preparing 07:45:52 641c91cb54a9: Preparing 07:45:52 4b245cf9c0e0: Preparing 07:45:52 3c7f359176d4: Preparing 07:45:52 b84657a2a53b: Preparing 07:45:52 777b2c648970: Preparing 07:45:52 4b245cf9c0e0: Waiting 07:45:52 3c7f359176d4: Waiting 07:45:52 b84657a2a53b: Waiting 07:45:52 777b2c648970: Waiting 07:45:52 8f1a69b6965e: Layer already exists 07:45:52 910c70b1f680: Layer already exists 07:45:52 641c91cb54a9: Layer already exists 07:45:52 5e5065bad4d1: Layer already exists 07:45:52 f844aa11712f: Layer already exists 07:45:52 b84657a2a53b: Layer already exists 07:45:52 4b245cf9c0e0: Layer already exists 07:45:52 3c7f359176d4: Layer already exists 07:45:52 777b2c648970: Layer already exists 07:45:52 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:322b4a61bbf2a591cd408ed92d3ab24203bc398510d6f117bc1f3df5a2b962a4 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:45:53 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 07:45:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 07:45:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:45:53 f844aa11712f: Preparing 07:45:53 8f1a69b6965e: Preparing 07:45:53 910c70b1f680: Preparing 07:45:53 5e5065bad4d1: Preparing 07:45:53 641c91cb54a9: Preparing 07:45:53 4b245cf9c0e0: Preparing 07:45:53 3c7f359176d4: Preparing 07:45:53 b84657a2a53b: Preparing 07:45:53 777b2c648970: Preparing 07:45:53 3c7f359176d4: Waiting 07:45:53 b84657a2a53b: Waiting 07:45:53 777b2c648970: Waiting 07:45:53 4b245cf9c0e0: Waiting 07:45:53 8f1a69b6965e: Layer already exists 07:45:53 641c91cb54a9: Layer already exists 07:45:53 910c70b1f680: Layer already exists 07:45:53 5e5065bad4d1: Layer already exists 07:45:53 f844aa11712f: Layer already exists 07:45:53 b84657a2a53b: Layer already exists 07:45:53 3c7f359176d4: Layer already exists 07:45:53 777b2c648970: Layer already exists 07:45:53 4b245cf9c0e0: Layer already exists 07:45:53 master: digest: sha256:322b4a61bbf2a591cd408ed92d3ab24203bc398510d6f117bc1f3df5a2b962a4 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:53 ===================================================== [Pipeline] echo 07:45:53 taggedImages: 07:45:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.79 07:45:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:53 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 07:45:53 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 07:45:53 261101cd65b57382b3139275d947e2afb77006cd 07:45:53 2.0.0-dev.79 07:45:53 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:53 master 07:45:53 ===================================================== [Pipeline] withEnv [Pipeline] { 07:45:53 Removing intermediate container c3f476a03d46 07:45:53 ---> 9eca9cfcfe12 07:45:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:54 Removing intermediate container 437ce81c9245 07:45:54 ---> b9a65401580e 07:45:54 Step 8/23 : COPY . . 07:45:54 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:45:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:45:54 64a3f178bee1: Preparing 07:45:54 d13b21e2a3fb: Preparing 07:45:54 0531cce58656: Preparing 07:45:54 2e28d6cc4e4c: Preparing 07:45:54 777b2c648970: Preparing 07:45:54 777b2c648970: Layer already exists 07:45:54 0531cce58656: Layer already exists 07:45:54 64a3f178bee1: Pushed 07:45:54 ---> cf2d0b19fb03 07:45:54 Step 26/31 : RUN chmod +x /entrypoint.sh 07:45:54 2e28d6cc4e4c: Pushed 07:45:55 ---> Running in 175d5a466c89 07:45:55 d13b21e2a3fb: Pushed 07:45:55 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:43b50615ab25883280cc3b1bfdfdf7a20c816798c0db7176a65fac3f69773399 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:45:56 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.79 07:45:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:45:56 64a3f178bee1: Preparing 07:45:56 d13b21e2a3fb: Preparing 07:45:56 0531cce58656: Preparing 07:45:56 2e28d6cc4e4c: Preparing 07:45:56 777b2c648970: Preparing 07:45:56 64a3f178bee1: Layer already exists 07:45:56 777b2c648970: Layer already exists 07:45:56 0531cce58656: Layer already exists 07:45:56 2e28d6cc4e4c: Layer already exists 07:45:56 d13b21e2a3fb: Layer already exists 07:45:56 2.0.0-dev.79: digest: sha256:43b50615ab25883280cc3b1bfdfdf7a20c816798c0db7176a65fac3f69773399 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:45:56 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:45:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:45:57 64a3f178bee1: Preparing 07:45:57 d13b21e2a3fb: Preparing 07:45:57 0531cce58656: Preparing 07:45:57 2e28d6cc4e4c: Preparing 07:45:57 777b2c648970: Preparing 07:45:57 64a3f178bee1: Layer already exists 07:45:57 777b2c648970: Layer already exists 07:45:57 2e28d6cc4e4c: Layer already exists 07:45:57 d13b21e2a3fb: Layer already exists 07:45:57 0531cce58656: Layer already exists 07:45:57 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:43b50615ab25883280cc3b1bfdfdf7a20c816798c0db7176a65fac3f69773399 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:45:57 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 07:45:57 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 07:45:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:45:57 64a3f178bee1: Preparing 07:45:57 d13b21e2a3fb: Preparing 07:45:57 0531cce58656: Preparing 07:45:57 2e28d6cc4e4c: Preparing 07:45:57 777b2c648970: Preparing 07:45:57 0531cce58656: Layer already exists 07:45:57 d13b21e2a3fb: Layer already exists 07:45:57 777b2c648970: Layer already exists 07:45:57 2e28d6cc4e4c: Layer already exists 07:45:57 64a3f178bee1: Layer already exists 07:45:57 master: digest: sha256:43b50615ab25883280cc3b1bfdfdf7a20c816798c0db7176a65fac3f69773399 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:57 ===================================================== [Pipeline] echo 07:45:57 taggedImages: 07:45:57 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:57 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.79 07:45:57 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:57 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 07:45:57 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 07:45:57 261101cd65b57382b3139275d947e2afb77006cd 07:45:57 2.0.0-dev.79 07:45:57 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:45:57 master 07:45:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:58 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:45:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:261101cd65b57382b3139275d947e2afb77006cd 07:45:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:45:58 6881b45bc6e0: Preparing 07:45:58 521fc279a563: Preparing 07:45:58 0531cce58656: Preparing 07:45:58 34587414e1d3: Preparing 07:45:58 777b2c648970: Preparing 07:45:58 0531cce58656: Layer already exists 07:45:58 34587414e1d3: Layer already exists 07:45:58 777b2c648970: Layer already exists 07:45:59 6881b45bc6e0: Pushed 07:45:59 Removing intermediate container 175d5a466c89 07:45:59 ---> 5627691c934f 07:45:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:45:59 ---> Running in 851e64a269d1 07:46:00 521fc279a563: Pushed 07:46:00 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:00efb4b2fd7707e85d1f85bed250d32041777e1dbdc69428746cf0cf7bdf314b size: 1363 [Pipeline] isUnix [Pipeline] sh 07:46:00 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.79 07:46:00 Removing intermediate container 851e64a269d1 07:46:00 ---> 3b3e7c2e9736 07:46:00 Step 28/31 : CMD ["gate"] [Pipeline] isUnix [Pipeline] sh 07:46:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.79 07:46:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:46:00 6881b45bc6e0: Preparing 07:46:00 521fc279a563: Preparing 07:46:00 0531cce58656: Preparing 07:46:00 34587414e1d3: Preparing 07:46:00 777b2c648970: Preparing 07:46:00 0531cce58656: Layer already exists 07:46:00 777b2c648970: Layer already exists 07:46:00 6881b45bc6e0: Layer already exists 07:46:00 521fc279a563: Layer already exists 07:46:00 34587414e1d3: Layer already exists 07:46:00 2.0.0-dev.79: digest: sha256:00efb4b2fd7707e85d1f85bed250d32041777e1dbdc69428746cf0cf7bdf314b size: 1363 [Pipeline] isUnix [Pipeline] sh 07:46:00 ---> Running in ae8ae6179669 07:46:00 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:46:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:46:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:46:01 6881b45bc6e0: Preparing 07:46:01 521fc279a563: Preparing 07:46:01 0531cce58656: Preparing 07:46:01 34587414e1d3: Preparing 07:46:01 777b2c648970: Preparing 07:46:01 0531cce58656: Layer already exists 07:46:01 34587414e1d3: Layer already exists 07:46:01 521fc279a563: Layer already exists 07:46:01 6881b45bc6e0: Layer already exists 07:46:01 777b2c648970: Layer already exists 07:46:01 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:00efb4b2fd7707e85d1f85bed250d32041777e1dbdc69428746cf0cf7bdf314b size: 1363 [Pipeline] isUnix [Pipeline] sh 07:46:01 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 07:46:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 07:46:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:46:01 6881b45bc6e0: Preparing 07:46:01 521fc279a563: Preparing 07:46:01 0531cce58656: Preparing 07:46:01 34587414e1d3: Preparing 07:46:01 777b2c648970: Preparing 07:46:01 777b2c648970: Layer already exists 07:46:01 0531cce58656: Layer already exists 07:46:01 521fc279a563: Layer already exists 07:46:01 6881b45bc6e0: Layer already exists 07:46:01 34587414e1d3: Layer already exists 07:46:01 master: digest: sha256:00efb4b2fd7707e85d1f85bed250d32041777e1dbdc69428746cf0cf7bdf314b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry 07:46:01 Removing intermediate container ae8ae6179669 07:46:01 ---> cee740652a07 07:46:01 Step 29/31 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:02 ===================================================== [Pipeline] echo 07:46:02 taggedImages: 07:46:02 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:261101cd65b57382b3139275d947e2afb77006cd 07:46:02 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.79 07:46:02 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:46:02 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 07:46:02 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 07:46:02 261101cd65b57382b3139275d947e2afb77006cd 07:46:02 2.0.0-dev.79 07:46:02 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:46:02 master 07:46:02 ===================================================== 07:46:02 ---> Running in 09f1bd86ba6a [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:46:02 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:46:03 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:261101cd65b57382b3139275d947e2afb77006cd 07:46:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:46:03 3eea4f3b9e62: Preparing 07:46:03 e70c43c78e8b: Preparing 07:46:03 66712bc578a8: Preparing 07:46:03 80f02e6bc4f2: Preparing 07:46:03 b1da49e94495: Preparing 07:46:03 91b26aaac059: Preparing 07:46:03 ce4225731524: Preparing 07:46:03 0754057c0ad3: Preparing 07:46:03 998cdf262ab1: Preparing 07:46:03 02e56110abd2: Preparing 07:46:03 abc36efb885a: Preparing 07:46:03 b0b09059f4e1: Preparing 07:46:03 bb961f40224b: Preparing 07:46:03 f4666769fca7: Preparing 07:46:03 91b26aaac059: Waiting 07:46:03 ce4225731524: Waiting 07:46:03 02e56110abd2: Waiting 07:46:03 abc36efb885a: Waiting 07:46:03 b0b09059f4e1: Waiting 07:46:03 bb961f40224b: Waiting 07:46:03 0754057c0ad3: Waiting 07:46:03 f4666769fca7: Waiting 07:46:03 998cdf262ab1: Waiting 07:46:03 Removing intermediate container 09f1bd86ba6a 07:46:03 ---> 07e59a42c3f2 07:46:03 Step 30/31 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:46:03 b1da49e94495: Pushed 07:46:03 3eea4f3b9e62: Pushed 07:46:03 ---> aceda4bad241 07:46:03 Step 9/23 : RUN make cmd/core-data/core-data 07:46:03 80f02e6bc4f2: Pushed 07:46:03 0754057c0ad3: Layer already exists 07:46:03 998cdf262ab1: Layer already exists 07:46:03 02e56110abd2: Layer already exists 07:46:03 abc36efb885a: Layer already exists 07:46:03 ---> Running in dbee44d602b8 07:46:03 ce4225731524: Pushed 07:46:03 b0b09059f4e1: Layer already exists 07:46:03 bb961f40224b: Layer already exists 07:46:03 f4666769fca7: Layer already exists 07:46:04 ---> Running in 8e05be8eda4d 07:46:04 91b26aaac059: Pushed 07:46:04 e70c43c78e8b: Pushed 07:46:04 Removing intermediate container dbee44d602b8 07:46:04 ---> 87c49df949dc 07:46:04 Step 31/31 : LABEL version=2.0.0-dev.79 07:46:06 ---> Running in 5223c815d35e 07:46:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/core-data/core-data ./cmd/core-data 07:46:07 Removing intermediate container 5223c815d35e 07:46:07 ---> 8ef7da40a68d 07:46:07 07:46:07 Successfully built 8ef7da40a68d 07:46:07 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:46:12 66712bc578a8: Pushed 07:46:12 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:76267ae9d0993c9ba0e4650500ef88479ef9f2799dee07e2c35b752d5e982f76 size: 3252 [Pipeline] isUnix [Pipeline] sh 07:46:13 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:46:13 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.79 07:46:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:46:14 3eea4f3b9e62: Preparing 07:46:14 e70c43c78e8b: Preparing 07:46:14 66712bc578a8: Preparing 07:46:14 80f02e6bc4f2: Preparing 07:46:14 b1da49e94495: Preparing 07:46:14 91b26aaac059: Preparing 07:46:14 ce4225731524: Preparing 07:46:14 0754057c0ad3: Preparing 07:46:14 998cdf262ab1: Preparing 07:46:14 02e56110abd2: Preparing 07:46:14 abc36efb885a: Preparing 07:46:14 b0b09059f4e1: Preparing 07:46:14 bb961f40224b: Preparing 07:46:14 f4666769fca7: Preparing 07:46:14 02e56110abd2: Waiting 07:46:14 abc36efb885a: Waiting 07:46:14 b0b09059f4e1: Waiting 07:46:14 bb961f40224b: Waiting 07:46:14 f4666769fca7: Waiting 07:46:14 91b26aaac059: Waiting 07:46:14 ce4225731524: Waiting 07:46:14 0754057c0ad3: Waiting 07:46:14 998cdf262ab1: Waiting 07:46:14 b1da49e94495: Layer already exists 07:46:14 66712bc578a8: Layer already exists 07:46:14 80f02e6bc4f2: Layer already exists 07:46:14 3eea4f3b9e62: Layer already exists 07:46:14 e70c43c78e8b: Layer already exists 07:46:14 ce4225731524: Layer already exists 07:46:14 91b26aaac059: Layer already exists 07:46:14 998cdf262ab1: Layer already exists 07:46:14 0754057c0ad3: Layer already exists 07:46:14 02e56110abd2: Layer already exists 07:46:14 abc36efb885a: Layer already exists 07:46:14 b0b09059f4e1: Layer already exists 07:46:14 bb961f40224b: Layer already exists 07:46:14 f4666769fca7: Layer already exists 07:46:14 2.0.0-dev.79: digest: sha256:76267ae9d0993c9ba0e4650500ef88479ef9f2799dee07e2c35b752d5e982f76 size: 3252 [Pipeline] isUnix [Pipeline] sh 07:46:14 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:46:15 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:46:15 3eea4f3b9e62: Preparing 07:46:15 e70c43c78e8b: Preparing 07:46:15 66712bc578a8: Preparing 07:46:15 80f02e6bc4f2: Preparing 07:46:15 b1da49e94495: Preparing 07:46:15 91b26aaac059: Preparing 07:46:15 ce4225731524: Preparing 07:46:15 0754057c0ad3: Preparing 07:46:15 998cdf262ab1: Preparing 07:46:15 02e56110abd2: Preparing 07:46:15 abc36efb885a: Preparing 07:46:15 b0b09059f4e1: Preparing 07:46:15 bb961f40224b: Preparing 07:46:15 f4666769fca7: Preparing 07:46:15 91b26aaac059: Waiting 07:46:15 ce4225731524: Waiting 07:46:15 0754057c0ad3: Waiting 07:46:15 998cdf262ab1: Waiting 07:46:15 02e56110abd2: Waiting 07:46:15 abc36efb885a: Waiting 07:46:15 b0b09059f4e1: Waiting 07:46:15 bb961f40224b: Waiting 07:46:15 f4666769fca7: Waiting 07:46:15 80f02e6bc4f2: Layer already exists 07:46:15 b1da49e94495: Layer already exists 07:46:15 3eea4f3b9e62: Layer already exists 07:46:15 e70c43c78e8b: Layer already exists 07:46:15 66712bc578a8: Layer already exists 07:46:15 0754057c0ad3: Layer already exists 07:46:15 998cdf262ab1: Layer already exists 07:46:15 91b26aaac059: Layer already exists 07:46:15 02e56110abd2: Layer already exists 07:46:15 ce4225731524: Layer already exists 07:46:15 abc36efb885a: Layer already exists 07:46:15 bb961f40224b: Layer already exists 07:46:15 b0b09059f4e1: Layer already exists 07:46:15 f4666769fca7: Layer already exists 07:46:15 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:76267ae9d0993c9ba0e4650500ef88479ef9f2799dee07e2c35b752d5e982f76 size: 3252 [Pipeline] isUnix [Pipeline] sh 07:46:15 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 07:46:15 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 07:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:46:15 3eea4f3b9e62: Preparing 07:46:15 e70c43c78e8b: Preparing 07:46:15 66712bc578a8: Preparing 07:46:15 80f02e6bc4f2: Preparing 07:46:15 b1da49e94495: Preparing 07:46:15 91b26aaac059: Preparing 07:46:15 ce4225731524: Preparing 07:46:15 0754057c0ad3: Preparing 07:46:15 998cdf262ab1: Preparing 07:46:15 02e56110abd2: Preparing 07:46:15 abc36efb885a: Preparing 07:46:15 b0b09059f4e1: Preparing 07:46:15 bb961f40224b: Preparing 07:46:15 f4666769fca7: Preparing 07:46:15 998cdf262ab1: Waiting 07:46:15 02e56110abd2: Waiting 07:46:15 abc36efb885a: Waiting 07:46:15 b0b09059f4e1: Waiting 07:46:15 bb961f40224b: Waiting 07:46:15 91b26aaac059: Waiting 07:46:15 f4666769fca7: Waiting 07:46:15 ce4225731524: Waiting 07:46:15 0754057c0ad3: Waiting 07:46:15 b1da49e94495: Layer already exists 07:46:15 3eea4f3b9e62: Layer already exists 07:46:15 e70c43c78e8b: Layer already exists 07:46:15 66712bc578a8: Layer already exists 07:46:15 80f02e6bc4f2: Layer already exists 07:46:15 91b26aaac059: Layer already exists 07:46:15 ce4225731524: Layer already exists 07:46:15 02e56110abd2: Layer already exists 07:46:15 998cdf262ab1: Layer already exists 07:46:15 0754057c0ad3: Layer already exists 07:46:15 abc36efb885a: Layer already exists 07:46:15 b0b09059f4e1: Layer already exists 07:46:15 f4666769fca7: Layer already exists 07:46:15 bb961f40224b: Layer already exists 07:46:16 master: digest: sha256:76267ae9d0993c9ba0e4650500ef88479ef9f2799dee07e2c35b752d5e982f76 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:16 ===================================================== 07:46:16  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:46:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:46:16 ---> bce6fde00beb 07:46:16 Step 3/23 : WORKDIR /edgex-go 07:46:16 ---> Using cache 07:46:16 ---> 8702341f8dca 07:46:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:46:16 ---> Using cache 07:46:16 ---> 656988728c81 07:46:16 Step 5/23 : RUN apk add --update --no-cache make git 07:46:16 ---> Using cache 07:46:16 ---> e61cac1dc40a 07:46:16 Step 6/23 : COPY go.mod . 07:46:16 ---> Using cache 07:46:16 ---> 7caffd1848a2 07:46:16 Step 7/23 : RUN go mod download 07:46:16 ---> Using cache 07:46:16 ---> d5bb2c53f670 07:46:16 Step 8/23 : COPY . . 07:46:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:46:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:46:16 ---> bce6fde00beb 07:46:16 Step 3/26 : WORKDIR /edgex-go 07:46:16 ---> Using cache 07:46:16 ---> 8702341f8dca 07:46:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:46:16 ---> Using cache 07:46:16 ---> 656988728c81 07:46:16 Step 5/26 : RUN apk add --update --no-cache make bash git 07:46:16 ---> Using cache 07:46:16 ---> 92974568eec5 07:46:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:46:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:46:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:46:16 ---> bce6fde00beb 07:46:16 Step 3/24 : WORKDIR /edgex-go 07:46:16 ---> Using cache 07:46:16 ---> 8702341f8dca 07:46:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:46:16 ---> Using cache 07:46:16 ---> 656988728c81 07:46:16 Step 5/24 : RUN apk add --update --no-cache make git 07:46:16 ---> Using cache 07:46:16 ---> e61cac1dc40a 07:46:16 Step 6/24 : COPY go.mod . 07:46:16 ---> Using cache 07:46:16 ---> 7caffd1848a2 07:46:16 Step 7/24 : RUN go mod download 07:46:16 ---> Using cache 07:46:16 ---> d5bb2c53f670 07:46:16 Step 8/24 : COPY . . 07:46:16 ---> Using cache 07:46:16 ---> 92974568eec5 07:46:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] echo 07:46:16 taggedImages: 07:46:16 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:261101cd65b57382b3139275d947e2afb77006cd 07:46:16 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.79 07:46:16 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:46:16 - 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] } 07:46:17 ---> Running in 5f674be40379 07:46:17 ---> Running in 12fd9b412c80 07:46:17 ---> Running in 198db82bd13d 07:46:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:46:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:46:21 OK: 217 MiB in 51 packages 07:46:23 Removing intermediate container 12fd9b412c80 07:46:23 ---> 3a4ba746a309 07:46:23 Step 6/26 : COPY go.mod . 07:46:24 ---> 617fa0304f52 07:46:24 Step 7/26 : RUN go mod download 07:46:24 ---> Running in 2ba4fa573711 07:46:29 Removing intermediate container 2ba4fa573711 07:46:29 ---> 68664ed6d4bb 07:46:29 Step 8/26 : COPY . . 07:46:42 ---> 0b69ded57e3e 07:46:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:46:42 ---> Running in 773a3b87bfef 07:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:47:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:47:49 Removing intermediate container 198db82bd13d 07:47:49 ---> 555491620663 07:47:49 07:47:49 Step 10/24 : FROM alpine:3.12 07:47:49 ---> afeebe901d6b 07:47:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:47:49 ---> Running in 5c06a9168a59 07:47:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:47:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:47:51 (1/5) Installing ca-certificates (20191127-r4) 07:47:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:47:51 (3/5) Installing libcurl (7.69.1-r3) 07:47:51 (4/5) Installing curl (7.69.1-r3) 07:47:51 (5/5) Installing dumb-init (1.2.2-r1) 07:47:51 Executing busybox-1.31.1-r19.trigger 07:47:52 Executing ca-certificates-20191127-r4.trigger 07:47:52 OK: 7 MiB in 19 packages 07:47:55 Removing intermediate container 5c06a9168a59 07:47:55 ---> 21851bf790e1 07:47:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:47:56 ---> Running in 572259234dd3 07:47:57 Removing intermediate container 572259234dd3 07:47:57 ---> 3836881de757 07:47:57 Step 13/24 : WORKDIR / 07:47:58 ---> Running in 9e48a0fd6817 07:47:59 Removing intermediate container 8e05be8eda4d 07:47:59 ---> 331eb5458b3b 07:47:59 07:47:59 Step 10/23 : FROM alpine:3.12 07:47:59 ---> afeebe901d6b 07:47:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:47:59 Removing intermediate container 9e48a0fd6817 07:47:59 ---> abb7731d1451 07:47:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:47:59 ---> Running in 05c8d925afee 07:48:00 Removing intermediate container 05c8d925afee 07:48:00 ---> 8b7d549a02c2 07:48:00 Step 12/23 : ENV APP_PORT=48080 07:48:00 ---> f90b7e5adbdf 07:48:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:48:00 ---> Running in 78262882f979 07:48:01 Removing intermediate container 78262882f979 07:48:01 ---> c8ca2ef5522f 07:48:01 Step 13/23 : EXPOSE $APP_PORT 07:48:01 ---> Running in 36904287e2d0 07:48:01 ---> 93b26820816a 07:48:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:48:02 Removing intermediate container 36904287e2d0 07:48:02 ---> d408ba0a378a 07:48:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:48:02 ---> Running in 0bbbd52551ad 07:48:02 ---> c9496e93ec64 07:48:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:48:04 ---> 851136cb80e6 07:48:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:48:05 Removing intermediate container 0bbbd52551ad 07:48:05 ---> 3205d5ca3e87 07:48:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:48:06 ---> Running in cc7a275407e5 07:48:06 ---> 58755b79d951 07:48:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:48:07 ---> 751735dc2db7 07:48:07 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/ 07:48:07 Removing intermediate container 773a3b87bfef 07:48:07 ---> 2ede229a2667 07:48:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:48:07 ---> Running in 037bc1777458 07:48:07 ---> Running in d391a0442ce3 07:48:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:48:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:48:09 (1/6) Installing dumb-init (1.2.2-r1) 07:48:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.79" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:48:09 (2/6) Installing libgcc (9.3.0-r2) 07:48:09 (3/6) Installing libsodium (1.0.18-r0) 07:48:10 (4/6) Installing libstdc++ (9.3.0-r2) 07:48:10 (5/6) Installing libzmq (4.3.3-r0) 07:48:10 (6/6) Installing zeromq (4.3.3-r0) 07:48:10 Executing busybox-1.31.1-r19.trigger 07:48:10 OK: 8 MiB in 20 packages 07:48:10 Removing intermediate container 5f674be40379 07:48:10 ---> fa14640ddab1 07:48:10 07:48:10 Step 10/23 : FROM alpine:3.12 07:48:10 ---> afeebe901d6b 07:48:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:48:10 ---> Using cache 07:48:10 ---> cd94261299b6 07:48:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:48:10 ---> Using cache 07:48:10 ---> 4576f6eaae8f 07:48:10 Step 13/23 : ENV APP_PORT=48081 07:48:11 ---> Running in c7c3773d218f 07:48:11 Removing intermediate container d391a0442ce3 07:48:11 ---> 30ce1c88e899 07:48:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:48:11 Removing intermediate container c7c3773d218f 07:48:11 ---> ee71a19f5740 07:48:11 Step 14/23 : EXPOSE $APP_PORT 07:48:12 ---> Running in 1cada84734e7 07:48:12 ---> Running in 874f90e83b66 07:48:12 Removing intermediate container cc7a275407e5 07:48:12 ---> f92ef92f3f4c 07:48:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:12 Removing intermediate container 1cada84734e7 07:48:12 ---> d5ab6abedf5c 07:48:12 Step 22/24 : LABEL arch=arm64 07:48:12 Removing intermediate container 874f90e83b66 07:48:12 ---> 6fc004a292ca 07:48:12 Step 15/23 : WORKDIR / 07:48:12 ---> Running in bd47e7f55b7f 07:48:13 ---> Running in b98f935aed93 07:48:13 Removing intermediate container 037bc1777458 07:48:13 ---> 4824bfbb4d79 07:48:13 07:48:13 Step 11/26 : FROM docker:20.10.0 07:48:13 ---> 4a7ea254a10b 07:48:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:48:13 20.10.0: Pulling from library/docker 07:48:13 Removing intermediate container bd47e7f55b7f 07:48:13 ---> 0287e7308dc6 07:48:13 Step 23/24 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:48:13 Removing intermediate container b98f935aed93 07:48:13 ---> fa9e2c9cc22b 07:48:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:13 ---> Running in b79e14673690 07:48:14 Removing intermediate container b79e14673690 07:48:14 ---> 66ab0bb00f2f 07:48:14 Step 24/24 : LABEL version=2.0.0-dev.79 07:48:15 ---> Running in 7fb2fba430f2 07:48:15 ---> effe6736a1e4 07:48:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:48:15 ---> 67fc69e73185 07:48:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:48:16 Removing intermediate container 7fb2fba430f2 07:48:16 ---> 3d4407c134f3 07:48:16 07:48:16 ---> ac40d1588586 07:48:16 Step 19/23 : ENTRYPOINT ["/core-data"] 07:48:16 Successfully built 3d4407c134f3 07:48:16 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:48:16  Building docker-security-secretstore-setup-go ... done  ---> Running in ed980a0a2071 07:48:17 ---> ac0781aa8053 07:48:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:48:17 Removing intermediate container ed980a0a2071 07:48:17 ---> 031d071d5b19 07:48:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:48:18 ---> Running in ca6f6b94cf9a 07:48:18 ---> a4ed42499418 07:48:18 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:48:18 ---> Running in e2a23bfb16de 07:48:18 Removing intermediate container ca6f6b94cf9a 07:48:18 ---> f0b02323b1c0 07:48:18 Step 21/23 : LABEL arch=arm64 07:48:18 ---> Running in 555e75210c7b 07:48:19 Removing intermediate container e2a23bfb16de 07:48:19 ---> d54bd92e5832 07:48:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:48:19 ---> Running in c8ba43aeed27 07:48:19 Removing intermediate container 555e75210c7b 07:48:19 ---> c3a20f0b2201 07:48:19 Step 22/23 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:48:20 ---> Running in 6426ca08fdaa 07:48:20 Removing intermediate container c8ba43aeed27 07:48:20 ---> e56fd5f7ea01 07:48:20 Step 21/23 : LABEL arch=arm64 07:48:20 ---> Running in aee0430f355f 07:48:20 Removing intermediate container 6426ca08fdaa 07:48:20 ---> 5a33935565b4 07:48:20 Step 23/23 : LABEL version=2.0.0-dev.79 07:48:21 ---> Running in fbecd888541a 07:48:21 Removing intermediate container aee0430f355f 07:48:21 ---> f609fb71e37d 07:48:21 Step 22/23 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:48:21 ---> Running in 93a200993ba9 07:48:21 Removing intermediate container fbecd888541a 07:48:21 ---> 0f5232c1d572 07:48:21 07:48:22 Removing intermediate container 93a200993ba9 07:48:22 ---> 454367cf47a4 07:48:22 Step 23/23 : LABEL version=2.0.0-dev.79 07:48:22 Successfully built 0f5232c1d572 07:48:22 Successfully tagged docker-core-data-go-arm64:latest 07:48:22  Building docker-core-data-go ... done  ---> Running in 519a711e883a 07:48:22 Removing intermediate container 519a711e883a 07:48:22 ---> 27160e37a780 07:48:22 07:48:23 Successfully built 27160e37a780 07:48:23 Successfully tagged docker-core-metadata-go-arm64:latest 07:48:23  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:48:23 Status: Downloaded newer image for docker:20.10.0 07:48:23 ---> eeaf43b92773 07:48:23 Step 12/26 : RUN apk add --no-cache bash 07:48:23 ---> Running in d0a9c943bcb0 07:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:48:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:48:26 (1/2) Installing readline (8.0.4-r0) 07:48:26 (2/2) Installing bash (5.0.17-r0) 07:48:26 Executing bash-5.0.17-r0.post-install 07:48:26 Executing busybox-1.31.1-r19.trigger 07:48:26 OK: 12 MiB in 22 packages 07:48:27 Removing intermediate container d0a9c943bcb0 07:48:27 ---> 54b9e36d662b 07:48:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:48:27 ---> Running in ad97d7388f04 07:48:28 Removing intermediate container ad97d7388f04 07:48:28 ---> 8d102277a4a8 07:48:28 Step 14/26 : ENV APP_PORT=48090 07:48:28 ---> Running in 9c30428723ce 07:48:28 Removing intermediate container 9c30428723ce 07:48:28 ---> 3a97b98b1e5f 07:48:28 Step 15/26 : EXPOSE $APP_PORT 07:48:28 ---> Running in 6eb572f79fb4 07:48:29 Removing intermediate container 6eb572f79fb4 07:48:29 ---> 49be29fc027f 07:48:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:48:30 ---> 9a6aa60fc982 07:48:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:48:31 ---> 384120425f04 07:48:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:48:32 ---> e9b3dc417ec8 07:48:32 Step 19/26 : RUN apk --no-cache add py3-pip 07:48:32 ---> Running in f46d8f7ef1db 07:48:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:48:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:48:34 (1/33) Installing libbz2 (1.0.8-r1) 07:48:34 (2/33) Installing expat (2.2.9-r1) 07:48:34 (3/33) Installing libffi (3.3-r2) 07:48:34 (4/33) Installing gdbm (1.13-r1) 07:48:34 (5/33) Installing xz-libs (5.2.5-r0) 07:48:34 (6/33) Installing sqlite-libs (3.32.1-r0) 07:48:34 (7/33) Installing python3 (3.8.5-r0) 07:48:36 (8/33) Installing py3-appdirs (1.4.4-r1) 07:48:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:48:36 (10/33) Installing py3-parsing (2.4.7-r0) 07:48:36 (11/33) Installing py3-six (1.15.0-r0) 07:48:36 (12/33) Installing py3-packaging (20.4-r0) 07:48:36 (13/33) Installing py3-setuptools (47.0.0-r0) 07:48:36 (14/33) Installing py3-chardet (3.0.4-r4) 07:48:36 (15/33) Installing py3-idna (2.9-r0) 07:48:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:48:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:48:36 (18/33) Installing py3-requests (2.23.0-r0) 07:48:36 (19/33) Installing py3-msgpack (1.0.0-r0) 07:48:36 (20/33) Installing py3-lockfile (0.12.2-r3) 07:48:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:48:36 (22/33) Installing py3-colorama (0.4.3-r0) 07:48:36 (23/33) Installing py3-distlib (0.3.0-r0) 07:48:36 (24/33) Installing py3-distro (1.5.0-r1) 07:48:36 (25/33) Installing py3-webencodings (0.5.1-r3) 07:48:36 (26/33) Installing py3-html5lib (1.0.1-r4) 07:48:37 (27/33) Installing py3-pytoml (0.1.21-r0) 07:48:37 (28/33) Installing py3-pep517 (0.8.2-r0) 07:48:37 (29/33) Installing py3-progress (1.5-r0) 07:48:37 (30/33) Installing py3-toml (0.10.1-r0) 07:48:37 (31/33) Installing py3-retrying (1.3.3-r0) 07:48:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:48:37 (33/33) Installing py3-pip (20.1.1-r0) 07:48:37 Executing busybox-1.31.1-r19.trigger 07:48:37 OK: 71 MiB in 55 packages 07:48:44 Removing intermediate container f46d8f7ef1db 07:48:44 ---> 41f358bc5d9d 07:48:44 Step 20/26 : RUN pip install docker-compose==1.23.2 07:48:44 ---> Running in 8865c2eca86f 07:48:50 Collecting docker-compose==1.23.2 07:48:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:48:52 Collecting websocket-client<1.0,>=0.32.0 07:48:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:48:52 Collecting docopt<0.7,>=0.6.1 07:48:52 Downloading docopt-0.6.2.tar.gz (25 kB) 07:48:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:48:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:48:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:48:57 Collecting dockerpty<0.5,>=0.4.1 07:48:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:49:01 Collecting cached-property<2,>=1.2.0 07:49:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:49:01 Collecting texttable<0.10,>=0.9.0 07:49:01 Downloading texttable-0.9.1.tar.gz (11 kB) 07:49:04 Collecting jsonschema<3,>=2.5.1 07:49:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:49:05 Collecting docker<4.0,>=3.6.0 07:49:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:49:07 Collecting PyYAML<4,>=3.10 07:49:07 Downloading PyYAML-3.13.tar.gz (270 kB) 07:49:11 Collecting idna<2.8,>=2.5 07:49:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:49:11 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:49:11 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:49:12 Collecting urllib3<1.25,>=1.21.1 07:49:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:49:13 Collecting docker-pycreds>=0.4.0 07:49:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:49:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:49:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:49:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:49:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:49:14 Installing collected packages: websocket-client, docopt, idna, urllib3, requests, dockerpty, cached-property, texttable, jsonschema, docker-pycreds, docker, PyYAML, docker-compose 07:49:15 Running setup.py install for docopt: started 07:49:18 Running setup.py install for docopt: finished with status 'done' 07:49:18 Attempting uninstall: idna 07:49:18 Found existing installation: idna 2.9 07:49:18 Uninstalling idna-2.9: 07:49:18 Successfully uninstalled idna-2.9 07:49:19 Attempting uninstall: urllib3 07:49:19 Found existing installation: urllib3 1.25.9 07:49:19 Uninstalling urllib3-1.25.9: 07:49:19 Successfully uninstalled urllib3-1.25.9 07:49:20 Attempting uninstall: requests 07:49:20 Found existing installation: requests 2.23.0 07:49:20 Uninstalling requests-2.23.0: 07:49:20 Successfully uninstalled requests-2.23.0 07:49:20 Running setup.py install for dockerpty: started 07:49:23 Running setup.py install for dockerpty: finished with status 'done' 07:49:23 Running setup.py install for texttable: started 07:49:26 Running setup.py install for texttable: finished with status 'done' 07:49:27 Running setup.py install for PyYAML: started 07:49:30 Running setup.py install for PyYAML: finished with status 'done' 07:49:31 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 07:49:35 Removing intermediate container 8865c2eca86f 07:49:35 ---> 50f196e3a933 07:49:35 Step 21/26 : RUN apk --no-cache add curl 07:49:36 ---> Running in 458549381d93 07:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:49:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:49:38 (2/3) Installing libcurl (7.69.1-r3) 07:49:38 (3/3) Installing curl (7.69.1-r3) 07:49:38 Executing busybox-1.31.1-r19.trigger 07:49:38 OK: 71 MiB in 58 packages 07:49:39 Removing intermediate container 458549381d93 07:49:39 ---> 59587dbf747f 07:49:39 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:49:39 ---> Running in 8a4d38723f43 07:49:40 Removing intermediate container 8a4d38723f43 07:49:40 ---> 2c637984bd26 07:49:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:49:40 ---> Running in 57ee7175a0db 07:49:40 Removing intermediate container 57ee7175a0db 07:49:40 ---> 872be9ac7983 07:49:40 Step 24/26 : LABEL arch=arm64 07:49:41 ---> Running in 97f7a61b1bb2 07:49:41 Removing intermediate container 97f7a61b1bb2 07:49:41 ---> d7e583f60af3 07:49:41 Step 25/26 : LABEL git_sha=261101cd65b57382b3139275d947e2afb77006cd 07:49:41 ---> Running in 44680d3ef35c 07:49:42 Removing intermediate container 44680d3ef35c 07:49:42 ---> e092ae8199e6 07:49:42 Step 26/26 : LABEL version=2.0.0-dev.79 07:49:42 ---> Running in 630ec8b71c7c 07:49:42 Removing intermediate container 630ec8b71c7c 07:49:42 ---> fc1a9d1c3dca 07:49:42 07:49:43 Successfully built fc1a9d1c3dca 07:49:43 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:49:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:49:43 $ docker stop --time=1 0d9bfab86c6e6fdf9cde39fde3c36f1b13f56bd08f0736fe8297c85e55961326 07:49:45 $ docker rm -f 0d9bfab86c6e6fdf9cde39fde3c36f1b13f56bd08f0736fe8297c85e55961326 [Pipeline] // withDockerContainer [Pipeline] sh 07:49:46 + docker images 07:49:46 + grep docker 07:49:46 docker-sys-mgmt-agent-go-arm64 latest fc1a9d1c3dca 4 seconds ago 300MB 07:49:46 docker-core-metadata-go-arm64 latest 27160e37a780 About a minute ago 17.8MB 07:49:46 docker-core-data-go-arm64 latest 0f5232c1d572 About a minute ago 21MB 07:49:46 docker-security-secretstore-setup-go-arm64 latest 3d4407c134f3 About a minute ago 23.4MB 07:49:46 docker-security-bootstrapper-go-arm64 latest 8ef7da40a68d 3 minutes ago 22.6MB 07:49:46 docker-support-notifications-go-arm64 latest 2b0c4b0ff500 4 minutes ago 16.7MB 07:49:46 docker-core-command-go-arm64 latest 95966b56e719 4 minutes ago 16MB 07:49:46 docker-support-scheduler-go-arm64 latest 284b1f9f2890 4 minutes ago 16.1MB 07:49:46 docker-security-proxy-setup-go-arm64 latest 4ad39ecbf8b4 4 minutes ago 23.2MB 07:49:46 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 07:49:47 provisioning config files... 07:49:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/344@tmp/config6865130547335890202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:49:47 ---> docker-login.sh 07:49:47 nexus3.edgexfoundry.org:10001 07:49:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:48 Configure a credential helper to remove this warning. See 07:49:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:48 07:49:48 Login Succeeded 07:49:48 nexus3.edgexfoundry.org:10002 07:49:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:48 Configure a credential helper to remove this warning. See 07:49:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:48 07:49:48 Login Succeeded 07:49:48 nexus3.edgexfoundry.org:10003 07:49:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:49 Configure a credential helper to remove this warning. See 07:49:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:49 07:49:49 Login Succeeded 07:49:49 nexus3.edgexfoundry.org:10004 07:49:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:50 Configure a credential helper to remove this warning. See 07:49:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:50 07:49:50 Login Succeeded 07:49:50 docker.io 07:49:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:51 Configure a credential helper to remove this warning. See 07:49:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:51 07:49:51 Login Succeeded 07:49:51 ---> docker-login.sh ends [Pipeline] } 07:49:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:51 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 07:49:51 261101cd65b57382b3139275d947e2afb77006cd 07:49:51 2.0.0-dev.79 07:49:51 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:49:51 master 07:49:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:49:51 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:49:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:49:52 3a215d34b802: Preparing 07:49:52 ce43c0827960: Preparing 07:49:52 560daa9e08c6: Preparing 07:49:52 cc3c983d12e7: Preparing 07:49:52 379067d0cb53: Preparing 07:49:52 379067d0cb53: Layer already exists 07:49:52 560daa9e08c6: Pushed 07:49:52 3a215d34b802: Pushed 07:49:52 cc3c983d12e7: Pushed 07:49:55 ce43c0827960: Pushed 07:49:55 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:aea2954ab173a306c0efc6d54aec0a03aa1e84ae41de72c21840cda40d26dac1 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:49:56 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:49:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.79 07:49:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:49:56 3a215d34b802: Preparing 07:49:56 ce43c0827960: Preparing 07:49:56 560daa9e08c6: Preparing 07:49:56 cc3c983d12e7: Preparing 07:49:56 379067d0cb53: Preparing 07:49:56 379067d0cb53: Layer already exists 07:49:56 3a215d34b802: Layer already exists 07:49:56 560daa9e08c6: Layer already exists 07:49:56 ce43c0827960: Layer already exists 07:49:56 cc3c983d12e7: Layer already exists 07:49:56 2.0.0-dev.79: digest: sha256:aea2954ab173a306c0efc6d54aec0a03aa1e84ae41de72c21840cda40d26dac1 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:49:57 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:49:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:49:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:49:57 3a215d34b802: Preparing 07:49:57 ce43c0827960: Preparing 07:49:57 560daa9e08c6: Preparing 07:49:57 cc3c983d12e7: Preparing 07:49:57 379067d0cb53: Preparing 07:49:57 560daa9e08c6: Layer already exists 07:49:57 379067d0cb53: Layer already exists 07:49:57 3a215d34b802: Layer already exists 07:49:57 ce43c0827960: Layer already exists 07:49:57 cc3c983d12e7: Layer already exists 07:49:57 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:aea2954ab173a306c0efc6d54aec0a03aa1e84ae41de72c21840cda40d26dac1 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:49:58 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:49:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 07:49:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:49:58 3a215d34b802: Preparing 07:49:58 ce43c0827960: Preparing 07:49:58 560daa9e08c6: Preparing 07:49:58 cc3c983d12e7: Preparing 07:49:58 379067d0cb53: Preparing 07:49:58 ce43c0827960: Layer already exists 07:49:58 560daa9e08c6: Layer already exists 07:49:58 cc3c983d12e7: Layer already exists 07:49:58 379067d0cb53: Layer already exists 07:49:58 3a215d34b802: Layer already exists 07:49:58 master: digest: sha256:aea2954ab173a306c0efc6d54aec0a03aa1e84ae41de72c21840cda40d26dac1 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:58 ===================================================== [Pipeline] echo 07:49:58 taggedImages: 07:49:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:49:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.79 07:49:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:49:58 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 07:49:59 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 07:49:59 261101cd65b57382b3139275d947e2afb77006cd 07:49:59 2.0.0-dev.79 07:49:59 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:49:59 master 07:49:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:49:59 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:49:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:49:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:50:00 78e156b614f9: Preparing 07:50:00 d84d9ea08491: Preparing 07:50:00 560daa9e08c6: Preparing 07:50:00 70f9a8a4d9e0: Preparing 07:50:00 8e0757b72360: Preparing 07:50:00 379067d0cb53: Preparing 07:50:00 379067d0cb53: Waiting 07:50:00 560daa9e08c6: Layer already exists 07:50:00 379067d0cb53: Layer already exists 07:50:00 8e0757b72360: Pushed 07:50:00 78e156b614f9: Pushed 07:50:01 70f9a8a4d9e0: Pushed 07:50:03 d84d9ea08491: Pushed 07:50:03 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:8051214cab3f0f6a1e76bf8b363af3ea74037e02cb39c9926ba73a53a88a6696 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:50:04 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.79 07:50:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:50:04 78e156b614f9: Preparing 07:50:04 d84d9ea08491: Preparing 07:50:04 560daa9e08c6: Preparing 07:50:04 70f9a8a4d9e0: Preparing 07:50:04 8e0757b72360: Preparing 07:50:04 379067d0cb53: Preparing 07:50:04 379067d0cb53: Waiting 07:50:04 560daa9e08c6: Layer already exists 07:50:04 8e0757b72360: Layer already exists 07:50:04 70f9a8a4d9e0: Layer already exists 07:50:04 d84d9ea08491: Layer already exists 07:50:04 78e156b614f9: Layer already exists 07:50:04 379067d0cb53: Layer already exists 07:50:04 2.0.0-dev.79: digest: sha256:8051214cab3f0f6a1e76bf8b363af3ea74037e02cb39c9926ba73a53a88a6696 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:50:05 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:50:05 78e156b614f9: Preparing 07:50:05 d84d9ea08491: Preparing 07:50:05 560daa9e08c6: Preparing 07:50:05 70f9a8a4d9e0: Preparing 07:50:05 8e0757b72360: Preparing 07:50:05 379067d0cb53: Preparing 07:50:05 379067d0cb53: Waiting 07:50:05 78e156b614f9: Layer already exists 07:50:05 d84d9ea08491: Layer already exists 07:50:05 70f9a8a4d9e0: Layer already exists 07:50:05 560daa9e08c6: Layer already exists 07:50:05 8e0757b72360: Layer already exists 07:50:05 379067d0cb53: Layer already exists 07:50:05 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:8051214cab3f0f6a1e76bf8b363af3ea74037e02cb39c9926ba73a53a88a6696 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:50:06 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:50:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 07:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:50:06 78e156b614f9: Preparing 07:50:06 d84d9ea08491: Preparing 07:50:06 560daa9e08c6: Preparing 07:50:06 70f9a8a4d9e0: Preparing 07:50:06 8e0757b72360: Preparing 07:50:06 379067d0cb53: Preparing 07:50:06 379067d0cb53: Waiting 07:50:06 78e156b614f9: Layer already exists 07:50:06 70f9a8a4d9e0: Layer already exists 07:50:06 d84d9ea08491: Layer already exists 07:50:06 560daa9e08c6: Layer already exists 07:50:06 8e0757b72360: Layer already exists 07:50:06 379067d0cb53: Layer already exists 07:50:06 master: digest: sha256:8051214cab3f0f6a1e76bf8b363af3ea74037e02cb39c9926ba73a53a88a6696 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:50:07 ===================================================== [Pipeline] echo 07:50:07 taggedImages: 07:50:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.79 07:50:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:07 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 07:50:07 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 07:50:07 261101cd65b57382b3139275d947e2afb77006cd 07:50:07 2.0.0-dev.79 07:50:07 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:07 master 07:50:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:07 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:50:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:50:08 2a3d7532d2ea: Preparing 07:50:08 681c2eb8d3ef: Preparing 07:50:08 560daa9e08c6: Preparing 07:50:08 5b125587aee8: Preparing 07:50:08 379067d0cb53: Preparing 07:50:08 379067d0cb53: Layer already exists 07:50:08 560daa9e08c6: Layer already exists 07:50:08 2a3d7532d2ea: Pushed 07:50:08 5b125587aee8: Pushed 07:50:11 681c2eb8d3ef: Pushed 07:50:11 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:13ec5936a14e8ecd3dd67e01e718f244a5c3acdcaa4a128db7ab08a2cd35bf97 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:50:12 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.79 07:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:50:12 2a3d7532d2ea: Preparing 07:50:12 681c2eb8d3ef: Preparing 07:50:12 560daa9e08c6: Preparing 07:50:12 5b125587aee8: Preparing 07:50:12 379067d0cb53: Preparing 07:50:12 560daa9e08c6: Layer already exists 07:50:12 2a3d7532d2ea: Layer already exists 07:50:12 379067d0cb53: Layer already exists 07:50:12 681c2eb8d3ef: Layer already exists 07:50:12 5b125587aee8: Layer already exists 07:50:12 2.0.0-dev.79: digest: sha256:13ec5936a14e8ecd3dd67e01e718f244a5c3acdcaa4a128db7ab08a2cd35bf97 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:50:13 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:50:13 2a3d7532d2ea: Preparing 07:50:13 681c2eb8d3ef: Preparing 07:50:13 560daa9e08c6: Preparing 07:50:13 5b125587aee8: Preparing 07:50:13 379067d0cb53: Preparing 07:50:13 681c2eb8d3ef: Layer already exists 07:50:13 2a3d7532d2ea: Layer already exists 07:50:13 379067d0cb53: Layer already exists 07:50:13 5b125587aee8: Layer already exists 07:50:13 560daa9e08c6: Layer already exists 07:50:13 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:13ec5936a14e8ecd3dd67e01e718f244a5c3acdcaa4a128db7ab08a2cd35bf97 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:50:14 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:50:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 07:50:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:50:14 2a3d7532d2ea: Preparing 07:50:14 681c2eb8d3ef: Preparing 07:50:14 560daa9e08c6: Preparing 07:50:14 5b125587aee8: Preparing 07:50:14 379067d0cb53: Preparing 07:50:14 379067d0cb53: Layer already exists 07:50:14 681c2eb8d3ef: Layer already exists 07:50:14 5b125587aee8: Layer already exists 07:50:14 2a3d7532d2ea: Layer already exists 07:50:14 560daa9e08c6: Layer already exists 07:50:14 master: digest: sha256:13ec5936a14e8ecd3dd67e01e718f244a5c3acdcaa4a128db7ab08a2cd35bf97 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:50:14 ===================================================== [Pipeline] echo 07:50:14 taggedImages: 07:50:14 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:14 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.79 07:50:14 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:14 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 07:50:15 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 07:50:15 261101cd65b57382b3139275d947e2afb77006cd 07:50:15 2.0.0-dev.79 07:50:15 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:15 master 07:50:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:15 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:50:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 07:50:15 3cc94b5b7d13: Preparing 07:50:15 3cc94b5b7d13: Preparing 07:50:15 770c2bf87684: Preparing 07:50:15 c41d5362c303: Preparing 07:50:15 35afd0e0c4c2: Preparing 07:50:15 864ab6d69c39: Preparing 07:50:15 560daa9e08c6: Preparing 07:50:15 6bc44fd5a287: Preparing 07:50:15 6bc44fd5a287: Preparing 07:50:15 a0c68a609f6d: Preparing 07:50:15 030e4e863d40: Preparing 07:50:15 379067d0cb53: Preparing 07:50:15 560daa9e08c6: Waiting 07:50:15 030e4e863d40: Waiting 07:50:15 379067d0cb53: Waiting 07:50:15 6bc44fd5a287: Waiting 07:50:15 a0c68a609f6d: Waiting 07:50:16 35afd0e0c4c2: Pushed 07:50:16 770c2bf87684: Pushed 07:50:16 3cc94b5b7d13: Pushed 07:50:16 560daa9e08c6: Layer already exists 07:50:16 a0c68a609f6d: Pushed 07:50:16 030e4e863d40: Pushed 07:50:16 6bc44fd5a287: Pushed 07:50:16 379067d0cb53: Layer already exists 07:50:18 c41d5362c303: Pushed 07:50:18 864ab6d69c39: Pushed 07:50:18 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:26b61f57574a4b81eb12e21ee3830ae2130f397ac1acc282a14d3910f982ebd2 size: 2820 [Pipeline] isUnix [Pipeline] sh 07:50:19 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.79 07:50:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 07:50:19 3cc94b5b7d13: Preparing 07:50:19 3cc94b5b7d13: Preparing 07:50:19 770c2bf87684: Preparing 07:50:19 c41d5362c303: Preparing 07:50:19 35afd0e0c4c2: Preparing 07:50:19 864ab6d69c39: Preparing 07:50:19 560daa9e08c6: Preparing 07:50:19 6bc44fd5a287: Preparing 07:50:19 6bc44fd5a287: Preparing 07:50:19 a0c68a609f6d: Preparing 07:50:19 030e4e863d40: Preparing 07:50:19 379067d0cb53: Preparing 07:50:19 560daa9e08c6: Waiting 07:50:19 a0c68a609f6d: Waiting 07:50:19 030e4e863d40: Waiting 07:50:19 379067d0cb53: Waiting 07:50:19 6bc44fd5a287: Waiting 07:50:19 c41d5362c303: Layer already exists 07:50:19 3cc94b5b7d13: Layer already exists 07:50:19 770c2bf87684: Layer already exists 07:50:19 35afd0e0c4c2: Layer already exists 07:50:19 864ab6d69c39: Layer already exists 07:50:19 6bc44fd5a287: Layer already exists 07:50:19 560daa9e08c6: Layer already exists 07:50:19 a0c68a609f6d: Layer already exists 07:50:19 030e4e863d40: Layer already exists 07:50:19 379067d0cb53: Layer already exists 07:50:19 2.0.0-dev.79: digest: sha256:26b61f57574a4b81eb12e21ee3830ae2130f397ac1acc282a14d3910f982ebd2 size: 2820 [Pipeline] isUnix [Pipeline] sh 07:50:20 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 07:50:20 3cc94b5b7d13: Preparing 07:50:20 3cc94b5b7d13: Preparing 07:50:20 770c2bf87684: Preparing 07:50:20 c41d5362c303: Preparing 07:50:20 35afd0e0c4c2: Preparing 07:50:20 864ab6d69c39: Preparing 07:50:20 560daa9e08c6: Preparing 07:50:20 6bc44fd5a287: Preparing 07:50:20 6bc44fd5a287: Preparing 07:50:20 a0c68a609f6d: Preparing 07:50:20 030e4e863d40: Preparing 07:50:20 379067d0cb53: Preparing 07:50:20 6bc44fd5a287: Waiting 07:50:20 a0c68a609f6d: Waiting 07:50:20 030e4e863d40: Waiting 07:50:20 379067d0cb53: Waiting 07:50:20 560daa9e08c6: Waiting 07:50:20 770c2bf87684: Layer already exists 07:50:20 3cc94b5b7d13: Layer already exists 07:50:20 c41d5362c303: Layer already exists 07:50:20 864ab6d69c39: Layer already exists 07:50:20 35afd0e0c4c2: Layer already exists 07:50:20 560daa9e08c6: Layer already exists 07:50:20 6bc44fd5a287: Layer already exists 07:50:20 030e4e863d40: Layer already exists 07:50:20 a0c68a609f6d: Layer already exists 07:50:20 379067d0cb53: Layer already exists 07:50:20 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:26b61f57574a4b81eb12e21ee3830ae2130f397ac1acc282a14d3910f982ebd2 size: 2820 [Pipeline] isUnix [Pipeline] sh 07:50:21 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:50:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 07:50:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 07:50:21 3cc94b5b7d13: Preparing 07:50:21 3cc94b5b7d13: Preparing 07:50:21 770c2bf87684: Preparing 07:50:21 c41d5362c303: Preparing 07:50:21 35afd0e0c4c2: Preparing 07:50:21 864ab6d69c39: Preparing 07:50:21 560daa9e08c6: Preparing 07:50:21 6bc44fd5a287: Preparing 07:50:21 6bc44fd5a287: Preparing 07:50:21 a0c68a609f6d: Preparing 07:50:21 030e4e863d40: Preparing 07:50:21 379067d0cb53: Preparing 07:50:21 560daa9e08c6: Waiting 07:50:21 6bc44fd5a287: Waiting 07:50:21 a0c68a609f6d: Waiting 07:50:21 030e4e863d40: Waiting 07:50:21 379067d0cb53: Waiting 07:50:21 3cc94b5b7d13: Layer already exists 07:50:21 864ab6d69c39: Layer already exists 07:50:21 35afd0e0c4c2: Layer already exists 07:50:21 c41d5362c303: Layer already exists 07:50:21 770c2bf87684: Layer already exists 07:50:21 560daa9e08c6: Layer already exists 07:50:21 a0c68a609f6d: Layer already exists 07:50:21 030e4e863d40: Layer already exists 07:50:21 379067d0cb53: Layer already exists 07:50:21 6bc44fd5a287: Layer already exists 07:50:21 master: digest: sha256:26b61f57574a4b81eb12e21ee3830ae2130f397ac1acc282a14d3910f982ebd2 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:50:22 ===================================================== [Pipeline] echo 07:50:22 taggedImages: 07:50:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.79 07:50:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:22 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 07:50:22 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 07:50:22 261101cd65b57382b3139275d947e2afb77006cd 07:50:22 2.0.0-dev.79 07:50:22 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:22 master 07:50:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:22 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:50:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:50:23 b8794c3ad7a0: Preparing 07:50:23 41ea7ce26914: Preparing 07:50:23 c6504b159b6f: Preparing 07:50:23 76f60d736af2: Preparing 07:50:23 919be57ae049: Preparing 07:50:23 379067d0cb53: Preparing 07:50:23 379067d0cb53: Waiting 07:50:23 76f60d736af2: Pushed 07:50:23 c6504b159b6f: Pushed 07:50:23 379067d0cb53: Layer already exists 07:50:23 919be57ae049: Pushed 07:50:25 b8794c3ad7a0: Pushed 07:50:25 41ea7ce26914: Pushed 07:50:25 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:0ecf0c55b622ee7cde6455399140a4941742986d6ebedbdc89a48f0c2d89468d size: 1574 [Pipeline] isUnix [Pipeline] sh 07:50:26 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.79 07:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:50:26 b8794c3ad7a0: Preparing 07:50:26 41ea7ce26914: Preparing 07:50:26 c6504b159b6f: Preparing 07:50:26 76f60d736af2: Preparing 07:50:26 919be57ae049: Preparing 07:50:26 379067d0cb53: Preparing 07:50:26 379067d0cb53: Waiting 07:50:26 919be57ae049: Layer already exists 07:50:26 b8794c3ad7a0: Layer already exists 07:50:26 c6504b159b6f: Layer already exists 07:50:26 41ea7ce26914: Layer already exists 07:50:26 76f60d736af2: Layer already exists 07:50:26 379067d0cb53: Layer already exists 07:50:26 2.0.0-dev.79: digest: sha256:0ecf0c55b622ee7cde6455399140a4941742986d6ebedbdc89a48f0c2d89468d size: 1574 [Pipeline] isUnix [Pipeline] sh 07:50:27 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:50:27 b8794c3ad7a0: Preparing 07:50:27 41ea7ce26914: Preparing 07:50:27 c6504b159b6f: Preparing 07:50:27 76f60d736af2: Preparing 07:50:27 919be57ae049: Preparing 07:50:27 379067d0cb53: Preparing 07:50:27 379067d0cb53: Waiting 07:50:27 919be57ae049: Layer already exists 07:50:27 41ea7ce26914: Layer already exists 07:50:27 c6504b159b6f: Layer already exists 07:50:27 b8794c3ad7a0: Layer already exists 07:50:27 76f60d736af2: Layer already exists 07:50:27 379067d0cb53: Layer already exists 07:50:27 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:0ecf0c55b622ee7cde6455399140a4941742986d6ebedbdc89a48f0c2d89468d size: 1574 [Pipeline] isUnix [Pipeline] sh 07:50:28 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:50:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 07:50:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:50:28 b8794c3ad7a0: Preparing 07:50:28 41ea7ce26914: Preparing 07:50:28 c6504b159b6f: Preparing 07:50:28 76f60d736af2: Preparing 07:50:28 919be57ae049: Preparing 07:50:28 379067d0cb53: Preparing 07:50:28 379067d0cb53: Waiting 07:50:28 41ea7ce26914: Layer already exists 07:50:28 b8794c3ad7a0: Layer already exists 07:50:28 919be57ae049: Layer already exists 07:50:28 c6504b159b6f: Layer already exists 07:50:28 76f60d736af2: Layer already exists 07:50:28 379067d0cb53: Layer already exists 07:50:29 master: digest: sha256:0ecf0c55b622ee7cde6455399140a4941742986d6ebedbdc89a48f0c2d89468d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:50:29 ===================================================== [Pipeline] echo 07:50:29 taggedImages: 07:50:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.79 07:50:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 07:50:29 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 07:50:29 261101cd65b57382b3139275d947e2afb77006cd 07:50:29 2.0.0-dev.79 07:50:29 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:29 master 07:50:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:29 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:50:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:50:30 a39db30661ca: Preparing 07:50:30 1283c8643c11: Preparing 07:50:30 dcc9f1ae9525: Preparing 07:50:30 ef3102bb09ee: Preparing 07:50:30 12a072c0fc41: Preparing 07:50:30 b1daabc92250: Preparing 07:50:30 ab02e27bc36d: Preparing 07:50:30 0a34f0b376b9: Preparing 07:50:30 379067d0cb53: Preparing 07:50:30 b1daabc92250: Waiting 07:50:30 ab02e27bc36d: Waiting 07:50:30 379067d0cb53: Waiting 07:50:30 0a34f0b376b9: Waiting 07:50:30 a39db30661ca: Pushed 07:50:30 12a072c0fc41: Pushed 07:50:30 1283c8643c11: Pushed 07:50:31 b1daabc92250: Pushed 07:50:31 ab02e27bc36d: Pushed 07:50:31 379067d0cb53: Layer already exists 07:50:31 0a34f0b376b9: Pushed 07:50:32 ef3102bb09ee: Pushed 07:50:32 dcc9f1ae9525: Pushed 07:50:33 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:74cfa6c2d981e99a8b5e20fd2f0da51b8f0d01fe8218ce4a081499b30a6edc11 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:50:33 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.79 07:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:50:33 a39db30661ca: Preparing 07:50:33 1283c8643c11: Preparing 07:50:33 dcc9f1ae9525: Preparing 07:50:33 ef3102bb09ee: Preparing 07:50:33 12a072c0fc41: Preparing 07:50:33 b1daabc92250: Preparing 07:50:33 ab02e27bc36d: Preparing 07:50:33 0a34f0b376b9: Preparing 07:50:33 379067d0cb53: Preparing 07:50:33 b1daabc92250: Waiting 07:50:33 ab02e27bc36d: Waiting 07:50:33 0a34f0b376b9: Waiting 07:50:33 379067d0cb53: Waiting 07:50:34 a39db30661ca: Layer already exists 07:50:34 12a072c0fc41: Layer already exists 07:50:34 ef3102bb09ee: Layer already exists 07:50:34 dcc9f1ae9525: Layer already exists 07:50:34 1283c8643c11: Layer already exists 07:50:34 0a34f0b376b9: Layer already exists 07:50:34 b1daabc92250: Layer already exists 07:50:34 379067d0cb53: Layer already exists 07:50:34 ab02e27bc36d: Layer already exists 07:50:34 2.0.0-dev.79: digest: sha256:74cfa6c2d981e99a8b5e20fd2f0da51b8f0d01fe8218ce4a081499b30a6edc11 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:50:34 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:50:34 a39db30661ca: Preparing 07:50:34 1283c8643c11: Preparing 07:50:34 dcc9f1ae9525: Preparing 07:50:34 ef3102bb09ee: Preparing 07:50:34 12a072c0fc41: Preparing 07:50:34 b1daabc92250: Preparing 07:50:34 ab02e27bc36d: Preparing 07:50:34 0a34f0b376b9: Preparing 07:50:34 379067d0cb53: Preparing 07:50:34 b1daabc92250: Waiting 07:50:34 ab02e27bc36d: Waiting 07:50:34 0a34f0b376b9: Waiting 07:50:34 379067d0cb53: Waiting 07:50:35 dcc9f1ae9525: Layer already exists 07:50:35 ef3102bb09ee: Layer already exists 07:50:35 1283c8643c11: Layer already exists 07:50:35 a39db30661ca: Layer already exists 07:50:35 12a072c0fc41: Layer already exists 07:50:35 ab02e27bc36d: Layer already exists 07:50:35 0a34f0b376b9: Layer already exists 07:50:35 379067d0cb53: Layer already exists 07:50:35 b1daabc92250: Layer already exists 07:50:35 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:74cfa6c2d981e99a8b5e20fd2f0da51b8f0d01fe8218ce4a081499b30a6edc11 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:50:35 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:50:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 07:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:50:35 a39db30661ca: Preparing 07:50:35 1283c8643c11: Preparing 07:50:35 dcc9f1ae9525: Preparing 07:50:35 ef3102bb09ee: Preparing 07:50:35 12a072c0fc41: Preparing 07:50:35 b1daabc92250: Preparing 07:50:35 ab02e27bc36d: Preparing 07:50:35 0a34f0b376b9: Preparing 07:50:35 379067d0cb53: Preparing 07:50:35 b1daabc92250: Waiting 07:50:35 ab02e27bc36d: Waiting 07:50:35 379067d0cb53: Waiting 07:50:35 ef3102bb09ee: Layer already exists 07:50:35 12a072c0fc41: Layer already exists 07:50:35 dcc9f1ae9525: Layer already exists 07:50:35 a39db30661ca: Layer already exists 07:50:35 1283c8643c11: Layer already exists 07:50:35 b1daabc92250: Layer already exists 07:50:35 0a34f0b376b9: Layer already exists 07:50:35 379067d0cb53: Layer already exists 07:50:35 ab02e27bc36d: Layer already exists 07:50:36 master: digest: sha256:74cfa6c2d981e99a8b5e20fd2f0da51b8f0d01fe8218ce4a081499b30a6edc11 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:50:36 ===================================================== [Pipeline] echo 07:50:36 taggedImages: 07:50:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.79 07:50:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:36 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 07:50:36 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 07:50:36 261101cd65b57382b3139275d947e2afb77006cd 07:50:36 2.0.0-dev.79 07:50:36 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:36 master 07:50:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:37 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:50:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:50:37 9e1a4258074a: Preparing 07:50:37 e9acc2c99e6d: Preparing 07:50:37 560daa9e08c6: Preparing 07:50:37 c03d81967387: Preparing 07:50:37 379067d0cb53: Preparing 07:50:37 560daa9e08c6: Layer already exists 07:50:37 379067d0cb53: Layer already exists 07:50:37 9e1a4258074a: Pushed 07:50:37 c03d81967387: Pushed 07:50:40 e9acc2c99e6d: Pushed 07:50:40 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:b16a74b9a5a28b54566c408bf7f83b31a184e876a01d0d2e0b60f4080f25fd66 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:50:40 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.79 07:50:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:50:41 9e1a4258074a: Preparing 07:50:41 e9acc2c99e6d: Preparing 07:50:41 560daa9e08c6: Preparing 07:50:41 c03d81967387: Preparing 07:50:41 379067d0cb53: Preparing 07:50:41 379067d0cb53: Layer already exists 07:50:41 560daa9e08c6: Layer already exists 07:50:41 c03d81967387: Layer already exists 07:50:41 e9acc2c99e6d: Layer already exists 07:50:41 9e1a4258074a: Layer already exists 07:50:41 2.0.0-dev.79: digest: sha256:b16a74b9a5a28b54566c408bf7f83b31a184e876a01d0d2e0b60f4080f25fd66 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:50:41 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:50:42 9e1a4258074a: Preparing 07:50:42 e9acc2c99e6d: Preparing 07:50:42 560daa9e08c6: Preparing 07:50:42 c03d81967387: Preparing 07:50:42 379067d0cb53: Preparing 07:50:42 c03d81967387: Layer already exists 07:50:42 379067d0cb53: Layer already exists 07:50:42 e9acc2c99e6d: Layer already exists 07:50:42 560daa9e08c6: Layer already exists 07:50:42 9e1a4258074a: Layer already exists 07:50:42 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:b16a74b9a5a28b54566c408bf7f83b31a184e876a01d0d2e0b60f4080f25fd66 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:50:42 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:50:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 07:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:50:43 9e1a4258074a: Preparing 07:50:43 e9acc2c99e6d: Preparing 07:50:43 560daa9e08c6: Preparing 07:50:43 c03d81967387: Preparing 07:50:43 379067d0cb53: Preparing 07:50:43 e9acc2c99e6d: Layer already exists 07:50:43 379067d0cb53: Layer already exists 07:50:43 560daa9e08c6: Layer already exists 07:50:43 c03d81967387: Layer already exists 07:50:43 9e1a4258074a: Layer already exists 07:50:43 master: digest: sha256:b16a74b9a5a28b54566c408bf7f83b31a184e876a01d0d2e0b60f4080f25fd66 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:50:43 ===================================================== [Pipeline] echo 07:50:43 taggedImages: 07:50:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.79 07:50:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 07:50:43 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 07:50:43 261101cd65b57382b3139275d947e2afb77006cd 07:50:43 2.0.0-dev.79 07:50:43 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:43 master 07:50:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:44 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:50:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:50:44 bb1688058c44: Preparing 07:50:44 41818280081e: Preparing 07:50:44 560daa9e08c6: Preparing 07:50:44 5b125587aee8: Preparing 07:50:44 379067d0cb53: Preparing 07:50:44 5b125587aee8: Layer already exists 07:50:44 379067d0cb53: Layer already exists 07:50:44 560daa9e08c6: Layer already exists 07:50:44 bb1688058c44: Pushed 07:50:47 41818280081e: Pushed 07:50:47 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:b2314c3843bfc2abcf8757a5e8c36eae60e03e77c52b743645a1c73946b4717a size: 1363 [Pipeline] isUnix [Pipeline] sh 07:50:48 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.79 07:50:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:50:48 bb1688058c44: Preparing 07:50:48 41818280081e: Preparing 07:50:48 560daa9e08c6: Preparing 07:50:48 5b125587aee8: Preparing 07:50:48 379067d0cb53: Preparing 07:50:48 41818280081e: Layer already exists 07:50:48 5b125587aee8: Layer already exists 07:50:48 bb1688058c44: Layer already exists 07:50:48 560daa9e08c6: Layer already exists 07:50:48 379067d0cb53: Layer already exists 07:50:48 2.0.0-dev.79: digest: sha256:b2314c3843bfc2abcf8757a5e8c36eae60e03e77c52b743645a1c73946b4717a size: 1363 [Pipeline] isUnix [Pipeline] sh 07:50:49 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:50:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:50:49 bb1688058c44: Preparing 07:50:49 41818280081e: Preparing 07:50:49 560daa9e08c6: Preparing 07:50:49 5b125587aee8: Preparing 07:50:49 379067d0cb53: Preparing 07:50:49 bb1688058c44: Layer already exists 07:50:49 41818280081e: Layer already exists 07:50:49 560daa9e08c6: Layer already exists 07:50:49 5b125587aee8: Layer already exists 07:50:49 379067d0cb53: Layer already exists 07:50:49 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:b2314c3843bfc2abcf8757a5e8c36eae60e03e77c52b743645a1c73946b4717a size: 1363 [Pipeline] isUnix [Pipeline] sh 07:50:50 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:50:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 07:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:50:50 bb1688058c44: Preparing 07:50:50 41818280081e: Preparing 07:50:50 560daa9e08c6: Preparing 07:50:50 5b125587aee8: Preparing 07:50:50 379067d0cb53: Preparing 07:50:50 560daa9e08c6: Layer already exists 07:50:50 41818280081e: Layer already exists 07:50:50 379067d0cb53: Layer already exists 07:50:50 5b125587aee8: Layer already exists 07:50:50 bb1688058c44: Layer already exists 07:50:50 master: digest: sha256:b2314c3843bfc2abcf8757a5e8c36eae60e03e77c52b743645a1c73946b4717a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:50:50 ===================================================== [Pipeline] echo 07:50:50 taggedImages: 07:50:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.79 07:50:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 07:50:50 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 07:50:50 261101cd65b57382b3139275d947e2afb77006cd 07:50:50 2.0.0-dev.79 07:50:50 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:50:50 master 07:50:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:51 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:261101cd65b57382b3139275d947e2afb77006cd [Pipeline] isUnix [Pipeline] sh 07:50:51 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:50:51 e349fc0dc187: Preparing 07:50:51 ddbb91db5dc7: Preparing 07:50:51 08f7f5a80442: Preparing 07:50:51 9269e3f04b89: Preparing 07:50:51 ff830205abe7: Preparing 07:50:51 94dd91b899d6: Preparing 07:50:51 096ba897c41d: Preparing 07:50:51 9ded3b6bb9b5: Preparing 07:50:51 fa1afe8e6ed9: Preparing 07:50:51 87a09b4c083e: Preparing 07:50:51 0f74e9ff2a61: Preparing 07:50:51 b122376c33c6: Preparing 07:50:51 f8381ed47b22: Preparing 07:50:51 e934a737d657: Preparing 07:50:51 94dd91b899d6: Waiting 07:50:51 096ba897c41d: Waiting 07:50:51 fa1afe8e6ed9: Waiting 07:50:51 9ded3b6bb9b5: Waiting 07:50:51 87a09b4c083e: Waiting 07:50:51 f8381ed47b22: Waiting 07:50:51 0f74e9ff2a61: Waiting 07:50:51 e934a737d657: Waiting 07:50:52 ff830205abe7: Pushed 07:50:52 e349fc0dc187: Pushed 07:50:53 9269e3f04b89: Pushed 07:50:53 9ded3b6bb9b5: Layer already exists 07:50:53 fa1afe8e6ed9: Layer already exists 07:50:53 096ba897c41d: Pushed 07:50:53 87a09b4c083e: Layer already exists 07:50:53 0f74e9ff2a61: Layer already exists 07:50:53 b122376c33c6: Layer already exists 07:50:53 f8381ed47b22: Layer already exists 07:50:53 e934a737d657: Layer already exists 07:50:54 ddbb91db5dc7: Pushed 07:50:54 94dd91b899d6: Pushed 07:51:04 08f7f5a80442: Pushed 07:51:04 261101cd65b57382b3139275d947e2afb77006cd: digest: sha256:df370ece4bfee0336fdc38ae4e89129481900fa75c38b74741b772913eaefdc2 size: 3252 [Pipeline] isUnix [Pipeline] sh 07:51:05 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:51:05 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.79 07:51:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:51:05 e349fc0dc187: Preparing 07:51:05 ddbb91db5dc7: Preparing 07:51:05 08f7f5a80442: Preparing 07:51:05 9269e3f04b89: Preparing 07:51:05 ff830205abe7: Preparing 07:51:05 94dd91b899d6: Preparing 07:51:05 096ba897c41d: Preparing 07:51:05 9ded3b6bb9b5: Preparing 07:51:05 fa1afe8e6ed9: Preparing 07:51:05 87a09b4c083e: Preparing 07:51:05 0f74e9ff2a61: Preparing 07:51:05 b122376c33c6: Preparing 07:51:05 f8381ed47b22: Preparing 07:51:05 e934a737d657: Preparing 07:51:05 fa1afe8e6ed9: Waiting 07:51:05 87a09b4c083e: Waiting 07:51:05 096ba897c41d: Waiting 07:51:05 9ded3b6bb9b5: Waiting 07:51:05 0f74e9ff2a61: Waiting 07:51:05 e934a737d657: Waiting 07:51:05 f8381ed47b22: Waiting 07:51:05 94dd91b899d6: Waiting 07:51:05 ff830205abe7: Layer already exists 07:51:05 9269e3f04b89: Layer already exists 07:51:05 e349fc0dc187: Layer already exists 07:51:05 08f7f5a80442: Layer already exists 07:51:05 ddbb91db5dc7: Layer already exists 07:51:05 94dd91b899d6: Layer already exists 07:51:05 096ba897c41d: Layer already exists 07:51:05 87a09b4c083e: Layer already exists 07:51:05 9ded3b6bb9b5: Layer already exists 07:51:05 fa1afe8e6ed9: Layer already exists 07:51:05 0f74e9ff2a61: Layer already exists 07:51:05 b122376c33c6: Layer already exists 07:51:05 f8381ed47b22: Layer already exists 07:51:05 e934a737d657: Layer already exists 07:51:05 2.0.0-dev.79: digest: sha256:df370ece4bfee0336fdc38ae4e89129481900fa75c38b74741b772913eaefdc2 size: 3252 [Pipeline] isUnix [Pipeline] sh 07:51:06 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 [Pipeline] isUnix [Pipeline] sh 07:51:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:51:06 e349fc0dc187: Preparing 07:51:06 ddbb91db5dc7: Preparing 07:51:06 08f7f5a80442: Preparing 07:51:06 9269e3f04b89: Preparing 07:51:06 ff830205abe7: Preparing 07:51:06 94dd91b899d6: Preparing 07:51:06 096ba897c41d: Preparing 07:51:06 9ded3b6bb9b5: Preparing 07:51:06 fa1afe8e6ed9: Preparing 07:51:06 87a09b4c083e: Preparing 07:51:06 0f74e9ff2a61: Preparing 07:51:06 b122376c33c6: Preparing 07:51:06 f8381ed47b22: Preparing 07:51:06 e934a737d657: Preparing 07:51:06 94dd91b899d6: Waiting 07:51:06 0f74e9ff2a61: Waiting 07:51:06 b122376c33c6: Waiting 07:51:06 e934a737d657: Waiting 07:51:06 f8381ed47b22: Waiting 07:51:06 9ded3b6bb9b5: Waiting 07:51:06 fa1afe8e6ed9: Waiting 07:51:06 87a09b4c083e: Waiting 07:51:06 096ba897c41d: Waiting 07:51:06 e349fc0dc187: Layer already exists 07:51:06 ddbb91db5dc7: Layer already exists 07:51:06 9269e3f04b89: Layer already exists 07:51:06 08f7f5a80442: Layer already exists 07:51:06 ff830205abe7: Layer already exists 07:51:06 096ba897c41d: Layer already exists 07:51:06 94dd91b899d6: Layer already exists 07:51:06 9ded3b6bb9b5: Layer already exists 07:51:06 87a09b4c083e: Layer already exists 07:51:06 fa1afe8e6ed9: Layer already exists 07:51:06 f8381ed47b22: Layer already exists 07:51:06 0f74e9ff2a61: Layer already exists 07:51:06 e934a737d657: Layer already exists 07:51:06 b122376c33c6: Layer already exists 07:51:06 261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79: digest: sha256:df370ece4bfee0336fdc38ae4e89129481900fa75c38b74741b772913eaefdc2 size: 3252 [Pipeline] isUnix [Pipeline] sh 07:51:07 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:51:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 07:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:51:07 e349fc0dc187: Preparing 07:51:07 ddbb91db5dc7: Preparing 07:51:07 08f7f5a80442: Preparing 07:51:07 9269e3f04b89: Preparing 07:51:07 ff830205abe7: Preparing 07:51:07 94dd91b899d6: Preparing 07:51:07 096ba897c41d: Preparing 07:51:07 9ded3b6bb9b5: Preparing 07:51:07 fa1afe8e6ed9: Preparing 07:51:07 87a09b4c083e: Preparing 07:51:07 0f74e9ff2a61: Preparing 07:51:07 b122376c33c6: Preparing 07:51:07 f8381ed47b22: Preparing 07:51:07 e934a737d657: Preparing 07:51:07 fa1afe8e6ed9: Waiting 07:51:07 096ba897c41d: Waiting 07:51:07 87a09b4c083e: Waiting 07:51:07 0f74e9ff2a61: Waiting 07:51:07 9ded3b6bb9b5: Waiting 07:51:07 b122376c33c6: Waiting 07:51:07 f8381ed47b22: Waiting 07:51:07 e934a737d657: Waiting 07:51:07 94dd91b899d6: Waiting 07:51:07 ff830205abe7: Layer already exists 07:51:07 9269e3f04b89: Layer already exists 07:51:07 ddbb91db5dc7: Layer already exists 07:51:07 e349fc0dc187: Layer already exists 07:51:07 08f7f5a80442: Layer already exists 07:51:07 94dd91b899d6: Layer already exists 07:51:07 fa1afe8e6ed9: Layer already exists 07:51:07 096ba897c41d: Layer already exists 07:51:07 9ded3b6bb9b5: Layer already exists 07:51:07 87a09b4c083e: Layer already exists 07:51:07 0f74e9ff2a61: Layer already exists 07:51:07 f8381ed47b22: Layer already exists 07:51:07 b122376c33c6: Layer already exists 07:51:07 e934a737d657: Layer already exists 07:51:07 master: digest: sha256:df370ece4bfee0336fdc38ae4e89129481900fa75c38b74741b772913eaefdc2 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:51:07 ===================================================== [Pipeline] echo 07:51:07 taggedImages: 07:51:07 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:261101cd65b57382b3139275d947e2afb77006cd 07:51:07 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.79 07:51:07 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:261101cd65b57382b3139275d947e2afb77006cd-2.0.0-dev.79 07:51:07 - 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 07:51:09 provisioning config files... 07:51:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/344@tmp/config7341083043928225028tmp [Pipeline] { [Pipeline] sh 07:51:09 + set +x 07:51:09 + curl -s https://codecov.io/bash 07:51:09 + bash -s -- 07:51:10 07:51:10 _____ _ 07:51:10 / ____| | | 07:51:10 | | ___ __| | ___ ___ _____ __ 07:51:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:51:10 | |___| (_) | (_| | __/ (_| (_) \ V / 07:51:10 \_____\___/ \__,_|\___|\___\___/ \_/ 07:51:10 Bash-20210129-7c25fce 07:51:10 07:51:10 07:51:10 ==> git version 2.24.3 found 07:51:10 ==> 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 07:51:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:51:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:51:10 ==> Jenkins CI detected. 07:51:10 project root: . 07:51:10 --> token set from env 07:51:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:51:10 ==> Running gcov in . (disable via -X gcov) 07:51:10 ==> Python coveragepy not found 07:51:10 ==> Searching for coverage reports in: 07:51:10 + . 07:51:10 -> Found 1 reports 07:51:10 ==> Detecting git/mercurial file structure 07:51:10 ==> Reading reports 07:51:10 + ./coverage.out bytes=585363 07:51:10 ==> Appending adjustments 07:51:10 https://docs.codecov.io/docs/fixing-reports 07:51:13 + Found adjustments 07:51:13 ==> Gzipping contents 07:51:13 88K /tmp/codecov.AmYZIl.gz 07:51:13 ==> Uploading reports 07:51:13 url: https://codecov.io 07:51:13 query: branch=master&commit=261101cd65b57382b3139275d947e2afb77006cd&build=344&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F344%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:51:13 -> Pinging Codecov 07:51:13 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=261101cd65b57382b3139275d947e2afb77006cd&build=344&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F344%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:51:14 -> Uploading to 07:51:14 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/261101cd65b57382b3139275d947e2afb77006cd/2c6cc702-a079-4097-963d-ad720006ba6d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T075114Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6c26ebcdeb834bd2d608e955775f6da0d3f4bd0d0608e88240f72d6a4af6d9ab 07:51:14 % Total % Received % Xferd Average Speed Time Time Time Current 07:51:14 Dload Upload Total Spent Left Speed 07:51:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88121 0 0 100 88121 0 149k --:--:-- --:--:-- --:--:-- 149k 100 88121 0 0 100 88121 0 149k --:--:-- --:--:-- --:--:-- 149k 07:51:14 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/261101cd65b57382b3139275d947e2afb77006cd [Pipeline] } 07:51:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:51:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:51:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:51:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:51:16 07:51:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 07:51:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:51:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:51:16 188c0c94c7c5: Already exists 07:51:16 0ef7d3d256c8: Already exists 07:51:16 de9db76c5a1d: Already exists 07:51:16 0eba1c9be4d2: Pulling fs layer 07:51:16 0d57e429df01: Pulling fs layer 07:51:16 4e4be7b47b0d: Pulling fs layer 07:51:16 e1f770b5df2f: Pulling fs layer 07:51:16 85a0685a4137: Pulling fs layer 07:51:16 e1f770b5df2f: Waiting 07:51:16 85a0685a4137: Waiting 07:51:16 0d57e429df01: Verifying Checksum 07:51:16 0d57e429df01: Download complete 07:51:16 4e4be7b47b0d: Verifying Checksum 07:51:16 4e4be7b47b0d: Download complete 07:51:18 e1f770b5df2f: Verifying Checksum 07:51:18 e1f770b5df2f: Download complete 07:51:19 0eba1c9be4d2: Verifying Checksum 07:51:19 0eba1c9be4d2: Download complete 07:51:20 85a0685a4137: Verifying Checksum 07:51:20 85a0685a4137: Download complete 07:51:26 0eba1c9be4d2: Pull complete 07:51:26 0d57e429df01: Pull complete 07:51:26 4e4be7b47b0d: Pull complete 07:51:30 e1f770b5df2f: Pull complete 07:51:40 85a0685a4137: Pull complete 07:51:40 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 07:51:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:51:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 07:51:40 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:51:40 $ 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/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:51:42 $ docker top 7e79114bf560c292f338588cd85077da934814ea7acd0225e1282b3f9ac1b57c -eo pid,comm [Pipeline] { [Pipeline] echo 07:51:42 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 07:51:42 + set -o pipefail 07:51:42 + snyk monitor '--org=edgex-jenkins' 07:51:50 07:51:50 Monitoring /w/workspace/edgex-go/344 (github.com/edgexfoundry/edgex-go)... 07:51:50 07:51:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/1c08716d-bdc4-4dc5-97c5-6e87e6e5d4d0 07:51:50 07:51:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:51:50 07:51:50 [Pipeline] } 07:51:51 $ docker stop --time=1 7e79114bf560c292f338588cd85077da934814ea7acd0225e1282b3f9ac1b57c 07:51:53 $ docker rm -f 7e79114bf560c292f338588cd85077da934814ea7acd0225e1282b3f9ac1b57c [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 07:51:55 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:51:55 provisioning config files... 07:51:55 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/344@tmp/config8917319455628662108tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:51:55 --> edgex-publish-swagger.sh 07:51:55 === Publish openapi/v1 API === 07:51:55 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:51:55 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/344/openapi/v1/core-command.yaml] 07:51:55 % Total % Received % Xferd Average Speed Time Time Time Current 07:51:55 Dload Upload Total Spent Left Speed 07:51:57 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 8863 0:00:01 0:00:01 --:--:-- 8864 100 10522 0 0 100 10522 0 8862 0:00:01 0:00:01 --:--:-- 8864 07:51:57 07:51:57 07:51:57 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/344/openapi/v1/core-data.yaml] 07:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 07:51:57 Dload Upload Total Spent Left Speed 07:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28669 0:00:01 0:00:01 --:--:-- 28684 100 32557 0 0 100 32557 0 28662 0:00:01 0:00:01 --:--:-- 28684 07:51:57 07:51:57 07:51:57 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/344/openapi/v1/core-metadata.yaml] 07:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 07:51:57 Dload Upload Total Spent Left Speed 07:51:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61338 0:00:01 0:00:01 --:--:-- 61383 100 73721 0 0 100 73721 0 61328 0:00:01 0:00:01 --:--:-- 61383 07:51:59 07:51:59 07:51:59 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/344/openapi/v1/support-logging.yaml] 07:51:59 % Total % Received % Xferd Average Speed Time Time Time Current 07:51:59 Dload Upload Total Spent Left Speed 07:52:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12770 0:00:01 0:00:01 --:--:-- 12776 100 13581 0 0 100 13581 0 12768 0:00:01 0:00:01 --:--:-- 12776 07:52:00 07:52:00 07:52:00 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/344/openapi/v1/support-notifications.yaml] 07:52:00 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:00 Dload Upload Total Spent Left Speed 07:52:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32406 0:00:01 0:00:01 --:--:-- 32435 100 38890 0 0 100 38890 0 32397 0:00:01 0:00:01 --:--:-- 32408 07:52:01 07:52:01 07:52:01 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/344/openapi/v1/support-scheduler.yaml] 07:52:01 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:01 Dload Upload Total Spent Left Speed 07:52:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11769 0:00:01 0:00:01 --:--:-- 11776 100 14249 0 0 100 14249 0 11530 0:00:01 0:00:01 --:--:-- 11537 07:52:02 07:52:02 07:52:02 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/344/openapi/v1/system-agent.yaml] 07:52:02 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:02 Dload Upload Total Spent Left Speed 07:52:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3901 0:00:01 0:00:01 --:--:-- 3899 100 4110 0 0 100 4110 0 3900 0:00:01 0:00:01 --:--:-- 3899 07:52:03 07:52:03 07:52:03 === Publish openapi/v2 API === 07:52:03 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:52:03 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/344/openapi/v2/core-command.yaml] 07:52:03 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:03 Dload Upload Total Spent Left Speed 07:52:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26076 0 0 100 26076 0 21686 0:00:01 0:00:01 --:--:-- 21693 100 26076 0 0 100 26076 0 21349 0:00:01 0:00:01 --:--:-- 21356 07:52:04 07:52:04 07:52:04 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/344/openapi/v2/core-data.yaml] 07:52:05 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:05 Dload Upload Total Spent Left Speed 07:52:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 49342 0:00:01 0:00:01 --:--:-- 49361 100 57013 0 0 100 57013 0 49333 0:00:01 0:00:01 --:--:-- 49361 07:52:06 07:52:06 07:52:06 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/344/openapi/v2/core-metadata.yaml] 07:52:06 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:06 Dload Upload Total Spent Left Speed 07:52:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 101k 0:00:01 0:00:01 --:--:-- 101k 100 117k 0 0 100 117k 0 100k 0:00:01 0:00:01 --:--:-- 101k 07:52:07 07:52:07 07:52:07 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/344/openapi/v2/support-notifications.yaml] 07:52:07 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:07 Dload Upload Total Spent Left Speed 07:52:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 50394 0:00:01 0:00:01 --:--:-- 50433 100 58553 0 0 100 58553 0 50386 0:00:01 0:00:01 --:--:-- 50433 07:52:08 07:52:08 07:52:08 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/344/openapi/v2/support-scheduler.yaml] 07:52:08 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:08 Dload Upload Total Spent Left Speed 07:52:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 36206 0:00:01 0:00:01 --:--:-- 36241 07:52:09 07:52:09 07:52:09 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/344/openapi/v2/system-agent.yaml] 07:52:09 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:09 Dload Upload Total Spent Left Speed 07:52:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 19607 0:00:01 0:00:01 --:--:-- 19605 100 23684 0 0 100 23684 0 17381 0:00:01 0:00:01 --:--:-- 17376 07:52:10 07:52:10 [Pipeline] } 07:52:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 07:52:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:52:11 . [Pipeline] withDockerContainer 07:52:12 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:52:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:52:12 $ docker top 54690d05466fe00cf967cf076c7909ee4aa31c62f08e103e731171a92f419a4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:52:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:52:13 [ssh-agent] Looking for ssh-agent implementation... 07:52:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:52:13 $ docker exec 54690d05466fe00cf967cf076c7909ee4aa31c62f08e103e731171a92f419a4f ssh-agent 07:52:13 SSH_AUTH_SOCK=/tmp/ssh-r2LHjOKcQoup/agent.12 07:52:13 SSH_AGENT_PID=17 07:52:13 Running ssh-add (command line suppressed) 07:52:13 Identity added: /w/workspace/edgex-go/344@tmp/private_key_5522071993953100091.key (/w/workspace/edgex-go/344@tmp/private_key_5522071993953100091.key) 07:52:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:52:14 + git semver tag 07:52:14 # -> Open(): unable to determine branch for HEAD 07:52:14 # $GIT_DIR = /w/workspace/edgex-go/344/.git 07:52:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/344 07:52:14 # $SEMVER_REMOTE_NAME = origin 07:52:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:52:14 # $SEMVER_USER_NAME = edgex-jenkins 07:52:14 # $SEMVER_BRANCH = master 07:52:14 # $SEMVER_DIR = /w/workspace/edgex-go/344/.semver 07:52:14 # 261101cd65b57382b3139275d947e2afb77006cd HEAD 07:52:16 # -> Force: false 07:52:16 # 29bccd643a834e0afc637a73fc7a8c36fbe81fc4 refs/tags/v2.0.0-dev.79 [Pipeline] } 07:52:16 $ docker exec --env ******** --env ******** 54690d05466fe00cf967cf076c7909ee4aa31c62f08e103e731171a92f419a4f ssh-agent -k 07:52:16 unset SSH_AUTH_SOCK; 07:52:16 unset SSH_AGENT_PID; 07:52:16 echo Agent pid 17 killed; 07:52:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:52:17 + git semver [Pipeline] } 07:52:17 $ docker stop --time=1 54690d05466fe00cf967cf076c7909ee4aa31c62f08e103e731171a92f419a4f 07:52:18 $ docker rm -f 54690d05466fe00cf967cf076c7909ee4aa31c62f08e103e731171a92f419a4f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:52:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:52:19 07:52:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:52:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:52:19 0.23.1-centos7: Pulling from edgex-lftools 07:52:19 ab5ef0e58194: Pulling fs layer 07:52:19 9712f1f96733: Pulling fs layer 07:52:19 63f879dbbcfc: Pulling fs layer 07:52:19 0d9ebad4ef96: Pulling fs layer 07:52:19 e9a5061849ea: Pulling fs layer 07:52:19 d747dcd14b5f: Pulling fs layer 07:52:19 2de7ff778b66: Pulling fs layer 07:52:19 e9a5061849ea: Waiting 07:52:19 d747dcd14b5f: Waiting 07:52:19 2de7ff778b66: Waiting 07:52:19 0d9ebad4ef96: Waiting 07:52:19 9712f1f96733: Verifying Checksum 07:52:19 9712f1f96733: Download complete 07:52:21 63f879dbbcfc: Verifying Checksum 07:52:21 63f879dbbcfc: Download complete 07:52:21 e9a5061849ea: Verifying Checksum 07:52:21 e9a5061849ea: Download complete 07:52:21 d747dcd14b5f: Verifying Checksum 07:52:21 d747dcd14b5f: Download complete 07:52:22 2de7ff778b66: Verifying Checksum 07:52:22 2de7ff778b66: Download complete 07:52:22 0d9ebad4ef96: Verifying Checksum 07:52:22 0d9ebad4ef96: Download complete 07:52:22 ab5ef0e58194: Verifying Checksum 07:52:22 ab5ef0e58194: Download complete 07:52:27 ab5ef0e58194: Pull complete 07:52:27 9712f1f96733: Pull complete 07:52:30 63f879dbbcfc: Pull complete 07:52:36 0d9ebad4ef96: Pull complete 07:52:38 e9a5061849ea: Pull complete 07:52:38 d747dcd14b5f: Pull complete 07:52:41 2de7ff778b66: Pull complete 07:52:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:52:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:52:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:52:41 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:52:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:52:45 $ docker top 4ddb35016324a2d3a617a7e14e09d43cf65dd3aee58c4088395f3001c330e71c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:52:45 provisioning config files... 07:52:45 copy managed file [sigul-config] to file:/w/workspace/edgex-go/344@tmp/config3050042826456138988tmp 07:52:46 copy managed file [sigul-password] to file:/w/workspace/edgex-go/344@tmp/config5478715489999732155tmp 07:52:46 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/344@tmp/config3616087948279836467tmp [Pipeline] { [Pipeline] echo 07:52:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:52:46 ---> sigul-configuration.sh 07:52:46 gpg: directory `/root/.gnupg' created 07:52:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:52:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:52:46 gpg: keyring `/root/.gnupg/secring.gpg' created 07:52:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:52:46 gpg: CAST5 encrypted data 07:52:46 gpg: encrypted with 1 passphrase 07:52:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:52:46 + mkdir /home/jenkins 07:52:46 + mkdir /home/jenkins/sigul [Pipeline] sh 07:52:47 + 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 07:52:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:52:47 ---> sigul-install.sh 07:52:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:52:54 + git tag --list 07:52:54 0.6.0 07:52:54 0.6.1 07:52:54 0.7.0 07:52:54 0.7.1 07:52:54 v0.0.0 07:52:54 v0.0.1-dev.1 07:52:54 v1.0.0 07:52:54 v1.0.1 07:52:54 v1.1.0 07:52:54 v1.2.0 07:52:54 v1.2.1 07:52:54 v1.2.2-dev.1 07:52:54 v1.2.2-dev.10 07:52:54 v1.2.2-dev.100 07:52:54 v1.2.2-dev.101 07:52:54 v1.2.2-dev.102 07:52:54 v1.2.2-dev.103 07:52:54 v1.2.2-dev.104 07:52:54 v1.2.2-dev.105 07:52:54 v1.2.2-dev.106 07:52:54 v1.2.2-dev.107 07:52:54 v1.2.2-dev.11 07:52:54 v1.2.2-dev.12 07:52:54 v1.2.2-dev.13 07:52:54 v1.2.2-dev.14 07:52:54 v1.2.2-dev.15 07:52:54 v1.2.2-dev.16 07:52:54 v1.2.2-dev.17 07:52:54 v1.2.2-dev.18 07:52:54 v1.2.2-dev.19 07:52:54 v1.2.2-dev.2 07:52:54 v1.2.2-dev.20 07:52:54 v1.2.2-dev.21 07:52:54 v1.2.2-dev.22 07:52:54 v1.2.2-dev.23 07:52:54 v1.2.2-dev.24 07:52:54 v1.2.2-dev.25 07:52:54 v1.2.2-dev.26 07:52:54 v1.2.2-dev.27 07:52:54 v1.2.2-dev.28 07:52:54 v1.2.2-dev.29 07:52:54 v1.2.2-dev.3 07:52:54 v1.2.2-dev.30 07:52:54 v1.2.2-dev.31 07:52:54 v1.2.2-dev.32 07:52:54 v1.2.2-dev.33 07:52:54 v1.2.2-dev.34 07:52:54 v1.2.2-dev.35 07:52:54 v1.2.2-dev.36 07:52:54 v1.2.2-dev.37 07:52:54 v1.2.2-dev.38 07:52:54 v1.2.2-dev.39 07:52:54 v1.2.2-dev.4 07:52:54 v1.2.2-dev.40 07:52:54 v1.2.2-dev.41 07:52:54 v1.2.2-dev.42 07:52:54 v1.2.2-dev.43 07:52:54 v1.2.2-dev.44 07:52:54 v1.2.2-dev.45 07:52:54 v1.2.2-dev.46 07:52:54 v1.2.2-dev.47 07:52:54 v1.2.2-dev.48 07:52:54 v1.2.2-dev.49 07:52:54 v1.2.2-dev.5 07:52:54 v1.2.2-dev.50 07:52:54 v1.2.2-dev.51 07:52:54 v1.2.2-dev.52 07:52:54 v1.2.2-dev.53 07:52:54 v1.2.2-dev.54 07:52:54 v1.2.2-dev.55 07:52:54 v1.2.2-dev.56 07:52:54 v1.2.2-dev.57 07:52:54 v1.2.2-dev.58 07:52:54 v1.2.2-dev.59 07:52:54 v1.2.2-dev.6 07:52:54 v1.2.2-dev.60 07:52:54 v1.2.2-dev.61 07:52:54 v1.2.2-dev.62 07:52:54 v1.2.2-dev.63 07:52:54 v1.2.2-dev.64 07:52:54 v1.2.2-dev.65 07:52:54 v1.2.2-dev.66 07:52:54 v1.2.2-dev.67 07:52:54 v1.2.2-dev.68 07:52:54 v1.2.2-dev.69 07:52:54 v1.2.2-dev.7 07:52:54 v1.2.2-dev.70 07:52:54 v1.2.2-dev.71 07:52:54 v1.2.2-dev.72 07:52:54 v1.2.2-dev.73 07:52:54 v1.2.2-dev.74 07:52:54 v1.2.2-dev.75 07:52:54 v1.2.2-dev.76 07:52:54 v1.2.2-dev.77 07:52:54 v1.2.2-dev.78 07:52:54 v1.2.2-dev.79 07:52:54 v1.2.2-dev.8 07:52:54 v1.2.2-dev.80 07:52:54 v1.2.2-dev.81 07:52:54 v1.2.2-dev.82 07:52:54 v1.2.2-dev.83 07:52:54 v1.2.2-dev.84 07:52:54 v1.2.2-dev.85 07:52:54 v1.2.2-dev.86 07:52:54 v1.2.2-dev.87 07:52:54 v1.2.2-dev.88 07:52:54 v1.2.2-dev.89 07:52:54 v1.2.2-dev.9 07:52:54 v1.2.2-dev.90 07:52:54 v1.2.2-dev.91 07:52:54 v1.2.2-dev.92 07:52:54 v1.2.2-dev.93 07:52:54 v1.2.2-dev.94 07:52:54 v1.2.2-dev.95 07:52:54 v1.2.2-dev.96 07:52:54 v1.2.2-dev.97 07:52:54 v1.2.2-dev.98 07:52:54 v1.2.2-dev.99 07:52:54 v1.3.0 07:52:54 v1.3.1-dev.1 07:52:54 v1.3.1-dev.10 07:52:54 v1.3.1-dev.11 07:52:54 v1.3.1-dev.12 07:52:54 v1.3.1-dev.13 07:52:54 v1.3.1-dev.14 07:52:54 v1.3.1-dev.15 07:52:54 v1.3.1-dev.16 07:52:54 v1.3.1-dev.17 07:52:54 v1.3.1-dev.18 07:52:54 v1.3.1-dev.2 07:52:54 v1.3.1-dev.3 07:52:54 v1.3.1-dev.4 07:52:54 v1.3.1-dev.5 07:52:54 v1.3.1-dev.6 07:52:54 v1.3.1-dev.7 07:52:54 v1.3.1-dev.8 07:52:54 v1.3.1-dev.9 07:52:54 v2.0.0-dev.1 07:52:54 v2.0.0-dev.10 07:52:54 v2.0.0-dev.11 07:52:54 v2.0.0-dev.12 07:52:54 v2.0.0-dev.13 07:52:54 v2.0.0-dev.14 07:52:54 v2.0.0-dev.15 07:52:54 v2.0.0-dev.16 07:52:54 v2.0.0-dev.17 07:52:54 v2.0.0-dev.18 07:52:54 v2.0.0-dev.19 07:52:54 v2.0.0-dev.2 07:52:54 v2.0.0-dev.20 07:52:54 v2.0.0-dev.21 07:52:54 v2.0.0-dev.22 07:52:54 v2.0.0-dev.23 07:52:54 v2.0.0-dev.24 07:52:54 v2.0.0-dev.25 07:52:54 v2.0.0-dev.26 07:52:54 v2.0.0-dev.27 07:52:54 v2.0.0-dev.28 07:52:54 v2.0.0-dev.29 07:52:54 v2.0.0-dev.3 07:52:54 v2.0.0-dev.30 07:52:54 v2.0.0-dev.31 07:52:54 v2.0.0-dev.32 07:52:54 v2.0.0-dev.33 07:52:54 v2.0.0-dev.34 07:52:54 v2.0.0-dev.35 07:52:54 v2.0.0-dev.36 07:52:54 v2.0.0-dev.37 07:52:54 v2.0.0-dev.38 07:52:54 v2.0.0-dev.39 07:52:54 v2.0.0-dev.4 07:52:54 v2.0.0-dev.40 07:52:54 v2.0.0-dev.41 07:52:54 v2.0.0-dev.42 07:52:54 v2.0.0-dev.43 07:52:54 v2.0.0-dev.44 07:52:54 v2.0.0-dev.45 07:52:54 v2.0.0-dev.46 07:52:54 v2.0.0-dev.47 07:52:54 v2.0.0-dev.48 07:52:54 v2.0.0-dev.49 07:52:54 v2.0.0-dev.5 07:52:54 v2.0.0-dev.50 07:52:54 v2.0.0-dev.51 07:52:54 v2.0.0-dev.52 07:52:54 v2.0.0-dev.53 07:52:54 v2.0.0-dev.54 07:52:54 v2.0.0-dev.55 07:52:54 v2.0.0-dev.56 07:52:54 v2.0.0-dev.57 07:52:54 v2.0.0-dev.58 07:52:54 v2.0.0-dev.59 07:52:54 v2.0.0-dev.6 07:52:54 v2.0.0-dev.60 07:52:54 v2.0.0-dev.61 07:52:54 v2.0.0-dev.62 07:52:54 v2.0.0-dev.63 07:52:54 v2.0.0-dev.64 07:52:54 v2.0.0-dev.65 07:52:54 v2.0.0-dev.66 07:52:54 v2.0.0-dev.67 07:52:54 v2.0.0-dev.68 07:52:54 v2.0.0-dev.69 07:52:54 v2.0.0-dev.7 07:52:54 v2.0.0-dev.70 07:52:54 v2.0.0-dev.71 07:52:54 v2.0.0-dev.72 07:52:54 v2.0.0-dev.73 07:52:54 v2.0.0-dev.74 07:52:54 v2.0.0-dev.75 07:52:54 v2.0.0-dev.76 07:52:54 v2.0.0-dev.77 07:52:54 v2.0.0-dev.78 07:52:54 v2.0.0-dev.79 07:52:54 v2.0.0-dev.8 07:52:54 v2.0.0-dev.9 [Pipeline] sh 07:52:54 + lftools sign git-tag v2.0.0-dev.79 07:52:56 Signing Git tag with Sigul... 07:52:56 Signing v2.0.0-dev.79 [Pipeline] echo 07:52:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:52:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:52:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:52:58 $ docker stop --time=1 4ddb35016324a2d3a617a7e14e09d43cf65dd3aee58c4088395f3001c330e71c 07:53:00 $ docker rm -f 4ddb35016324a2d3a617a7e14e09d43cf65dd3aee58c4088395f3001c330e71c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:53:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:53:01 . [Pipeline] withDockerContainer 07:53:01 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:53:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:53:02 $ docker top 8b8fffc1b8b0df2f60a3adbf592f0d1e131b658c6315c7fd2e74f038d8a57cae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:53:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:53:02 [ssh-agent] Looking for ssh-agent implementation... 07:53:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:53:02 $ docker exec 8b8fffc1b8b0df2f60a3adbf592f0d1e131b658c6315c7fd2e74f038d8a57cae ssh-agent 07:53:03 SSH_AUTH_SOCK=/tmp/ssh-lopafDjEOfcJ/agent.12 07:53:03 SSH_AGENT_PID=17 07:53:03 Running ssh-add (command line suppressed) 07:53:03 Identity added: /w/workspace/edgex-go/344@tmp/private_key_8216976893266796651.key (/w/workspace/edgex-go/344@tmp/private_key_8216976893266796651.key) 07:53:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:53:03 + git semver bump pre 07:53:03 # -> Open(): unable to determine branch for HEAD 07:53:03 # $GIT_DIR = /w/workspace/edgex-go/344/.git 07:53:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/344 07:53:03 # $SEMVER_REMOTE_NAME = origin 07:53:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:53:03 # $SEMVER_USER_NAME = edgex-jenkins 07:53:03 # $SEMVER_BRANCH = master 07:53:03 # $SEMVER_DIR = /w/workspace/edgex-go/344/.semver 07:53:03 2.0.0-dev.80 [Pipeline] } 07:53:03 $ docker exec --env ******** --env ******** 8b8fffc1b8b0df2f60a3adbf592f0d1e131b658c6315c7fd2e74f038d8a57cae ssh-agent -k 07:53:03 unset SSH_AUTH_SOCK; 07:53:03 unset SSH_AGENT_PID; 07:53:03 echo Agent pid 17 killed; 07:53:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:53:04 + git semver [Pipeline] } 07:53:04 $ docker stop --time=1 8b8fffc1b8b0df2f60a3adbf592f0d1e131b658c6315c7fd2e74f038d8a57cae 07:53:05 $ docker rm -f 8b8fffc1b8b0df2f60a3adbf592f0d1e131b658c6315c7fd2e74f038d8a57cae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:53:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:53:06 . [Pipeline] withDockerContainer 07:53:06 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:53:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:53:07 $ docker top a78fc8cd57fe5e300ef8606b1a719bc5d67d4b303da454b760298afdea9e7eac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:53:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:53:07 [ssh-agent] Looking for ssh-agent implementation... 07:53:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:53:07 $ docker exec a78fc8cd57fe5e300ef8606b1a719bc5d67d4b303da454b760298afdea9e7eac ssh-agent 07:53:07 SSH_AUTH_SOCK=/tmp/ssh-SvQEwTTIle1g/agent.11 07:53:07 SSH_AGENT_PID=16 07:53:07 Running ssh-add (command line suppressed) 07:53:08 Identity added: /w/workspace/edgex-go/344@tmp/private_key_1576037833806037049.key (/w/workspace/edgex-go/344@tmp/private_key_1576037833806037049.key) 07:53:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:53:08 + git semver push 07:53:08 # -> Open(): unable to determine branch for HEAD 07:53:08 # $GIT_DIR = /w/workspace/edgex-go/344/.git 07:53:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/344 07:53:08 # $SEMVER_REMOTE_NAME = origin 07:53:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:53:08 # $SEMVER_USER_NAME = edgex-jenkins 07:53:08 # $SEMVER_BRANCH = master 07:53:08 # $SEMVER_DIR = /w/workspace/edgex-go/344/.semver [Pipeline] } 07:53:18 $ docker exec --env ******** --env ******** a78fc8cd57fe5e300ef8606b1a719bc5d67d4b303da454b760298afdea9e7eac ssh-agent -k 07:53:18 unset SSH_AUTH_SOCK; 07:53:18 unset SSH_AGENT_PID; 07:53:18 echo Agent pid 16 killed; 07:53:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:53:19 + git semver [Pipeline] } 07:53:19 $ docker stop --time=1 a78fc8cd57fe5e300ef8606b1a719bc5d67d4b303da454b760298afdea9e7eac 07:53:20 $ docker rm -f a78fc8cd57fe5e300ef8606b1a719bc5d67d4b303da454b760298afdea9e7eac [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 07:53:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:53:22 ---> package-listing.sh 07:53:22 ++ facter osfamily 07:53:22 ++ tr '[:upper:]' '[:lower:]' 07:53:22 + OS_FAMILY=redhat 07:53:22 + workspace=/w/workspace/edgex-go/344 07:53:22 + START_PACKAGES=/tmp/packages_start.txt 07:53:22 + END_PACKAGES=/tmp/packages_end.txt 07:53:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:53:22 + PACKAGES=/tmp/packages_start.txt 07:53:22 + '[' /w/workspace/edgex-go/344 ']' 07:53:22 + PACKAGES=/tmp/packages_end.txt 07:53:22 + case "${OS_FAMILY}" in 07:53:22 + rpm -qa 07:53:22 + sort 07:53:28 + '[' -f /tmp/packages_start.txt ']' 07:53:28 + '[' -f /tmp/packages_end.txt ']' 07:53:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:53:28 + '[' /w/workspace/edgex-go/344 ']' 07:53:28 + mkdir -p /w/workspace/edgex-go/344/archives/ 07:53:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/344/archives/ [Pipeline] echo 07:53:28 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/344/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:53:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:53:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:53:28 07:53:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:53:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:53:29 alpine: Pulling from edgex-lftools-log-publisher 07:53:29 df20fa9351a1: Pulling fs layer 07:53:29 36b3adc4ff6f: Pulling fs layer 07:53:29 8ad3a11d3b57: Pulling fs layer 07:53:29 46f8f816bc3b: Pulling fs layer 07:53:29 93b61091891f: Pulling fs layer 07:53:29 93b9cdb0e59b: Pulling fs layer 07:53:29 5e14af77c1be: Pulling fs layer 07:53:29 01666e4c0597: Pulling fs layer 07:53:29 aa168da1d23b: Pulling fs layer 07:53:29 93b9cdb0e59b: Waiting 07:53:29 5e14af77c1be: Waiting 07:53:29 01666e4c0597: Waiting 07:53:29 46f8f816bc3b: Waiting 07:53:29 93b61091891f: Waiting 07:53:29 36b3adc4ff6f: Verifying Checksum 07:53:29 36b3adc4ff6f: Download complete 07:53:29 46f8f816bc3b: Verifying Checksum 07:53:29 46f8f816bc3b: Download complete 07:53:29 df20fa9351a1: Download complete 07:53:29 93b9cdb0e59b: Verifying Checksum 07:53:29 93b9cdb0e59b: Download complete 07:53:29 93b61091891f: Download complete 07:53:29 5e14af77c1be: Download complete 07:53:29 01666e4c0597: Verifying Checksum 07:53:29 01666e4c0597: Download complete 07:53:29 df20fa9351a1: Pull complete 07:53:29 36b3adc4ff6f: Pull complete 07:53:30 8ad3a11d3b57: Verifying Checksum 07:53:30 8ad3a11d3b57: Download complete 07:53:31 8ad3a11d3b57: Pull complete 07:53:31 46f8f816bc3b: Pull complete 07:53:31 aa168da1d23b: Verifying Checksum 07:53:31 aa168da1d23b: Download complete 07:53:32 93b61091891f: Pull complete 07:53:32 93b9cdb0e59b: Pull complete 07:53:32 5e14af77c1be: Pull complete 07:53:32 01666e4c0597: Pull complete 07:53:41 aa168da1d23b: Pull complete 07:53:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:53:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:53:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:53:41 prd-centos7-docker-4c-2g-25222 does not seem to be running inside a container 07:53:41 $ 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/344/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/344 -v /w/workspace/edgex-go/344:/w/workspace/edgex-go/344:rw,z -v /w/workspace/edgex-go/344@tmp:/w/workspace/edgex-go/344@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 07:53:44 $ docker top e0241e2f3846a915988b9b64be4e3f56db4b53881fdd6068fec36801b6775390 -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:44 + touch /tmp/pre-build-complete [Pipeline] sh 07:53:44 + mkdir -p /var/log/sa [Pipeline] sh 07:53:45 + ls /var/log/sa-host 07:53:45 + sadf -c /var/log/sa-host/sa05 07:53:45 file_magic: OK 07:53:45 HZ: Using current value: 100 07:53:45 file_header: OK 07:53:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:53:45 Statistics: 07:53:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:53:45 File successfully converted to sysstat format version 12.2.1 07:53:45 + sadf -c /var/log/sa-host/sa23 07:53:45 file_magic: OK 07:53:45 HZ: Using current value: 100 07:53:45 file_header: OK 07:53:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:53:45 Statistics: 07:53:45 Hnuu...uuuununununu... 07:53:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:53:45 provisioning config files... 07:53:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/344@tmp/config8476318613678784513tmp [Pipeline] { [Pipeline] echo 07:53:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:53:45 ---> create-netrc.sh [Pipeline] } 07:53:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:53:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:53:46 ---> python-tools-install.sh [Pipeline] echo 07:53:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:53:46 ---> sudo-logs.sh 07:53:46 Archiving 'sudo' log.. [Pipeline] echo 07:53:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:53:46 ---> job-cost.sh 07:53:46 lf-activate-venv: SKIPPING 07:53:46 INFO: No Stack... 07:53:47 INFO: Retrieving Pricing Info for: v1-standard-2 07:53:48 INFO: Archiving Costs [Pipeline] echo 07:53:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:53:48 ---> logs-deploy.sh 07:53:48 lf-activate-venv: SKIPPING 07:53:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/344 07:53:48 INFO: archiving workspace using pattern(s): 07:53:49 Archives upload complete. 07:53:49 INFO: archiving logs to Nexus 07:53:51 ---> uname -a: 07:53:51 Linux prd-centos7-docker-4c-2g-25222.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:53:51 07:53:51 07:53:51 ---> lscpu: 07:53:51 Architecture: x86_64 07:53:51 CPU op-mode(s): 32-bit, 64-bit 07:53:51 Byte Order: Little Endian 07:53:51 Address sizes: 40 bits physical, 48 bits virtual 07:53:51 CPU(s): 4 07:53:51 On-line CPU(s) list: 0-3 07:53:51 Thread(s) per core: 1 07:53:51 Core(s) per socket: 1 07:53:51 Socket(s): 4 07:53:51 NUMA node(s): 1 07:53:51 Vendor ID: GenuineIntel 07:53:51 CPU family: 6 07:53:51 Model: 44 07:53:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:53:51 Stepping: 1 07:53:51 CPU MHz: 2933.438 07:53:51 BogoMIPS: 5866.87 07:53:51 Virtualization: VT-x 07:53:51 Hypervisor vendor: KVM 07:53:51 Virtualization type: full 07:53:51 L1d cache: 128 KiB 07:53:51 L1i cache: 128 KiB 07:53:51 L2 cache: 16 MiB 07:53:51 L3 cache: 64 MiB 07:53:51 NUMA node0 CPU(s): 0-3 07:53:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:53:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:53:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:53:51 Vulnerability Meltdown: Mitigation; PTI 07:53:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:53:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:53:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:53:51 Vulnerability Srbds: Not affected 07:53:51 Vulnerability Tsx async abort: Not affected 07:53:51 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:53:51 07:53:51 07:53:51 ---> nproc: 07:53:51 4 07:53:51 07:53:51 07:53:51 ---> df -h: 07:53:51 Filesystem Size Used Available Use% Mounted on 07:53:51 overlay 50.0G 13.4G 36.5G 27% / 07:53:51 tmpfs 64.0M 0 64.0M 0% /dev 07:53:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:53:51 shm 64.0M 0 64.0M 0% /dev/shm 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /facter-os 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /etc/resolv.conf 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /etc/hostname 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /etc/hosts 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /run/cloud-init/result.json 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/sa-host 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/secure 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /var/log/auth.log 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /w/workspace/edgex-go/344 07:53:51 /dev/vda1 50.0G 13.4G 36.5G 27% /w/workspace/edgex-go/344@tmp 07:53:51 07:53:51 07:53:51 ---> free -m: 07:53:51 total used free shared buff/cache available 07:53:51 Mem: 1837 774 148 0 914 1012 07:53:51 Swap: 1023 79 944 07:53:51 07:53:51 07:53:51 ---> ip addr: 07:53:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:53:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:53:51 inet 127.0.0.1/8 scope host lo 07:53:51 valid_lft forever preferred_lft forever 07:53:51 inet6 ::1/128 scope host 07:53:51 valid_lft forever preferred_lft forever 07:53:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:53:51 link/ether fa:16:3e:7d:e1:32 brd ff:ff:ff:ff:ff:ff 07:53:51 inet 10.30.122.35/23 brd 10.30.123.255 scope global dynamic eth0 07:53:51 valid_lft 85318sec preferred_lft 85318sec 07:53:51 inet6 fe80::f816:3eff:fe7d:e132/64 scope link 07:53:51 valid_lft forever preferred_lft forever 07:53:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:53:51 link/ether 02:42:2e:e3:0f:e8 brd ff:ff:ff:ff:ff:ff 07:53:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:53:51 valid_lft forever preferred_lft forever 07:53:51 inet6 fe80::42:2eff:fee3:fe8/64 scope link 07:53:51 valid_lft forever preferred_lft forever 07:53:51 07:53:51 07:53:51 ---> sar -b -r -n DEV: 07:53:51 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) 07:53:51 07:53:51 07:35:37 LINUX RESTART (4 CPU) 07:53:51 07:53:51 07:36:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:53:51 07:37:01 103.37 41.35 62.01 0.00 8337.87 14840.59 0.00 07:53:51 07:38:02 287.67 89.64 198.04 0.00 5824.12 56256.06 0.00 07:53:51 07:39:01 179.56 87.55 92.01 0.00 2949.75 10735.53 0.00 07:53:51 07:40:01 142.71 68.56 74.15 0.00 3456.69 7285.20 0.00 07:53:51 07:41:01 308.29 112.38 195.91 0.00 47791.52 124245.75 0.00 07:53:51 07:42:02 2902.93 2543.70 359.23 0.00 179225.29 189336.35 0.00 07:53:51 07:43:01 448.64 243.85 204.79 0.00 16286.94 43073.30 0.00 07:53:51 07:44:01 1849.37 1499.92 349.46 0.00 107733.55 134423.30 0.00 07:53:51 07:45:02 1608.24 1290.75 317.48 0.00 72563.26 78510.90 0.00 07:53:51 07:46:01 101.13 44.47 56.67 0.00 6906.97 6121.02 0.00 07:53:51 07:47:01 80.26 75.63 4.63 0.00 2620.68 103.88 0.00 07:53:51 07:48:01 1.63 1.30 0.33 0.00 100.20 5.05 0.00 07:53:51 07:49:01 0.37 0.07 0.30 0.00 1.07 3.83 0.00 07:53:51 07:50:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 07:53:51 07:51:01 2.03 1.78 0.25 0.00 58.08 3.26 0.00 07:53:51 07:52:01 272.64 127.18 145.47 0.00 7140.89 36528.97 0.00 07:53:51 07:53:01 214.33 81.26 133.07 0.00 6079.09 33321.25 0.00 07:53:51 Average: 504.85 375.29 129.56 0.00 27782.38 43574.78 0.00 07:53:51 07:53:51 07:36:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:53:51 07:37:01 69564 0 790660 42.02 2620 1018700 1428416 48.75 661220 946904 20 07:53:51 07:38:02 105924 0 724140 38.49 1492 1049988 1312772 44.80 628844 851480 76 07:53:51 07:39:01 215356 0 749832 39.85 764 915592 1688048 57.61 648256 733052 63544 07:53:51 07:40:01 226972 0 736200 39.13 668 917704 1415196 48.30 607024 753912 90144 07:53:51 07:41:01 75644 0 802180 42.63 52 1003668 2222248 75.84 762192 833148 15740 07:53:51 07:42:02 77008 0 741316 39.40 0 1063220 1974572 67.39 750544 826524 80792 07:53:51 07:43:01 256436 0 661976 35.18 0 963132 1374932 46.92 526756 850144 32 07:53:51 07:44:01 75000 0 806952 42.89 0 999592 2662580 90.87 646276 907812 32260 07:53:51 07:45:02 230664 0 859740 45.69 0 791140 2056244 70.18 566976 834516 1676 07:53:51 07:46:01 333508 0 622880 33.10 0 925156 1427560 48.72 437260 868308 32 07:53:51 07:47:01 282964 0 595864 31.67 0 1002716 1211604 41.35 413708 943368 8 07:53:51 07:48:01 284512 0 591320 31.43 0 1005712 1176640 40.16 411128 945600 16 07:53:51 07:49:01 283584 0 592232 31.48 0 1005728 1176796 40.16 412104 945632 8 07:53:51 07:50:01 284180 0 591620 31.44 0 1005744 1176652 40.16 411344 945648 8 07:53:51 07:51:01 282792 0 591996 31.46 0 1006756 1176652 40.16 411824 946172 16 07:53:51 07:52:01 244480 0 664972 35.34 0 972092 1223176 41.74 556004 776648 32 07:53:51 07:53:01 202816 0 775004 41.19 0 903724 1858500 63.43 580152 729848 20 07:53:51 Average: 207730 0 699934 37.20 329 973551 1562505 53.33 554801 861101 16731 07:53:51 07:53:51 07:36:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:53:51 07:37:01 veth0820e16 867.53 877.80 82.54 2731.11 0.00 0.00 0.00 0.00 07:53:51 07:37:01 eth0 1899.73 1498.46 6481.31 196.68 0.00 0.00 0.00 0.00 07:53:51 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:37:01 docker0 867.53 877.66 70.68 2731.10 0.00 0.00 0.00 0.00 07:53:51 07:38:02 eth0 468.36 391.05 3673.75 41.60 0.00 0.00 0.00 0.00 07:53:51 07:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:38:02 docker0 120.01 155.95 8.69 827.49 0.00 0.00 0.00 0.00 07:53:51 07:39:01 veth855c682 0.63 0.76 0.05 0.06 0.00 0.00 0.00 0.00 07:53:51 07:39:01 eth0 57.33 38.50 38.48 59.73 0.00 0.00 0.00 0.00 07:53:51 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:39:01 docker0 0.63 0.63 0.04 0.05 0.00 0.00 0.00 0.00 07:53:51 07:40:01 veth855c682 1.53 1.53 0.12 0.12 0.00 0.00 0.00 0.00 07:53:51 07:40:01 eth0 37.21 28.20 18.85 45.10 0.00 0.00 0.00 0.00 07:53:51 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:40:01 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 07:53:51 07:41:01 eth0 203.56 161.17 1685.85 63.47 0.00 0.00 0.00 0.00 07:53:51 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:41:01 vethfaa0f3e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:53:51 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:42:02 eth0 55.43 30.35 163.10 39.82 0.00 0.00 0.00 0.00 07:53:51 07:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:42:02 vethfaa0f3e 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 07:53:51 07:42:02 docker0 9.57 23.40 0.50 143.94 0.00 0.00 0.00 0.00 07:53:51 07:43:01 vethc2fcd55 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:43:01 eth0 188.95 144.16 1504.16 19.02 0.00 0.00 0.00 0.00 07:53:51 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:43:01 vethfaa0f3e 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 07:53:51 07:44:01 veth5e52208 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:53:51 07:44:01 vethcf0b2aa 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 07:53:51 07:44:01 eth0 117.04 69.00 374.06 65.28 0.00 0.00 0.00 0.00 07:53:51 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:45:02 veth4b5c811 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:53:51 07:45:02 eth0 102.02 74.61 155.61 96.70 0.00 0.00 0.00 0.00 07:53:51 07:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:45:02 vethfaa0f3e 0.00 0.96 0.00 0.04 0.00 0.00 0.00 0.00 07:53:51 07:46:01 eth0 352.62 335.09 215.93 1170.75 0.00 0.00 0.00 0.00 07:53:51 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:46:01 docker0 1085.78 1195.63 85.33 4411.15 0.00 0.00 0.00 0.00 07:53:51 07:47:01 eth0 94.16 90.96 34.28 464.74 0.00 0.00 0.00 0.00 07:53:51 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:48:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 07:53:51 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:49:01 eth0 7.08 6.88 0.71 13.46 0.00 0.00 0.00 0.00 07:53:51 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:50:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:53:51 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:51:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:53:51 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:52:01 eth0 455.27 396.27 4265.81 68.88 0.00 0.00 0.00 0.00 07:53:51 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:52:01 docker0 32.53 31.65 3.20 221.81 0.00 0.00 0.00 0.00 07:53:51 07:53:01 veth4bc103c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:53:01 vethe75313c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:53:01 eth0 501.35 420.99 3463.74 112.18 0.00 0.00 0.00 0.00 07:53:51 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 Average: veth4bc103c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 Average: vethe75313c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 Average: eth0 265.42 215.45 1293.86 143.60 0.00 0.00 0.00 0.00 07:53:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:51 07:53:51 07:53:51 ---> sar -P ALL: 07:53:51 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) 07:53:51 07:53:51 07:35:37 LINUX RESTART (4 CPU) 07:53:51 07:53:51 07:36:02 CPU %user %nice %system %iowait %steal %idle 07:53:51 07:37:01 all 19.88 0.00 8.07 1.88 0.03 70.15 07:53:51 07:37:01 0 18.25 0.00 10.77 0.86 0.04 70.08 07:53:51 07:37:01 1 16.32 0.00 7.33 2.96 0.02 73.37 07:53:51 07:37:01 2 23.06 0.00 6.96 0.83 0.03 69.11 07:53:51 07:37:01 3 21.90 0.00 7.24 2.83 0.03 68.00 07:53:51 07:38:02 all 12.52 0.00 8.95 6.50 0.07 71.96 07:53:51 07:38:02 0 12.95 0.00 10.36 5.50 0.09 71.10 07:53:51 07:38:02 1 11.97 0.00 8.08 6.65 0.09 73.21 07:53:51 07:38:02 2 14.19 0.00 7.96 7.89 0.07 69.89 07:53:51 07:38:02 3 10.95 0.00 9.41 5.96 0.05 73.64 07:53:51 07:39:01 all 52.50 0.00 12.96 5.16 0.20 29.18 07:53:51 07:39:01 0 51.41 0.00 13.76 4.25 0.23 30.36 07:53:51 07:39:01 1 51.89 0.00 12.78 8.21 0.21 26.91 07:53:51 07:39:01 2 51.35 0.00 13.28 4.70 0.14 30.52 07:53:51 07:39:01 3 55.38 0.00 12.01 3.47 0.20 28.95 07:53:51 07:40:01 all 44.88 0.00 13.22 3.62 0.15 38.13 07:53:51 07:40:01 0 44.51 0.00 13.13 1.60 0.14 40.61 07:53:51 07:40:01 1 45.83 0.00 13.38 5.30 0.12 35.37 07:53:51 07:40:01 2 44.38 0.00 13.22 5.28 0.14 36.98 07:53:51 07:40:01 3 44.79 0.00 13.15 2.32 0.19 39.55 07:53:51 07:41:01 all 22.38 0.00 17.48 5.39 0.27 54.48 07:53:51 07:41:01 0 22.12 0.00 16.58 5.52 0.22 55.56 07:53:51 07:41:01 1 24.05 0.00 16.38 5.32 0.26 54.00 07:53:51 07:41:01 2 21.26 0.00 17.54 4.86 0.33 56.02 07:53:51 07:41:01 3 22.11 0.00 19.42 5.86 0.26 52.34 07:53:51 07:42:02 all 23.87 0.00 29.05 23.25 1.24 22.59 07:53:51 07:42:02 0 23.07 0.00 28.36 24.71 1.38 22.49 07:53:51 07:42:02 1 24.18 0.00 29.34 21.78 1.36 23.35 07:53:51 07:42:02 2 24.07 0.00 28.66 23.49 1.09 22.68 07:53:51 07:42:02 3 24.18 0.00 29.85 23.00 1.14 21.83 07:53:51 07:43:01 all 56.27 0.00 17.94 12.23 0.39 13.17 07:53:51 07:43:01 0 55.65 0.00 18.85 13.87 0.40 11.23 07:53:51 07:43:01 1 55.37 0.00 18.24 13.67 0.39 12.34 07:53:51 07:43:01 2 55.88 0.00 18.06 11.53 0.42 14.11 07:53:51 07:43:01 3 58.16 0.00 16.62 9.89 0.36 14.96 07:53:51 07:44:01 all 29.04 0.00 22.19 28.34 0.21 20.21 07:53:51 07:44:01 0 28.19 0.00 21.90 25.22 0.23 24.47 07:53:51 07:44:01 1 30.17 0.00 21.49 31.81 0.19 16.34 07:53:51 07:44:01 2 28.93 0.00 23.37 29.07 0.19 18.45 07:53:51 07:44:01 3 28.87 0.00 22.01 27.23 0.25 21.65 07:53:51 07:45:02 all 32.37 0.00 17.95 28.19 0.10 21.39 07:53:51 07:45:02 0 32.66 0.00 18.60 25.50 0.10 23.15 07:53:51 07:45:02 1 31.88 0.00 17.44 27.07 0.05 23.56 07:53:51 07:45:02 2 31.86 0.00 17.98 31.27 0.14 18.75 07:53:51 07:45:02 3 33.10 0.00 17.77 28.94 0.11 20.09 07:53:51 07:46:01 all 13.20 0.00 5.71 1.82 0.07 79.21 07:53:51 07:46:01 0 13.62 0.00 6.06 0.71 0.05 79.56 07:53:51 07:46:01 1 12.83 0.00 5.95 1.94 0.10 79.18 07:53:51 07:46:01 2 13.97 0.00 6.01 3.17 0.05 76.79 07:53:51 07:46:01 3 12.37 0.00 4.81 1.46 0.05 81.31 07:53:51 07:47:01 all 2.70 0.00 1.06 2.05 0.04 94.16 07:53:51 07:47:01 0 2.90 0.00 1.51 2.18 0.03 93.38 07:53:51 07:47:01 1 2.55 0.00 0.92 2.03 0.03 94.47 07:53:51 07:47:01 2 2.56 0.00 0.90 2.06 0.03 94.44 07:53:51 07:47:01 3 2.80 0.00 0.89 1.93 0.05 94.34 07:53:51 07:53:51 07:47:01 CPU %user %nice %system %iowait %steal %idle 07:53:51 07:48:01 all 0.05 0.00 0.05 0.00 0.00 99.90 07:53:51 07:48:01 0 0.02 0.00 0.05 0.00 0.00 99.93 07:53:51 07:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:53:51 07:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 07:53:51 07:48:01 3 0.07 0.00 0.05 0.02 0.00 99.87 07:53:51 07:49:01 all 0.13 0.00 0.08 0.00 0.00 99.80 07:53:51 07:49:01 0 0.22 0.00 0.05 0.00 0.00 99.73 07:53:51 07:49:01 1 0.08 0.00 0.08 0.00 0.00 99.83 07:53:51 07:49:01 2 0.10 0.00 0.10 0.00 0.00 99.80 07:53:51 07:49:01 3 0.10 0.00 0.07 0.00 0.00 99.83 07:53:51 07:50:01 all 0.15 0.00 0.04 0.00 0.00 99.81 07:53:51 07:50:01 0 0.50 0.00 0.02 0.00 0.00 99.48 07:53:51 07:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:53:51 07:50:01 2 0.03 0.00 0.05 0.00 0.00 99.92 07:53:51 07:50:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:53:51 07:51:01 all 0.17 0.00 0.05 0.03 0.00 99.75 07:53:51 07:51:01 0 0.13 0.00 0.03 0.02 0.00 99.82 07:53:51 07:51:01 1 0.07 0.00 0.05 0.00 0.00 99.88 07:53:51 07:51:01 2 0.45 0.00 0.10 0.08 0.00 99.37 07:53:51 07:51:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:53:51 07:52:01 all 10.65 0.00 7.95 5.41 0.07 75.92 07:53:51 07:52:01 0 10.81 0.00 8.93 6.79 0.05 73.41 07:53:51 07:52:01 1 10.45 0.00 7.43 4.04 0.05 78.02 07:53:51 07:52:01 2 9.84 0.00 7.21 5.15 0.09 77.72 07:53:51 07:52:01 3 11.52 0.00 8.24 5.66 0.09 74.50 07:53:51 07:53:01 all 10.95 0.00 9.09 4.04 0.08 75.84 07:53:51 07:53:01 0 10.41 0.00 9.83 2.33 0.07 77.36 07:53:51 07:53:01 1 10.78 0.00 9.98 6.91 0.10 72.22 07:53:51 07:53:01 2 12.03 0.00 8.22 3.48 0.09 76.19 07:53:51 07:53:01 3 10.56 0.00 8.33 3.44 0.07 77.60 07:53:51 Average: all 19.10 0.00 9.94 7.39 0.17 63.40 07:53:51 Average: 0 18.86 0.00 10.34 6.88 0.17 63.74 07:53:51 Average: 1 18.91 0.00 9.77 7.97 0.17 63.18 07:53:51 Average: 2 19.24 0.00 9.82 7.69 0.16 63.09 07:53:51 Average: 3 19.38 0.00 9.82 7.03 0.16 63.60 07:53:51 07:53:51 07:53:51