Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 576eddb6d79f77bc7b799d46a5f981c8da166ab0 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2771 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/463 [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/463 # 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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 (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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 Commit message: "fix: MaxResultCount limit the maximum number of returned objects (#3416)" > git rev-list --no-walk ce85119b06e7d5e27843f039fb56aa987fad79c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:55:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:55:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:55:38 ========================================================= 17:55:38 EdgeX Global Pipelines Version Info 17:55:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:55:40 ------------------- 17:55:40 stable info: 17:55:40 ------------------- 17:55:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:55:40 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 17:55:40 Message: update stable to v1.0.191 17:55:40 ------------------- 17:55:40 experimental info: 17:55:40 ------------------- 17:55:40 Commited By: **** collab-it+edgex@linuxfoundation.org 17:55:40 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 17:55:40 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 576eddb [Pipeline] echo 17:55:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:55:41 provisioning config files... 17:55:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/463@tmp/config7475412773056625677tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:55:42 ---> docker-login.sh 17:55:42 nexus3.edgexfoundry.org:10001 17:55:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:42 Configure a credential helper to remove this warning. See 17:55:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:42 17:55:42 Login Succeeded 17:55:42 nexus3.edgexfoundry.org:10002 17:55:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:42 Configure a credential helper to remove this warning. See 17:55:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:42 17:55:42 Login Succeeded 17:55:42 nexus3.edgexfoundry.org:10003 17:55:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:42 Configure a credential helper to remove this warning. See 17:55:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:42 17:55:42 Login Succeeded 17:55:42 nexus3.edgexfoundry.org:10004 17:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:43 Configure a credential helper to remove this warning. See 17:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:43 17:55:43 Login Succeeded 17:55:43 docker.io 17:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:43 Configure a credential helper to remove this warning. See 17:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:43 17:55:43 Login Succeeded 17:55:43 ---> docker-login.sh ends [Pipeline] } 17:55:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:55:43 ++ 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 17:55:43 + for file in '`ls cmd/**/Dockerfile`' 17:55:43 ++ dirname cmd/core-command/Dockerfile 17:55:43 ++ cut -d/ -f2 17:55:43 + echo core-command,cmd/core-command/Dockerfile 17:55:43 + for file in '`ls cmd/**/Dockerfile`' 17:55:43 ++ dirname cmd/core-data/Dockerfile 17:55:43 ++ cut -d/ -f2 17:55:43 + echo core-data,cmd/core-data/Dockerfile 17:55:43 + for file in '`ls cmd/**/Dockerfile`' 17:55:43 ++ dirname cmd/core-metadata/Dockerfile 17:55:43 ++ cut -d/ -f2 17:55:43 + echo core-metadata,cmd/core-metadata/Dockerfile 17:55:43 + for file in '`ls cmd/**/Dockerfile`' 17:55:43 ++ dirname cmd/security-bootstrapper/Dockerfile 17:55:43 ++ cut -d/ -f2 17:55:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:55:43 + for file in '`ls cmd/**/Dockerfile`' 17:55:43 ++ dirname cmd/security-proxy-setup/Dockerfile 17:55:43 ++ cut -d/ -f2 17:55:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:55:43 + for file in '`ls cmd/**/Dockerfile`' 17:55:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:55:43 ++ cut -d/ -f2 17:55:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:55:43 + for file in '`ls cmd/**/Dockerfile`' 17:55:43 ++ dirname cmd/support-notifications/Dockerfile 17:55:43 ++ cut -d/ -f2 17:55:43 + echo support-notifications,cmd/support-notifications/Dockerfile 17:55:43 + for file in '`ls cmd/**/Dockerfile`' 17:55:43 ++ dirname cmd/support-scheduler/Dockerfile 17:55:43 ++ cut -d/ -f2 17:55:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:55:43 + for file in '`ls cmd/**/Dockerfile`' 17:55:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:55:43 ++ cut -d/ -f2 17:55:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:55:43 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 17:55:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:55:45 17:55:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:55:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:55:45 latest: Pulling from edgex-devops/git-semver 17:55:45 31603596830f: Pulling fs layer 17:55:45 54011a49482f: Pulling fs layer 17:55:45 a6820b24f6d8: Pulling fs layer 17:55:45 f581987b2513: Pulling fs layer 17:55:45 f581987b2513: Waiting 17:55:45 54011a49482f: Download complete 17:55:45 31603596830f: Download complete 17:55:45 f581987b2513: Verifying Checksum 17:55:45 f581987b2513: Download complete 17:55:45 a6820b24f6d8: Verifying Checksum 17:55:45 a6820b24f6d8: Download complete 17:55:45 31603596830f: Pull complete 17:55:46 54011a49482f: Pull complete 17:55:47 a6820b24f6d8: Pull complete 17:55:47 f581987b2513: Pull complete 17:55:47 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:55:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:55:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:55:47 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 17:55:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:55:49 $ docker top dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:55:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:55:49 [ssh-agent] Looking for ssh-agent implementation... 17:55:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:55:50 $ docker exec dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 ssh-agent 17:55:50 SSH_AUTH_SOCK=/tmp/ssh-88OPYLKCKbxA/agent.11 17:55:50 SSH_AGENT_PID=16 17:55:50 Running ssh-add (command line suppressed) 17:55:50 Identity added: /w/workspace/edgex-go/463@tmp/private_key_7179589810305222423.key (/w/workspace/edgex-go/463@tmp/private_key_7179589810305222423.key) 17:55:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:55:50 + git tag --points-at HEAD [Pipeline] } 17:55:50 $ docker exec --env ******** --env ******** dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 ssh-agent -k 17:55:50 unset SSH_AUTH_SOCK; 17:55:50 unset SSH_AGENT_PID; 17:55:50 echo Agent pid 16 killed; 17:55:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:55:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:55:50 [ssh-agent] Looking for ssh-agent implementation... 17:55:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:55:51 $ docker exec dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 ssh-agent 17:55:51 SSH_AUTH_SOCK=/tmp/ssh-z8GC1c6J3BCI/agent.45 17:55:51 SSH_AGENT_PID=50 17:55:51 Running ssh-add (command line suppressed) 17:55:51 Identity added: /w/workspace/edgex-go/463@tmp/private_key_7990601660260753139.key (/w/workspace/edgex-go/463@tmp/private_key_7990601660260753139.key) 17:55:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:55:51 + git semver init 17:55:51 # -> Open(): unable to determine branch for HEAD 17:55:51 # $GIT_DIR = /w/workspace/edgex-go/463/.git 17:55:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/463 17:55:51 # $SEMVER_REMOTE_NAME = origin 17:55:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:55:51 # $SEMVER_USER_NAME = edgex-jenkins 17:55:51 # $SEMVER_BRANCH = master 17:55:51 # $SEMVER_TEMP = /tmp/semver-605325614 17:55:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:56:09 # '/tmp/semver-605325614' -> '/w/workspace/edgex-go/463/.semver' 17:56:09 # -> Force: false 17:56:09 # $SEMVER_DIR = /w/workspace/edgex-go/463/.semver [Pipeline] } 17:56:09 $ docker exec --env ******** --env ******** dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 ssh-agent -k 17:56:10 unset SSH_AUTH_SOCK; 17:56:10 unset SSH_AGENT_PID; 17:56:10 echo Agent pid 50 killed; 17:56:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:56:10 + git semver [Pipeline] } 17:56:10 $ docker stop --time=1 dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 17:56:12 $ docker rm -f dda6c520351a5622bc0cf3d02ca154d1d33630f1c2398901bfa39c1a5f748263 [Pipeline] // withDockerContainer [Pipeline] sh 17:56:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:56:12 Stashed 1 file(s) [Pipeline] echo 17:56:12 [edgeXSemver]: initialized semver on version 2.0.0-dev.195 [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 17:56:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:56:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:56:14 + sudo service docker restart 17:56:14 + true 17:56:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:56:14 ========================================================= 17:56:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:56:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:56: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.16-alpine . 17:56:19 Sending build context to Docker daemon 329.8MB 17:56:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:56:19 Step 2/6 : FROM ${BASE} 17:56:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:56:19 540db60ca938: Pulling fs layer 17:56:19 adcc1eea9eea: Pulling fs layer 17:56:19 4c4ab2625f07: Pulling fs layer 17:56:19 0510c868ecb4: Pulling fs layer 17:56:19 afea3b2eda06: Pulling fs layer 17:56:19 7809a108b3ef: Pulling fs layer 17:56:19 f706445af74f: Pulling fs layer 17:56:19 afea3b2eda06: Waiting 17:56:19 7809a108b3ef: Waiting 17:56:19 f706445af74f: Waiting 17:56:19 4c4ab2625f07: Download complete 17:56:19 adcc1eea9eea: Download complete 17:56:19 afea3b2eda06: Verifying Checksum 17:56:19 afea3b2eda06: Download complete 17:56:19 540db60ca938: Verifying Checksum 17:56:19 540db60ca938: Download complete 17:56:19 7809a108b3ef: Download complete 17:56:19 540db60ca938: Pull complete 17:56:20 adcc1eea9eea: Pull complete 17:56:20 4c4ab2625f07: Pull complete 17:56:21 f706445af74f: Verifying Checksum 17:56:21 f706445af74f: Download complete 17:56:21 0510c868ecb4: Verifying Checksum 17:56:21 0510c868ecb4: Download complete 17:56:27 0510c868ecb4: Pull complete 17:56:27 afea3b2eda06: Pull complete 17:56:27 7809a108b3ef: Pull complete 17:56:28 Still waiting to schedule task 17:56:28 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 17:56:32 f706445af74f: Pull complete 17:56:32 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 17:56:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:56:32 ---> b068be0155e3 17:56:32 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 17:56:33 ---> Running in 4122cb0a6698 17:56:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:56:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:56:34 (1/12) Installing libmagic (5.39-r0) 17:56:35 (2/12) Installing file (5.39-r0) 17:56:35 (3/12) Installing libc-dev (0.7.2-r3) 17:56:35 (4/12) Installing g++ (10.2.1_pre1-r3) 17:56:39 (5/12) Installing fortify-headers (1.1-r0) 17:56:39 (6/12) Installing patch (2.7.6-r6) 17:56:39 (7/12) Installing build-base (0.5-r2) 17:56:39 (8/12) Installing libsodium (1.0.18-r0) 17:56:39 (9/12) Installing pkgconf (1.7.3-r0) 17:56:39 (10/12) Installing libsodium-dev (1.0.18-r0) 17:56:39 (11/12) Installing libzmq (4.3.3-r1) 17:56:40 (12/12) Installing zeromq-dev (4.3.3-r1) 17:56:40 Executing busybox-1.32.1-r6.trigger 17:56:40 OK: 219 MiB in 52 packages 17:56:44 Removing intermediate container 4122cb0a6698 17:56:44 ---> b01c748aaa5d 17:56:44 Step 4/6 : WORKDIR /edgex-go 17:56:44 ---> Running in 570ac7dfa026 17:56:44 Removing intermediate container 570ac7dfa026 17:56:44 ---> caf2957bc9d1 17:56:44 Step 5/6 : COPY go.mod . 17:56:44 ---> da37bfbb9271 17:56:44 Step 6/6 : RUN go mod download 17:56:44 ---> Running in d75557b90c61 17:57:06 Removing intermediate container d75557b90c61 17:57:06 ---> aa76834e47c1 17:57:06 Successfully built aa76834e47c1 17:57:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:57:06 + docker inspect -f . ci-base-image-x86_64 17:57:06 . [Pipeline] withDockerContainer 17:57:06 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 17:57:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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 ******** ci-base-image-x86_64 cat 17:57:07 $ docker top 249b767aae733859def529b8a27b3224fd9c3f0a710a7495e83931553343415c -eo pid,comm [Pipeline] { [Pipeline] sh 17:57:08 + go version 17:57:08 go version go1.16.3 linux/amd64 [Pipeline] } 17:57:08 $ docker stop --time=1 249b767aae733859def529b8a27b3224fd9c3f0a710a7495e83931553343415c 17:57:09 $ docker rm -f 249b767aae733859def529b8a27b3224fd9c3f0a710a7495e83931553343415c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:57:10 + docker inspect -f . ci-base-image-x86_64 17:57:10 . [Pipeline] withDockerContainer 17:57:10 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 17:57:10 $ 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/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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 ******** ci-base-image-x86_64 cat 17:57:10 $ docker top 0562b6635e43cddb4232ea82b65cb6415e00682f2bd1e6ac10a90c9099731f10 -eo pid,comm [Pipeline] { [Pipeline] echo 17:57:11 ========================================================= 17:57:11 [edgeXBuildGoParallel] Running Tests and Build... 17:57:11 ========================================================= [Pipeline] sh 17:57:11 + go mod tidy [Pipeline] sh 17:57:13 + make test 17:57:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:57:21 ? github.com/edgexfoundry/edgex-go [no test files] 17:57:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:57:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:57:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:57:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:57:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:57:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:57:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:57:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements 17:57:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:57:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:57:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:57:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:57:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:57:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:57:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.044s coverage: 19.8% of statements 17:57:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements 17:57:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:57:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:57:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:57:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:57:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.144s coverage: 87.7% of statements 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:57:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements 17:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:58:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.403s coverage: 28.6% of statements 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:58:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:58:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:58:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:58:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:58:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 78.3% of statements 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:58:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 95.1% of statements 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 0.9% of statements 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.053s coverage: 22.6% of statements 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 47.1% of statements 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 17:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements 17:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 17:58:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 17:58:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 17:58:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2772 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 17:58:19 Running in /w/workspace/edgex-go/463 [Pipeline] { [Pipeline] checkout 17:58:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.215s coverage: 81.8% of statements 17:58:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:58:24 using credential edgex-jenkins-ssh 17:58:24 Cloning the remote Git repository 17:58:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:58:25 > git init /w/workspace/edgex-go/463 # timeout=10 17:58:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:58:25 > git --version # timeout=10 17:58:25 > git --version # 'git version 2.17.1' 17:58:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:58:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 64.4% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 69.0% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.163s coverage: 40.5% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.051s coverage: 9.6% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 92.6% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.813s coverage: 28.7% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.082s coverage: 64.6% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.161s coverage: 97.6% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:58:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 17:58:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:58:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:58:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 17:58:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements 17:58:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 17:58:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:58:32 GO111MODULE=on go vet ./... 17:58:41 Checking out Revision 576eddb6d79f77bc7b799d46a5f981c8da166ab0 (master) 17:58:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:58:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:58:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:58:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:58:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:58:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:58:41 > git config core.sparsecheckout # timeout=10 17:58:41 > git checkout -f 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 17:58:45 Commit message: "fix: MaxResultCount limit the maximum number of returned objects (#3416)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:58:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:58:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:58:48 + true 17:58:48 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:58:50 provisioning config files... 17:58:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/463@tmp/config9064134012677884925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:58:50 ---> docker-login.sh 17:58:50 nexus3.edgexfoundry.org:10001 17:58:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:51 Configure a credential helper to remove this warning. See 17:58:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:51 17:58:51 Login Succeeded 17:58:51 nexus3.edgexfoundry.org:10002 17:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:52 Configure a credential helper to remove this warning. See 17:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:52 17:58:52 Login Succeeded 17:58:52 nexus3.edgexfoundry.org:10003 17:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:52 Configure a credential helper to remove this warning. See 17:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:52 17:58:52 Login Succeeded 17:58:52 nexus3.edgexfoundry.org:10004 17:58:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:53 Configure a credential helper to remove this warning. See 17:58:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:53 17:58:53 Login Succeeded 17:58:53 docker.io 17:58:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:54 Configure a credential helper to remove this warning. See 17:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:54 17:58:54 Login Succeeded 17:58:54 ---> docker-login.sh ends [Pipeline] } 17:58:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:58:54 ========================================================= 17:58:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:58:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:58:54 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 17:58:57 Sending build context to Docker daemon 167.4MB 17:58:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:58:57 Step 2/6 : FROM ${BASE} 17:58:57 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:58:57 595b0fe564bb: Pulling fs layer 17:58:57 7186ed65a4f7: Pulling fs layer 17:58:57 316046926c0a: Pulling fs layer 17:58:57 4ebd0625c992: Pulling fs layer 17:58:57 207e8628e3a3: Pulling fs layer 17:58:57 c791037a9be2: Pulling fs layer 17:58:57 ffd874e62e21: Pulling fs layer 17:58:57 4ebd0625c992: Waiting 17:58:57 207e8628e3a3: Waiting 17:58:57 c791037a9be2: Waiting 17:58:57 ffd874e62e21: Waiting 17:58:57 316046926c0a: Verifying Checksum 17:58:57 316046926c0a: Download complete 17:58:57 7186ed65a4f7: Verifying Checksum 17:58:57 7186ed65a4f7: Download complete 17:58:57 207e8628e3a3: Verifying Checksum 17:58:57 207e8628e3a3: Download complete 17:58:57 c791037a9be2: Verifying Checksum 17:58:57 c791037a9be2: Download complete 17:58:57 595b0fe564bb: Verifying Checksum 17:58:57 595b0fe564bb: Download complete 17:58:58 595b0fe564bb: Pull complete 17:58:58 7186ed65a4f7: Pull complete 17:58:59 316046926c0a: Pull complete 17:59:00 ffd874e62e21: Verifying Checksum 17:59:00 ffd874e62e21: Download complete 17:59:01 4ebd0625c992: Verifying Checksum 17:59:01 4ebd0625c992: Download complete 17:59:04 gofmt -l . 17:59:04 [ "`gofmt -l .`" = "" ] 17:59:05 ./bin/test-go-mod-tidy.sh 17:59:05 ./bin/test-attribution-txt.sh [Pipeline] sh 17:59:07 + ls -al . 17:59:07 total 804 17:59:07 drwxrwxr-x 10 1001 1001 4096 May 3 17:59 . 17:59:07 drwxr-xr-x 4 root root 32 May 3 17:57 .. 17:59:07 -rw-rw-r-- 1 1001 1001 11 May 3 17:55 .dockerignore 17:59:07 drwxrwxr-x 8 1001 1001 162 May 3 17:55 .git 17:59:07 drwxrwxr-x 3 1001 1001 125 May 3 17:55 .github 17:59:07 -rw-rw-r-- 1 1001 1001 818 May 3 17:55 .gitignore 17:59:07 drwx------ 3 1001 1001 45 May 3 17:56 .semver 17:59:07 -rw-rw-r-- 1 1001 1001 166 May 3 17:55 .sonarcloud.properties 17:59:07 -rw-rw-r-- 1 1001 1001 8609 May 3 17:55 Attribution.txt 17:59:07 -rw-rw-r-- 1 1001 1001 3804 May 3 17:55 CONTRIBUTING.md 17:59:07 -rw-rw-r-- 1 1001 1001 931 May 3 17:55 Dockerfile.build 17:59:07 -rw-rw-r-- 1 1001 1001 863 May 3 17:55 Jenkinsfile 17:59:07 -rw-rw-r-- 1 1001 1001 10775 May 3 17:55 LICENSE 17:59:07 -rw-rw-r-- 1 1001 1001 5774 May 3 17:55 Makefile 17:59:07 -rw-rw-r-- 1 1001 1001 7978 May 3 17:55 README.md 17:59:07 -rw-rw-r-- 1 1001 1001 6755 May 3 17:55 SECURITY.md 17:59:07 -rw-rw-r-- 1 1001 1001 13 May 3 17:56 VERSION 17:59:07 -rw-rw-r-- 1 1001 1001 4131 May 3 17:55 ZMQWindows.md 17:59:07 drwxrwxr-x 2 1001 1001 117 May 3 17:55 bin 17:59:07 drwxrwxr-x 14 1001 1001 4096 May 3 17:55 cmd 17:59:07 -rw-r--r-- 1 root root 693878 May 3 17:58 coverage.out 17:59:07 -rw-r--r-- 1 root root 1060 May 3 17:59 go.mod 17:59:07 -rw-r--r-- 1 root root 22420 May 3 17:57 go.sum 17:59:07 drwxrwxr-x 8 1001 1001 127 May 3 17:55 internal 17:59:07 drwxrwxr-x 4 1001 1001 26 May 3 17:55 openapi 17:59:07 drwxrwxr-x 4 1001 1001 71 May 3 17:55 snap 17:59:07 -rw-rw-r-- 1 1001 1001 168 May 3 17:55 version.go [Pipeline] sh 17:59:07 + '[' -e coverage.out ] 17:59:07 + chown 1001:1001 coverage.out [Pipeline] stash 17:59:07 Stashed 1 file(s) [Pipeline] sh 17:59:08 + make build 17:59:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-data/core-data ./cmd/core-data 17:59:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:59:11 4ebd0625c992: Pull complete 17:59:11 207e8628e3a3: Pull complete 17:59:12 c791037a9be2: Pull complete 17:59:15 ffd874e62e21: Pull complete 17:59:16 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 17:59:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:59:16 ---> cfc18b08335c 17:59:16 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 17:59:19 ---> Running in 2fa70c255e20 17:59:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:59:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-command/core-command ./cmd/core-command 17:59:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:59:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:59:22 (1/12) Installing libmagic (5.39-r0) 17:59:22 (2/12) Installing file (5.39-r0) 17:59:22 (3/12) Installing libc-dev (0.7.2-r3) 17:59:23 (4/12) Installing g++ (10.2.1_pre1-r3) 17:59:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:59:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:59:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:59:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:59:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:59:27 (5/12) Installing fortify-headers (1.1-r0) 17:59:27 (6/12) Installing patch (2.7.6-r6) 17:59:27 (7/12) Installing build-base (0.5-r2) 17:59:27 (8/12) Installing libsodium (1.0.18-r0) 17:59:27 (9/12) Installing pkgconf (1.7.3-r0) 17:59:27 (10/12) Installing libsodium-dev (1.0.18-r0) 17:59:27 (11/12) Installing libzmq (4.3.3-r1) 17:59:27 (12/12) Installing zeromq-dev (4.3.3-r1) 17:59:27 Executing busybox-1.32.1-r6.trigger 17:59:27 OK: 218 MiB in 52 packages 17:59:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:59:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/secrets-config ./cmd/secrets-config 17:59:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:59:32 Removing intermediate container 2fa70c255e20 17:59:32 ---> 3f7d4f945c15 17:59:32 Step 4/6 : WORKDIR /edgex-go 17:59:32 ---> Running in f57eeb7bd5af 17:59:32 Removing intermediate container f57eeb7bd5af 17:59:32 ---> 9fd638c104a5 17:59:32 Step 5/6 : COPY go.mod . 17:59:33 ---> 8b694ef09e01 17:59:33 Step 6/6 : RUN go mod download 17:59:33 ---> Running in e4da7977e729 [Pipeline] } 17:59:33 $ docker stop --time=1 0562b6635e43cddb4232ea82b65cb6415e00682f2bd1e6ac10a90c9099731f10 17:59:35 $ docker rm -f 0562b6635e43cddb4232ea82b65cb6415e00682f2bd1e6ac10a90c9099731f10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:59:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:38 17:59:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:59:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:38 latest: Pulling from edgex-devops/edgex-compose 17:59:38 cbdbe7a5bc2a: Pulling fs layer 17:59:38 ca9280d653b3: Pulling fs layer 17:59:38 7e9c9ca2126c: Pulling fs layer 17:59:38 cbdbe7a5bc2a: Download complete 17:59:39 cbdbe7a5bc2a: Pull complete 17:59:39 ca9280d653b3: Verifying Checksum 17:59:39 ca9280d653b3: Download complete 17:59:40 ca9280d653b3: Pull complete 17:59:40 7e9c9ca2126c: Verifying Checksum 17:59:40 7e9c9ca2126c: Download complete 17:59:47 7e9c9ca2126c: Pull complete 17:59:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:59:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:59:47 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 17:59:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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-devops/edgex-compose:latest cat 17:59:49 $ docker top ac779bcb977571c29a514c0e1a571a29091dcd15a96ba32eace1405248595e26 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:49 + docker-compose build --help 17:59:49 + grep parallel 17:59:50 --parallel Build images in parallel. [Pipeline] } 17:59:50 $ docker stop --time=1 ac779bcb977571c29a514c0e1a571a29091dcd15a96ba32eace1405248595e26 17:59:52 $ docker rm -f ac779bcb977571c29a514c0e1a571a29091dcd15a96ba32eace1405248595e26 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:59:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:53 . [Pipeline] withDockerContainer 17:59:53 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 17:59:53 $ 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/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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 17:59:54 $ docker top 111b3cb1fa1b9f945c6b352ecbe4af9bcca7cab3752bdcd13900d6ab339a7a54 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:54 + docker-compose -f ./docker-compose-build.yml build --parallel 17:59:55 Building docker-core-command-go ... 17:59:55 Building docker-core-data-go ... 17:59:55 Building docker-core-metadata-go ... 17:59:55 Building docker-security-bootstrapper-go ... 17:59:55 Building docker-security-proxy-setup-go ... 17:59:55 Building docker-security-secretstore-setup-go ... 17:59:55 Building docker-support-notifications-go ... 17:59:55 Building docker-support-scheduler-go ... 17:59:55 Building docker-sys-mgmt-agent-go ... 17:59:55 Building docker-security-secretstore-setup-go 17:59:55 Building docker-sys-mgmt-agent-go 17:59:55 Building docker-core-metadata-go 17:59:55 Building docker-core-command-go 17:59:55 Building docker-security-proxy-setup-go 18:00:00 Removing intermediate container e4da7977e729 18:00:00 ---> c9c6ac0af816 18:00:00 Successfully built c9c6ac0af816 18:00:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:00:00 + docker inspect -f . ci-base-image-arm64 18:00:00 . [Pipeline] withDockerContainer 18:00:00 prd-ubuntu18.04-docker-arm64-4c-16g-2772 does not seem to be running inside a container 18:00:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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 ******** ci-base-image-arm64 cat 18:00:02 $ docker top eb1e6dca84bb610f5b7c099e567bf9ada9098f08c9b0adfd7991dd70bfe8b500 -eo pid,comm [Pipeline] { [Pipeline] sh 18:00:03 + go version 18:00:03 go version go1.16.3 linux/arm64 [Pipeline] } 18:00:03 $ docker stop --time=1 eb1e6dca84bb610f5b7c099e567bf9ada9098f08c9b0adfd7991dd70bfe8b500 18:00:05 $ docker rm -f eb1e6dca84bb610f5b7c099e567bf9ada9098f08c9b0adfd7991dd70bfe8b500 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:00:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:00:06 18:00:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:00:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:00:06 latest: Pulling from edgex-devops/edgex-compose-arm64 18:00:06 29e5d40040c1: Pulling fs layer 18:00:06 1ce36da41761: Pulling fs layer 18:00:06 25b303627fd3: Pulling fs layer 18:00:06 29e5d40040c1: Verifying Checksum 18:00:06 29e5d40040c1: Download complete 18:00:07 1ce36da41761: Verifying Checksum 18:00:07 1ce36da41761: Download complete 18:00:07 29e5d40040c1: Pull complete 18:00:09 1ce36da41761: Pull complete 18:00:09 25b303627fd3: Verifying Checksum 18:00:09 25b303627fd3: Download complete 18:00:19 25b303627fd3: Pull complete 18:00:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:00:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:00:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:00:19 prd-ubuntu18.04-docker-arm64-4c-16g-2772 does not seem to be running inside a container 18:00:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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-devops/edgex-compose-arm64:latest cat 18:00:22 $ docker top 266cc284b2ff2d2b770cdcfd1c352b983591e727b0900eb9138bf1d3ae58348f -eo pid,comm [Pipeline] { [Pipeline] sh 18:00:23 + docker-compose build --help 18:00:23 + grep parallel 18:00:26 --parallel Build images in parallel. [Pipeline] } 18:00:26 $ docker stop --time=1 266cc284b2ff2d2b770cdcfd1c352b983591e727b0900eb9138bf1d3ae58348f 18:00:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:00:27 18:00:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:00:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:00:27 ---> aa76834e47c1 18:00:27 Step 3/24 : WORKDIR /edgex-go 18:00:27 ---> aa76834e47c1 18:00:27 Step 3/23 : WORKDIR /edgex-go 18:00:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:00:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:00:27 ---> aa76834e47c1 18:00:27 Step 3/23 : WORKDIR /edgex-go 18:00:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:00:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:00:27 ---> aa76834e47c1 18:00:27 Step 3/21 : WORKDIR /edgex-go 18:00:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:00:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:00:27 ---> aa76834e47c1 18:00:27 Step 3/23 : WORKDIR /edgex-go 18:00:27 ---> Running in 46c49b3d7c65 18:00:27 ---> Running in 2f4b8eeb0879 18:00:27 ---> Running in e0c3490e788a 18:00:27 ---> Running in 5477ba1f4f95 18:00:27 ---> Running in df9d13c3733e 18:00:28 Removing intermediate container df9d13c3733e 18:00:28 ---> ba6d92a9dbd1 18:00:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:28 Removing intermediate container 2f4b8eeb0879 18:00:28 ---> 369e71314696 18:00:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:28 Removing intermediate container e0c3490e788a 18:00:28 ---> 63fa5aeee501 18:00:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:28 Removing intermediate container 46c49b3d7c65 18:00:28 ---> 65206503c960 18:00:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:28 Removing intermediate container 5477ba1f4f95 18:00:28 ---> 28c1323ba0fc 18:00:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:00:28 ---> Running in dcdf222d7976 18:00:28 ---> Running in 9258b9d8e979 18:00:28 ---> Running in cd645a13022b 18:00:28 ---> Running in 60ae4fbc8f67 18:00:28 ---> Running in 5a17255dbb8f 18:00:28 $ docker rm -f 266cc284b2ff2d2b770cdcfd1c352b983591e727b0900eb9138bf1d3ae58348f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:00:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:00:29 . [Pipeline] withDockerContainer 18:00:29 prd-ubuntu18.04-docker-arm64-4c-16g-2772 does not seem to be running inside a container 18:00:29 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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 18:00:30 Removing intermediate container cd645a13022b 18:00:30 ---> 5ffe2169d538 18:00:30 Step 5/24 : RUN apk add --update --no-cache make git 18:00:30 ---> Running in c55451aa1e86 18:00:30 Removing intermediate container dcdf222d7976 18:00:30 ---> 85bdc6281595 18:00:30 Step 5/23 : RUN apk add --update --no-cache make bash git 18:00:30 Removing intermediate container 9258b9d8e979 18:00:30 ---> a81aaf986785 18:00:30 Step 5/23 : RUN apk add --update --no-cache make git 18:00:30 ---> Running in e03d67056140 18:00:31 $ docker top cec6d2e1bfcf0ca765d16fe7a8c5913c9f74e60b2da965a202079fc50ccea8c1 -eo pid,comm 18:00:31 Removing intermediate container 60ae4fbc8f67 18:00:31 ---> 914e622b93da 18:00:31 Step 5/23 : RUN apk add --update --no-cache make git 18:00:31 Removing intermediate container 5a17255dbb8f 18:00:31 ---> e5ecd337208f 18:00:31 Step 5/21 : RUN apk add --update --no-cache make git 18:00:31 ---> Running in 801a4a3ce20d [Pipeline] { [Pipeline] sh 18:00:31 ---> Running in 2f5374400236 18:00:31 ---> Running in ae1dbeb22f1c 18:00:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:00:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:00:32 + docker-compose -f ./docker-compose-build.yml build --parallel 18:00:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:00:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:00:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:00:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:00:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:00:33 OK: 219 MiB in 52 packages 18:00:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:00:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:00:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:00:33 OK: 219 MiB in 52 packages 18:00:33 Removing intermediate container e03d67056140 18:00:33 ---> f4a977ea4988 18:00:33 Step 6/23 : COPY go.mod . 18:00:33 OK: 219 MiB in 52 packages 18:00:33 ---> b1b8c6c85e61 18:00:33 Step 7/23 : RUN go mod download 18:00:33 ---> Running in e305217de73c 18:00:34 Removing intermediate container ae1dbeb22f1c 18:00:34 ---> c46588a2adf6 18:00:34 Step 6/21 : COPY go.mod . 18:00:34 Removing intermediate container c55451aa1e86 18:00:34 ---> b093f80f20ed 18:00:34 Step 6/24 : COPY go.mod . 18:00:34 OK: 219 MiB in 52 packages 18:00:34 ---> 468568251492 18:00:34 Step 7/21 : RUN go mod download 18:00:34 OK: 219 MiB in 52 packages 18:00:34 ---> 50f0abea3fa9 18:00:34 Step 7/24 : RUN go mod download 18:00:35 ---> Running in 77704d6d8f0e 18:00:35 ---> Running in 19cf18c15e18 18:00:35 Building docker-core-command-go ... 18:00:35 Building docker-core-data-go ... 18:00:35 Building docker-core-metadata-go ... 18:00:35 Building docker-security-bootstrapper-go ... 18:00:35 Building docker-security-proxy-setup-go ... 18:00:35 Building docker-security-secretstore-setup-go ... 18:00:35 Building docker-support-notifications-go ... 18:00:35 Building docker-support-scheduler-go ... 18:00:35 Building docker-sys-mgmt-agent-go ... 18:00:35 Building docker-core-data-go 18:00:35 Building docker-security-bootstrapper-go 18:00:35 Building docker-sys-mgmt-agent-go 18:00:35 Building docker-core-metadata-go 18:00:35 Building docker-core-command-go 18:00:35 Removing intermediate container 2f5374400236 18:00:35 ---> f83230aecc49 18:00:35 Step 6/23 : COPY go.mod . 18:00:35 ---> c20acd7257ad 18:00:35 Step 7/23 : RUN go mod download 18:00:35 Removing intermediate container 801a4a3ce20d 18:00:35 ---> 8440d7175f55 18:00:35 Step 6/23 : COPY go.mod . 18:00:35 ---> Running in 95430e5dec0b 18:00:36 Removing intermediate container e305217de73c 18:00:36 ---> dd48826cb8ee 18:00:36 Step 8/23 : COPY . . 18:00:36 ---> 29e8c2aa8639 18:00:36 Step 7/23 : RUN go mod download 18:00:36 ---> Running in e130f566eeea 18:00:40 Removing intermediate container 77704d6d8f0e 18:00:40 ---> ea9a617546d5 18:00:40 Step 8/21 : COPY . . 18:00:43 Removing intermediate container 19cf18c15e18 18:00:43 ---> 6da6c091bb38 18:00:43 Step 8/24 : COPY . . 18:00:46 Removing intermediate container 95430e5dec0b 18:00:46 ---> 8a3b2e5d426d 18:00:46 Step 8/23 : COPY . . 18:00:51 Removing intermediate container e130f566eeea 18:00:51 ---> 15acaa04c46a 18:00:51 Step 8/23 : COPY . . 18:01:23 ---> 5fb175d6a5e6 18:01:23 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:01:25 ---> b58d56d875d1 18:01:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:01:25 ---> Running in 623f36c2a3c0 18:01:27 ---> 9ebcc7496ebf 18:01:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:01:28 ---> Running in ddeced67ac3f 18:01:28 ---> c3455185d259 18:01:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:01:28 ---> Running in 7abe9c579fbc 18:01:28 ---> Running in adba65e43544 18:01:28 ---> 0a66cce70152 18:01:28 Step 9/23 : RUN make cmd/core-command/core-command 18:01:28 ---> Running in 61d4cc9adffe 18:01:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:01:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:01:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:01:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:01:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-command/core-command ./cmd/core-command 18:01:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:01:31 ---> c9c6ac0af816 18:01:31 Step 3/23 : WORKDIR /edgex-go 18:01:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:01:31 ---> c9c6ac0af816 18:01:31 Step 3/23 : WORKDIR /edgex-go 18:01:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:01:31 ---> c9c6ac0af816 18:01:31 Step 3/23 : WORKDIR /edgex-go 18:01:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:01:31 ---> c9c6ac0af816 18:01:31 Step 3/31 : WORKDIR /edgex-go 18:01:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:01:31 ---> c9c6ac0af816 18:01:31 Step 3/23 : WORKDIR /edgex-go 18:01:31 ---> Running in 34dd9c55b443 18:01:31 ---> Running in c43b5184f488 18:01:31 ---> Running in 185d83730188 18:01:31 ---> Running in 353b018c357f 18:01:31 ---> Running in e5c181707182 18:01:31 Removing intermediate container c43b5184f488 18:01:31 ---> 6df192a855ff 18:01:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:31 Removing intermediate container e5c181707182 18:01:31 ---> f483d8987a5c 18:01:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:31 Removing intermediate container 353b018c357f 18:01:31 ---> d2000ddef34d 18:01:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:31 Removing intermediate container 34dd9c55b443 18:01:31 ---> b6fac0a11ba3 18:01:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:31 Removing intermediate container 185d83730188 18:01:31 ---> 3be2c375baf8 18:01:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:31 ---> Running in 3cdef027e009 18:01:31 ---> Running in b5df06b59a28 18:01:31 ---> Running in 5e75b1266c96 18:01:31 ---> Running in c571398dc625 18:01:31 ---> Running in 47ca0ac479c3 18:01:33 Removing intermediate container 3cdef027e009 18:01:33 ---> 2a125cec190b 18:01:33 Step 5/23 : RUN apk add --update --no-cache make git 18:01:33 ---> Running in 4435bbbc159f 18:01:33 Removing intermediate container b5df06b59a28 18:01:33 ---> fcfa083a15fe 18:01:33 Step 5/31 : RUN apk add --update --no-cache make git 18:01:33 ---> Running in 7922a78e35cf 18:01:33 Removing intermediate container 47ca0ac479c3 18:01:33 ---> 143caf258b50 18:01:33 Step 5/23 : RUN apk add --update --no-cache make bash git 18:01:34 Removing intermediate container 5e75b1266c96 18:01:34 ---> 0139fa26ed4d 18:01:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:01:34 Removing intermediate container c571398dc625 18:01:34 ---> 93e4f30fbb27 18:01:34 Step 5/23 : RUN apk add --update --no-cache make git 18:01:34 ---> Running in 42497ff027f4 18:01:34 ---> Running in ce089295efb3 18:01:34 ---> Running in 96a4cf6595aa 18:01:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:01:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:01:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:01:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:01:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:01:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:01:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:01:36 OK: 218 MiB in 52 packages 18:01:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:01:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:01:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:01:37 OK: 218 MiB in 52 packages 18:01:38 OK: 218 MiB in 52 packages 18:01:38 OK: 218 MiB in 52 packages 18:01:38 OK: 218 MiB in 52 packages 18:01:38 Removing intermediate container 4435bbbc159f 18:01:38 ---> 76e1424e4b49 18:01:38 Step 6/23 : COPY go.mod . 18:01:39 Removing intermediate container 7922a78e35cf 18:01:39 ---> c31863d11576 18:01:39 Step 6/31 : COPY go.mod . 18:01:40 ---> b2085554818b 18:01:40 Step 7/23 : RUN go mod download 18:01:40 ---> Running in e61421da23a9 18:01:40 Removing intermediate container 96a4cf6595aa 18:01:40 ---> 66a441f1c62f 18:01:40 Step 6/23 : COPY go.mod . 18:01:40 Removing intermediate container 42497ff027f4 18:01:40 ---> d6acb166e846 18:01:40 Step 6/23 : COPY go.mod . 18:01:40 Removing intermediate container ce089295efb3 18:01:40 ---> 3e0a3d499b91 18:01:40 Step 6/23 : COPY go.mod . 18:01:40 ---> b373ba3a0802 18:01:40 Step 7/31 : RUN go mod download 18:01:41 ---> Running in 12c2bfc8c6b7 18:01:41 ---> 7665ba93ee82 18:01:41 Step 7/23 : RUN go mod download 18:01:41 ---> e1d63c9ccc62 18:01:41 Step 7/23 : RUN go mod download 18:01:41 ---> Running in f613a3edecd4 18:01:42 ---> Running in b149a214e124 18:01:42 ---> 167249d52fb8 18:01:42 Step 7/23 : RUN go mod download 18:01:42 ---> Running in 95946684eba9 18:01:44 Removing intermediate container e61421da23a9 18:01:44 ---> f5b927f68b6e 18:01:44 Step 8/23 : COPY . . 18:01:45 Removing intermediate container 12c2bfc8c6b7 18:01:45 ---> 56ea8b056c1f 18:01:45 Step 8/31 : COPY . . 18:01:47 Removing intermediate container b149a214e124 18:01:47 ---> 46d368e34787 18:01:47 Step 8/23 : COPY . . 18:01:47 Removing intermediate container f613a3edecd4 18:01:47 ---> 700c0221b24b 18:01:47 Step 8/23 : COPY . . 18:01:47 Removing intermediate container 95946684eba9 18:01:47 ---> 74660b9046aa 18:01:47 Step 8/23 : COPY . . 18:02:06 ---> faedc5d3d7e1 18:02:06 Step 9/23 : RUN make cmd/core-command/core-command 18:02:06 ---> c961faa55f0a 18:02:06 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:02:06 ---> c39a604ddb5a 18:02:06 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:02:06 ---> 4cf0ed372fc9 18:02:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:02:06 ---> 338b7e4f4786 18:02:06 Step 9/23 : RUN make cmd/core-data/core-data 18:02:06 ---> Running in 4eb36282beef 18:02:06 ---> Running in 455b4b66aa29 18:02:06 ---> Running in 9a7f79f7f6b4 18:02:06 ---> Running in a2d6a4bd3770 18:02:06 ---> Running in adb8491e51b5 18:02:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:02:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-command/core-command ./cmd/core-command 18:02:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-data/core-data ./cmd/core-data 18:02:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:02:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:02:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/secrets-config ./cmd/secrets-config 18:02:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:02:11 Removing intermediate container 623f36c2a3c0 18:02:11 ---> cfbe2b5a8313 18:02:11 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:02:13 Removing intermediate container 61d4cc9adffe 18:02:13 ---> 0f7724cfd2d9 18:02:13 18:02:13 Step 10/23 : FROM alpine:3.12 18:02:13 Removing intermediate container 7abe9c579fbc 18:02:13 ---> e53c61a30ac8 18:02:13 18:02:13 Step 10/24 : FROM alpine:3.12 18:02:13 3.12: Pulling from library/alpine 18:02:13 3.12: Pulling from library/alpine 18:02:13 ---> Running in 79dc7b1296ec 18:02:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:02:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:02:13 Status: Downloaded newer image for alpine:3.12 18:02:13 ---> 13621d1b12d4 18:02:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:02:13 Status: Downloaded newer image for alpine:3.12 18:02:13 ---> 13621d1b12d4 18:02:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:02:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:02:16 Removing intermediate container ddeced67ac3f 18:02:16 ---> df6a4ef9324b 18:02:16 18:02:16 Step 10/21 : FROM alpine:3.12 18:02:16 ---> 13621d1b12d4 18:02:16 Step 11/21 : RUN apk add --update --no-cache curl 18:02:16 ---> Running in 78b17e71c3e0 18:02:16 ---> Running in ad37b733289d 18:02:17 ---> Running in f649cda99a98 18:02:17 Removing intermediate container adba65e43544 18:02:17 ---> d13613b25591 18:02:17 18:02:17 Step 10/23 : FROM alpine:3.12 18:02:17 ---> 13621d1b12d4 18:02:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:02:17 ---> Running in acfe8b290447 18:02:17 Removing intermediate container 79dc7b1296ec 18:02:17 ---> 62b72240c285 18:02:17 18:02:17 Step 11/23 : FROM docker:20.10.0 18:02:17 20.10.0: Pulling from library/docker 18:02:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:18 (1/6) Installing ca-certificates (20191127-r4) 18:02:18 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:02:18 (3/6) Installing libcurl (7.76.1-r0) 18:02:18 (4/6) Installing curl (7.76.1-r0) 18:02:18 (5/6) Installing dumb-init (1.2.2-r1) 18:02:18 (6/6) Installing su-exec (0.2-r1) 18:02:18 Executing busybox-1.31.1-r20.trigger 18:02:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:18 Executing ca-certificates-20191127-r4.trigger 18:02:18 OK: 7 MiB in 20 packages 18:02:18 (1/1) Installing dumb-init (1.2.2-r1) 18:02:18 Executing busybox-1.31.1-r20.trigger 18:02:18 OK: 6 MiB in 15 packages 18:02:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:18 (1/1) Installing dumb-init (1.2.2-r1) 18:02:18 Executing busybox-1.31.1-r20.trigger 18:02:18 OK: 6 MiB in 15 packages 18:02:18 (1/4) Installing ca-certificates (20191127-r4) 18:02:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:02:18 (3/4) Installing libcurl (7.76.1-r0) 18:02:18 (4/4) Installing curl (7.76.1-r0) 18:02:18 Executing busybox-1.31.1-r20.trigger 18:02:19 Executing ca-certificates-20191127-r4.trigger 18:02:19 OK: 7 MiB in 18 packages 18:02:21 Removing intermediate container 78b17e71c3e0 18:02:21 ---> d195a4bd327e 18:02:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:02:22 ---> Running in 16048b22296f 18:02:22 Removing intermediate container ad37b733289d 18:02:22 ---> ad75c3246983 18:02:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:02:22 Removing intermediate container f649cda99a98 18:02:22 ---> b97929c428de 18:02:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:02:22 ---> Running in 8c3014b01bb9 18:02:22 ---> Running in a594641d6db5 18:02:22 Removing intermediate container acfe8b290447 18:02:22 ---> a4bf26a4ffdd 18:02:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:02:22 Removing intermediate container 16048b22296f 18:02:22 ---> de911368e871 18:02:22 Step 13/24 : WORKDIR / 18:02:23 Removing intermediate container 8c3014b01bb9 18:02:23 ---> bacb5bd65d35 18:02:23 Step 13/23 : ENV APP_PORT=48082 18:02:23 ---> Running in 71675d09f241 18:02:23 ---> Running in d8a984937a35 18:02:23 Removing intermediate container a594641d6db5 18:02:23 ---> dc7fa12f40b1 18:02:23 Step 13/21 : WORKDIR /edgex 18:02:24 ---> Running in 88fd5222cf2f 18:02:24 ---> Running in b0503642fcdc 18:02:24 Removing intermediate container 71675d09f241 18:02:24 ---> 02c3716ae2bb 18:02:24 Step 13/23 : ENV APP_PORT=48081 18:02:24 Removing intermediate container 88fd5222cf2f 18:02:24 ---> 33c3ce35bb2e 18:02:24 Step 14/23 : EXPOSE $APP_PORT 18:02:24 Removing intermediate container d8a984937a35 18:02:24 ---> 0d9a72adb6c0 18:02:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:02:24 ---> Running in f10f0928e9c4 18:02:24 Removing intermediate container b0503642fcdc 18:02:24 ---> b036f44797f0 18:02:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:02:24 ---> Running in ee5f984628be 18:02:24 Removing intermediate container f10f0928e9c4 18:02:24 ---> c87d1c83bf1a 18:02:24 Step 14/23 : EXPOSE $APP_PORT 18:02:24 ---> 93107e767b7e 18:02:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:02:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:02:24 Status: Downloaded newer image for docker:20.10.0 18:02:24 ---> aefe523efa57 18:02:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:02:25 ---> Running in ebf400b9c2b7 18:02:25 Removing intermediate container ee5f984628be 18:02:25 ---> c63977a10933 18:02:25 Step 15/23 : WORKDIR / 18:02:25 ---> dcc4bc98695b 18:02:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:02:25 ---> Running in b5caa9a5dbd7 18:02:25 ---> Running in 953cc37bcadf 18:02:25 ---> 74278e0240cc 18:02:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:02:25 Removing intermediate container ebf400b9c2b7 18:02:25 ---> 4ec927fa0a63 18:02:25 Step 15/23 : WORKDIR / 18:02:25 Removing intermediate container b5caa9a5dbd7 18:02:25 ---> 36b3bdfbf087 18:02:25 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:02:25 ---> Running in 1f3918e5db5c 18:02:25 ---> Running in 3e5ea158c47d 18:02:25 Removing intermediate container 953cc37bcadf 18:02:25 ---> aa711a4e5c4d 18:02:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:02:25 ---> 38dbfc83efa5 18:02:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:02:25 ---> 38846c260aa9 18:02:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:02:26 Removing intermediate container 1f3918e5db5c 18:02:26 ---> d510eb2be842 18:02:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:02:26 ---> d74db3aa2480 18:02:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:02:26 ---> 50a0ca790399 18:02:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:02:26 ---> f59a51773660 18:02:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:02:26 ---> Running in 51d92dde76ec 18:02:26 ---> b5455e29e631 18:02:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:02:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:26 (1/39) Installing readline (8.0.4-r0) 18:02:26 (2/39) Installing bash (5.0.17-r0) 18:02:27 Executing bash-5.0.17-r0.post-install 18:02:27 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:02:27 (4/39) Installing libcurl (7.76.1-r0) 18:02:27 (5/39) Installing curl (7.76.1-r0) 18:02:27 (6/39) Installing dumb-init (1.2.2-r1) 18:02:27 (7/39) Installing libbz2 (1.0.8-r1) 18:02:27 (8/39) Installing expat (2.2.9-r1) 18:02:27 Removing intermediate container 51d92dde76ec 18:02:27 ---> bdcb90e7ca6e 18:02:27 Step 18/21 : CMD ["--init=true"] 18:02:27 (9/39) Installing libffi (3.3-r2) 18:02:27 (10/39) Installing gdbm (1.13-r1) 18:02:27 (11/39) Installing xz-libs (5.2.5-r0) 18:02:27 (12/39) Installing sqlite-libs (3.32.1-r0) 18:02:27 (13/39) Installing python3 (3.8.8-r0) 18:02:29 ---> d579361845f9 18:02:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:02:30 ---> Running in dcafc8936265 18:02:30 ---> 586a0f541034 18:02:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:02:30 ---> 067971b27551 18:02:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:02:30 (14/39) Installing py3-appdirs (1.4.4-r1) 18:02:30 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:02:30 (16/39) Installing py3-parsing (2.4.7-r0) 18:02:30 (17/39) Installing py3-six (1.15.0-r0) 18:02:30 (18/39) Installing py3-packaging (20.4-r0) 18:02:30 (19/39) Installing py3-setuptools (47.0.0-r0) 18:02:30 ---> 7be9dadee001 18:02:30 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/ 18:02:30 Removing intermediate container dcafc8936265 18:02:30 ---> 7ae9d2474945 18:02:30 Step 19/21 : LABEL arch=x86_64 18:02:30 (20/39) Installing py3-chardet (3.0.4-r4) 18:02:31 (21/39) Installing py3-idna (2.9-r0) 18:02:31 ---> 6489f8f67f7e 18:02:31 Step 19/23 : ENTRYPOINT ["/core-command"] 18:02:31 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:02:31 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:02:32 (24/39) Installing py3-requests (2.23.0-r0) 18:02:32 (25/39) Installing py3-msgpack (1.0.0-r0) 18:02:32 (26/39) Installing py3-lockfile (0.12.2-r3) 18:02:32 ---> Running in 09b53658e6ec 18:02:32 ---> b1309660c614 18:02:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:02:32 ---> Running in f198cde230e0 18:02:32 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:02:32 (28/39) Installing py3-colorama (0.4.3-r0) 18:02:32 (29/39) Installing py3-distlib (0.3.0-r0) 18:02:32 ---> Running in ced0345d24af 18:02:32 (30/39) Installing py3-distro (1.5.0-r1) 18:02:32 (31/39) Installing py3-webencodings (0.5.1-r3) 18:02:32 (32/39) Installing py3-html5lib (1.0.1-r4) 18:02:32 ---> Running in 150f4fe76be5 18:02:32 (33/39) Installing py3-pytoml (0.1.21-r0) 18:02:33 (34/39) Installing py3-pep517 (0.8.2-r0) 18:02:33 (35/39) Installing py3-progress (1.5-r0) 18:02:33 (36/39) Installing py3-toml (0.10.1-r0) 18:02:33 (37/39) Installing py3-retrying (1.3.3-r0) 18:02:33 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:02:33 (39/39) Installing py3-pip (20.1.1-r0) 18:02:33 Removing intermediate container f198cde230e0 18:02:33 ---> 22409c21478d 18:02:33 Step 20/21 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:02:34 Removing intermediate container ced0345d24af 18:02:34 ---> bb6011343099 18:02:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:02:34 Executing busybox-1.31.1-r19.trigger 18:02:34 OK: 72 MiB in 59 packages 18:02:34 Removing intermediate container 150f4fe76be5 18:02:34 ---> e85a6c7d2941 18:02:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:02:34 ---> Running in 14d96a498df8 18:02:34 ---> Running in 06778880a9d7 18:02:34 ---> Running in ff7db9b2c58b 18:02:35 Removing intermediate container 14d96a498df8 18:02:35 ---> 79b82742c77b 18:02:35 Step 21/21 : LABEL version=2.0.0-dev.195 18:02:35 Removing intermediate container 06778880a9d7 18:02:35 ---> bfc84df0f131 18:02:35 Step 21/23 : LABEL arch=x86_64 18:02:35 Removing intermediate container ff7db9b2c58b 18:02:35 ---> 5789b24e3115 18:02:35 Step 21/23 : LABEL arch=x86_64 18:02:35 ---> Running in 71aee4c6ee05 18:02:35 ---> Running in 13b900680eeb 18:02:35 ---> Running in d32e9d03062f 18:02:35 Removing intermediate container 09b53658e6ec 18:02:35 ---> 95162969e1b3 18:02:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:02:35 Collecting docker-compose==1.23.2 18:02:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:02:36 ---> Running in 0f0142831ad8 18:02:36 Collecting PyYAML<4,>=3.10 18:02:36 Removing intermediate container 71aee4c6ee05 18:02:36 ---> 300b47e2b8ad 18:02:36 18:02:36 Downloading PyYAML-3.13.tar.gz (270 kB) 18:02:36 Removing intermediate container d32e9d03062f 18:02:36 ---> 1cb6e781b3f0 18:02:36 Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:02:36 Removing intermediate container 13b900680eeb 18:02:36 ---> d03ff799ef15 18:02:36 Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:02:36 ---> Running in d6f43aa083ec 18:02:36 ---> Running in 42c91c98afd8 18:02:36 Successfully built 300b47e2b8ad 18:02:37 Successfully tagged docker-security-proxy-setup-go:latest 18:02:37  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 18:02:37 Removing intermediate container 0f0142831ad8 18:02:37 ---> 5c4e51ca3097 18:02:37 Step 22/24 : LABEL arch=x86_64 18:02:37 Collecting cached-property<2,>=1.2.0 18:02:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:02:38 ---> Running in f3bcf866fd32 18:02:39 Collecting jsonschema<3,>=2.5.1 18:02:39 Removing intermediate container 42c91c98afd8 18:02:39 ---> d584fa2991a8 18:02:39 Step 23/23 : LABEL version=2.0.0-dev.195 18:02:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:02:39 Removing intermediate container d6f43aa083ec 18:02:39 ---> 9382e6a0c6c1 18:02:39 Step 23/23 : LABEL version=2.0.0-dev.195 18:02:41 Collecting docker<4.0,>=3.6.0 18:02:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:02:41 ---> Running in 28bf950ab633 18:02:41 ---> Running in 5f62d739444b 18:02:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:02:42 Collecting docopt<0.7,>=0.6.1 18:02:42 Downloading docopt-0.6.2.tar.gz (25 kB) 18:02:42 Removing intermediate container f3bcf866fd32 18:02:42 ---> 2bc9bca7d4a7 18:02:42 Step 23/24 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:02:42 ---> Running in 90af637fca51 18:02:42 Collecting texttable<0.10,>=0.9.0 18:02:42 Removing intermediate container 5f62d739444b 18:02:42 ---> 42daf2ec9bb7 18:02:42 18:02:42 Downloading texttable-0.9.1.tar.gz (11 kB) 18:02:42 Removing intermediate container 28bf950ab633 18:02:42 ---> 916c6277ff20 18:02:42 18:02:43 Successfully built 42daf2ec9bb7 18:02:43 Removing intermediate container 90af637fca51 18:02:43 ---> 524caddbbd36 18:02:43 Step 24/24 : LABEL version=2.0.0-dev.195 18:02:43 Successfully built 916c6277ff20 18:02:43 Successfully tagged docker-core-command-go:latest 18:02:43  Building docker-core-command-go ... done Building docker-support-notifications-go 18:02:43 Successfully tagged docker-core-metadata-go:latest 18:02:43  Building docker-core-metadata-go ... done Building docker-core-data-go 18:02:43 ---> Running in a7f91ee089bf 18:02:44 Collecting dockerpty<0.5,>=0.4.1 18:02:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:02:46 Collecting websocket-client<1.0,>=0.32.0 18:02:46 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:02:46 Removing intermediate container a7f91ee089bf 18:02:46 ---> e14e750652a1 18:02:46 18:02:46 Successfully built e14e750652a1 18:02:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:02:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:02:46 Successfully tagged docker-security-secretstore-setup-go:latest 18:02:46 Building docker-support-scheduler-go 18:02:47  Building docker-security-secretstore-setup-go ... done Collecting docker-pycreds>=0.4.0 18:02:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:02:47 Collecting urllib3<1.25,>=1.21.1 18:02:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:02:47 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) 18:02:47 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) 18:02:47 Collecting idna<2.8,>=2.5 18:02:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:02:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:02:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:02:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:02:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:02:48 Installing collected packages: PyYAML, cached-property, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, dockerpty, docker-compose 18:02:48 Running setup.py install for PyYAML: started 18:02:51 Running setup.py install for PyYAML: finished with status 'done' 18:02:57 Attempting uninstall: urllib3 18:02:57 Found existing installation: urllib3 1.25.9 18:02:57 Uninstalling urllib3-1.25.9: 18:02:57 Successfully uninstalled urllib3-1.25.9 18:02:57 Attempting uninstall: idna 18:02:57 Found existing installation: idna 2.9 18:02:57 Uninstalling idna-2.9: 18:02:57 Successfully uninstalled idna-2.9 18:02:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:02:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:02:57 ---> aa76834e47c1 18:02:57 Step 3/31 : WORKDIR /edgex-go 18:02:57 ---> Using cache 18:02:57 ---> 28c1323ba0fc 18:02:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:02:57 ---> Using cache 18:02:57 ---> e5ecd337208f 18:02:57 Step 5/31 : RUN apk add --update --no-cache make git 18:02:57 Attempting uninstall: requests 18:02:57 Found existing installation: requests 2.23.0 18:02:57 ---> Using cache 18:02:57 ---> c46588a2adf6 18:02:57 Step 6/31 : COPY go.mod . 18:02:57 ---> Using cache 18:02:57 ---> 468568251492 18:02:57 Step 7/31 : RUN go mod download 18:02:57 Uninstalling requests-2.23.0: 18:02:57 ---> Using cache 18:02:57 ---> ea9a617546d5 18:02:57 Step 8/31 : COPY . . 18:02:57 Successfully uninstalled requests-2.23.0 18:02:57 ---> Using cache 18:02:57 ---> b58d56d875d1 18:02:57 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:02:58 ---> Running in 11a9c8a48309 18:02:58 Running setup.py install for docopt: started 18:03:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:03:02 Running setup.py install for docopt: finished with status 'done' 18:03:02 Running setup.py install for texttable: started 18:03:05 Running setup.py install for texttable: finished with status 'done' 18:03:05 Running setup.py install for dockerpty: started 18:03:05 Running setup.py install for dockerpty: finished with status 'done' 18:03:07 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:03:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:03:12 ---> aa76834e47c1 18:03:12 Step 3/22 : WORKDIR /edgex-go 18:03:12 ---> Using cache 18:03:12 ---> 28c1323ba0fc 18:03:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:12 ---> Using cache 18:03:12 ---> e5ecd337208f 18:03:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:03:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:03:12 ---> aa76834e47c1 18:03:12 Step 3/23 : WORKDIR /edgex-go 18:03:12 ---> Using cache 18:03:12 ---> 28c1323ba0fc 18:03:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:12 ---> Using cache 18:03:12 ---> e5ecd337208f 18:03:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:03:13 ---> Running in 11ce10101d4a 18:03:13 ---> Running in 981c2217bb71 18:03:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:03:13 ---> aa76834e47c1 18:03:13 Step 3/22 : WORKDIR /edgex-go 18:03:13 ---> Using cache 18:03:13 ---> 28c1323ba0fc 18:03:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:13 ---> Using cache 18:03:13 ---> e5ecd337208f 18:03:13 Step 5/22 : RUN apk add --update --no-cache make git 18:03:13 ---> Using cache 18:03:13 ---> c46588a2adf6 18:03:13 Step 6/22 : COPY go.mod . 18:03:13 ---> Using cache 18:03:13 ---> 468568251492 18:03:13 Step 7/22 : RUN go mod download 18:03:13 ---> Using cache 18:03:13 ---> ea9a617546d5 18:03:13 Step 8/22 : COPY . . 18:03:14 ---> Using cache 18:03:14 ---> b58d56d875d1 18:03:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:03:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:03:15 ---> Running in b21acd6eb700 18:03:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:03:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:03:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:03:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:03:16 OK: 219 MiB in 52 packages 18:03:17 OK: 219 MiB in 52 packages 18:03:19 Removing intermediate container 11ce10101d4a 18:03:19 ---> 3f8fcbb2593a 18:03:19 Step 6/22 : COPY go.mod . 18:03:19 Removing intermediate container 981c2217bb71 18:03:19 ---> 962bbd62ea78 18:03:19 Step 6/23 : COPY go.mod . 18:03:19 ---> da72f5f50f96 18:03:19 Step 7/22 : RUN go mod download 18:03:21 ---> fcf734299b57 18:03:21 Step 7/23 : RUN go mod download 18:03:22 ---> Running in ebc4742e23c0 18:03:24 ---> Running in 0dc5379f3da5 18:03:28 Removing intermediate container 3e5ea158c47d 18:03:28 ---> e19238f759f3 18:03:28 Step 14/23 : ENV APP_PORT=48090 18:03:28 ---> Running in bb6d7c8e7917 18:03:28 Removing intermediate container 0dc5379f3da5 18:03:28 ---> e09801ddc80b 18:03:28 Step 8/23 : COPY . . 18:03:28 Removing intermediate container bb6d7c8e7917 18:03:28 ---> c3a8eb0bc772 18:03:28 Step 15/23 : EXPOSE $APP_PORT 18:03:28 Removing intermediate container ebc4742e23c0 18:03:28 ---> ad51b25644f5 18:03:28 Step 8/22 : COPY . . 18:03:29 ---> Running in 46807f3e84ac 18:03:34 Removing intermediate container 46807f3e84ac 18:03:34 ---> 0c2c0490727b 18:03:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:03:44 ---> 95ee5c4eaec4 18:03:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:03:44 Removing intermediate container 11a9c8a48309 18:03:44 ---> 1fe9b2d1c96f 18:03:44 18:03:44 Step 10/31 : FROM alpine:3.12 18:03:44 ---> 13621d1b12d4 18:03:44 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:03:48 ---> Running in 0fb4a933cd63 18:03:49 ---> 3884a9f73b3c 18:03:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:03:53 Removing intermediate container 0fb4a933cd63 18:03:53 ---> 59df66116b47 18:03:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:03:54 ---> Running in bf3e181d3ea4 18:03:54 ---> d995faa1f12c 18:03:54 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:04:02 ---> Running in ea6d87920cc2 18:04:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:04:02 Removing intermediate container b21acd6eb700 18:04:02 ---> 63c09fc78a1a 18:04:02 18:04:02 Step 10/22 : FROM alpine:3.12 18:04:02 ---> 13621d1b12d4 18:04:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:04:02 ---> Using cache 18:04:02 ---> a4bf26a4ffdd 18:04:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:04:02 ---> Using cache 18:04:02 ---> 02c3716ae2bb 18:04:02 Step 13/22 : ENV APP_PORT=48085 18:04:02 Removing intermediate container ea6d87920cc2 18:04:02 ---> 41f3258e4e40 18:04:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:04:02 ---> af307fa63199 18:04:02 Step 9/23 : RUN make cmd/core-data/core-data 18:04:02 ---> c03613e9ea9c 18:04:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:04:02 ---> Running in 80a4b67de8af 18:04:02 ---> Running in e3e8f5a9b6c3 18:04:02 (1/2) Installing dumb-init (1.2.2-r1) 18:04:02 (2/2) Installing su-exec (0.2-r1) 18:04:02 Executing busybox-1.31.1-r20.trigger 18:04:02 ---> Running in 2e953b7f5e63 18:04:02 ---> Running in ca91793ee50a 18:04:02 OK: 6 MiB in 16 packages 18:04:03 Removing intermediate container 80a4b67de8af 18:04:03 ---> 38bd64940234 18:04:03 Step 14/22 : EXPOSE $APP_PORT 18:04:03 Removing intermediate container e3e8f5a9b6c3 18:04:03 ---> 38691251e730 18:04:03 Step 21/23 : LABEL arch=x86_64 18:04:03 ---> Running in bb9edc2f78e7 18:04:03 ---> Running in f885af44ce46 18:04:03 Removing intermediate container bb9edc2f78e7 18:04:03 ---> 5c79807a455a 18:04:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:03 Removing intermediate container f885af44ce46 18:04:03 ---> b132c0e4a898 18:04:03 Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:03 ---> Running in 5c2ff03ef35c 18:04:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/core-data/core-data ./cmd/core-data 18:04:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:04:03 Removing intermediate container bf3e181d3ea4 18:04:03 ---> aa80d8409c43 18:04:03 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:04:03 ---> be69ba63191f 18:04:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:04:03 Removing intermediate container 5c2ff03ef35c 18:04:03 ---> 69c4f729d177 18:04:03 Step 23/23 : LABEL version=2.0.0-dev.195 18:04:04 ---> Running in 8ca1422c4c52 18:04:04 ---> Running in 7e55165cf917 18:04:04 Removing intermediate container 8ca1422c4c52 18:04:04 ---> 462cddaeb9e6 18:04:04 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:04:04 Removing intermediate container 7e55165cf917 18:04:04 ---> f5d5c4d11cee 18:04:04 18:04:05 ---> Running in 52defa967aac 18:04:05 ---> 8007b51706c8 18:04:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:04:05 Successfully built f5d5c4d11cee 18:04:05 Successfully tagged docker-sys-mgmt-agent-go:latest 18:04:05  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 52defa967aac 18:04:05 ---> a267f0296374 18:04:05 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:04:06 ---> Running in a9e41f8b7ff1 18:04:06 ---> 9a756db6b0cd 18:04:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:04:06 ---> Running in a156b647dbac 18:04:06 Removing intermediate container a156b647dbac 18:04:06 ---> 9060cd71cfc3 18:04:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:06 ---> Running in f475a370f3fd 18:04:07 Removing intermediate container f475a370f3fd 18:04:07 ---> 005ad923de4e 18:04:07 Step 20/22 : LABEL arch=x86_64 18:04:07 ---> Running in 2b7b232ed736 18:04:08 Removing intermediate container 2b7b232ed736 18:04:08 ---> d34377365d71 18:04:08 Step 21/22 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:08 ---> Running in db3a80c84f4f 18:04:08 Removing intermediate container a9e41f8b7ff1 18:04:08 ---> 9dfc8521ab93 18:04:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:04:08 ---> Running in 09c19bd7797a 18:04:08 Removing intermediate container db3a80c84f4f 18:04:08 ---> 5bb44e175dc9 18:04:08 Step 22/22 : LABEL version=2.0.0-dev.195 18:04:09 ---> Running in 345d2f6e145f 18:04:09 Removing intermediate container 09c19bd7797a 18:04:09 ---> e67126808f92 18:04:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:04:09 Removing intermediate container 345d2f6e145f 18:04:09 ---> 4c39afb5df5c 18:04:09 18:04:09 Successfully built 4c39afb5df5c 18:04:09 Successfully tagged docker-support-scheduler-go:latest 18:04:09  Building docker-support-scheduler-go ... done  ---> fab7b82c2eeb 18:04:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:04:09 ---> Running in e9853557320a 18:04:12 Removing intermediate container e9853557320a 18:04:12 ---> 6343dd711454 18:04:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:13 ---> 26b838e7260c 18:04:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:04:14 ---> 77feb7d9b103 18:04:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:04:14 ---> c5452417e564 18:04:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:04:15 Removing intermediate container 4eb36282beef 18:04:15 ---> f69558598aa9 18:04:15 18:04:15 Step 10/31 : FROM alpine:3.12 18:04:15 3.12: Pulling from library/alpine 18:04:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:04:15 Status: Downloaded newer image for alpine:3.12 18:04:15 ---> 9852663dfa18 18:04:15 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:04:15 ---> Running in 6515c40a15cb 18:04:15 Removing intermediate container 6515c40a15cb 18:04:15 ---> 309153fa958c 18:04:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:04:15 ---> Running in 49d005ba0734 18:04:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:04:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:04:15 Removing intermediate container a2d6a4bd3770 18:04:15 ---> 1240fd6a8c6a 18:04:15 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:04:15 (1/2) Installing dumb-init (1.2.2-r1) 18:04:15 (2/2) Installing su-exec (0.2-r1) 18:04:15 Executing busybox-1.31.1-r20.trigger 18:04:15 OK: 5 MiB in 16 packages 18:04:15 ---> Running in 48571077113a 18:04:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:04:15 Removing intermediate container 49d005ba0734 18:04:15 ---> c43ad7f91a50 18:04:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:04:15 ---> e528be1ab840 18:04:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:04:15 ---> Running in 70229cc660ec 18:04:15 Removing intermediate container 455b4b66aa29 18:04:15 ---> 1719a2a01e6c 18:04:15 18:04:15 Step 10/23 : FROM alpine:3.12 18:04:15 ---> 9852663dfa18 18:04:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:04:16 ---> 4e877baef2a5 18:04:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:04:16 ---> Running in 30632c3be47f 18:04:16 ---> Running in 7078dac9fb70 18:04:16 Removing intermediate container 70229cc660ec 18:04:16 ---> 98a7c82649be 18:04:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:04:16 Removing intermediate container 30632c3be47f 18:04:16 ---> 5c8051a4dd74 18:04:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:04:16 ---> Running in e7673024114a 18:04:17 ---> 9a3ad3b8d543 18:04:17 Step 26/31 : RUN chmod +x /entrypoint.sh 18:04:17 Removing intermediate container e7673024114a 18:04:17 ---> 8bab2a84d954 18:04:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:04:17 ---> Running in 99a420f059e1 18:04:17 ---> Running in ea5b1a6a5f6b 18:04:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:04:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:04:19 (1/1) Installing dumb-init (1.2.2-r1) 18:04:19 Executing busybox-1.31.1-r20.trigger 18:04:19 OK: 5 MiB in 15 packages 18:04:19 Removing intermediate container 99a420f059e1 18:04:19 ---> de9a281cdde8 18:04:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:04:19 ---> Running in 92e8d2a233a3 18:04:20 Removing intermediate container 92e8d2a233a3 18:04:20 ---> 3cb15a98a3a4 18:04:20 Step 28/31 : CMD ["gate"] 18:04:20 Removing intermediate container 48571077113a 18:04:20 ---> 432e5b02d9cf 18:04:20 18:04:20 Step 11/23 : FROM docker:20.10.0 18:04:20 20.10.0: Pulling from library/docker 18:04:20 ---> Running in 80e3dcae2718 18:04:20 Removing intermediate container 80e3dcae2718 18:04:20 ---> 027ee40a110c 18:04:20 Step 29/31 : LABEL arch=x86_64 18:04:20 ---> Running in 244c707fddb1 18:04:21 Removing intermediate container 7078dac9fb70 18:04:21 ---> e4569df39fd6 18:04:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:04:21 ---> Running in c878bc38eafb 18:04:21 Removing intermediate container 244c707fddb1 18:04:21 ---> cf261d90f1da 18:04:21 Step 30/31 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:21 ---> Running in 4fca3c0e01ab 18:04:22 Removing intermediate container 4fca3c0e01ab 18:04:22 ---> 30575604a2c4 18:04:22 Step 31/31 : LABEL version=2.0.0-dev.195 18:04:22 Removing intermediate container ea5b1a6a5f6b 18:04:22 ---> 303c11e71b19 18:04:22 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:04:22 ---> Running in f4e95ded1f2e 18:04:22 Removing intermediate container f4e95ded1f2e 18:04:22 ---> c74ace938d15 18:04:22 18:04:22 Successfully built c74ace938d15 18:04:22 Successfully tagged docker-security-bootstrapper-go:latest 18:04:22 ---> Running in a96469b8aa48 18:04:23 Removing intermediate container c878bc38eafb 18:04:23 ---> 239b6eb2a9e8 18:04:23 Step 13/23 : ENV APP_PORT=48082 18:04:24 ---> Running in 7136ea420ac9 18:04:24 Removing intermediate container a96469b8aa48 18:04:24 ---> 59a3753a7e16 18:04:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:04:25 Removing intermediate container 7136ea420ac9 18:04:25 ---> 887f9994c52b 18:04:25 Step 14/23 : EXPOSE $APP_PORT 18:04:25 ---> Running in 2962cc8bd0a4 18:04:25 ---> ef04d4c8dd52 18:04:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:04:26 ---> Running in 1a2887891da5 18:04:26 Removing intermediate container 2962cc8bd0a4 18:04:26 ---> 5dd2053649ae 18:04:26 Step 15/23 : WORKDIR / 18:04:26  Building docker-security-bootstrapper-go ... done Removing intermediate container ca91793ee50a 18:04:26 ---> 90c0cbe78236 18:04:26 18:04:26 Step 10/22 : FROM alpine:3.12 18:04:26 ---> 13621d1b12d4 18:04:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:04:27 ---> Running in f54de49d63ad 18:04:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:04:27 ---> Running in 2af372ae0805 18:04:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:04:27 (1/2) Installing ca-certificates (20191127-r4) 18:04:27 (2/2) Installing dumb-init (1.2.2-r1) 18:04:27 Executing busybox-1.31.1-r20.trigger 18:04:27 Executing ca-certificates-20191127-r4.trigger 18:04:27 OK: 6 MiB in 16 packages 18:04:28 Removing intermediate container 2af372ae0805 18:04:28 ---> 2295a4d0dae6 18:04:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:29 Removing intermediate container 2e953b7f5e63 18:04:29 ---> 824dbbdc0941 18:04:29 18:04:29 Step 10/23 : FROM alpine:3.12 18:04:29 ---> 13621d1b12d4 18:04:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:04:29 ---> Running in 84635c6a552e 18:04:30 Removing intermediate container f54de49d63ad 18:04:30 ---> ad1fcf5a0870 18:04:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:04:30 ---> Running in 821b63393ec2 18:04:30 Removing intermediate container 84635c6a552e 18:04:30 ---> 7936198e9a0e 18:04:30 Step 12/23 : ENV APP_PORT=48080 18:04:30 ---> Running in 3e7f8ce20b72 18:04:30 Removing intermediate container 821b63393ec2 18:04:30 ---> 518e4232781f 18:04:30 Step 13/22 : ENV APP_PORT=48060 18:04:30 ---> Running in f74a1be2648b 18:04:30 Removing intermediate container 3e7f8ce20b72 18:04:30 ---> 3f4cafbc1e60 18:04:30 Step 13/23 : EXPOSE $APP_PORT 18:04:30 ---> Running in d217a73529eb 18:04:30 Removing intermediate container f74a1be2648b 18:04:30 ---> 9603f627fc96 18:04:30 Step 14/22 : EXPOSE $APP_PORT 18:04:30 ---> Running in 76a15c197b8d 18:04:30 Removing intermediate container d217a73529eb 18:04:30 ---> 450dad64cdd0 18:04:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:30 Removing intermediate container 9a7f79f7f6b4 18:04:30 ---> 2f73c4de318d 18:04:30 18:04:30 Step 10/23 : FROM alpine:3.12 18:04:30 ---> 9852663dfa18 18:04:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:04:30 ---> Using cache 18:04:30 ---> e4569df39fd6 18:04:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:04:30 ---> Using cache 18:04:30 ---> 239b6eb2a9e8 18:04:30 Step 13/23 : ENV APP_PORT=48081 18:04:30 ---> 2089e11a2389 18:04:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:04:30 ---> Running in 1cd524079194 18:04:30 Removing intermediate container 76a15c197b8d 18:04:30 ---> 7ab11c8dc977 18:04:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:31 ---> Running in 8b4a48b6d63a 18:04:31 Removing intermediate container 1a2887891da5 18:04:31 ---> c031f4f89344 18:04:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:31 ---> bc74e2979b72 18:04:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:04:31 ---> f8c2feeb5d2a 18:04:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:04:31 Removing intermediate container 1cd524079194 18:04:31 ---> e89e3097f556 18:04:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:04:32 ---> Running in 06183e25d589 18:04:32 ---> b82c8f17014a 18:04:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:04:32 Removing intermediate container 8b4a48b6d63a 18:04:32 ---> 50c90b9b1a0e 18:04:32 Step 14/23 : EXPOSE $APP_PORT 18:04:32 ---> Running in 9d2521c9efd2 18:04:32 Removing intermediate container 9d2521c9efd2 18:04:32 ---> 0bbd8520666c 18:04:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:32 ---> Running in 2256de3392a7 18:04:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:04:32 Removing intermediate container 2256de3392a7 18:04:32 ---> a6f143d3ef60 18:04:32 Step 20/22 : LABEL arch=x86_64 18:04:32 ---> Running in 233300a71b00 18:04:33 Removing intermediate container 233300a71b00 18:04:33 ---> 21620a5a8c85 18:04:33 Step 21/22 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:33 ---> Running in 88392f935033 18:04:33 ---> ccae5d60b9cf 18:04:33 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:04:33 ---> Running in cd0a4f28636f 18:04:33 Removing intermediate container 88392f935033 18:04:33 ---> e50bae6cd0ef 18:04:33 Step 22/22 : LABEL version=2.0.0-dev.195 18:04:33 ---> Running in cdb98c5d8637 18:04:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:04:33 Removing intermediate container cdb98c5d8637 18:04:33 ---> 6fa5cdeacd52 18:04:33 18:04:33 Successfully built 6fa5cdeacd52 18:04:33 Successfully tagged docker-support-notifications-go:latest 18:04:33 ---> d713a01a4fe3 18:04:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:04:33  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 18:04:33 (2/6) Installing libgcc (9.3.0-r2) 18:04:33 (3/6) Installing libsodium (1.0.18-r0) 18:04:34 (4/6) Installing libstdc++ (9.3.0-r2) 18:04:34 Removing intermediate container cd0a4f28636f 18:04:34 ---> 57c1339abb81 18:04:34 Step 15/23 : WORKDIR / 18:04:34 Removing intermediate container adb8491e51b5 18:04:34 ---> 9d338a525158 18:04:34 18:04:34 Step 10/23 : FROM alpine:3.12 18:04:34 ---> 9852663dfa18 18:04:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:04:34 ---> Running in 8d0f2160fdf8 18:04:35 (5/6) Installing libzmq (4.3.3-r0) 18:04:35 (6/6) Installing zeromq (4.3.3-r0) 18:04:35 Executing busybox-1.31.1-r20.trigger 18:04:35 OK: 8 MiB in 20 packages 18:04:35 ---> Running in a678f6a4ff40 18:04:35 ---> 5eccf6fd5af1 18:04:35 Step 19/23 : ENTRYPOINT ["/core-command"] 18:04:35 ---> c4f5e8cc9074 18:04:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:04:35 ---> Running in dbae8dccfdf4 18:04:35 Removing intermediate container 8d0f2160fdf8 18:04:35 ---> ecafe52a481a 18:04:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:35 Removing intermediate container a678f6a4ff40 18:04:35 ---> 84bac15c4288 18:04:35 Step 12/23 : ENV APP_PORT=48080 18:04:36 ---> Running in c1302d334254 18:04:36 Removing intermediate container dbae8dccfdf4 18:04:36 ---> 49e423e385ef 18:04:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:36 ---> 9c8527d58a18 18:04:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:04:36 ---> Running in a8b2cc639dbf 18:04:36 Removing intermediate container 06183e25d589 18:04:36 ---> 8d9de96454a1 18:04:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:36 ---> 276d2ba10a72 18:04:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:04:36 ---> 3fc74f03d5ce 18:04:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:04:36 Removing intermediate container c1302d334254 18:04:36 ---> 62347439eb6c 18:04:36 Step 13/23 : EXPOSE $APP_PORT 18:04:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:04:36 Status: Downloaded newer image for docker:20.10.0 18:04:36 ---> eeaf43b92773 18:04:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:04:36 ---> Running in 065c62313862 18:04:37 ---> ed4b3f8f4a43 18:04:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:04:37 Removing intermediate container a8b2cc639dbf 18:04:37 ---> 04025010d17f 18:04:37 Step 21/23 : LABEL arch=arm64 18:04:37 ---> 4ad6f00614f8 18:04:37 Step 19/23 : ENTRYPOINT ["/core-data"] 18:04:37 ---> Running in 5a14c47d8b84 18:04:37 ---> Running in a6e0451aa671 18:04:37 ---> Running in e2a3228a20cf 18:04:37 ---> 7b97f034a548 18:04:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:04:37 Removing intermediate container 5a14c47d8b84 18:04:37 ---> 21ab03dbb586 18:04:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:37 ---> Running in 02aa74a53a7a 18:04:37 Removing intermediate container 065c62313862 18:04:37 ---> 20c639b75927 18:04:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:37 Removing intermediate container 02aa74a53a7a 18:04:37 ---> a7eebb1a4464 18:04:37 Step 21/23 : LABEL arch=x86_64 18:04:37 ---> Running in 89801f3ee15d 18:04:37 ---> Running in 52824b5dfe83 18:04:38 Removing intermediate container 89801f3ee15d 18:04:38 ---> e53b46cfa3f7 18:04:38 Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:38 ---> Running in 8b219ec39acc 18:04:38 Removing intermediate container e2a3228a20cf 18:04:38 ---> 2a3af67df72b 18:04:38 Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:38 Removing intermediate container a6e0451aa671 18:04:38 ---> f487d453a4a2 18:04:38 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:04:38 ---> b912b3f837ce 18:04:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:04:38 Removing intermediate container 8b219ec39acc 18:04:38 ---> d914d9035572 18:04:38 Step 23/23 : LABEL version=2.0.0-dev.195 18:04:38 ---> Running in 3060a6b8ec32 18:04:38 ---> Running in 334e275c90b4 18:04:38 ---> Running in fe71bfd67937 18:04:38 ---> 44577c3a95c4 18:04:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:04:38 Removing intermediate container 3060a6b8ec32 18:04:38 ---> 6815ef57d241 18:04:38 18:04:38 Successfully built 6815ef57d241 18:04:38 Successfully tagged docker-core-data-go:latest 18:04:38  Building docker-core-data-go ... done  [Pipeline] } 18:04:38 $ docker stop --time=1 111b3cb1fa1b9f945c6b352ecbe4af9bcca7cab3752bdcd13900d6ab339a7a54 18:04:39 ---> Running in be0f94c0b159 18:04:39 Removing intermediate container 334e275c90b4 18:04:39 ---> c940960f2629 18:04:39 Step 23/23 : LABEL version=2.0.0-dev.195 18:04:39 ---> fc8753066081 18:04:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:04:39 ---> Running in 64d610846a47 18:04:39 ---> Running in bc519170a63c 18:04:39 Removing intermediate container be0f94c0b159 18:04:39 ---> 3741751b8020 18:04:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:04:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:04:40 Removing intermediate container 64d610846a47 18:04:40 ---> bd97843514de 18:04:40 18:04:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:04:40 Removing intermediate container bc519170a63c 18:04:40 ---> 8ca6dea03718 18:04:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:40 $ docker rm -f 111b3cb1fa1b9f945c6b352ecbe4af9bcca7cab3752bdcd13900d6ab339a7a54 [Pipeline] // withDockerContainer [Pipeline] sh 18:04:40 ---> Running in b7d219f57a7d 18:04:41 + docker images 18:04:41 + grep docker 18:04:41 ---> ba88a87ca091 18:04:41 Step 26/31 : RUN chmod +x /entrypoint.sh 18:04:41 Successfully built bd97843514de 18:04:41 (1/39) Installing readline (8.0.4-r0) 18:04:41 (2/39) Installing bash (5.0.17-r0) 18:04:41 Executing bash-5.0.17-r0.post-install 18:04:41 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:04:41 (4/39) Installing libcurl (7.76.1-r0) 18:04:41 (5/39) Installing curl (7.76.1-r0) 18:04:41 (6/39) Installing dumb-init (1.2.2-r1) 18:04:41 Successfully tagged docker-core-command-go-arm64:latest 18:04:41  Building docker-core-command-go ... done (7/39) Installing libbz2 (1.0.8-r1) 18:04:41 Building docker-security-proxy-setup-go 18:04:41 (8/39) Installing expat (2.2.9-r1) 18:04:41 (9/39) Installing libffi (3.3-r2) 18:04:41 (10/39) Installing gdbm (1.13-r1) 18:04:41 (11/39) Installing xz-libs (5.2.5-r0) 18:04:41 (12/39) Installing sqlite-libs (3.32.1-r0) 18:04:41 (13/39) Installing python3 (3.8.8-r0) 18:04:41 docker-core-data-go latest 6815ef57d241 3 seconds ago 21.5MB 18:04:41 docker-support-notifications-go latest 6fa5cdeacd52 8 seconds ago 17.6MB 18:04:41 docker-security-bootstrapper-go latest c74ace938d15 19 seconds ago 18.2MB 18:04:41 docker-support-scheduler-go latest 4c39afb5df5c 32 seconds ago 17.1MB 18:04:41 docker-sys-mgmt-agent-go latest f5d5c4d11cee 37 seconds ago 312MB 18:04:41 docker-security-secretstore-setup-go latest e14e750652a1 About a minute ago 25.6MB 18:04:41 docker-core-command-go latest 42daf2ec9bb7 About a minute ago 17MB 18:04:41 docker-core-metadata-go latest 916c6277ff20 About a minute ago 18.6MB 18:04:41 docker-security-proxy-setup-go latest 300b47e2b8ad 2 minutes ago 25.3MB 18:04:41 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 18:04:41 Removing intermediate container 52824b5dfe83 18:04:41 ---> Running in 48b585a8f07c 18:04:41 ---> 4112dfba75ba [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:04:41 provisioning config files... 18:04:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/463@tmp/config6984550441735111721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:04:41 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:04:41 ---> docker-login.sh 18:04:41 nexus3.edgexfoundry.org:10001 18:04:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:41 Configure a credential helper to remove this warning. See 18:04:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:41 18:04:41 Login Succeeded 18:04:41 nexus3.edgexfoundry.org:10002 18:04:41 Removing intermediate container b7d219f57a7d 18:04:41 ---> 17800666818b 18:04:41 Step 21/23 : LABEL arch=arm64 18:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:42 Configure a credential helper to remove this warning. See 18:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:42 18:04:42 Login Succeeded 18:04:42 nexus3.edgexfoundry.org:10003 18:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:42 Configure a credential helper to remove this warning. See 18:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:42 18:04:42 Login Succeeded 18:04:42 nexus3.edgexfoundry.org:10004 18:04:42 ---> Running in 1773f8642852 18:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:42 Configure a credential helper to remove this warning. See 18:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:42 18:04:42 Login Succeeded 18:04:42 docker.io 18:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:42 Configure a credential helper to remove this warning. See 18:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:42 18:04:42 Login Succeeded 18:04:42 ---> docker-login.sh ends [Pipeline] } 18:04:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:43 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 18:04:43 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:43 2.0.0-dev.195 18:04:43 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:43 master 18:04:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:43 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:04:43 (14/39) Installing py3-appdirs (1.4.4-r1) 18:04:43 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:04:43 (16/39) Installing py3-parsing (2.4.7-r0) 18:04:43 (17/39) Installing py3-six (1.15.0-r0) 18:04:43 (18/39) Installing py3-packaging (20.4-r0) 18:04:43 (19/39) Installing py3-setuptools (47.0.0-r0) 18:04:43 ---> Running in 71b8bddda12a 18:04:43 (20/39) Installing py3-chardet (3.0.4-r4) 18:04:43 (21/39) Installing py3-idna (2.9-r0) 18:04:43 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:04:43 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:04:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:04:43 7bef7b1ac815: Preparing 18:04:43 ad0a9a396081: Preparing 18:04:43 7455db53e157: Preparing 18:04:43 5efcfb1a8939: Preparing 18:04:43 32f366d666a5: Preparing 18:04:43 32f366d666a5: Layer already exists 18:04:43 (24/39) Installing py3-requests (2.23.0-r0) 18:04:43 (25/39) Installing py3-msgpack (1.0.0-r0) 18:04:43 (26/39) Installing py3-lockfile (0.12.2-r3) 18:04:43 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:04:43 (28/39) Installing py3-colorama (0.4.3-r0) 18:04:43 (29/39) Installing py3-distlib (0.3.0-r0) 18:04:43 (30/39) Installing py3-distro (1.5.0-r1) 18:04:43 (31/39) Installing py3-webencodings (0.5.1-r3) 18:04:43 (32/39) Installing py3-html5lib (1.0.1-r4) 18:04:43 (33/39) Installing py3-pytoml (0.1.21-r0) 18:04:43 (34/39) Installing py3-pep517 (0.8.2-r0) 18:04:43 (35/39) Installing py3-progress (1.5-r0) 18:04:43 (36/39) Installing py3-toml (0.10.1-r0) 18:04:43 7bef7b1ac815: Pushed 18:04:43 7455db53e157: Pushed 18:04:43 5efcfb1a8939: Pushed 18:04:44 (37/39) Installing py3-retrying (1.3.3-r0) 18:04:44 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:04:44 (39/39) Installing py3-pip (20.1.1-r0) 18:04:44 Executing busybox-1.31.1-r19.trigger 18:04:44 OK: 72 MiB in 59 packages 18:04:44 Removing intermediate container 71b8bddda12a 18:04:44 ---> e7e2aefb5fe4 18:04:44 Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:44 ad0a9a396081: Pushed 18:04:44 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:f6e678d4b0394c331a28e08a1dd8c86f0f83e2a121855ce10f701a53c729a92c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:04:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:04:45 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:04:45 ---> Running in aa13d0e0fcfb 18:04:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.195 18:04:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:04:45 7bef7b1ac815: Preparing 18:04:45 ad0a9a396081: Preparing 18:04:45 7455db53e157: Preparing 18:04:45 5efcfb1a8939: Preparing 18:04:45 32f366d666a5: Preparing 18:04:45 7bef7b1ac815: Layer already exists 18:04:45 5efcfb1a8939: Layer already exists 18:04:45 ad0a9a396081: Layer already exists 18:04:45 32f366d666a5: Layer already exists 18:04:45 7455db53e157: Layer already exists 18:04:45 2.0.0-dev.195: digest: sha256:f6e678d4b0394c331a28e08a1dd8c86f0f83e2a121855ce10f701a53c729a92c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:04:45 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:04:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:04:45 Removing intermediate container 48b585a8f07c 18:04:45 ---> 48af45a5d57f 18:04:45 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:04:45 Removing intermediate container aa13d0e0fcfb 18:04:45 ---> b69842d1afd8 18:04:45 Step 23/23 : LABEL version=2.0.0-dev.195 18:04:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:04:46 7bef7b1ac815: Preparing 18:04:46 ad0a9a396081: Preparing 18:04:46 7455db53e157: Preparing 18:04:46 5efcfb1a8939: Preparing 18:04:46 32f366d666a5: Preparing 18:04:46 7bef7b1ac815: Layer already exists 18:04:46 7455db53e157: Layer already exists 18:04:46 32f366d666a5: Layer already exists 18:04:46 ad0a9a396081: Layer already exists 18:04:46 5efcfb1a8939: Layer already exists 18:04:46 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:f6e678d4b0394c331a28e08a1dd8c86f0f83e2a121855ce10f701a53c729a92c size: 1363 18:04:46 ---> Running in 2c45eab106c7 [Pipeline] isUnix [Pipeline] sh 18:04:46 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 18:04:46 ---> Running in 17746d80caab 18:04:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 18:04:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:04:46 7bef7b1ac815: Preparing 18:04:46 ad0a9a396081: Preparing 18:04:46 7455db53e157: Preparing 18:04:46 5efcfb1a8939: Preparing 18:04:46 32f366d666a5: Preparing 18:04:46 5efcfb1a8939: Layer already exists 18:04:46 7455db53e157: Layer already exists 18:04:46 ad0a9a396081: Layer already exists 18:04:46 7bef7b1ac815: Layer already exists 18:04:46 32f366d666a5: Layer already exists 18:04:46 master: digest: sha256:f6e678d4b0394c331a28e08a1dd8c86f0f83e2a121855ce10f701a53c729a92c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:46 ===================================================== [Pipeline] echo 18:04:46 taggedImages: 18:04:46 - nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:46 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.195 18:04:46 - nexus3.edgexfoundry.org:10004/docker-core-command-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:46 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 18:04:46 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 18:04:46 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:46 2.0.0-dev.195 18:04:46 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:46 master 18:04:46 ===================================================== [Pipeline] withEnv [Pipeline] { 18:04:46 (1/6) Installing dumb-init (1.2.2-r1) 18:04:46 (2/6) Installing libgcc (9.3.0-r2) 18:04:46 (3/6) Installing libsodium (1.0.18-r0) 18:04:46 (4/6) Installing libstdc++ (9.3.0-r2) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:04:47 Removing intermediate container 2c45eab106c7 18:04:47 ---> 38ec3661282c 18:04:47 Step 28/31 : CMD ["gate"] 18:04:47 (5/6) Installing libzmq (4.3.3-r0) 18:04:47 Removing intermediate container 17746d80caab 18:04:47 ---> 587f793ce712 18:04:47 18:04:47 (6/6) Installing zeromq (4.3.3-r0) 18:04:47 Executing busybox-1.31.1-r20.trigger 18:04:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:04:47 eaf7e3416e5f: Preparing 18:04:47 8dc02e0dda8d: Preparing 18:04:47 7455db53e157: Preparing 18:04:47 8cbe3deaa11c: Preparing 18:04:47 d9d448a523e3: Preparing 18:04:47 32f366d666a5: Preparing 18:04:47 32f366d666a5: Waiting 18:04:47 7455db53e157: Layer already exists 18:04:47 32f366d666a5: Layer already exists 18:04:47 OK: 8 MiB in 20 packages 18:04:47 ---> Running in a065cc309db6 18:04:47 d9d448a523e3: Pushed 18:04:47 eaf7e3416e5f: Pushed 18:04:47 8cbe3deaa11c: Pushed 18:04:48 Successfully built 587f793ce712 18:04:48 Successfully tagged docker-core-metadata-go-arm64:latest 18:04:48  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 18:04:48 8dc02e0dda8d: Pushed 18:04:48 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:f696f8645fa66a6517c649cdf27ee8d678679879e63a1136e88619efd2d7a7e1 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:04:49 Removing intermediate container a065cc309db6 18:04:49 ---> b0754e606b07 18:04:49 Step 29/31 : LABEL arch=arm64 18:04:49 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:04:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.195 18:04:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:04:49 eaf7e3416e5f: Preparing 18:04:49 8dc02e0dda8d: Preparing 18:04:49 7455db53e157: Preparing 18:04:49 8cbe3deaa11c: Preparing 18:04:49 d9d448a523e3: Preparing 18:04:49 32f366d666a5: Preparing 18:04:49 32f366d666a5: Waiting 18:04:49 7455db53e157: Layer already exists 18:04:49 d9d448a523e3: Layer already exists 18:04:49 8cbe3deaa11c: Layer already exists 18:04:49 8dc02e0dda8d: Layer already exists 18:04:49 eaf7e3416e5f: Layer already exists 18:04:49 32f366d666a5: Layer already exists 18:04:49 2.0.0-dev.195: digest: sha256:f696f8645fa66a6517c649cdf27ee8d678679879e63a1136e88619efd2d7a7e1 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:04:49 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:04:49 ---> Running in 8879171d4a14 18:04:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:04:50 eaf7e3416e5f: Preparing 18:04:50 8dc02e0dda8d: Preparing 18:04:50 7455db53e157: Preparing 18:04:50 8cbe3deaa11c: Preparing 18:04:50 d9d448a523e3: Preparing 18:04:50 32f366d666a5: Preparing 18:04:50 32f366d666a5: Waiting 18:04:50 8cbe3deaa11c: Layer already exists 18:04:50 d9d448a523e3: Layer already exists 18:04:50 7455db53e157: Layer already exists 18:04:50 eaf7e3416e5f: Layer already exists 18:04:50 8dc02e0dda8d: Layer already exists 18:04:50 32f366d666a5: Layer already exists 18:04:50 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:f696f8645fa66a6517c649cdf27ee8d678679879e63a1136e88619efd2d7a7e1 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:04:50 Removing intermediate container 1773f8642852 18:04:50 ---> 1add6b4c5a58 18:04:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:50 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 18:04:50 Collecting docker-compose==1.23.2 18:04:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:04:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 18:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:04:50 eaf7e3416e5f: Preparing 18:04:50 8dc02e0dda8d: Preparing 18:04:50 7455db53e157: Preparing 18:04:50 8cbe3deaa11c: Preparing 18:04:50 d9d448a523e3: Preparing 18:04:50 32f366d666a5: Preparing 18:04:50 32f366d666a5: Waiting 18:04:50 d9d448a523e3: Layer already exists 18:04:50 8cbe3deaa11c: Layer already exists 18:04:50 8dc02e0dda8d: Layer already exists 18:04:50 7455db53e157: Layer already exists 18:04:50 eaf7e3416e5f: Layer already exists 18:04:50 32f366d666a5: Layer already exists 18:04:50 master: digest: sha256:f696f8645fa66a6517c649cdf27ee8d678679879e63a1136e88619efd2d7a7e1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:50 ===================================================== [Pipeline] echo 18:04:50 taggedImages: 18:04:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.195 18:04:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:50 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master 18:04:50 Removing intermediate container 8879171d4a14 18:04:50 ---> 3764a065123f 18:04:50 Step 30/31 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] echo 18:04:50 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 18:04:50 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:50 2.0.0-dev.195 18:04:50 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:50 master 18:04:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:51 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:04:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:04:51 77a54b47a0da: Preparing 18:04:51 189463dabbb1: Preparing 18:04:51 7455db53e157: Preparing 18:04:51 3c4c4e138dad: Preparing 18:04:51 32f366d666a5: Preparing 18:04:51 32f366d666a5: Layer already exists 18:04:51 7455db53e157: Layer already exists 18:04:51 77a54b47a0da: Pushed 18:04:51 3c4c4e138dad: Pushed 18:04:51 ---> Running in 953f18ebeae8 18:04:52 Collecting docker<4.0,>=3.6.0 18:04:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:04:52 ---> 500ea9206a93 18:04:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:04:52 189463dabbb1: Pushed 18:04:53 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:aacdcee2d4d5c36560c9540b9a8e0cb0c1059c6469f26631a496af65ec3fb8ef size: 1363 [Pipeline] isUnix [Pipeline] sh 18:04:53 Removing intermediate container 953f18ebeae8 18:04:53 ---> 871f3f170457 18:04:53 Step 31/31 : LABEL version=2.0.0-dev.195 18:04:55 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.195 18:04:55 ---> Running in 8ad781647e0a 18:04:55 Collecting PyYAML<4,>=3.10 18:04:55 Downloading PyYAML-3.13.tar.gz (270 kB) 18:04:55 ---> d7d8ddf1c317 18:04:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:04:55 Removing intermediate container 8ad781647e0a 18:04:55 ---> 38ee59b78ba9 18:04:55 [Pipeline] isUnix [Pipeline] sh 18:04:55 Successfully built 38ee59b78ba9 18:04:55 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:04:55  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 18:04:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.195 18:04:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:04:55 77a54b47a0da: Preparing 18:04:55 189463dabbb1: Preparing 18:04:55 7455db53e157: Preparing 18:04:55 3c4c4e138dad: Preparing 18:04:55 32f366d666a5: Preparing 18:04:55 7455db53e157: Layer already exists 18:04:55 189463dabbb1: Layer already exists 18:04:55 3c4c4e138dad: Layer already exists 18:04:55 32f366d666a5: Layer already exists 18:04:55 77a54b47a0da: Layer already exists 18:04:55 2.0.0-dev.195: digest: sha256:aacdcee2d4d5c36560c9540b9a8e0cb0c1059c6469f26631a496af65ec3fb8ef size: 1363 [Pipeline] isUnix [Pipeline] sh 18:04:55 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:04:56 ---> 6e9f4f514603 18:04:56 Step 19/23 : ENTRYPOINT ["/core-data"] 18:04:56 ---> Running in b92a79d9afb8 18:04:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:04:56 77a54b47a0da: Preparing 18:04:56 189463dabbb1: Preparing 18:04:56 7455db53e157: Preparing 18:04:56 3c4c4e138dad: Preparing 18:04:56 32f366d666a5: Preparing 18:04:56 32f366d666a5: Layer already exists 18:04:56 3c4c4e138dad: Layer already exists 18:04:56 77a54b47a0da: Layer already exists 18:04:56 7455db53e157: Layer already exists 18:04:56 189463dabbb1: Layer already exists 18:04:56 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:aacdcee2d4d5c36560c9540b9a8e0cb0c1059c6469f26631a496af65ec3fb8ef size: 1363 [Pipeline] isUnix [Pipeline] sh 18:04:56 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 18:04:56 Removing intermediate container b92a79d9afb8 18:04:56 ---> 89e0c6e8d4f0 18:04:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 18:04:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:04:56 77a54b47a0da: Preparing 18:04:56 189463dabbb1: Preparing 18:04:56 7455db53e157: Preparing 18:04:56 3c4c4e138dad: Preparing 18:04:56 32f366d666a5: Preparing 18:04:56 7455db53e157: Layer already exists 18:04:56 3c4c4e138dad: Layer already exists 18:04:56 77a54b47a0da: Layer already exists 18:04:56 189463dabbb1: Layer already exists 18:04:56 32f366d666a5: Layer already exists 18:04:56 master: digest: sha256:aacdcee2d4d5c36560c9540b9a8e0cb0c1059c6469f26631a496af65ec3fb8ef size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:04:56 ===================================================== [Pipeline] echo 18:04:56 taggedImages: 18:04:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.195 18:04:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 18:04:56 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 18:04:56 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:56 2.0.0-dev.195 18:04:56 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:04:56 master 18:04:56 ===================================================== [Pipeline] withEnv [Pipeline] { 18:04:56 ---> Running in 1638f727cee3 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:57 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:04:57 Removing intermediate container 1638f727cee3 18:04:57 ---> d190d73081ae 18:04:57 Step 21/23 : LABEL arch=arm64 18:04:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:04:57 b60a394d3059: Preparing 18:04:57 b60a394d3059: Preparing 18:04:57 f2ff20362eaf: Preparing 18:04:57 de54682e60de: Preparing 18:04:57 5e1ba0ea4fd0: Preparing 18:04:57 0ff575cd2245: Preparing 18:04:57 7455db53e157: Preparing 18:04:57 c92c5ec0207c: Preparing 18:04:57 c92c5ec0207c: Preparing 18:04:57 914619b6310c: Preparing 18:04:57 17eea71c1cb4: Preparing 18:04:57 32f366d666a5: Preparing 18:04:57 c92c5ec0207c: Waiting 18:04:57 914619b6310c: Waiting 18:04:57 32f366d666a5: Waiting 18:04:57 7455db53e157: Waiting 18:04:57 ---> Running in df947176e847 18:04:57 b60a394d3059: Pushed 18:04:57 7455db53e157: Layer already exists 18:04:57 f2ff20362eaf: Pushed 18:04:57 de54682e60de: Pushed 18:04:58 5e1ba0ea4fd0: Pushed 18:04:58 32f366d666a5: Layer already exists 18:04:58 914619b6310c: Pushed 18:04:58 c92c5ec0207c: Pushed 18:04:58 17eea71c1cb4: Pushed 18:04:58 0ff575cd2245: Pushed 18:04:58 Removing intermediate container df947176e847 18:04:58 ---> 00b5bc742b83 18:04:58 Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:04:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:04:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:04:58 ---> c9c6ac0af816 18:04:58 Step 3/21 : WORKDIR /edgex-go 18:04:58 ---> Using cache 18:04:58 ---> 3be2c375baf8 18:04:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:58 ---> Using cache 18:04:58 ---> 143caf258b50 18:04:58 Step 5/21 : RUN apk add --update --no-cache make git 18:04:58 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:a93c1d5eafa281a3c59735d641c17c324edc587deefce7c00e3f21e0dee1fce2 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:04:59 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:04:59 ---> Running in 9ed17d99b9b2 18:04:59 ---> Running in bc428c417977 18:04:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:04:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:04:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.195 18:04:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:04:59 b60a394d3059: Preparing 18:04:59 b60a394d3059: Preparing 18:04:59 f2ff20362eaf: Preparing 18:04:59 de54682e60de: Preparing 18:04:59 5e1ba0ea4fd0: Preparing 18:04:59 0ff575cd2245: Preparing 18:04:59 7455db53e157: Preparing 18:04:59 c92c5ec0207c: Preparing 18:04:59 c92c5ec0207c: Preparing 18:04:59 914619b6310c: Preparing 18:04:59 17eea71c1cb4: Preparing 18:04:59 32f366d666a5: Preparing 18:04:59 7455db53e157: Waiting 18:04:59 c92c5ec0207c: Waiting 18:04:59 914619b6310c: Waiting 18:04:59 17eea71c1cb4: Waiting 18:04:59 32f366d666a5: Waiting 18:04:59 5e1ba0ea4fd0: Layer already exists 18:04:59 de54682e60de: Layer already exists 18:04:59 b60a394d3059: Layer already exists 18:04:59 0ff575cd2245: Layer already exists 18:04:59 f2ff20362eaf: Layer already exists 18:04:59 c92c5ec0207c: Layer already exists 18:04:59 7455db53e157: Layer already exists 18:04:59 17eea71c1cb4: Layer already exists 18:04:59 32f366d666a5: Layer already exists 18:04:59 914619b6310c: Layer already exists 18:04:59 2.0.0-dev.195: digest: sha256:a93c1d5eafa281a3c59735d641c17c324edc587deefce7c00e3f21e0dee1fce2 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:05:00 Removing intermediate container bc428c417977 18:05:00 ---> aba8eb163d1a 18:05:00 Step 23/23 : LABEL version=2.0.0-dev.195 18:05:00 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:00 Collecting dockerpty<0.5,>=0.4.1 18:05:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:05:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:05:00 b60a394d3059: Preparing 18:05:00 b60a394d3059: Preparing 18:05:00 f2ff20362eaf: Preparing 18:05:00 de54682e60de: Preparing 18:05:00 5e1ba0ea4fd0: Preparing 18:05:00 0ff575cd2245: Preparing 18:05:00 7455db53e157: Preparing 18:05:00 c92c5ec0207c: Preparing 18:05:00 c92c5ec0207c: Preparing 18:05:00 914619b6310c: Preparing 18:05:00 17eea71c1cb4: Preparing 18:05:00 32f366d666a5: Preparing 18:05:00 c92c5ec0207c: Waiting 18:05:00 17eea71c1cb4: Waiting 18:05:00 32f366d666a5: Waiting 18:05:00 914619b6310c: Waiting 18:05:00 7455db53e157: Waiting 18:05:00 de54682e60de: Layer already exists 18:05:00 f2ff20362eaf: Layer already exists 18:05:00 0ff575cd2245: Layer already exists 18:05:00 b60a394d3059: Layer already exists 18:05:00 5e1ba0ea4fd0: Layer already exists 18:05:00 7455db53e157: Layer already exists 18:05:00 914619b6310c: Layer already exists 18:05:00 c92c5ec0207c: Layer already exists 18:05:00 17eea71c1cb4: Layer already exists 18:05:00 32f366d666a5: Layer already exists 18:05:00 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:a93c1d5eafa281a3c59735d641c17c324edc587deefce7c00e3f21e0dee1fce2 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:05:00 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 18:05:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:05:00 ---> Running in bfd98bef107e 18:05:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 18:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:05:01 b60a394d3059: Preparing 18:05:01 b60a394d3059: Preparing 18:05:01 f2ff20362eaf: Preparing 18:05:01 de54682e60de: Preparing 18:05:01 5e1ba0ea4fd0: Preparing 18:05:01 0ff575cd2245: Preparing 18:05:01 7455db53e157: Preparing 18:05:01 c92c5ec0207c: Preparing 18:05:01 c92c5ec0207c: Preparing 18:05:01 914619b6310c: Preparing 18:05:01 17eea71c1cb4: Preparing 18:05:01 32f366d666a5: Preparing 18:05:01 7455db53e157: Waiting 18:05:01 c92c5ec0207c: Waiting 18:05:01 914619b6310c: Waiting 18:05:01 17eea71c1cb4: Waiting 18:05:01 32f366d666a5: Waiting 18:05:01 5e1ba0ea4fd0: Layer already exists 18:05:01 b60a394d3059: Layer already exists 18:05:01 de54682e60de: Layer already exists 18:05:01 0ff575cd2245: Layer already exists 18:05:01 f2ff20362eaf: Layer already exists 18:05:01 7455db53e157: Layer already exists 18:05:01 914619b6310c: Layer already exists 18:05:01 c92c5ec0207c: Layer already exists 18:05:01 17eea71c1cb4: Layer already exists 18:05:01 32f366d666a5: Layer already exists 18:05:01 master: digest: sha256:a93c1d5eafa281a3c59735d641c17c324edc587deefce7c00e3f21e0dee1fce2 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:05:01 ===================================================== [Pipeline] echo 18:05:01 taggedImages: 18:05:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.195 18:05:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 18:05:01 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 18:05:01 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:01 2.0.0-dev.195 18:05:01 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:01 master 18:05:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:05:01 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:05:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:05:01 d4b7953e252a: Preparing 18:05:01 584e252735af: Preparing 18:05:01 0497e2a412d1: Preparing 18:05:01 31459c77978b: Preparing 18:05:01 e9863d6e300c: Preparing 18:05:01 32f366d666a5: Preparing 18:05:01 32f366d666a5: Waiting 18:05:01 Removing intermediate container bfd98bef107e 18:05:01 ---> d9937393f5e7 18:05:01 18:05:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:05:02 Successfully built d9937393f5e7 18:05:02 Successfully tagged docker-core-data-go-arm64:latest 18:05:02  Building docker-core-data-go ... done Building docker-support-notifications-go 18:05:02 0497e2a412d1: Pushed 18:05:02 32f366d666a5: Layer already exists 18:05:02 31459c77978b: Pushed 18:05:02 e9863d6e300c: Pushed 18:05:02 OK: 218 MiB in 52 packages 18:05:02 Collecting texttable<0.10,>=0.9.0 18:05:02 d4b7953e252a: Pushed 18:05:02 584e252735af: Pushed 18:05:03 Downloading texttable-0.9.1.tar.gz (11 kB) 18:05:03 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:a78521b8083fff62f12295172d4dd62ec5c16812e9492834c00a113e2f1764e6 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:05:03 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.195 18:05:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:05:03 d4b7953e252a: Preparing 18:05:03 584e252735af: Preparing 18:05:03 0497e2a412d1: Preparing 18:05:03 31459c77978b: Preparing 18:05:03 e9863d6e300c: Preparing 18:05:03 32f366d666a5: Preparing 18:05:03 32f366d666a5: Waiting 18:05:03 0497e2a412d1: Layer already exists 18:05:03 e9863d6e300c: Layer already exists 18:05:03 d4b7953e252a: Layer already exists 18:05:03 584e252735af: Layer already exists 18:05:03 31459c77978b: Layer already exists 18:05:03 32f366d666a5: Layer already exists 18:05:03 2.0.0-dev.195: digest: sha256:a78521b8083fff62f12295172d4dd62ec5c16812e9492834c00a113e2f1764e6 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:05:04 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:05:04 d4b7953e252a: Preparing 18:05:04 584e252735af: Preparing 18:05:04 0497e2a412d1: Preparing 18:05:04 31459c77978b: Preparing 18:05:04 e9863d6e300c: Preparing 18:05:04 32f366d666a5: Preparing 18:05:04 32f366d666a5: Waiting 18:05:04 0497e2a412d1: Layer already exists 18:05:04 31459c77978b: Layer already exists 18:05:04 584e252735af: Layer already exists 18:05:04 d4b7953e252a: Layer already exists 18:05:04 e9863d6e300c: Layer already exists 18:05:04 32f366d666a5: Layer already exists 18:05:04 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:a78521b8083fff62f12295172d4dd62ec5c16812e9492834c00a113e2f1764e6 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:05:04 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 18:05:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 18:05:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:05:04 d4b7953e252a: Preparing 18:05:04 584e252735af: Preparing 18:05:04 0497e2a412d1: Preparing 18:05:04 31459c77978b: Preparing 18:05:04 e9863d6e300c: Preparing 18:05:04 32f366d666a5: Preparing 18:05:04 32f366d666a5: Waiting 18:05:04 584e252735af: Layer already exists 18:05:04 e9863d6e300c: Layer already exists 18:05:04 d4b7953e252a: Layer already exists 18:05:04 0497e2a412d1: Layer already exists 18:05:04 31459c77978b: Layer already exists 18:05:04 32f366d666a5: Layer already exists 18:05:04 master: digest: sha256:a78521b8083fff62f12295172d4dd62ec5c16812e9492834c00a113e2f1764e6 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:05:05 ===================================================== 18:05:05 Removing intermediate container 9ed17d99b9b2 18:05:05 ---> e5fd3b49b123 18:05:05 Step 6/21 : COPY go.mod . [Pipeline] echo 18:05:05 taggedImages: 18:05:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.195 18:05:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 18:05:05 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 18:05:05 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:05 2.0.0-dev.195 18:05:05 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:05 master 18:05:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:05:05 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:05:05 Collecting cached-property<2,>=1.2.0 18:05:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:05:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:05:05 b7a045b385e8: Preparing 18:05:05 ec4c03bde4d5: Preparing 18:05:05 5ff09348039d: Preparing 18:05:05 544f3345f540: Preparing 18:05:05 2398d370d8fc: Preparing 18:05:05 eec3ac52c940: Preparing 18:05:05 86243005d848: Preparing 18:05:05 af892a810f9b: Preparing 18:05:05 32f366d666a5: Preparing 18:05:05 eec3ac52c940: Waiting 18:05:05 86243005d848: Waiting 18:05:05 af892a810f9b: Waiting 18:05:05 32f366d666a5: Waiting 18:05:05 ---> 2ff9fd624e5f 18:05:05 Step 7/21 : RUN go mod download 18:05:06 ec4c03bde4d5: Pushed 18:05:06 b7a045b385e8: Pushed 18:05:06 2398d370d8fc: Pushed 18:05:06 eec3ac52c940: Pushed 18:05:06 86243005d848: Pushed 18:05:06 ---> Running in 1de84c624d7f 18:05:06 Collecting docopt<0.7,>=0.6.1 18:05:06 Downloading docopt-0.6.2.tar.gz (25 kB) 18:05:06 32f366d666a5: Layer already exists 18:05:06 af892a810f9b: Pushed 18:05:06 544f3345f540: Pushed 18:05:06 5ff09348039d: Pushed 18:05:07 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:d402637d04ba503859eaca5ac87d074b4d7bcf7ccbcbb96dff461f5f41a9a2a8 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:05:07 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.195 18:05:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:05:07 b7a045b385e8: Preparing 18:05:07 ec4c03bde4d5: Preparing 18:05:07 5ff09348039d: Preparing 18:05:07 544f3345f540: Preparing 18:05:07 2398d370d8fc: Preparing 18:05:07 eec3ac52c940: Preparing 18:05:07 86243005d848: Preparing 18:05:07 af892a810f9b: Preparing 18:05:07 32f366d666a5: Preparing 18:05:07 eec3ac52c940: Waiting 18:05:07 86243005d848: Waiting 18:05:07 af892a810f9b: Waiting 18:05:07 32f366d666a5: Waiting 18:05:07 b7a045b385e8: Layer already exists 18:05:07 2398d370d8fc: Layer already exists 18:05:07 5ff09348039d: Layer already exists 18:05:07 ec4c03bde4d5: Layer already exists 18:05:07 544f3345f540: Layer already exists 18:05:07 86243005d848: Layer already exists 18:05:07 af892a810f9b: Layer already exists 18:05:07 32f366d666a5: Layer already exists 18:05:07 eec3ac52c940: Layer already exists 18:05:07 2.0.0-dev.195: digest: sha256:d402637d04ba503859eaca5ac87d074b4d7bcf7ccbcbb96dff461f5f41a9a2a8 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:05:07 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:05:08 b7a045b385e8: Preparing 18:05:08 ec4c03bde4d5: Preparing 18:05:08 5ff09348039d: Preparing 18:05:08 544f3345f540: Preparing 18:05:08 2398d370d8fc: Preparing 18:05:08 eec3ac52c940: Preparing 18:05:08 86243005d848: Preparing 18:05:08 af892a810f9b: Preparing 18:05:08 32f366d666a5: Preparing 18:05:08 af892a810f9b: Waiting 18:05:08 eec3ac52c940: Waiting 18:05:08 32f366d666a5: Waiting 18:05:08 86243005d848: Waiting 18:05:08 b7a045b385e8: Layer already exists 18:05:08 2398d370d8fc: Layer already exists 18:05:08 544f3345f540: Layer already exists 18:05:08 ec4c03bde4d5: Layer already exists 18:05:08 5ff09348039d: Layer already exists 18:05:08 86243005d848: Layer already exists 18:05:08 eec3ac52c940: Layer already exists 18:05:08 32f366d666a5: Layer already exists 18:05:08 af892a810f9b: Layer already exists 18:05:08 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:d402637d04ba503859eaca5ac87d074b4d7bcf7ccbcbb96dff461f5f41a9a2a8 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:05:08 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 18:05:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 18:05:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:05:08 b7a045b385e8: Preparing 18:05:08 ec4c03bde4d5: Preparing 18:05:08 5ff09348039d: Preparing 18:05:08 544f3345f540: Preparing 18:05:08 2398d370d8fc: Preparing 18:05:08 eec3ac52c940: Preparing 18:05:08 86243005d848: Preparing 18:05:08 af892a810f9b: Preparing 18:05:08 32f366d666a5: Preparing 18:05:08 86243005d848: Waiting 18:05:08 af892a810f9b: Waiting 18:05:08 32f366d666a5: Waiting 18:05:08 eec3ac52c940: Waiting 18:05:08 5ff09348039d: Layer already exists 18:05:08 544f3345f540: Layer already exists 18:05:08 b7a045b385e8: Layer already exists 18:05:08 2398d370d8fc: Layer already exists 18:05:08 ec4c03bde4d5: Layer already exists 18:05:08 eec3ac52c940: Layer already exists 18:05:08 86243005d848: Layer already exists 18:05:08 32f366d666a5: Layer already exists 18:05:08 af892a810f9b: Layer already exists 18:05:08 master: digest: sha256:d402637d04ba503859eaca5ac87d074b4d7bcf7ccbcbb96dff461f5f41a9a2a8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:05:08 ===================================================== [Pipeline] echo 18:05:08 taggedImages: 18:05:08 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:08 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.195 18:05:08 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:08 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 18:05:08 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 18:05:08 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:08 2.0.0-dev.195 18:05:08 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:08 master 18:05:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:05:09 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:05:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:05:09 03f378d3a6fd: Preparing 18:05:09 b59234330a15: Preparing 18:05:09 7455db53e157: Preparing 18:05:09 f146eb5223ec: Preparing 18:05:09 32f366d666a5: Preparing 18:05:09 7455db53e157: Layer already exists 18:05:09 32f366d666a5: Layer already exists 18:05:09 03f378d3a6fd: Pushed 18:05:09 Collecting websocket-client<1.0,>=0.32.0 18:05:09 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:05:09 f146eb5223ec: Pushed 18:05:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:05:10 Removing intermediate container 1de84c624d7f 18:05:10 ---> 09b7cca24050 18:05:10 Step 8/21 : COPY . . 18:05:10 Collecting jsonschema<3,>=2.5.1 18:05:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:05:10 b59234330a15: Pushed 18:05:10 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:9fcb19ca38794dc85101831ea905820665723e863423698088a78703c664279c size: 1364 [Pipeline] isUnix [Pipeline] sh 18:05:11 Collecting docker-pycreds>=0.4.0 18:05:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:05:11 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.195 18:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:05:11 03f378d3a6fd: Preparing 18:05:11 b59234330a15: Preparing 18:05:11 7455db53e157: Preparing 18:05:11 f146eb5223ec: Preparing 18:05:11 32f366d666a5: Preparing 18:05:11 03f378d3a6fd: Layer already exists 18:05:11 b59234330a15: Layer already exists 18:05:11 32f366d666a5: Layer already exists 18:05:11 7455db53e157: Layer already exists 18:05:11 f146eb5223ec: Layer already exists 18:05:11 2.0.0-dev.195: digest: sha256:9fcb19ca38794dc85101831ea905820665723e863423698088a78703c664279c size: 1364 [Pipeline] isUnix [Pipeline] sh 18:05:11 Collecting idna<2.8,>=2.5 18:05:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:05: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) 18:05: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) 18:05:11 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:05:12 03f378d3a6fd: Preparing 18:05:12 b59234330a15: Preparing 18:05:12 7455db53e157: Preparing 18:05:12 f146eb5223ec: Preparing 18:05:12 32f366d666a5: Preparing 18:05:12 f146eb5223ec: Layer already exists 18:05:12 03f378d3a6fd: Layer already exists 18:05:12 32f366d666a5: Layer already exists 18:05:12 7455db53e157: Layer already exists 18:05:12 b59234330a15: Layer already exists 18:05:12 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:9fcb19ca38794dc85101831ea905820665723e863423698088a78703c664279c size: 1364 [Pipeline] isUnix [Pipeline] sh 18:05:12 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 18:05:12 Collecting urllib3<1.25,>=1.21.1 18:05:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:05:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:05:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:05:12 ---> c9c6ac0af816 18:05:12 Step 3/24 : WORKDIR /edgex-go 18:05:12 ---> Using cache 18:05:12 ---> 3be2c375baf8 18:05:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:12 ---> Using cache 18:05:12 ---> 143caf258b50 18:05:12 Step 5/24 : RUN apk add --update --no-cache make git 18:05:12 ---> Using cache 18:05:12 ---> e5fd3b49b123 18:05:12 Step 6/24 : COPY go.mod . 18:05:12 ---> Using cache 18:05:12 ---> 2ff9fd624e5f 18:05:12 Step 7/24 : RUN go mod download 18:05:12 ---> Using cache 18:05:12 ---> 09b7cca24050 18:05:12 Step 8/24 : COPY . . 18:05:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 18:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:05:12 03f378d3a6fd: Preparing 18:05:12 b59234330a15: Preparing 18:05:12 7455db53e157: Preparing 18:05:12 f146eb5223ec: Preparing 18:05:12 32f366d666a5: Preparing 18:05:12 7455db53e157: Layer already exists 18:05:12 f146eb5223ec: Layer already exists 18:05:12 03f378d3a6fd: Layer already exists 18:05:12 b59234330a15: Layer already exists 18:05:12 32f366d666a5: Layer already exists 18:05:12 master: digest: sha256:9fcb19ca38794dc85101831ea905820665723e863423698088a78703c664279c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:05:12 ===================================================== [Pipeline] echo 18:05:12 taggedImages: 18:05:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.195 18:05:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:12 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 18:05:12 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 18:05:12 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:12 2.0.0-dev.195 18:05:12 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:12 master 18:05:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:05:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:05:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:05:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:05:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:05:13 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:05:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:05:13 6d421c3a3031: Preparing 18:05:13 e6189be70e71: Preparing 18:05:13 7455db53e157: Preparing 18:05:13 3c4c4e138dad: Preparing 18:05:13 32f366d666a5: Preparing 18:05:13 32f366d666a5: Layer already exists 18:05:13 3c4c4e138dad: Layer already exists 18:05:13 7455db53e157: Layer already exists 18:05:13 6d421c3a3031: Pushed 18:05:14 e6189be70e71: Pushed 18:05:14 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, PyYAML, dockerpty, texttable, cached-property, docopt, jsonschema, docker-compose 18:05:14 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:2e60a45c6e387210d586887901e24baa85bc1c8362747b3efad04cf396e8cf58 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:05:14 Attempting uninstall: idna 18:05:14 Found existing installation: idna 2.9 18:05:14 Uninstalling idna-2.9: 18:05:14 Successfully uninstalled idna-2.9 18:05:14 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.195 18:05:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:05:15 6d421c3a3031: Preparing 18:05:15 e6189be70e71: Preparing 18:05:15 7455db53e157: Preparing 18:05:15 3c4c4e138dad: Preparing 18:05:15 32f366d666a5: Preparing 18:05:15 6d421c3a3031: Layer already exists 18:05:15 7455db53e157: Layer already exists 18:05:15 e6189be70e71: Layer already exists 18:05:15 3c4c4e138dad: Layer already exists 18:05:15 32f366d666a5: Layer already exists 18:05:15 2.0.0-dev.195: digest: sha256:2e60a45c6e387210d586887901e24baa85bc1c8362747b3efad04cf396e8cf58 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:05:15 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:15 Attempting uninstall: urllib3 18:05:15 Found existing installation: urllib3 1.25.9 18:05:15 Uninstalling urllib3-1.25.9: 18:05:15 Successfully uninstalled urllib3-1.25.9 18:05:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:05:15 6d421c3a3031: Preparing 18:05:15 e6189be70e71: Preparing 18:05:15 7455db53e157: Preparing 18:05:15 3c4c4e138dad: Preparing 18:05:15 32f366d666a5: Preparing 18:05:15 3c4c4e138dad: Layer already exists 18:05:15 7455db53e157: Layer already exists 18:05:15 6d421c3a3031: Layer already exists 18:05:15 32f366d666a5: Layer already exists 18:05:15 e6189be70e71: Layer already exists 18:05:15 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:2e60a45c6e387210d586887901e24baa85bc1c8362747b3efad04cf396e8cf58 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:05:16 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 18:05:16 Attempting uninstall: requests 18:05:16 Found existing installation: requests 2.23.0 18:05:16 Uninstalling requests-2.23.0: 18:05:16 Successfully uninstalled requests-2.23.0 18:05:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 18:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:05:16 6d421c3a3031: Preparing 18:05:16 e6189be70e71: Preparing 18:05:16 7455db53e157: Preparing 18:05:16 3c4c4e138dad: Preparing 18:05:16 32f366d666a5: Preparing 18:05:16 32f366d666a5: Layer already exists 18:05:16 3c4c4e138dad: Layer already exists 18:05:16 6d421c3a3031: Layer already exists 18:05:16 7455db53e157: Layer already exists 18:05:16 e6189be70e71: Layer already exists 18:05:16 master: digest: sha256:2e60a45c6e387210d586887901e24baa85bc1c8362747b3efad04cf396e8cf58 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:05:16 ===================================================== [Pipeline] echo 18:05:16 taggedImages: 18:05:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.195 18:05:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 18:05:16 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 18:05:16 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:16 2.0.0-dev.195 18:05:16 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:16 master 18:05:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:05:16 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:05:17 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:05:17 9ee2d6a1513a: Preparing 18:05:17 4b848cf4dbd8: Preparing 18:05:17 300b7eb3a18c: Preparing 18:05:17 f01ee6e75650: Preparing 18:05:17 0754057c0ad3: Preparing 18:05:17 998cdf262ab1: Preparing 18:05:17 02e56110abd2: Preparing 18:05:17 abc36efb885a: Preparing 18:05:17 b0b09059f4e1: Preparing 18:05:17 bb961f40224b: Preparing 18:05:17 f4666769fca7: Preparing 18:05:17 998cdf262ab1: Waiting 18:05:17 02e56110abd2: Waiting 18:05:17 abc36efb885a: Waiting 18:05:17 b0b09059f4e1: Waiting 18:05:17 bb961f40224b: Waiting 18:05:17 f4666769fca7: Waiting 18:05:17 0754057c0ad3: Layer already exists 18:05:17 998cdf262ab1: Layer already exists 18:05:17 02e56110abd2: Layer already exists 18:05:17 4b848cf4dbd8: Pushed 18:05:17 abc36efb885a: Layer already exists 18:05:17 b0b09059f4e1: Layer already exists 18:05:17 bb961f40224b: Layer already exists 18:05:17 f4666769fca7: Layer already exists 18:05:17 9ee2d6a1513a: Pushed 18:05:17 Running setup.py install for PyYAML: started 18:05:18 300b7eb3a18c: Pushed 18:05:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:05:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:05:20 ---> c9c6ac0af816 18:05:20 Step 3/22 : WORKDIR /edgex-go 18:05:20 ---> Using cache 18:05:20 ---> 3be2c375baf8 18:05:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:20 ---> Using cache 18:05:20 ---> 143caf258b50 18:05:20 Step 5/22 : RUN apk add --update --no-cache make git 18:05:20 ---> Using cache 18:05:20 ---> e5fd3b49b123 18:05:20 Step 6/22 : COPY go.mod . 18:05:20 ---> Using cache 18:05:20 ---> 2ff9fd624e5f 18:05:20 Step 7/22 : RUN go mod download 18:05:20 ---> Using cache 18:05:20 ---> 09b7cca24050 18:05:20 Step 8/22 : COPY . . 18:05:20 Running setup.py install for PyYAML: finished with status 'done' 18:05:20 Running setup.py install for dockerpty: started 18:05:22 Running setup.py install for dockerpty: finished with status 'done' 18:05:22 Running setup.py install for texttable: started 18:05:24 Running setup.py install for texttable: finished with status 'done' 18:05:24 Running setup.py install for docopt: started 18:05:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:05:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:05:25 ---> c9c6ac0af816 18:05:25 Step 3/22 : WORKDIR /edgex-go 18:05:25 ---> Using cache 18:05:25 ---> 3be2c375baf8 18:05:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:25 ---> Using cache 18:05:25 ---> 143caf258b50 18:05:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:05:27 Running setup.py install for docopt: finished with status 'done' 18:05:28 f01ee6e75650: Pushed 18:05:28 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:6eb0fb5108a77dd2fef94167fae8f4c95a4d7dbfaee44c305dac08edf92f06c8 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:05:28 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:29 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.195 18:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:05:29 9ee2d6a1513a: Preparing 18:05:29 4b848cf4dbd8: Preparing 18:05:29 300b7eb3a18c: Preparing 18:05:29 f01ee6e75650: Preparing 18:05:29 0754057c0ad3: Preparing 18:05:29 998cdf262ab1: Preparing 18:05:29 02e56110abd2: Preparing 18:05:29 abc36efb885a: Preparing 18:05:29 b0b09059f4e1: Preparing 18:05:29 bb961f40224b: Preparing 18:05:29 f4666769fca7: Preparing 18:05:29 02e56110abd2: Waiting 18:05:29 abc36efb885a: Waiting 18:05:29 b0b09059f4e1: Waiting 18:05:29 bb961f40224b: Waiting 18:05:29 f4666769fca7: Waiting 18:05:29 998cdf262ab1: Waiting 18:05:29 4b848cf4dbd8: Layer already exists 18:05:29 9ee2d6a1513a: Layer already exists 18:05:29 300b7eb3a18c: Layer already exists 18:05:29 0754057c0ad3: Layer already exists 18:05:29 f01ee6e75650: Layer already exists 18:05:29 998cdf262ab1: Layer already exists 18:05:29 bb961f40224b: Layer already exists 18:05:29 abc36efb885a: Layer already exists 18:05:29 02e56110abd2: Layer already exists 18:05:29 b0b09059f4e1: Layer already exists 18:05:29 f4666769fca7: Layer already exists 18:05:29 2.0.0-dev.195: digest: sha256:6eb0fb5108a77dd2fef94167fae8f4c95a4d7dbfaee44c305dac08edf92f06c8 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:05:29 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:05:29 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:05:29 9ee2d6a1513a: Preparing 18:05:29 4b848cf4dbd8: Preparing 18:05:29 300b7eb3a18c: Preparing 18:05:29 f01ee6e75650: Preparing 18:05:29 0754057c0ad3: Preparing 18:05:29 998cdf262ab1: Preparing 18:05:29 02e56110abd2: Preparing 18:05:29 abc36efb885a: Preparing 18:05:29 b0b09059f4e1: Preparing 18:05:29 bb961f40224b: Preparing 18:05:29 f4666769fca7: Preparing 18:05:29 998cdf262ab1: Waiting 18:05:29 02e56110abd2: Waiting 18:05:29 abc36efb885a: Waiting 18:05:29 b0b09059f4e1: Waiting 18:05:29 bb961f40224b: Waiting 18:05:29 f4666769fca7: Waiting 18:05:29 f01ee6e75650: Layer already exists 18:05:29 4b848cf4dbd8: Layer already exists 18:05:29 300b7eb3a18c: Layer already exists 18:05:29 9ee2d6a1513a: Layer already exists 18:05:29 0754057c0ad3: Layer already exists 18:05:29 02e56110abd2: Layer already exists 18:05:29 998cdf262ab1: Layer already exists 18:05:29 abc36efb885a: Layer already exists 18:05:29 bb961f40224b: Layer already exists 18:05:29 f4666769fca7: Layer already exists 18:05:29 b0b09059f4e1: Layer already exists 18:05:29 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:6eb0fb5108a77dd2fef94167fae8f4c95a4d7dbfaee44c305dac08edf92f06c8 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:05:29 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 18:05:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 18:05:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:05:30 9ee2d6a1513a: Preparing 18:05:30 4b848cf4dbd8: Preparing 18:05:30 300b7eb3a18c: Preparing 18:05:30 f01ee6e75650: Preparing 18:05:30 0754057c0ad3: Preparing 18:05:30 998cdf262ab1: Preparing 18:05:30 02e56110abd2: Preparing 18:05:30 abc36efb885a: Preparing 18:05:30 b0b09059f4e1: Preparing 18:05:30 bb961f40224b: Preparing 18:05:30 f4666769fca7: Preparing 18:05:30 998cdf262ab1: Waiting 18:05:30 b0b09059f4e1: Waiting 18:05:30 02e56110abd2: Waiting 18:05:30 abc36efb885a: Waiting 18:05:30 bb961f40224b: Waiting 18:05:30 f4666769fca7: Waiting 18:05:30 300b7eb3a18c: Layer already exists 18:05:30 4b848cf4dbd8: Layer already exists 18:05:30 9ee2d6a1513a: Layer already exists 18:05:30 f01ee6e75650: Layer already exists 18:05:30 0754057c0ad3: Layer already exists 18:05:30 02e56110abd2: Layer already exists 18:05:30 998cdf262ab1: Layer already exists 18:05:30 bb961f40224b: Layer already exists 18:05:30 abc36efb885a: Layer already exists 18:05:30 b0b09059f4e1: Layer already exists 18:05:30 f4666769fca7: Layer already exists 18:05:30 master: digest: sha256:6eb0fb5108a77dd2fef94167fae8f4c95a4d7dbfaee44c305dac08edf92f06c8 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:05:30 ===================================================== [Pipeline] echo 18:05:30 taggedImages: 18:05:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:05:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.195 18:05:30 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:05:30 - 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] } 18:05: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.58.0 18:05:32 ---> Running in be34159f8fa7 18:05:32 ---> 91e02df983a0 18:05:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:05:33 ---> Running in 0116457ea539 18:05:33 ---> 4a986d7aee4a 18:05:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:05:33 ---> ef29690d1d67 18:05:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:05:33 ---> Running in 87f9849177d8 18:05:33 ---> Running in a8549a2104d5 18:05:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:05:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:05:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:05:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:05:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:05:36 OK: 218 MiB in 52 packages 18:05:39 Removing intermediate container be34159f8fa7 18:05:39 ---> a4c43d8acf31 18:05:39 Step 6/22 : COPY go.mod . 18:05:41 ---> f506a0a9be70 18:05:41 Step 7/22 : RUN go mod download 18:05:41 ---> Running in 4f47d795b2dc 18:05:46 Removing intermediate container 4f47d795b2dc 18:05:46 ---> 118da129bcef 18:05:46 Step 8/22 : COPY . . 18:05:47 Removing intermediate container fe71bfd67937 18:05:47 ---> 71777bd0da16 18:05:47 Step 14/23 : ENV APP_PORT=48090 18:05:47 ---> Running in f4969f0b5668 18:05:48 Removing intermediate container f4969f0b5668 18:05:48 ---> c5d1feca3283 18:05:48 Step 15/23 : EXPOSE $APP_PORT 18:05:49 ---> Running in 60e70f359161 18:05:50 Removing intermediate container 60e70f359161 18:05:50 ---> 9b54cbc9a85e 18:05:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:05:53 ---> d581ba0788c5 18:05:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:05:54 ---> d5044d7969d8 18:05:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:05:57 ---> 8fc94d812d94 18:05:57 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:05:57 ---> Running in 9c3ffdfb44c3 18:05:59 Removing intermediate container 9c3ffdfb44c3 18:05:59 ---> f3c0fca0bf55 18:05:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:59 ---> Running in b0371b24a8ac 18:06:00 Removing intermediate container b0371b24a8ac 18:06:00 ---> b0302afd1d80 18:06:00 Step 21/23 : LABEL arch=arm64 18:06:00 ---> Running in fb2a54cb6107 18:06:01 Removing intermediate container fb2a54cb6107 18:06:01 ---> 7225cfe58bba 18:06:01 Step 22/23 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:06:01 ---> Running in 8ff827ff0144 18:06:02 ---> f27642380ea4 18:06:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:06:02 ---> Running in 527fef35a4fc 18:06:02 Removing intermediate container 8ff827ff0144 18:06:02 ---> 083ff4acdce6 18:06:02 Step 23/23 : LABEL version=2.0.0-dev.195 18:06:02 ---> Running in d4e26b4d2f26 18:06:03 Removing intermediate container d4e26b4d2f26 18:06:03 ---> 4b92c77eaeb0 18:06:03 18:06:04 Successfully built 4b92c77eaeb0 18:06:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:06:04  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:07:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/secrets-config ./cmd/secrets-config 18:07:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.195" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:07:16 Removing intermediate container 87f9849177d8 18:07:16 ---> 143aac968505 18:07:16 18:07:16 Step 10/24 : FROM alpine:3.12 18:07:16 ---> 9852663dfa18 18:07:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:07:16 ---> Running in 7775142f63c7 18:07:16 Removing intermediate container 0116457ea539 18:07:16 ---> e3e219f1a559 18:07:16 18:07:16 Step 10/21 : FROM alpine:3.12 18:07:16 ---> 9852663dfa18 18:07:16 Step 11/21 : RUN apk add --update --no-cache curl 18:07:16 ---> Running in 0aa81b1cc144 18:07:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:18 (1/6) Installing ca-certificates (20191127-r4) 18:07:18 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:07:18 (3/6) Installing libcurl (7.76.1-r0) 18:07:18 (4/6) Installing curl (7.76.1-r0) 18:07:18 (5/6) Installing dumb-init (1.2.2-r1) 18:07:18 (6/6) Installing su-exec (0.2-r1) 18:07:18 Executing busybox-1.31.1-r20.trigger 18:07:18 Executing ca-certificates-20191127-r4.trigger 18:07:19 (1/4) Installing ca-certificates (20191127-r4) 18:07:19 OK: 7 MiB in 20 packages 18:07:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:07:19 (3/4) Installing libcurl (7.76.1-r0) 18:07:19 (4/4) Installing curl (7.76.1-r0) 18:07:19 Executing busybox-1.31.1-r20.trigger 18:07:19 Executing ca-certificates-20191127-r4.trigger 18:07:19 OK: 7 MiB in 18 packages 18:07:22 Removing intermediate container a8549a2104d5 18:07:22 ---> 639b036a65bc 18:07:22 18:07:22 Step 10/22 : FROM alpine:3.12 18:07:22 ---> 9852663dfa18 18:07:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:07:22 ---> Using cache 18:07:22 ---> e4569df39fd6 18:07:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:07:22 ---> Using cache 18:07:22 ---> 239b6eb2a9e8 18:07:22 Step 13/22 : ENV APP_PORT=48085 18:07:22 Removing intermediate container 7775142f63c7 18:07:22 ---> Running in 910978d0f2eb 18:07:22 ---> d31c53ac4763 18:07:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:07:22 ---> Running in d1fcbce9acd6 18:07:23 Removing intermediate container 0aa81b1cc144 18:07:23 ---> fefc393c146a 18:07:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:07:23 Removing intermediate container 910978d0f2eb 18:07:23 ---> 2cc7897c8439 18:07:23 Step 14/22 : EXPOSE $APP_PORT 18:07:23 ---> Running in 9faede2b96ca 18:07:23 Removing intermediate container d1fcbce9acd6 18:07:23 ---> b67827ef981f 18:07:23 Step 13/24 : WORKDIR / 18:07:23 ---> Running in 31dbe1368814 18:07:24 ---> Running in fc3bd9b6c301 18:07:24 Removing intermediate container 9faede2b96ca 18:07:24 ---> fb865e7624f5 18:07:24 Step 13/21 : WORKDIR /edgex 18:07:24 Removing intermediate container 31dbe1368814 18:07:24 ---> 4a18ecc9f867 18:07:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:24 ---> Running in 1cdbb6b4110a 18:07:24 Removing intermediate container fc3bd9b6c301 18:07:24 ---> 850574540f6c 18:07:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:07:25 Removing intermediate container 1cdbb6b4110a 18:07:25 ---> 11c1ecfa5c33 18:07:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:07:25 ---> a9c713e2ce16 18:07:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:07:25 ---> d70da94aca7e 18:07:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:07:26 ---> fa01fc90bacf 18:07:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:07:27 ---> 63eefa1ddbf0 18:07:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:07:27 ---> e1d7b1b13f9f 18:07:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:07:28 ---> 8b551a6a669b 18:07:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:07:28 ---> 5b32006b01a1 18:07:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:07:28 ---> 5ce6f62c30e2 18:07:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:07:29 ---> Running in 4241154ba93a 18:07:29 ---> 3b7ef7f14d29 18:07:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:07:29 ---> 0a50ee4f7008 18:07:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:07:29 ---> Running in 9758edf46819 18:07:29 Removing intermediate container 4241154ba93a 18:07:29 ---> a6a48d9b889f 18:07:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:30 ---> Running in 17ecf9e26f87 18:07:30 Removing intermediate container 9758edf46819 18:07:30 ---> 2c1ebd665ed9 18:07:30 Step 18/21 : CMD ["--init=true"] 18:07:30 Removing intermediate container 17ecf9e26f87 18:07:30 ---> 9e39161d3c4c 18:07:30 Step 20/22 : LABEL arch=arm64 18:07:31 ---> Running in 6cc34f530ad8 18:07:31 ---> Running in ca1b11ea047a 18:07:31 ---> ee86d72d29f6 18:07:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:07:32 Removing intermediate container 6cc34f530ad8 18:07:32 ---> ca7250ec4d6a 18:07:32 Step 19/21 : LABEL arch=arm64 18:07:32 Removing intermediate container ca1b11ea047a 18:07:32 ---> e51ab7db3b8e 18:07:32 Step 21/22 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:07:32 ---> Running in ce5363890f43 18:07:32 ---> Running in c8fc5d1447fe 18:07:32 Removing intermediate container 527fef35a4fc 18:07:32 ---> 755d335d0af6 18:07:32 18:07:32 Step 10/22 : FROM alpine:3.12 18:07:32 ---> 9852663dfa18 18:07:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:07:32 ---> 41fff8299193 18:07:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:07:33 ---> Running in e64ea97d4ba1 18:07:33 ---> Running in d444cbb49a00 18:07:33 Removing intermediate container ce5363890f43 18:07:33 ---> 3acb23803a25 18:07:33 Step 20/21 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:07:33 Removing intermediate container c8fc5d1447fe 18:07:33 ---> 94460e7b1fe5 18:07:33 Step 22/22 : LABEL version=2.0.0-dev.195 18:07:33 ---> Running in c62b42f94b33 18:07:33 ---> Running in c41ac053e277 18:07:33 Removing intermediate container c62b42f94b33 18:07:33 ---> 4045485fe0b0 18:07:33 Step 21/21 : LABEL version=2.0.0-dev.195 18:07:34 Removing intermediate container c41ac053e277 18:07:34 ---> 991dc19cf2ed 18:07:34 18:07:34 ---> Running in 49e28b5add4b 18:07:34 Successfully built 991dc19cf2ed 18:07:34 Successfully tagged docker-support-scheduler-go-arm64:latest 18:07:34  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:34 Removing intermediate container 49e28b5add4b 18:07:34 ---> 7eee9b77c929 18:07:34 18:07:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:35 Successfully built 7eee9b77c929 18:07:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:07:35  Building docker-security-proxy-setup-go ... done (1/2) Installing ca-certificates (20191127-r4) 18:07:35 (2/2) Installing dumb-init (1.2.2-r1) 18:07:35 Executing busybox-1.31.1-r20.trigger 18:07:35 Executing ca-certificates-20191127-r4.trigger 18:07:35 OK: 6 MiB in 16 packages 18:07:35 Removing intermediate container d444cbb49a00 18:07:35 ---> fa407046423b 18:07:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:07:36 ---> Running in e59e7cc34f8b 18:07:36 Removing intermediate container e59e7cc34f8b 18:07:36 ---> 6d0037fd507a 18:07:36 Step 22/24 : LABEL arch=arm64 18:07:37 ---> Running in 741e2b5b07ab 18:07:37 Removing intermediate container e64ea97d4ba1 18:07:37 ---> e9706e14acb7 18:07:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:07:37 ---> Running in 2a73224fcbe9 18:07:37 Removing intermediate container 741e2b5b07ab 18:07:37 ---> dca5ebece19b 18:07:37 Step 23/24 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:07:37 ---> Running in 43c42b52eb94 18:07:37 Removing intermediate container 2a73224fcbe9 18:07:37 ---> b97f5f3a6f69 18:07:37 Step 13/22 : ENV APP_PORT=48060 18:07:38 ---> Running in 2d4a9e1cb16b 18:07:38 Removing intermediate container 43c42b52eb94 18:07:38 ---> c94f427f8511 18:07:38 Step 24/24 : LABEL version=2.0.0-dev.195 18:07:38 ---> Running in 9047e420afcc 18:07:38 Removing intermediate container 2d4a9e1cb16b 18:07:38 ---> 5f899e164d6d 18:07:38 Step 14/22 : EXPOSE $APP_PORT 18:07:38 ---> Running in 014ea35cd922 18:07:38 Removing intermediate container 9047e420afcc 18:07:38 ---> 07a8fdcc8b16 18:07:38 18:07:38 Successfully built 07a8fdcc8b16 18:07:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:07:39  Building docker-security-secretstore-setup-go ... done Removing intermediate container 014ea35cd922 18:07:39 ---> e47677e4acbc 18:07:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:39 ---> c66e5f3c344f 18:07:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:07:41 ---> df1fca8baff9 18:07:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:07:41 ---> 0a9ba3e6a9c6 18:07:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:07:41 ---> Running in 4b23052d544d 18:07:42 Removing intermediate container 4b23052d544d 18:07:42 ---> 5a8c094963b7 18:07:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:42 ---> Running in bbfc4ea76291 18:07:43 Removing intermediate container bbfc4ea76291 18:07:43 ---> d4cb266296a8 18:07:43 Step 20/22 : LABEL arch=arm64 18:07:43 ---> Running in 0877f1d670e6 18:07:43 Removing intermediate container 0877f1d670e6 18:07:43 ---> ee67fa535bdb 18:07:43 Step 21/22 : LABEL git_sha=576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:07:43 ---> Running in 9a43bf25e58c 18:07:44 Removing intermediate container 9a43bf25e58c 18:07:44 ---> c3bab89f2872 18:07:44 Step 22/22 : LABEL version=2.0.0-dev.195 18:07:44 ---> Running in 716f23ad25ef 18:07:44 Removing intermediate container 716f23ad25ef 18:07:44 ---> 199466ef388a 18:07:44 18:07:45 Successfully built 199466ef388a 18:07:45 Successfully tagged docker-support-notifications-go-arm64:latest 18:07:45  Building docker-support-notifications-go ... done  [Pipeline] } 18:07:45 $ docker stop --time=1 cec6d2e1bfcf0ca765d16fe7a8c5913c9f74e60b2da965a202079fc50ccea8c1 18:07:47 $ docker rm -f cec6d2e1bfcf0ca765d16fe7a8c5913c9f74e60b2da965a202079fc50ccea8c1 [Pipeline] // withDockerContainer [Pipeline] sh 18:07:47 + docker+ imagesgrep docker 18:07:47 18:07:48 docker-support-notifications-go-arm64 latest 199466ef388a 4 seconds ago 16.6MB 18:07:48 docker-security-secretstore-setup-go-arm64 latest 07a8fdcc8b16 10 seconds ago 24.1MB 18:07:48 docker-security-proxy-setup-go-arm64 latest 7eee9b77c929 14 seconds ago 23.9MB 18:07:48 docker-support-scheduler-go-arm64 latest 991dc19cf2ed 15 seconds ago 16.1MB 18:07:48 docker-sys-mgmt-agent-go-arm64 latest 4b92c77eaeb0 About a minute ago 299MB 18:07:48 docker-core-data-go-arm64 latest d9937393f5e7 2 minutes ago 20.3MB 18:07:48 docker-security-bootstrapper-go-arm64 latest 38ee59b78ba9 2 minutes ago 17.1MB 18:07:48 docker-core-metadata-go-arm64 latest 587f793ce712 3 minutes ago 17.4MB 18:07:48 docker-core-command-go-arm64 latest bd97843514de 3 minutes ago 16.1MB 18:07:48 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:07:48 provisioning config files... 18:07:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/463@tmp/config2757499019155026535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:07:48 ---> docker-login.sh 18:07:48 nexus3.edgexfoundry.org:10001 18:07:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:49 Configure a credential helper to remove this warning. See 18:07:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:49 18:07:49 Login Succeeded 18:07:49 nexus3.edgexfoundry.org:10002 18:07:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:49 Configure a credential helper to remove this warning. See 18:07:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:49 18:07:49 Login Succeeded 18:07:49 nexus3.edgexfoundry.org:10003 18:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:50 Configure a credential helper to remove this warning. See 18:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:50 18:07:50 Login Succeeded 18:07:50 nexus3.edgexfoundry.org:10004 18:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:50 Configure a credential helper to remove this warning. See 18:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:50 18:07:50 Login Succeeded 18:07:50 docker.io 18:07:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:52 Configure a credential helper to remove this warning. See 18:07:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:52 18:07:52 Login Succeeded 18:07:52 ---> docker-login.sh ends [Pipeline] } 18:07:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:07:52 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 18:07:52 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:07:52 2.0.0-dev.195 18:07:52 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:07:52 master 18:07:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:07:53 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:07:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:07:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:07:53 3145ac3d4cf6: Preparing 18:07:53 8c9fb551e80f: Preparing 18:07:53 ddfa373da5ac: Preparing 18:07:53 36fc857d532e: Preparing 18:07:53 3fbe34a1663b: Preparing 18:07:53 3fbe34a1663b: Layer already exists 18:07:53 36fc857d532e: Pushed 18:07:53 ddfa373da5ac: Pushed 18:07:53 3145ac3d4cf6: Pushed 18:07:56 8c9fb551e80f: Pushed 18:07:56 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:e549f7b78257947f45ce98b66df7a7cdba12109b75e6dd92cd5609460ba90ace size: 1363 [Pipeline] isUnix [Pipeline] sh 18:07:56 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:07:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.195 18:07:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:07:57 3145ac3d4cf6: Preparing 18:07:57 8c9fb551e80f: Preparing 18:07:57 ddfa373da5ac: Preparing 18:07:57 36fc857d532e: Preparing 18:07:57 3fbe34a1663b: Preparing 18:07:57 ddfa373da5ac: Layer already exists 18:07:57 36fc857d532e: Layer already exists 18:07:57 3fbe34a1663b: Layer already exists 18:07:57 3145ac3d4cf6: Layer already exists 18:07:57 8c9fb551e80f: Layer already exists 18:07:57 2.0.0-dev.195: digest: sha256:e549f7b78257947f45ce98b66df7a7cdba12109b75e6dd92cd5609460ba90ace size: 1363 [Pipeline] isUnix [Pipeline] sh 18:07:57 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:07:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:07:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:07:58 3145ac3d4cf6: Preparing 18:07:58 8c9fb551e80f: Preparing 18:07:58 ddfa373da5ac: Preparing 18:07:58 36fc857d532e: Preparing 18:07:58 3fbe34a1663b: Preparing 18:07:58 3fbe34a1663b: Layer already exists 18:07:58 ddfa373da5ac: Layer already exists 18:07:58 36fc857d532e: Layer already exists 18:07:58 8c9fb551e80f: Layer already exists 18:07:58 3145ac3d4cf6: Layer already exists 18:07:58 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:e549f7b78257947f45ce98b66df7a7cdba12109b75e6dd92cd5609460ba90ace size: 1363 [Pipeline] isUnix [Pipeline] sh 18:07:58 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:07:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 18:07:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:07:59 3145ac3d4cf6: Preparing 18:07:59 8c9fb551e80f: Preparing 18:07:59 ddfa373da5ac: Preparing 18:07:59 36fc857d532e: Preparing 18:07:59 3fbe34a1663b: Preparing 18:07:59 36fc857d532e: Layer already exists 18:07:59 8c9fb551e80f: Layer already exists 18:07:59 3145ac3d4cf6: Layer already exists 18:07:59 3fbe34a1663b: Layer already exists 18:07:59 ddfa373da5ac: Layer already exists 18:07:59 master: digest: sha256:e549f7b78257947f45ce98b66df7a7cdba12109b75e6dd92cd5609460ba90ace size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:07:59 ===================================================== [Pipeline] echo 18:07:59 taggedImages: 18:07:59 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:07:59 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.195 18:07:59 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:07:59 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 18:07:59 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 18:07:59 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:07:59 2.0.0-dev.195 18:07:59 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:07:59 master 18:07:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:07:59 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:08:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:08:00 467fcbf91f65: Preparing 18:08:00 eea88c0f1be6: Preparing 18:08:00 ddfa373da5ac: Preparing 18:08:00 91a5387b5869: Preparing 18:08:00 db0f5df70ae2: Preparing 18:08:00 3fbe34a1663b: Preparing 18:08:00 3fbe34a1663b: Waiting 18:08:00 ddfa373da5ac: Layer already exists 18:08:00 3fbe34a1663b: Layer already exists 18:08:00 db0f5df70ae2: Pushed 18:08:00 467fcbf91f65: Pushed 18:08:01 91a5387b5869: Pushed 18:08:03 eea88c0f1be6: Pushed 18:08:03 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:d4c6d60122dbbc47921fafb7c808c0bd98f1feb696602f7de1675b3cc5c8dd8d size: 1572 [Pipeline] isUnix [Pipeline] sh 18:08:04 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.195 18:08:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:08:04 467fcbf91f65: Preparing 18:08:04 eea88c0f1be6: Preparing 18:08:04 ddfa373da5ac: Preparing 18:08:04 91a5387b5869: Preparing 18:08:04 db0f5df70ae2: Preparing 18:08:04 3fbe34a1663b: Preparing 18:08:04 3fbe34a1663b: Waiting 18:08:04 467fcbf91f65: Layer already exists 18:08:04 eea88c0f1be6: Layer already exists 18:08:04 db0f5df70ae2: Layer already exists 18:08:04 ddfa373da5ac: Layer already exists 18:08:04 91a5387b5869: Layer already exists 18:08:04 3fbe34a1663b: Layer already exists 18:08:04 2.0.0-dev.195: digest: sha256:d4c6d60122dbbc47921fafb7c808c0bd98f1feb696602f7de1675b3cc5c8dd8d size: 1572 [Pipeline] isUnix [Pipeline] sh 18:08:05 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:08:05 467fcbf91f65: Preparing 18:08:05 eea88c0f1be6: Preparing 18:08:05 ddfa373da5ac: Preparing 18:08:05 91a5387b5869: Preparing 18:08:05 db0f5df70ae2: Preparing 18:08:05 3fbe34a1663b: Preparing 18:08:05 3fbe34a1663b: Waiting 18:08:05 db0f5df70ae2: Layer already exists 18:08:05 eea88c0f1be6: Layer already exists 18:08:05 467fcbf91f65: Layer already exists 18:08:05 91a5387b5869: Layer already exists 18:08:05 ddfa373da5ac: Layer already exists 18:08:05 3fbe34a1663b: Layer already exists 18:08:05 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:d4c6d60122dbbc47921fafb7c808c0bd98f1feb696602f7de1675b3cc5c8dd8d size: 1572 [Pipeline] isUnix [Pipeline] sh 18:08:06 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:08:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 18:08:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:08:06 467fcbf91f65: Preparing 18:08:06 eea88c0f1be6: Preparing 18:08:06 ddfa373da5ac: Preparing 18:08:06 91a5387b5869: Preparing 18:08:06 db0f5df70ae2: Preparing 18:08:06 3fbe34a1663b: Preparing 18:08:06 3fbe34a1663b: Waiting 18:08:06 91a5387b5869: Layer already exists 18:08:06 eea88c0f1be6: Layer already exists 18:08:06 467fcbf91f65: Layer already exists 18:08:06 ddfa373da5ac: Layer already exists 18:08:06 db0f5df70ae2: Layer already exists 18:08:06 3fbe34a1663b: Layer already exists 18:08:06 master: digest: sha256:d4c6d60122dbbc47921fafb7c808c0bd98f1feb696602f7de1675b3cc5c8dd8d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:08:06 ===================================================== [Pipeline] echo 18:08:06 taggedImages: 18:08:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.195 18:08:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:06 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 18:08:06 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 18:08:06 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:06 2.0.0-dev.195 18:08:06 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:06 master 18:08:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:07 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:08:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:08:07 4d67752ff28c: Preparing 18:08:07 1fab986442bc: Preparing 18:08:07 ddfa373da5ac: Preparing 18:08:07 36fc857d532e: Preparing 18:08:07 3fbe34a1663b: Preparing 18:08:07 3fbe34a1663b: Layer already exists 18:08:07 ddfa373da5ac: Layer already exists 18:08:07 36fc857d532e: Layer already exists 18:08:07 4d67752ff28c: Pushed 18:08:10 1fab986442bc: Pushed 18:08:10 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:5fb23680ff460826246bbb91fb540beb3cac89ccfeac289edbf20da3bb8c8ef3 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:08:10 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.195 18:08:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:08:11 4d67752ff28c: Preparing 18:08:11 1fab986442bc: Preparing 18:08:11 ddfa373da5ac: Preparing 18:08:11 36fc857d532e: Preparing 18:08:11 3fbe34a1663b: Preparing 18:08:11 4d67752ff28c: Layer already exists 18:08:11 3fbe34a1663b: Layer already exists 18:08:11 36fc857d532e: Layer already exists 18:08:11 ddfa373da5ac: Layer already exists 18:08:11 1fab986442bc: Layer already exists 18:08:11 2.0.0-dev.195: digest: sha256:5fb23680ff460826246bbb91fb540beb3cac89ccfeac289edbf20da3bb8c8ef3 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:08:11 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:08:12 4d67752ff28c: Preparing 18:08:12 1fab986442bc: Preparing 18:08:12 ddfa373da5ac: Preparing 18:08:12 36fc857d532e: Preparing 18:08:12 3fbe34a1663b: Preparing 18:08:12 3fbe34a1663b: Layer already exists 18:08:12 1fab986442bc: Layer already exists 18:08:12 36fc857d532e: Layer already exists 18:08:12 4d67752ff28c: Layer already exists 18:08:12 ddfa373da5ac: Layer already exists 18:08:12 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:5fb23680ff460826246bbb91fb540beb3cac89ccfeac289edbf20da3bb8c8ef3 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:08:12 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:08:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 18:08:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:08:13 4d67752ff28c: Preparing 18:08:13 1fab986442bc: Preparing 18:08:13 ddfa373da5ac: Preparing 18:08:13 36fc857d532e: Preparing 18:08:13 3fbe34a1663b: Preparing 18:08:13 4d67752ff28c: Layer already exists 18:08:13 1fab986442bc: Layer already exists 18:08:13 36fc857d532e: Layer already exists 18:08:13 ddfa373da5ac: Layer already exists 18:08:13 3fbe34a1663b: Layer already exists 18:08:13 master: digest: sha256:5fb23680ff460826246bbb91fb540beb3cac89ccfeac289edbf20da3bb8c8ef3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:08:13 ===================================================== [Pipeline] echo 18:08:13 taggedImages: 18:08:13 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:13 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.195 18:08:13 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:13 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 18:08:13 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 18:08:13 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:13 2.0.0-dev.195 18:08:13 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:13 master 18:08:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:13 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:08:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:08:14 cd82e4f26636: Preparing 18:08:14 cd82e4f26636: Preparing 18:08:14 b84e3db68850: Preparing 18:08:14 0b6e058e157b: Preparing 18:08:14 7b5cb4ca574b: Preparing 18:08:14 9861b7161f8d: Preparing 18:08:14 ddfa373da5ac: Preparing 18:08:14 33bbf1fe5f00: Preparing 18:08:14 33bbf1fe5f00: Preparing 18:08:14 3f6223536b63: Preparing 18:08:14 63ec472cf1ab: Preparing 18:08:14 3fbe34a1663b: Preparing 18:08:14 ddfa373da5ac: Waiting 18:08:14 3f6223536b63: Waiting 18:08:14 33bbf1fe5f00: Waiting 18:08:14 63ec472cf1ab: Waiting 18:08:14 3fbe34a1663b: Waiting 18:08:14 7b5cb4ca574b: Pushed 18:08:14 b84e3db68850: Pushed 18:08:14 cd82e4f26636: Pushed 18:08:14 0b6e058e157b: Pushed 18:08:14 ddfa373da5ac: Layer already exists 18:08:14 3fbe34a1663b: Layer already exists 18:08:14 33bbf1fe5f00: Pushed 18:08:14 3f6223536b63: Pushed 18:08:14 63ec472cf1ab: Pushed 18:08:17 9861b7161f8d: Pushed 18:08:17 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:ac9a6a3f56527fc7a199c2a1f8a6af3e3e54497b2ec167efc6eff18f3c167f38 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:08:18 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.195 18:08:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:08:18 cd82e4f26636: Preparing 18:08:18 cd82e4f26636: Preparing 18:08:18 b84e3db68850: Preparing 18:08:18 0b6e058e157b: Preparing 18:08:18 7b5cb4ca574b: Preparing 18:08:18 9861b7161f8d: Preparing 18:08:18 ddfa373da5ac: Preparing 18:08:18 33bbf1fe5f00: Preparing 18:08:18 33bbf1fe5f00: Preparing 18:08:18 3f6223536b63: Preparing 18:08:18 63ec472cf1ab: Preparing 18:08:18 3fbe34a1663b: Preparing 18:08:18 ddfa373da5ac: Waiting 18:08:18 33bbf1fe5f00: Waiting 18:08:18 3f6223536b63: Waiting 18:08:18 3fbe34a1663b: Waiting 18:08:18 63ec472cf1ab: Waiting 18:08:18 0b6e058e157b: Layer already exists 18:08:18 cd82e4f26636: Layer already exists 18:08:18 7b5cb4ca574b: Layer already exists 18:08:18 9861b7161f8d: Layer already exists 18:08:18 b84e3db68850: Layer already exists 18:08:18 ddfa373da5ac: Layer already exists 18:08:18 33bbf1fe5f00: Layer already exists 18:08:18 3f6223536b63: Layer already exists 18:08:18 63ec472cf1ab: Layer already exists 18:08:18 3fbe34a1663b: Layer already exists 18:08:18 2.0.0-dev.195: digest: sha256:ac9a6a3f56527fc7a199c2a1f8a6af3e3e54497b2ec167efc6eff18f3c167f38 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:08:19 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:08:19 cd82e4f26636: Preparing 18:08:19 cd82e4f26636: Preparing 18:08:19 b84e3db68850: Preparing 18:08:19 0b6e058e157b: Preparing 18:08:19 7b5cb4ca574b: Preparing 18:08:19 9861b7161f8d: Preparing 18:08:19 ddfa373da5ac: Preparing 18:08:19 33bbf1fe5f00: Preparing 18:08:19 33bbf1fe5f00: Preparing 18:08:19 3f6223536b63: Preparing 18:08:19 63ec472cf1ab: Preparing 18:08:19 3fbe34a1663b: Preparing 18:08:19 ddfa373da5ac: Waiting 18:08:19 33bbf1fe5f00: Waiting 18:08:19 3f6223536b63: Waiting 18:08:19 63ec472cf1ab: Waiting 18:08:19 3fbe34a1663b: Waiting 18:08:19 0b6e058e157b: Layer already exists 18:08:19 cd82e4f26636: Layer already exists 18:08:19 9861b7161f8d: Layer already exists 18:08:19 7b5cb4ca574b: Layer already exists 18:08:19 b84e3db68850: Layer already exists 18:08:19 3f6223536b63: Layer already exists 18:08:19 63ec472cf1ab: Layer already exists 18:08:19 3fbe34a1663b: Layer already exists 18:08:19 ddfa373da5ac: Layer already exists 18:08:19 33bbf1fe5f00: Layer already exists 18:08:19 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:ac9a6a3f56527fc7a199c2a1f8a6af3e3e54497b2ec167efc6eff18f3c167f38 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:08:20 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:08:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 18:08:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:08:20 cd82e4f26636: Preparing 18:08:20 cd82e4f26636: Preparing 18:08:20 b84e3db68850: Preparing 18:08:20 0b6e058e157b: Preparing 18:08:20 7b5cb4ca574b: Preparing 18:08:20 9861b7161f8d: Preparing 18:08:20 ddfa373da5ac: Preparing 18:08:20 33bbf1fe5f00: Preparing 18:08:20 33bbf1fe5f00: Preparing 18:08:20 3f6223536b63: Preparing 18:08:20 63ec472cf1ab: Preparing 18:08:20 3fbe34a1663b: Preparing 18:08:20 3f6223536b63: Waiting 18:08:20 63ec472cf1ab: Waiting 18:08:20 3fbe34a1663b: Waiting 18:08:20 33bbf1fe5f00: Waiting 18:08:20 0b6e058e157b: Layer already exists 18:08:20 b84e3db68850: Layer already exists 18:08:20 9861b7161f8d: Layer already exists 18:08:20 cd82e4f26636: Layer already exists 18:08:20 7b5cb4ca574b: Layer already exists 18:08:20 3f6223536b63: Layer already exists 18:08:20 33bbf1fe5f00: Layer already exists 18:08:20 ddfa373da5ac: Layer already exists 18:08:20 3fbe34a1663b: Layer already exists 18:08:20 63ec472cf1ab: Layer already exists 18:08:20 master: digest: sha256:ac9a6a3f56527fc7a199c2a1f8a6af3e3e54497b2ec167efc6eff18f3c167f38 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:08:20 ===================================================== [Pipeline] echo 18:08:20 taggedImages: 18:08:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.195 18:08:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 18:08:21 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 18:08:21 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:21 2.0.0-dev.195 18:08:21 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:21 master 18:08:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:21 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:08:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:08:21 cb540109d13b: Preparing 18:08:21 302709a79de9: Preparing 18:08:21 e30449f5f0ef: Preparing 18:08:21 f562390375a2: Preparing 18:08:21 7e7b5e5b045c: Preparing 18:08:21 3fbe34a1663b: Preparing 18:08:21 3fbe34a1663b: Waiting 18:08:22 f562390375a2: Pushed 18:08:22 e30449f5f0ef: Pushed 18:08:22 3fbe34a1663b: Layer already exists 18:08:22 7e7b5e5b045c: Pushed 18:08:24 cb540109d13b: Pushed 18:08:24 302709a79de9: Pushed 18:08:24 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:3969454d3ee767f8c8cc875f8cbfabd4148daf88740f50e4577b8b8d1bed1cc3 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:08:24 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.195 18:08:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:08:24 cb540109d13b: Preparing 18:08:24 302709a79de9: Preparing 18:08:24 e30449f5f0ef: Preparing 18:08:24 f562390375a2: Preparing 18:08:24 7e7b5e5b045c: Preparing 18:08:24 3fbe34a1663b: Preparing 18:08:24 3fbe34a1663b: Waiting 18:08:24 302709a79de9: Layer already exists 18:08:24 e30449f5f0ef: Layer already exists 18:08:24 7e7b5e5b045c: Layer already exists 18:08:24 f562390375a2: Layer already exists 18:08:24 cb540109d13b: Layer already exists 18:08:24 3fbe34a1663b: Layer already exists 18:08:25 2.0.0-dev.195: digest: sha256:3969454d3ee767f8c8cc875f8cbfabd4148daf88740f50e4577b8b8d1bed1cc3 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:08:25 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:08:25 cb540109d13b: Preparing 18:08:25 302709a79de9: Preparing 18:08:25 e30449f5f0ef: Preparing 18:08:25 f562390375a2: Preparing 18:08:25 7e7b5e5b045c: Preparing 18:08:25 3fbe34a1663b: Preparing 18:08:25 3fbe34a1663b: Waiting 18:08:25 302709a79de9: Layer already exists 18:08:25 7e7b5e5b045c: Layer already exists 18:08:25 cb540109d13b: Layer already exists 18:08:25 f562390375a2: Layer already exists 18:08:25 e30449f5f0ef: Layer already exists 18:08:26 3fbe34a1663b: Layer already exists 18:08:26 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:3969454d3ee767f8c8cc875f8cbfabd4148daf88740f50e4577b8b8d1bed1cc3 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:08:26 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:08:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 18:08:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:08:26 cb540109d13b: Preparing 18:08:26 302709a79de9: Preparing 18:08:26 e30449f5f0ef: Preparing 18:08:26 f562390375a2: Preparing 18:08:26 7e7b5e5b045c: Preparing 18:08:26 3fbe34a1663b: Preparing 18:08:26 3fbe34a1663b: Waiting 18:08:27 e30449f5f0ef: Layer already exists 18:08:27 f562390375a2: Layer already exists 18:08:27 7e7b5e5b045c: Layer already exists 18:08:27 302709a79de9: Layer already exists 18:08:27 cb540109d13b: Layer already exists 18:08:27 3fbe34a1663b: Layer already exists 18:08:27 master: digest: sha256:3969454d3ee767f8c8cc875f8cbfabd4148daf88740f50e4577b8b8d1bed1cc3 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:08:27 ===================================================== [Pipeline] echo 18:08:27 taggedImages: 18:08:27 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:27 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.195 18:08:27 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:27 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 18:08:27 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 18:08:27 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:27 2.0.0-dev.195 18:08:27 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:27 master 18:08:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:27 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:08:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:08:27 b3d9e7b9b41a: Preparing 18:08:27 f467fc2b1618: Preparing 18:08:27 774f86b575b5: Preparing 18:08:27 25d03e5c83d7: Preparing 18:08:27 b28107dc3cfa: Preparing 18:08:27 748f23c1ff68: Preparing 18:08:27 6b5ccded4a05: Preparing 18:08:27 1fd6731610a4: Preparing 18:08:27 3fbe34a1663b: Preparing 18:08:27 748f23c1ff68: Waiting 18:08:27 6b5ccded4a05: Waiting 18:08:27 1fd6731610a4: Waiting 18:08:27 3fbe34a1663b: Waiting 18:08:28 b28107dc3cfa: Pushed 18:08:28 b3d9e7b9b41a: Pushed 18:08:28 f467fc2b1618: Pushed 18:08:28 748f23c1ff68: Pushed 18:08:28 6b5ccded4a05: Pushed 18:08:28 3fbe34a1663b: Layer already exists 18:08:29 1fd6731610a4: Pushed 18:08:30 25d03e5c83d7: Pushed 18:08:30 774f86b575b5: Pushed 18:08:30 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:99a46b682798dd25fde422c0bc5cd18c4f6611999a467de2af18462089bf33d8 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:08:31 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.195 18:08:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:08:31 b3d9e7b9b41a: Preparing 18:08:31 f467fc2b1618: Preparing 18:08:31 774f86b575b5: Preparing 18:08:31 25d03e5c83d7: Preparing 18:08:31 b28107dc3cfa: Preparing 18:08:31 748f23c1ff68: Preparing 18:08:31 6b5ccded4a05: Preparing 18:08:31 1fd6731610a4: Preparing 18:08:31 3fbe34a1663b: Preparing 18:08:31 6b5ccded4a05: Waiting 18:08:31 1fd6731610a4: Waiting 18:08:31 3fbe34a1663b: Waiting 18:08:31 748f23c1ff68: Waiting 18:08:31 774f86b575b5: Layer already exists 18:08:31 b28107dc3cfa: Layer already exists 18:08:31 b3d9e7b9b41a: Layer already exists 18:08:31 f467fc2b1618: Layer already exists 18:08:31 25d03e5c83d7: Layer already exists 18:08:31 6b5ccded4a05: Layer already exists 18:08:31 3fbe34a1663b: Layer already exists 18:08:31 1fd6731610a4: Layer already exists 18:08:31 748f23c1ff68: Layer already exists 18:08:31 2.0.0-dev.195: digest: sha256:99a46b682798dd25fde422c0bc5cd18c4f6611999a467de2af18462089bf33d8 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:08:32 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:08:32 b3d9e7b9b41a: Preparing 18:08:32 f467fc2b1618: Preparing 18:08:32 774f86b575b5: Preparing 18:08:32 25d03e5c83d7: Preparing 18:08:32 b28107dc3cfa: Preparing 18:08:32 748f23c1ff68: Preparing 18:08:32 6b5ccded4a05: Preparing 18:08:32 1fd6731610a4: Preparing 18:08:32 3fbe34a1663b: Preparing 18:08:32 6b5ccded4a05: Waiting 18:08:32 1fd6731610a4: Waiting 18:08:32 3fbe34a1663b: Waiting 18:08:32 748f23c1ff68: Waiting 18:08:32 b28107dc3cfa: Layer already exists 18:08:32 25d03e5c83d7: Layer already exists 18:08:32 f467fc2b1618: Layer already exists 18:08:32 b3d9e7b9b41a: Layer already exists 18:08:32 774f86b575b5: Layer already exists 18:08:32 748f23c1ff68: Layer already exists 18:08:32 3fbe34a1663b: Layer already exists 18:08:32 1fd6731610a4: Layer already exists 18:08:32 6b5ccded4a05: Layer already exists 18:08:32 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:99a46b682798dd25fde422c0bc5cd18c4f6611999a467de2af18462089bf33d8 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:08:33 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:08:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 18:08:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:08:33 b3d9e7b9b41a: Preparing 18:08:33 f467fc2b1618: Preparing 18:08:33 774f86b575b5: Preparing 18:08:33 25d03e5c83d7: Preparing 18:08:33 b28107dc3cfa: Preparing 18:08:33 748f23c1ff68: Preparing 18:08:33 6b5ccded4a05: Preparing 18:08:33 1fd6731610a4: Preparing 18:08:33 3fbe34a1663b: Preparing 18:08:33 748f23c1ff68: Waiting 18:08:33 6b5ccded4a05: Waiting 18:08:33 1fd6731610a4: Waiting 18:08:33 3fbe34a1663b: Waiting 18:08:33 b3d9e7b9b41a: Layer already exists 18:08:33 25d03e5c83d7: Layer already exists 18:08:33 f467fc2b1618: Layer already exists 18:08:33 774f86b575b5: Layer already exists 18:08:33 b28107dc3cfa: Layer already exists 18:08:33 1fd6731610a4: Layer already exists 18:08:33 6b5ccded4a05: Layer already exists 18:08:33 748f23c1ff68: Layer already exists 18:08:33 3fbe34a1663b: Layer already exists 18:08:33 master: digest: sha256:99a46b682798dd25fde422c0bc5cd18c4f6611999a467de2af18462089bf33d8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:08:33 ===================================================== [Pipeline] echo 18:08:33 taggedImages: 18:08:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.195 18:08:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 18:08:33 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 18:08:33 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:33 2.0.0-dev.195 18:08:33 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:33 master 18:08:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:34 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:08:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:08:34 52c8ec77b4d3: Preparing 18:08:34 be3f7e308035: Preparing 18:08:34 ddfa373da5ac: Preparing 18:08:34 27a53a87f1dd: Preparing 18:08:34 3fbe34a1663b: Preparing 18:08:34 ddfa373da5ac: Layer already exists 18:08:34 3fbe34a1663b: Layer already exists 18:08:34 52c8ec77b4d3: Pushed 18:08:34 27a53a87f1dd: Pushed 18:08:36 be3f7e308035: Pushed 18:08:37 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:ac29c9340ddc9aa251e72c402667ccfc41ec2be737378ca47a5230c978d2cb25 size: 1364 [Pipeline] isUnix [Pipeline] sh 18:08:37 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.195 18:08:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:08:37 52c8ec77b4d3: Preparing 18:08:37 be3f7e308035: Preparing 18:08:37 ddfa373da5ac: Preparing 18:08:37 27a53a87f1dd: Preparing 18:08:37 3fbe34a1663b: Preparing 18:08:37 3fbe34a1663b: Layer already exists 18:08:37 52c8ec77b4d3: Layer already exists 18:08:37 ddfa373da5ac: Layer already exists 18:08:37 be3f7e308035: Layer already exists 18:08:37 27a53a87f1dd: Layer already exists 18:08:38 2.0.0-dev.195: digest: sha256:ac29c9340ddc9aa251e72c402667ccfc41ec2be737378ca47a5230c978d2cb25 size: 1364 [Pipeline] isUnix [Pipeline] sh 18:08:38 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:08:38 52c8ec77b4d3: Preparing 18:08:38 be3f7e308035: Preparing 18:08:38 ddfa373da5ac: Preparing 18:08:38 27a53a87f1dd: Preparing 18:08:38 3fbe34a1663b: Preparing 18:08:38 be3f7e308035: Layer already exists 18:08:38 ddfa373da5ac: Layer already exists 18:08:38 3fbe34a1663b: Layer already exists 18:08:38 27a53a87f1dd: Layer already exists 18:08:38 52c8ec77b4d3: Layer already exists 18:08:39 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:ac29c9340ddc9aa251e72c402667ccfc41ec2be737378ca47a5230c978d2cb25 size: 1364 [Pipeline] isUnix [Pipeline] sh 18:08:39 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:08:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 18:08:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:08:39 52c8ec77b4d3: Preparing 18:08:39 be3f7e308035: Preparing 18:08:39 ddfa373da5ac: Preparing 18:08:39 27a53a87f1dd: Preparing 18:08:39 3fbe34a1663b: Preparing 18:08:39 ddfa373da5ac: Layer already exists 18:08:39 27a53a87f1dd: Layer already exists 18:08:39 3fbe34a1663b: Layer already exists 18:08:39 be3f7e308035: Layer already exists 18:08:39 52c8ec77b4d3: Layer already exists 18:08:40 master: digest: sha256:ac29c9340ddc9aa251e72c402667ccfc41ec2be737378ca47a5230c978d2cb25 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:08:40 ===================================================== [Pipeline] echo 18:08:40 taggedImages: 18:08:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.195 18:08:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 18:08:40 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 18:08:40 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:40 2.0.0-dev.195 18:08:40 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:40 master 18:08:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:40 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:08:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:08:40 373b3a6e35f5: Preparing 18:08:40 71445f941aa5: Preparing 18:08:40 ddfa373da5ac: Preparing 18:08:40 36fc857d532e: Preparing 18:08:40 3fbe34a1663b: Preparing 18:08:41 3fbe34a1663b: Layer already exists 18:08:41 36fc857d532e: Layer already exists 18:08:41 ddfa373da5ac: Layer already exists 18:08:41 373b3a6e35f5: Pushed 18:08:43 71445f941aa5: Pushed 18:08:44 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:fe5d5564ebb092a39d811c4864608a6f5a49ba8b5293c9b67ccf624db129fbdc size: 1363 [Pipeline] isUnix [Pipeline] sh 18:08:44 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.195 18:08:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:08:44 373b3a6e35f5: Preparing 18:08:44 71445f941aa5: Preparing 18:08:44 ddfa373da5ac: Preparing 18:08:44 36fc857d532e: Preparing 18:08:44 3fbe34a1663b: Preparing 18:08:45 71445f941aa5: Layer already exists 18:08:45 3fbe34a1663b: Layer already exists 18:08:45 ddfa373da5ac: Layer already exists 18:08:45 373b3a6e35f5: Layer already exists 18:08:45 36fc857d532e: Layer already exists 18:08:45 2.0.0-dev.195: digest: sha256:fe5d5564ebb092a39d811c4864608a6f5a49ba8b5293c9b67ccf624db129fbdc size: 1363 [Pipeline] isUnix [Pipeline] sh 18:08:45 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:08:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:08:45 373b3a6e35f5: Preparing 18:08:45 71445f941aa5: Preparing 18:08:45 ddfa373da5ac: Preparing 18:08:45 36fc857d532e: Preparing 18:08:45 3fbe34a1663b: Preparing 18:08:45 373b3a6e35f5: Layer already exists 18:08:45 3fbe34a1663b: Layer already exists 18:08:45 36fc857d532e: Layer already exists 18:08:45 ddfa373da5ac: Layer already exists 18:08:45 71445f941aa5: Layer already exists 18:08:45 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:fe5d5564ebb092a39d811c4864608a6f5a49ba8b5293c9b67ccf624db129fbdc size: 1363 [Pipeline] isUnix [Pipeline] sh 18:08:46 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:08:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 18:08:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:08:46 373b3a6e35f5: Preparing 18:08:46 71445f941aa5: Preparing 18:08:46 ddfa373da5ac: Preparing 18:08:46 36fc857d532e: Preparing 18:08:46 3fbe34a1663b: Preparing 18:08:46 36fc857d532e: Layer already exists 18:08:46 373b3a6e35f5: Layer already exists 18:08:46 71445f941aa5: Layer already exists 18:08:46 ddfa373da5ac: Layer already exists 18:08:46 3fbe34a1663b: Layer already exists 18:08:46 master: digest: sha256:fe5d5564ebb092a39d811c4864608a6f5a49ba8b5293c9b67ccf624db129fbdc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:08:46 ===================================================== [Pipeline] echo 18:08:46 taggedImages: 18:08:46 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:46 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.195 18:08:46 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:46 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 18:08:47 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 18:08:47 576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:47 2.0.0-dev.195 18:08:47 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:08:47 master 18:08:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:47 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] isUnix [Pipeline] sh 18:08:47 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:08:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:08:47 b61196440da5: Preparing 18:08:47 bcbce6a34b63: Preparing 18:08:47 0c1492b9bead: Preparing 18:08:47 3adc69b93a1c: Preparing 18:08:47 9ded3b6bb9b5: Preparing 18:08:47 fa1afe8e6ed9: Preparing 18:08:47 87a09b4c083e: Preparing 18:08:47 0f74e9ff2a61: Preparing 18:08:47 b122376c33c6: Preparing 18:08:47 f8381ed47b22: Preparing 18:08:47 e934a737d657: Preparing 18:08:47 fa1afe8e6ed9: Waiting 18:08:47 87a09b4c083e: Waiting 18:08:47 0f74e9ff2a61: Waiting 18:08:47 b122376c33c6: Waiting 18:08:47 f8381ed47b22: Waiting 18:08:47 e934a737d657: Waiting 18:08:48 9ded3b6bb9b5: Layer already exists 18:08:48 fa1afe8e6ed9: Layer already exists 18:08:48 87a09b4c083e: Layer already exists 18:08:48 0f74e9ff2a61: Layer already exists 18:08:48 bcbce6a34b63: Pushed 18:08:48 b122376c33c6: Layer already exists 18:08:48 f8381ed47b22: Layer already exists 18:08:48 e934a737d657: Layer already exists 18:08:48 b61196440da5: Pushed 18:08:50 0c1492b9bead: Pushed 18:09:02 3adc69b93a1c: Pushed 18:09:02 576eddb6d79f77bc7b799d46a5f981c8da166ab0: digest: sha256:96f5449deae71f5ffd20854161dd9d2851182855c324846ad84f81c4627d5b80 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:09:03 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:09:03 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.195 18:09:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:09:03 b61196440da5: Preparing 18:09:03 bcbce6a34b63: Preparing 18:09:03 0c1492b9bead: Preparing 18:09:03 3adc69b93a1c: Preparing 18:09:03 9ded3b6bb9b5: Preparing 18:09:03 fa1afe8e6ed9: Preparing 18:09:03 87a09b4c083e: Preparing 18:09:03 0f74e9ff2a61: Preparing 18:09:03 b122376c33c6: Preparing 18:09:03 f8381ed47b22: Preparing 18:09:03 e934a737d657: Preparing 18:09:03 0f74e9ff2a61: Waiting 18:09:03 b122376c33c6: Waiting 18:09:03 f8381ed47b22: Waiting 18:09:03 e934a737d657: Waiting 18:09:03 fa1afe8e6ed9: Waiting 18:09:03 87a09b4c083e: Waiting 18:09:03 0c1492b9bead: Layer already exists 18:09:03 bcbce6a34b63: Layer already exists 18:09:03 b61196440da5: Layer already exists 18:09:03 3adc69b93a1c: Layer already exists 18:09:03 9ded3b6bb9b5: Layer already exists 18:09:03 fa1afe8e6ed9: Layer already exists 18:09:03 87a09b4c083e: Layer already exists 18:09:03 f8381ed47b22: Layer already exists 18:09:03 0f74e9ff2a61: Layer already exists 18:09:03 b122376c33c6: Layer already exists 18:09:03 e934a737d657: Layer already exists 18:09:03 2.0.0-dev.195: digest: sha256:96f5449deae71f5ffd20854161dd9d2851182855c324846ad84f81c4627d5b80 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:09:04 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 [Pipeline] isUnix [Pipeline] sh 18:09:04 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:09:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:09:04 b61196440da5: Preparing 18:09:04 bcbce6a34b63: Preparing 18:09:04 0c1492b9bead: Preparing 18:09:04 3adc69b93a1c: Preparing 18:09:04 9ded3b6bb9b5: Preparing 18:09:04 fa1afe8e6ed9: Preparing 18:09:04 87a09b4c083e: Preparing 18:09:04 0f74e9ff2a61: Preparing 18:09:04 b122376c33c6: Preparing 18:09:04 f8381ed47b22: Preparing 18:09:04 e934a737d657: Preparing 18:09:04 87a09b4c083e: Waiting 18:09:04 0f74e9ff2a61: Waiting 18:09:04 b122376c33c6: Waiting 18:09:04 f8381ed47b22: Waiting 18:09:04 e934a737d657: Waiting 18:09:04 fa1afe8e6ed9: Waiting 18:09:04 3adc69b93a1c: Layer already exists 18:09:04 b61196440da5: Layer already exists 18:09:04 bcbce6a34b63: Layer already exists 18:09:04 9ded3b6bb9b5: Layer already exists 18:09:04 0c1492b9bead: Layer already exists 18:09:04 87a09b4c083e: Layer already exists 18:09:04 fa1afe8e6ed9: Layer already exists 18:09:04 0f74e9ff2a61: Layer already exists 18:09:04 f8381ed47b22: Layer already exists 18:09:04 b122376c33c6: Layer already exists 18:09:04 e934a737d657: Layer already exists 18:09:04 576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195: digest: sha256:96f5449deae71f5ffd20854161dd9d2851182855c324846ad84f81c4627d5b80 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:09:05 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:09:05 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 18:09:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:09:05 b61196440da5: Preparing 18:09:05 bcbce6a34b63: Preparing 18:09:05 0c1492b9bead: Preparing 18:09:05 3adc69b93a1c: Preparing 18:09:05 9ded3b6bb9b5: Preparing 18:09:05 fa1afe8e6ed9: Preparing 18:09:05 87a09b4c083e: Preparing 18:09:05 0f74e9ff2a61: Preparing 18:09:05 b122376c33c6: Preparing 18:09:05 f8381ed47b22: Preparing 18:09:05 e934a737d657: Preparing 18:09:05 0f74e9ff2a61: Waiting 18:09:05 b122376c33c6: Waiting 18:09:05 fa1afe8e6ed9: Waiting 18:09:05 f8381ed47b22: Waiting 18:09:05 e934a737d657: Waiting 18:09:05 87a09b4c083e: Waiting 18:09:05 9ded3b6bb9b5: Layer already exists 18:09:05 b61196440da5: Layer already exists 18:09:05 bcbce6a34b63: Layer already exists 18:09:05 3adc69b93a1c: Layer already exists 18:09:05 0c1492b9bead: Layer already exists 18:09:05 fa1afe8e6ed9: Layer already exists 18:09:05 87a09b4c083e: Layer already exists 18:09:05 b122376c33c6: Layer already exists 18:09:05 0f74e9ff2a61: Layer already exists 18:09:05 f8381ed47b22: Layer already exists 18:09:05 e934a737d657: Layer already exists 18:09:05 master: digest: sha256:96f5449deae71f5ffd20854161dd9d2851182855c324846ad84f81c4627d5b80 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:09:05 ===================================================== [Pipeline] echo 18:09:05 taggedImages: 18:09:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0 18:09:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.195 18:09:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:576eddb6d79f77bc7b799d46a5f981c8da166ab0-2.0.0-dev.195 18:09:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:09:06 ---> job-cost.sh 18:09:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JRd0 18:09:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:11:21 lf-activate-venv(): INFO: Adding /tmp/venv-JRd0/bin to PATH 18:11:21 INFO: No Stack... 18:11:21 INFO: Retrieving Pricing Info for: lf-standard-4 18:11:21 INFO: Archiving Costs [Pipeline] sh 18:11:22 + cat /w/workspace/edgex-go/463/archives/cost.csv 18:11:22 + cut -d, -f6 [Pipeline] lock 18:11:22 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-463-stack-cost] 18:11:22 Resource [jenkins-edgexfoundry-edgex-go-master-463-stack-cost] did not exist. Created. 18:11:22 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-463-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:11:22 + echo total: 0.20999999344348907 [Pipeline] stash 18:11:23 Stashed 1 file(s) [Pipeline] } 18:11:23 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-463-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:11:24 provisioning config files... 18:11:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/463@tmp/config1815417370359737210tmp [Pipeline] { [Pipeline] sh 18:11:25 + set +x 18:11:25 + curl -s https://codecov.io/bash 18:11:25 + bash -s -- 18:11:25 18:11:25 _____ _ 18:11:25 / ____| | | 18:11:25 | | ___ __| | ___ ___ _____ __ 18:11:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:11:25 | |___| (_) | (_| | __/ (_| (_) \ V / 18:11:25 \_____\___/ \__,_|\___|\___\___/ \_/ 18:11:25 Bash-1.0.2 18:11:25 18:11:25 18:11:25 ==> git version 2.24.3 found 18:11:25 ==> 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 18:11:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:11:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:11:25 ==> Jenkins CI detected. 18:11:25 project root: . 18:11:25 --> token set from env 18:11:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:11:25 ==> Running gcov in . (disable via -X gcov) 18:11:25 ==> Python coveragepy not found 18:11:25 ==> Searching for coverage reports in: 18:11:25 + . 18:11:25 -> Found 1 reports 18:11:25 ==> Detecting git/mercurial file structure 18:11:25 ==> Reading reports 18:11:25 + ./coverage.out bytes=693878 18:11:25 ==> Appending adjustments 18:11:25 https://docs.codecov.io/docs/fixing-reports 18:11:29 + Found adjustments 18:11:29 ==> Gzipping contents 18:11:29 100K /tmp/codecov.8ixcOi.gz 18:11:29 ==> Uploading reports 18:11:29 url: https://codecov.io 18:11:29 query: branch=master&commit=576eddb6d79f77bc7b799d46a5f981c8da166ab0&build=463&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F463%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:11:29 -> Pinging Codecov 18:11:29 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=576eddb6d79f77bc7b799d46a5f981c8da166ab0&build=463&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F463%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:11:29 -> Uploading to 18:11:29 https://storage.googleapis.com/codecov/v4/raw/2021-05-03/00271124DB129430A58F1EEE437C3FCB/576eddb6d79f77bc7b799d46a5f981c8da166ab0/4c9145d7-2ae1-4f99-bfeb-c8c10b6a6d3e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210503T181129Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e28a828695f6364224bca5f8925f7e83bc19ed334de439a71cdf3f31f4aacec4 18:11:29 % Total % Received % Xferd Average Speed Time Time Time Current 18:11:29 Dload Upload Total Spent Left Speed 18:11:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99689 0 0 100 99689 0 187k --:--:-- --:--:-- --:--:-- 187k 18:11:30 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/576eddb6d79f77bc7b799d46a5f981c8da166ab0 [Pipeline] } 18:11:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:11:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:11:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:11:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:11:31 18:11:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:11:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:11:31 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:11:31 188c0c94c7c5: Pulling fs layer 18:11:31 0ef7d3d256c8: Pulling fs layer 18:11:31 de9db76c5a1d: Pulling fs layer 18:11:31 0eba1c9be4d2: Pulling fs layer 18:11:31 0d57e429df01: Pulling fs layer 18:11:31 4e4be7b47b0d: Pulling fs layer 18:11:31 e1f770b5df2f: Pulling fs layer 18:11:31 85a0685a4137: Pulling fs layer 18:11:31 0d57e429df01: Waiting 18:11:31 4e4be7b47b0d: Waiting 18:11:31 0eba1c9be4d2: Waiting 18:11:31 e1f770b5df2f: Waiting 18:11:31 85a0685a4137: Waiting 18:11:31 de9db76c5a1d: Verifying Checksum 18:11:31 de9db76c5a1d: Download complete 18:11:31 0ef7d3d256c8: Verifying Checksum 18:11:31 0ef7d3d256c8: Download complete 18:11:31 0d57e429df01: Verifying Checksum 18:11:31 0d57e429df01: Download complete 18:11:31 4e4be7b47b0d: Verifying Checksum 18:11:31 4e4be7b47b0d: Download complete 18:11:31 188c0c94c7c5: Download complete 18:11:32 188c0c94c7c5: Pull complete 18:11:32 0ef7d3d256c8: Pull complete 18:11:32 de9db76c5a1d: Pull complete 18:11:33 e1f770b5df2f: Verifying Checksum 18:11:33 e1f770b5df2f: Download complete 18:11:35 0eba1c9be4d2: Verifying Checksum 18:11:35 0eba1c9be4d2: Download complete 18:11:35 85a0685a4137: Verifying Checksum 18:11:35 85a0685a4137: Download complete 18:11:41 0eba1c9be4d2: Pull complete 18:11:41 0d57e429df01: Pull complete 18:11:41 4e4be7b47b0d: Pull complete 18:11:44 e1f770b5df2f: Pull complete 18:11:54 85a0685a4137: Pull complete 18:11:54 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:11:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:11:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:11:54 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 18:11:54 $ 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/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@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-devops/edgex-snyk-go:1.410.4 cat 18:11:55 $ docker top c4c0c612e2fc596fa86781ec53ea041f1b919b4342e46d10cba3446bae2b1b35 -eo pid,comm [Pipeline] { [Pipeline] echo 18:11:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:11:56 + set -o pipefail 18:11:56 + snyk monitor '--org=edgex-jenkins' 18:12:06 18:12:06 Monitoring /w/workspace/edgex-go/463 (github.com/edgexfoundry/edgex-go)... 18:12:06 18:12:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/cf035aa4-5b09-44a8-a85f-63c89cdaece7 18:12:06 18:12:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:12:06 18:12:06 [Pipeline] } 18:12:06 $ docker stop --time=1 c4c0c612e2fc596fa86781ec53ea041f1b919b4342e46d10cba3446bae2b1b35 18:12:09 $ docker rm -f c4c0c612e2fc596fa86781ec53ea041f1b919b4342e46d10cba3446bae2b1b35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:12:10 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:12:10 provisioning config files... 18:12:10 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/463@tmp/config5657772652465067309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:12:11 --> edgex-publish-swagger.sh 18:12:11 === Publish openapi/v1 API === 18:12:11 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 18:12:11 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/463/openapi/v1/core-command.yaml] 18:12:11 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:11 Dload Upload Total Spent Left Speed 18:12:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8994 0:00:01 0:00:01 --:--:-- 9000 100 10522 0 0 100 10522 0 8992 0:00:01 0:00:01 --:--:-- 9000 18:12:12 18:12:12 18:12:12 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/463/openapi/v1/core-data.yaml] 18:12:12 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:12 Dload Upload Total Spent Left Speed 18:12:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26963 0:00:01 0:00:01 --:--:-- 26973 100 32557 0 0 100 32557 0 26959 0:00:01 0:00:01 --:--:-- 26973 18:12:13 18:12:13 18:12:13 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/463/openapi/v1/core-metadata.yaml] 18:12:13 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:13 Dload Upload Total Spent Left Speed 18:12:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60963 0:00:01 0:00:01 --:--:-- 60976 100 73721 0 0 100 73721 0 51308 0:00:01 0:00:01 --:--:-- 51302 100 73721 0 0 100 73721 0 51303 0:00:01 0:00:01 --:--:-- 51302 18:12:14 18:12:14 18:12:14 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/463/openapi/v1/support-logging.yaml] 18:12:14 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:14 Dload Upload Total Spent Left Speed 18:12:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12522 0:00:01 0:00:01 --:--:-- 12528 100 13581 0 0 100 13581 0 12520 0:00:01 0:00:01 --:--:-- 12528 18:12:16 18:12:16 18:12:16 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/463/openapi/v1/support-notifications.yaml] 18:12:16 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:16 Dload Upload Total Spent Left Speed 18:12:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 26225 0:00:01 0:00:01 --:--:-- 26241 100 38890 0 0 100 38890 0 23912 0:00:01 0:00:01 --:--:-- 23917 18:12:17 18:12:17 18:12:17 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/463/openapi/v1/support-scheduler.yaml] 18:12:17 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:17 Dload Upload Total Spent Left Speed 18:12:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11697 0:00:01 0:00:01 --:--:-- 11698 100 14249 0 0 100 14249 0 11181 0:00:01 0:00:01 --:--:-- 11175 18:12:18 18:12:18 18:12:18 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/463/openapi/v1/system-agent.yaml] 18:12:18 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:18 Dload Upload Total Spent Left Speed 18:12:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3393 0:00:01 0:00:01 --:--:-- 3393 100 4110 0 0 100 4110 0 3225 0:00:01 0:00:01 --:--:-- 3226 18:12:20 18:12:20 18:12:20 === Publish openapi/v2 API === 18:12:20 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:12:20 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/463/openapi/v2/core-command.yaml] 18:12:20 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:20 Dload Upload Total Spent Left Speed 18:12:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 24435 0:00:01 0:00:01 --:--:-- 24457 100 29594 0 0 100 29594 0 20209 0:00:01 0:00:01 --:--:-- 20214 18:12:21 18:12:21 18:12:21 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/463/openapi/v2/core-data.yaml] 18:12:21 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:21 Dload Upload Total Spent Left Speed 18:12:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 46894 0:00:01 0:00:01 --:--:-- 46864 100 56190 0 0 100 56190 0 46885 0:00:01 0:00:01 --:--:-- 46864 18:12:22 18:12:22 18:12:22 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/463/openapi/v2/core-metadata.yaml] 18:12:22 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:22 Dload Upload Total Spent Left Speed 18:12:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 118k 0 0 100 118k 0 91812 0:00:01 0:00:01 --:--:-- 91837 18:12:24 18:12:24 18:12:24 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/463/openapi/v2/support-notifications.yaml] 18:12:24 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:24 Dload Upload Total Spent Left Speed 18:12:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 62426 0:00:01 0:00:01 --:--:-- 62450 100 75628 0 0 100 75628 0 57184 0:00:01 0:00:01 --:--:-- 57207 18:12:25 18:12:25 18:12:25 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/463/openapi/v2/support-scheduler.yaml] 18:12:25 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:25 Dload Upload Total Spent Left Speed 18:12:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 31109 0:00:01 0:00:01 --:--:-- 31114 100 37617 0 0 100 37617 0 28730 0:00:01 0:00:01 --:--:-- 28715 100 37617 0 0 100 37617 0 28726 0:00:01 0:00:01 --:--:-- 28715 18:12:26 18:12:26 18:12:26 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/463/openapi/v2/system-agent.yaml] 18:12:26 % Total % Received % Xferd Average Speed Time Time Time Current 18:12:26 Dload Upload Total Spent Left Speed 18:12:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23815 0 0 100 23815 0 19987 0:00:01 0:00:01 --:--:-- 19995 100 23815 0 0 100 23815 0 19984 0:00:01 0:00:01 --:--:-- 19995 18:12:28 18:12:28 [Pipeline] } 18:12:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 18:12:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:12:28 . [Pipeline] withDockerContainer 18:12:28 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 18:12:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:12:29 $ docker top 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:12:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:12:30 [ssh-agent] Looking for ssh-agent implementation... 18:12:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:12:30 $ docker exec 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f ssh-agent 18:12:30 SSH_AUTH_SOCK=/tmp/ssh-Y36tdjcxA6LO/agent.11 18:12:30 SSH_AGENT_PID=17 18:12:30 Running ssh-add (command line suppressed) 18:12:30 Identity added: /w/workspace/edgex-go/463@tmp/private_key_4369248020313826874.key (/w/workspace/edgex-go/463@tmp/private_key_4369248020313826874.key) 18:12:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:12:30 + git semver tag 18:12:31 # -> Open(): unable to determine branch for HEAD 18:12:31 # $GIT_DIR = /w/workspace/edgex-go/463/.git 18:12:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/463 18:12:31 # $SEMVER_REMOTE_NAME = origin 18:12:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:12:31 # $SEMVER_USER_NAME = edgex-jenkins 18:12:31 # $SEMVER_BRANCH = master 18:12:31 # $SEMVER_DIR = /w/workspace/edgex-go/463/.semver 18:12:31 # 576eddb6d79f77bc7b799d46a5f981c8da166ab0 HEAD 18:12:32 # -> Force: false 18:12:32 # fffb01806d80b9e15a42441e26685162ab81ef41 refs/tags/v2.0.0-dev.195 [Pipeline] } 18:12:32 $ docker exec --env ******** --env ******** 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f ssh-agent -k 18:12:32 unset SSH_AUTH_SOCK; 18:12:32 unset SSH_AGENT_PID; 18:12:32 echo Agent pid 17 killed; 18:12:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:12:32 + git semver [Pipeline] } 18:12:32 $ docker stop --time=1 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f 18:12:34 $ docker rm -f 31f0c2f3a71643f99e1c9ada5a6a978182a5561444852294e83fdc8db0b01c3f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:12:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:12:34 18:12:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:12:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:12:34 0.23.1-centos7: Pulling from edgex-lftools 18:12:34 ab5ef0e58194: Pulling fs layer 18:12:34 9712f1f96733: Pulling fs layer 18:12:34 63f879dbbcfc: Pulling fs layer 18:12:34 0d9ebad4ef96: Pulling fs layer 18:12:34 e9a5061849ea: Pulling fs layer 18:12:34 d747dcd14b5f: Pulling fs layer 18:12:34 2de7ff778b66: Pulling fs layer 18:12:34 0d9ebad4ef96: Waiting 18:12:34 e9a5061849ea: Waiting 18:12:34 d747dcd14b5f: Waiting 18:12:34 2de7ff778b66: Waiting 18:12:34 9712f1f96733: Verifying Checksum 18:12:34 9712f1f96733: Download complete 18:12:36 63f879dbbcfc: Verifying Checksum 18:12:36 63f879dbbcfc: Download complete 18:12:36 e9a5061849ea: Verifying Checksum 18:12:36 e9a5061849ea: Download complete 18:12:36 d747dcd14b5f: Verifying Checksum 18:12:36 d747dcd14b5f: Download complete 18:12:37 2de7ff778b66: Verifying Checksum 18:12:37 2de7ff778b66: Download complete 18:12:37 ab5ef0e58194: Verifying Checksum 18:12:37 ab5ef0e58194: Download complete 18:12:37 0d9ebad4ef96: Verifying Checksum 18:12:37 0d9ebad4ef96: Download complete 18:12:42 ab5ef0e58194: Pull complete 18:12:42 9712f1f96733: Pull complete 18:12:45 63f879dbbcfc: Pull complete 18:12:51 0d9ebad4ef96: Pull complete 18:12:53 e9a5061849ea: Pull complete 18:12:53 d747dcd14b5f: Pull complete 18:12:57 2de7ff778b66: Pull complete 18:12:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:12:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:12:57 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:12:57 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 18:12:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:13:01 $ docker top 1ea136c37e019db8bd9d85e174004b3e01ebe294e28fade4402f57dab72541ba -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:13:01 provisioning config files... 18:13:01 copy managed file [sigul-config] to file:/w/workspace/edgex-go/463@tmp/config1413724322846534119tmp 18:13:01 copy managed file [sigul-password] to file:/w/workspace/edgex-go/463@tmp/config2914599374955029936tmp 18:13:01 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/463@tmp/config5672729935698619766tmp [Pipeline] { [Pipeline] echo 18:13:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:13:01 ---> sigul-configuration.sh 18:13:01 gpg: directory `/root/.gnupg' created 18:13:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:13:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:13:01 gpg: keyring `/root/.gnupg/secring.gpg' created 18:13:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:13:01 gpg: CAST5 encrypted data 18:13:01 gpg: encrypted with 1 passphrase 18:13:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:13:02 + mkdir /home/jenkins 18:13:02 + mkdir /home/jenkins/sigul [Pipeline] sh 18:13:02 + 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 18:13:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:13:02 ---> sigul-install.sh 18:13:09 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:13:09 + git tag --list 18:13:09 0.6.0 18:13:09 0.6.1 18:13:09 0.7.0 18:13:09 0.7.1 18:13:09 v0.0.0 18:13:09 v0.0.1-dev.1 18:13:09 v1.0.0 18:13:09 v1.0.1 18:13:09 v1.1.0 18:13:09 v1.2.0 18:13:09 v1.2.1 18:13:09 v1.2.2-dev.1 18:13:09 v1.2.2-dev.10 18:13:09 v1.2.2-dev.100 18:13:09 v1.2.2-dev.101 18:13:09 v1.2.2-dev.102 18:13:09 v1.2.2-dev.103 18:13:09 v1.2.2-dev.104 18:13:09 v1.2.2-dev.105 18:13:09 v1.2.2-dev.106 18:13:09 v1.2.2-dev.107 18:13:09 v1.2.2-dev.11 18:13:09 v1.2.2-dev.12 18:13:09 v1.2.2-dev.13 18:13:09 v1.2.2-dev.14 18:13:09 v1.2.2-dev.15 18:13:09 v1.2.2-dev.16 18:13:09 v1.2.2-dev.17 18:13:09 v1.2.2-dev.18 18:13:09 v1.2.2-dev.19 18:13:09 v1.2.2-dev.2 18:13:09 v1.2.2-dev.20 18:13:09 v1.2.2-dev.21 18:13:09 v1.2.2-dev.22 18:13:09 v1.2.2-dev.23 18:13:09 v1.2.2-dev.24 18:13:09 v1.2.2-dev.25 18:13:09 v1.2.2-dev.26 18:13:09 v1.2.2-dev.27 18:13:09 v1.2.2-dev.28 18:13:09 v1.2.2-dev.29 18:13:09 v1.2.2-dev.3 18:13:09 v1.2.2-dev.30 18:13:09 v1.2.2-dev.31 18:13:09 v1.2.2-dev.32 18:13:09 v1.2.2-dev.33 18:13:09 v1.2.2-dev.34 18:13:09 v1.2.2-dev.35 18:13:09 v1.2.2-dev.36 18:13:09 v1.2.2-dev.37 18:13:09 v1.2.2-dev.38 18:13:09 v1.2.2-dev.39 18:13:09 v1.2.2-dev.4 18:13:09 v1.2.2-dev.40 18:13:09 v1.2.2-dev.41 18:13:09 v1.2.2-dev.42 18:13:09 v1.2.2-dev.43 18:13:09 v1.2.2-dev.44 18:13:09 v1.2.2-dev.45 18:13:09 v1.2.2-dev.46 18:13:09 v1.2.2-dev.47 18:13:09 v1.2.2-dev.48 18:13:09 v1.2.2-dev.49 18:13:09 v1.2.2-dev.5 18:13:09 v1.2.2-dev.50 18:13:09 v1.2.2-dev.51 18:13:09 v1.2.2-dev.52 18:13:09 v1.2.2-dev.53 18:13:09 v1.2.2-dev.54 18:13:09 v1.2.2-dev.55 18:13:09 v1.2.2-dev.56 18:13:09 v1.2.2-dev.57 18:13:09 v1.2.2-dev.58 18:13:09 v1.2.2-dev.59 18:13:09 v1.2.2-dev.6 18:13:09 v1.2.2-dev.60 18:13:09 v1.2.2-dev.61 18:13:09 v1.2.2-dev.62 18:13:09 v1.2.2-dev.63 18:13:09 v1.2.2-dev.64 18:13:09 v1.2.2-dev.65 18:13:09 v1.2.2-dev.66 18:13:09 v1.2.2-dev.67 18:13:09 v1.2.2-dev.68 18:13:09 v1.2.2-dev.69 18:13:09 v1.2.2-dev.7 18:13:09 v1.2.2-dev.70 18:13:09 v1.2.2-dev.71 18:13:09 v1.2.2-dev.72 18:13:09 v1.2.2-dev.73 18:13:09 v1.2.2-dev.74 18:13:09 v1.2.2-dev.75 18:13:09 v1.2.2-dev.76 18:13:09 v1.2.2-dev.77 18:13:09 v1.2.2-dev.78 18:13:09 v1.2.2-dev.79 18:13:09 v1.2.2-dev.8 18:13:09 v1.2.2-dev.80 18:13:09 v1.2.2-dev.81 18:13:09 v1.2.2-dev.82 18:13:09 v1.2.2-dev.83 18:13:09 v1.2.2-dev.84 18:13:09 v1.2.2-dev.85 18:13:09 v1.2.2-dev.86 18:13:09 v1.2.2-dev.87 18:13:09 v1.2.2-dev.88 18:13:09 v1.2.2-dev.89 18:13:09 v1.2.2-dev.9 18:13:09 v1.2.2-dev.90 18:13:09 v1.2.2-dev.91 18:13:09 v1.2.2-dev.92 18:13:09 v1.2.2-dev.93 18:13:09 v1.2.2-dev.94 18:13:09 v1.2.2-dev.95 18:13:09 v1.2.2-dev.96 18:13:09 v1.2.2-dev.97 18:13:09 v1.2.2-dev.98 18:13:09 v1.2.2-dev.99 18:13:09 v1.3.0 18:13:09 v1.3.1 18:13:09 v1.3.1-dev.1 18:13:09 v1.3.1-dev.10 18:13:09 v1.3.1-dev.11 18:13:09 v1.3.1-dev.12 18:13:09 v1.3.1-dev.13 18:13:09 v1.3.1-dev.14 18:13:09 v1.3.1-dev.15 18:13:09 v1.3.1-dev.16 18:13:09 v1.3.1-dev.17 18:13:09 v1.3.1-dev.18 18:13:09 v1.3.1-dev.2 18:13:09 v1.3.1-dev.3 18:13:09 v1.3.1-dev.4 18:13:09 v1.3.1-dev.5 18:13:09 v1.3.1-dev.6 18:13:09 v1.3.1-dev.7 18:13:09 v1.3.1-dev.8 18:13:09 v1.3.1-dev.9 18:13:09 v2.0.0-dev.1 18:13:09 v2.0.0-dev.10 18:13:09 v2.0.0-dev.100 18:13:09 v2.0.0-dev.101 18:13:09 v2.0.0-dev.102 18:13:09 v2.0.0-dev.103 18:13:09 v2.0.0-dev.104 18:13:09 v2.0.0-dev.105 18:13:09 v2.0.0-dev.106 18:13:09 v2.0.0-dev.107 18:13:09 v2.0.0-dev.108 18:13:09 v2.0.0-dev.109 18:13:09 v2.0.0-dev.11 18:13:09 v2.0.0-dev.110 18:13:09 v2.0.0-dev.111 18:13:09 v2.0.0-dev.112 18:13:09 v2.0.0-dev.113 18:13:09 v2.0.0-dev.114 18:13:09 v2.0.0-dev.115 18:13:09 v2.0.0-dev.116 18:13:09 v2.0.0-dev.117 18:13:09 v2.0.0-dev.118 18:13:09 v2.0.0-dev.119 18:13:09 v2.0.0-dev.12 18:13:09 v2.0.0-dev.120 18:13:09 v2.0.0-dev.121 18:13:09 v2.0.0-dev.122 18:13:09 v2.0.0-dev.123 18:13:09 v2.0.0-dev.124 18:13:09 v2.0.0-dev.125 18:13:09 v2.0.0-dev.126 18:13:09 v2.0.0-dev.127 18:13:09 v2.0.0-dev.128 18:13:09 v2.0.0-dev.129 18:13:09 v2.0.0-dev.13 18:13:09 v2.0.0-dev.130 18:13:09 v2.0.0-dev.131 18:13:09 v2.0.0-dev.132 18:13:09 v2.0.0-dev.133 18:13:09 v2.0.0-dev.134 18:13:09 v2.0.0-dev.135 18:13:09 v2.0.0-dev.136 18:13:09 v2.0.0-dev.137 18:13:09 v2.0.0-dev.138 18:13:09 v2.0.0-dev.139 18:13:09 v2.0.0-dev.14 18:13:09 v2.0.0-dev.140 18:13:09 v2.0.0-dev.141 18:13:09 v2.0.0-dev.142 18:13:09 v2.0.0-dev.143 18:13:09 v2.0.0-dev.144 18:13:09 v2.0.0-dev.145 18:13:09 v2.0.0-dev.146 18:13:09 v2.0.0-dev.147 18:13:09 v2.0.0-dev.148 18:13:09 v2.0.0-dev.149 18:13:09 v2.0.0-dev.15 18:13:09 v2.0.0-dev.150 18:13:09 v2.0.0-dev.151 18:13:09 v2.0.0-dev.152 18:13:09 v2.0.0-dev.153 18:13:09 v2.0.0-dev.154 18:13:09 v2.0.0-dev.155 18:13:09 v2.0.0-dev.156 18:13:09 v2.0.0-dev.157 18:13:09 v2.0.0-dev.158 18:13:09 v2.0.0-dev.159 18:13:09 v2.0.0-dev.16 18:13:09 v2.0.0-dev.160 18:13:09 v2.0.0-dev.161 18:13:09 v2.0.0-dev.162 18:13:09 v2.0.0-dev.163 18:13:09 v2.0.0-dev.164 18:13:09 v2.0.0-dev.165 18:13:09 v2.0.0-dev.166 18:13:09 v2.0.0-dev.167 18:13:09 v2.0.0-dev.168 18:13:09 v2.0.0-dev.169 18:13:09 v2.0.0-dev.17 18:13:09 v2.0.0-dev.170 18:13:09 v2.0.0-dev.171 18:13:09 v2.0.0-dev.172 18:13:09 v2.0.0-dev.173 18:13:09 v2.0.0-dev.174 18:13:09 v2.0.0-dev.175 18:13:09 v2.0.0-dev.176 18:13:09 v2.0.0-dev.177 18:13:09 v2.0.0-dev.178 18:13:09 v2.0.0-dev.179 18:13:09 v2.0.0-dev.18 18:13:09 v2.0.0-dev.180 18:13:09 v2.0.0-dev.181 18:13:09 v2.0.0-dev.182 18:13:09 v2.0.0-dev.183 18:13:09 v2.0.0-dev.184 18:13:09 v2.0.0-dev.185 18:13:09 v2.0.0-dev.186 18:13:09 v2.0.0-dev.187 18:13:09 v2.0.0-dev.188 18:13:09 v2.0.0-dev.189 18:13:09 v2.0.0-dev.19 18:13:09 v2.0.0-dev.190 18:13:09 v2.0.0-dev.191 18:13:09 v2.0.0-dev.192 18:13:09 v2.0.0-dev.193 18:13:09 v2.0.0-dev.194 18:13:09 v2.0.0-dev.195 18:13:09 v2.0.0-dev.2 18:13:09 v2.0.0-dev.20 18:13:09 v2.0.0-dev.21 18:13:09 v2.0.0-dev.22 18:13:09 v2.0.0-dev.23 18:13:09 v2.0.0-dev.24 18:13:09 v2.0.0-dev.25 18:13:09 v2.0.0-dev.26 18:13:09 v2.0.0-dev.27 18:13:09 v2.0.0-dev.28 18:13:09 v2.0.0-dev.29 18:13:09 v2.0.0-dev.3 18:13:09 v2.0.0-dev.30 18:13:09 v2.0.0-dev.31 18:13:09 v2.0.0-dev.32 18:13:09 v2.0.0-dev.33 18:13:09 v2.0.0-dev.34 18:13:09 v2.0.0-dev.35 18:13:09 v2.0.0-dev.36 18:13:09 v2.0.0-dev.37 18:13:09 v2.0.0-dev.38 18:13:09 v2.0.0-dev.39 18:13:09 v2.0.0-dev.4 18:13:09 v2.0.0-dev.40 18:13:09 v2.0.0-dev.41 18:13:09 v2.0.0-dev.42 18:13:09 v2.0.0-dev.43 18:13:09 v2.0.0-dev.44 18:13:09 v2.0.0-dev.45 18:13:09 v2.0.0-dev.46 18:13:09 v2.0.0-dev.47 18:13:09 v2.0.0-dev.48 18:13:09 v2.0.0-dev.49 18:13:09 v2.0.0-dev.5 18:13:09 v2.0.0-dev.50 18:13:09 v2.0.0-dev.51 18:13:09 v2.0.0-dev.52 18:13:09 v2.0.0-dev.53 18:13:09 v2.0.0-dev.54 18:13:09 v2.0.0-dev.55 18:13:09 v2.0.0-dev.56 18:13:09 v2.0.0-dev.57 18:13:09 v2.0.0-dev.58 18:13:09 v2.0.0-dev.59 18:13:09 v2.0.0-dev.6 18:13:09 v2.0.0-dev.60 18:13:09 v2.0.0-dev.61 18:13:09 v2.0.0-dev.62 18:13:09 v2.0.0-dev.63 18:13:09 v2.0.0-dev.64 18:13:09 v2.0.0-dev.65 18:13:09 v2.0.0-dev.66 18:13:09 v2.0.0-dev.67 18:13:09 v2.0.0-dev.68 18:13:09 v2.0.0-dev.69 18:13:09 v2.0.0-dev.7 18:13:09 v2.0.0-dev.70 18:13:09 v2.0.0-dev.71 18:13:09 v2.0.0-dev.72 18:13:09 v2.0.0-dev.73 18:13:09 v2.0.0-dev.74 18:13:09 v2.0.0-dev.75 18:13:09 v2.0.0-dev.76 18:13:09 v2.0.0-dev.77 18:13:09 v2.0.0-dev.78 18:13:09 v2.0.0-dev.79 18:13:09 v2.0.0-dev.8 18:13:09 v2.0.0-dev.80 18:13:09 v2.0.0-dev.81 18:13:09 v2.0.0-dev.82 18:13:09 v2.0.0-dev.83 18:13:09 v2.0.0-dev.84 18:13:09 v2.0.0-dev.85 18:13:09 v2.0.0-dev.86 18:13:09 v2.0.0-dev.87 18:13:09 v2.0.0-dev.88 18:13:09 v2.0.0-dev.89 18:13:09 v2.0.0-dev.9 18:13:09 v2.0.0-dev.90 18:13:09 v2.0.0-dev.91 18:13:09 v2.0.0-dev.92 18:13:09 v2.0.0-dev.93 18:13:09 v2.0.0-dev.94 18:13:09 v2.0.0-dev.95 18:13:09 v2.0.0-dev.96 18:13:09 v2.0.0-dev.97 18:13:09 v2.0.0-dev.98 18:13:09 v2.0.0-dev.99 [Pipeline] sh 18:13:09 + lftools sign git-tag v2.0.0-dev.195 18:13:11 Signing Git tag with Sigul... 18:13:11 Signing v2.0.0-dev.195 [Pipeline] echo 18:13:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:13:13 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:13:13 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:13:13 $ docker stop --time=1 1ea136c37e019db8bd9d85e174004b3e01ebe294e28fade4402f57dab72541ba 18:13:15 $ docker rm -f 1ea136c37e019db8bd9d85e174004b3e01ebe294e28fade4402f57dab72541ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:13:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:13:15 . [Pipeline] withDockerContainer 18:13:15 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 18:13:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:13:16 $ docker top bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:13:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:13:17 [ssh-agent] Looking for ssh-agent implementation... 18:13:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:13:17 $ docker exec bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a ssh-agent 18:13:17 SSH_AUTH_SOCK=/tmp/ssh-rpBoJ9K3hB3R/agent.12 18:13:17 SSH_AGENT_PID=18 18:13:17 Running ssh-add (command line suppressed) 18:13:17 Identity added: /w/workspace/edgex-go/463@tmp/private_key_623098908139189852.key (/w/workspace/edgex-go/463@tmp/private_key_623098908139189852.key) 18:13:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:13:17 + git semver bump pre 18:13:17 # -> Open(): unable to determine branch for HEAD 18:13:17 # $GIT_DIR = /w/workspace/edgex-go/463/.git 18:13:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/463 18:13:17 # $SEMVER_REMOTE_NAME = origin 18:13:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:13:17 # $SEMVER_USER_NAME = edgex-jenkins 18:13:17 # $SEMVER_BRANCH = master 18:13:17 # $SEMVER_DIR = /w/workspace/edgex-go/463/.semver 18:13:17 2.0.0-dev.196 [Pipeline] } 18:13:17 $ docker exec --env ******** --env ******** bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a ssh-agent -k 18:13:18 unset SSH_AUTH_SOCK; 18:13:18 unset SSH_AGENT_PID; 18:13:18 echo Agent pid 18 killed; 18:13:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:13:18 + git semver [Pipeline] } 18:13:18 $ docker stop --time=1 bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a 18:13:19 $ docker rm -f bf4b74e9b0df9a187227f8d586a1775846c6e9ce20dc6b5e8c7a98e751582a0a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:13:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:13:20 . [Pipeline] withDockerContainer 18:13:20 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 18:13:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:13:21 $ docker top f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:13:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:13:21 [ssh-agent] Looking for ssh-agent implementation... 18:13:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:13:21 $ docker exec f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 ssh-agent 18:13:21 SSH_AUTH_SOCK=/tmp/ssh-IvQ6lrG0MN9b/agent.11 18:13:21 SSH_AGENT_PID=16 18:13:21 Running ssh-add (command line suppressed) 18:13:21 Identity added: /w/workspace/edgex-go/463@tmp/private_key_4942051690242785589.key (/w/workspace/edgex-go/463@tmp/private_key_4942051690242785589.key) 18:13:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:13:22 + git semver push 18:13:22 # -> Open(): unable to determine branch for HEAD 18:13:22 # $GIT_DIR = /w/workspace/edgex-go/463/.git 18:13:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/463 18:13:22 # $SEMVER_REMOTE_NAME = origin 18:13:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:13:22 # $SEMVER_USER_NAME = edgex-jenkins 18:13:22 # $SEMVER_BRANCH = master 18:13:22 # $SEMVER_DIR = /w/workspace/edgex-go/463/.semver [Pipeline] } 18:13:32 $ docker exec --env ******** --env ******** f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 ssh-agent -k 18:13:32 unset SSH_AUTH_SOCK; 18:13:32 unset SSH_AGENT_PID; 18:13:32 echo Agent pid 16 killed; 18:13:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:13:32 + git semver [Pipeline] } 18:13:32 $ docker stop --time=1 f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 18:13:34 $ docker rm -f f582c2eb3f87c6c18e1f81f3e8295388b8e1ec6de01b156a3e2c7ba286118010 [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 18:13:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:13:36 ---> package-listing.sh 18:13:36 ++ facter osfamily 18:13:36 ++ tr '[:upper:]' '[:lower:]' 18:13:36 + OS_FAMILY=redhat 18:13:36 + workspace=/w/workspace/edgex-go/463 18:13:36 + START_PACKAGES=/tmp/packages_start.txt 18:13:36 + END_PACKAGES=/tmp/packages_end.txt 18:13:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:13:36 + PACKAGES=/tmp/packages_start.txt 18:13:36 + '[' /w/workspace/edgex-go/463 ']' 18:13:36 + PACKAGES=/tmp/packages_end.txt 18:13:36 + case "${OS_FAMILY}" in 18:13:36 + rpm -qa 18:13:36 + sort 18:13:41 + '[' -f /tmp/packages_start.txt ']' 18:13:41 + '[' -f /tmp/packages_end.txt ']' 18:13:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:13:41 + '[' /w/workspace/edgex-go/463 ']' 18:13:41 + mkdir -p /w/workspace/edgex-go/463/archives/ 18:13:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/463/archives/ [Pipeline] echo 18:13:41 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/463/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:13:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:13:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:13:42 18:13:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:13:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:13:42 alpine: Pulling from edgex-lftools-log-publisher 18:13:42 df20fa9351a1: Pulling fs layer 18:13:42 36b3adc4ff6f: Pulling fs layer 18:13:42 8ad3a11d3b57: Pulling fs layer 18:13:42 46f8f816bc3b: Pulling fs layer 18:13:42 93b61091891f: Pulling fs layer 18:13:42 93b9cdb0e59b: Pulling fs layer 18:13:42 5e14af77c1be: Pulling fs layer 18:13:42 01666e4c0597: Pulling fs layer 18:13:42 aa168da1d23b: Pulling fs layer 18:13:42 93b9cdb0e59b: Waiting 18:13:42 01666e4c0597: Waiting 18:13:42 5e14af77c1be: Waiting 18:13:42 aa168da1d23b: Waiting 18:13:42 46f8f816bc3b: Waiting 18:13:42 93b61091891f: Waiting 18:13:42 36b3adc4ff6f: Verifying Checksum 18:13:42 36b3adc4ff6f: Download complete 18:13:42 46f8f816bc3b: Download complete 18:13:42 df20fa9351a1: Verifying Checksum 18:13:42 df20fa9351a1: Download complete 18:13:42 93b9cdb0e59b: Download complete 18:13:42 93b61091891f: Verifying Checksum 18:13:42 93b61091891f: Download complete 18:13:42 5e14af77c1be: Download complete 18:13:42 01666e4c0597: Verifying Checksum 18:13:42 01666e4c0597: Download complete 18:13:42 8ad3a11d3b57: Verifying Checksum 18:13:42 8ad3a11d3b57: Download complete 18:13:42 df20fa9351a1: Pull complete 18:13:43 36b3adc4ff6f: Pull complete 18:13:44 aa168da1d23b: Verifying Checksum 18:13:44 aa168da1d23b: Download complete 18:13:44 8ad3a11d3b57: Pull complete 18:13:45 46f8f816bc3b: Pull complete 18:13:45 93b61091891f: Pull complete 18:13:45 93b9cdb0e59b: Pull complete 18:13:45 5e14af77c1be: Pull complete 18:13:45 01666e4c0597: Pull complete 18:13:53 aa168da1d23b: Pull complete 18:13:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:13:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:13:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:13:54 prd-centos7-docker-4c-2g-2771 does not seem to be running inside a container 18:13:54 $ 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/463/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/463 -v /w/workspace/edgex-go/463:/w/workspace/edgex-go/463:rw,z -v /w/workspace/edgex-go/463@tmp:/w/workspace/edgex-go/463@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:13:57 $ docker top 59a413dafb5747180981b68c81ceb8b04463e2abd732bd2c67ee0c00786420b8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:13:57 + touch /tmp/pre-build-complete [Pipeline] sh 18:13:57 + mkdir -p /var/log/sa [Pipeline] sh 18:13:58 + ls /var/log/sa-host 18:13:58 + sadf -c /var/log/sa-host/sa03 18:13:58 file_magic: OK 18:13:58 HZ: Using current value: 100 18:13:58 file_header: OK 18:13:58 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 18:13:58 Statistics: 18:13:58 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... 18:13:58 File successfully converted to sysstat format version 12.2.1 18:13:58 + sadf -c /var/log/sa-host/sa23 18:13:58 file_magic: OK 18:13:58 HZ: Using current value: 100 18:13:58 file_header: OK 18:13:58 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 18:13:58 Statistics: 18:13:58 Hnuu...uuuununununu... 18:13:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:13:58 provisioning config files... 18:13:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/463@tmp/config8820266716331497272tmp [Pipeline] { [Pipeline] echo 18:13:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:13:58 ---> create-netrc.sh [Pipeline] } 18:13:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:13:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:13:59 ---> python-tools-install.sh [Pipeline] echo 18:13:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:13:59 ---> sudo-logs.sh 18:13:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:13:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:13:59 ---> job-cost.sh 18:13:59 lf-activate-venv: SKIPPING 18:13:59 DEBUG: total: 0.20999999344348907 18:13:59 INFO: Retrieving Stack Cost... 18:14:01 INFO: Retrieving Pricing Info for: v1-standard-2 18:14:01 INFO: Archiving Costs [Pipeline] echo 18:14:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:14:01 ---> logs-deploy.sh 18:14:01 lf-activate-venv: SKIPPING 18:14:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/463 18:14:01 INFO: archiving workspace using pattern(s): 18:14:03 Archives upload complete. 18:14:03 INFO: archiving logs to Nexus 18:14:04 ---> uname -a: 18:14:04 Linux prd-centos7-docker-4c-2g-2771.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:14:04 18:14:04 18:14:04 ---> lscpu: 18:14:04 Architecture: x86_64 18:14:04 CPU op-mode(s): 32-bit, 64-bit 18:14:04 Byte Order: Little Endian 18:14:04 Address sizes: 40 bits physical, 48 bits virtual 18:14:04 CPU(s): 4 18:14:04 On-line CPU(s) list: 0-3 18:14:04 Thread(s) per core: 1 18:14:04 Core(s) per socket: 1 18:14:04 Socket(s): 4 18:14:04 NUMA node(s): 1 18:14:04 Vendor ID: GenuineIntel 18:14:04 CPU family: 6 18:14:04 Model: 44 18:14:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:14:04 Stepping: 1 18:14:04 CPU MHz: 2933.438 18:14:04 BogoMIPS: 5866.87 18:14:04 Virtualization: VT-x 18:14:04 Hypervisor vendor: KVM 18:14:04 Virtualization type: full 18:14:04 L1d cache: 128 KiB 18:14:04 L1i cache: 128 KiB 18:14:04 L2 cache: 16 MiB 18:14:04 L3 cache: 64 MiB 18:14:04 NUMA node0 CPU(s): 0-3 18:14:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:14:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:14:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:14:04 Vulnerability Meltdown: Mitigation; PTI 18:14:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:14:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:14:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:14:04 Vulnerability Srbds: Not affected 18:14:04 Vulnerability Tsx async abort: Not affected 18:14:04 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 18:14:04 18:14:04 18:14:04 ---> nproc: 18:14:04 4 18:14:04 18:14:04 18:14:04 ---> df -h: 18:14:04 Filesystem Size Used Available Use% Mounted on 18:14:04 overlay 50.0G 13.5G 36.5G 27% / 18:14:04 tmpfs 64.0M 0 64.0M 0% /dev 18:14:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:14:04 shm 64.0M 0 64.0M 0% /dev/shm 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/463 18:14:04 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/463@tmp 18:14:04 18:14:04 18:14:04 ---> free -m: 18:14:04 total used free shared buff/cache available 18:14:04 Mem: 1837 791 144 0 901 995 18:14:04 Swap: 1023 65 958 18:14:04 18:14:04 18:14:04 ---> ip addr: 18:14:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:14:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:14:04 inet 127.0.0.1/8 scope host lo 18:14:04 valid_lft forever preferred_lft forever 18:14:04 inet6 ::1/128 scope host 18:14:04 valid_lft forever preferred_lft forever 18:14:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:14:04 link/ether fa:16:3e:ee:2c:d5 brd ff:ff:ff:ff:ff:ff 18:14:04 inet 10.30.122.180/23 brd 10.30.123.255 scope global dynamic eth0 18:14:04 valid_lft 85258sec preferred_lft 85258sec 18:14:04 inet6 fe80::f816:3eff:feee:2cd5/64 scope link 18:14:04 valid_lft forever preferred_lft forever 18:14:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:14:04 link/ether 02:42:16:52:06:c9 brd ff:ff:ff:ff:ff:ff 18:14:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:14:04 valid_lft forever preferred_lft forever 18:14:04 inet6 fe80::42:16ff:fe52:6c9/64 scope link 18:14:04 valid_lft forever preferred_lft forever 18:14:04 18:14:04 18:14:04 ---> sar -b -r -n DEV: 18:14:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) 18:14:04 18:14:04 17:54:51 LINUX RESTART (4 CPU) 18:14:04 18:14:04 17:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:14:04 17:57:02 304.89 112.68 192.21 0.00 7088.20 53252.74 0.00 18:14:04 17:58:01 240.92 126.40 114.51 0.00 3887.28 15640.83 0.00 18:14:04 17:59:01 118.05 41.94 76.11 0.00 1905.71 9008.47 0.00 18:14:04 18:00:01 176.40 53.50 122.89 0.00 7966.64 46327.21 0.00 18:14:04 18:01:02 2016.05 1667.50 348.55 0.00 163389.94 202620.52 0.00 18:14:04 18:02:01 1477.86 1243.45 234.41 0.00 70184.77 85677.60 0.00 18:14:04 18:03:02 798.57 456.78 341.79 0.00 72820.96 122610.15 0.00 18:14:04 18:04:01 2109.12 1774.39 334.73 0.00 101242.74 107973.90 0.00 18:14:04 18:05:01 312.71 141.43 171.27 0.00 14712.44 21061.31 0.00 18:14:04 18:06:02 94.54 87.24 7.29 0.00 3538.92 149.94 0.00 18:14:04 18:07:01 1.80 1.44 0.36 0.00 103.66 6.74 0.00 18:14:04 18:08:01 0.37 0.17 0.20 0.00 1.87 2.05 0.00 18:14:04 18:09:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 18:14:04 18:10:01 2.12 1.85 0.27 0.00 60.64 3.27 0.00 18:14:04 18:11:01 0.83 0.08 0.75 0.00 1.60 15.01 0.00 18:14:04 18:12:01 283.32 151.58 131.73 0.00 8533.60 34342.71 0.00 18:14:04 18:13:01 258.28 104.11 154.16 0.00 6535.60 33783.50 0.00 18:14:04 Average: 482.93 351.32 131.61 0.00 27345.64 43343.45 0.00 18:14:04 18:14:04 17:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:14:04 17:57:02 118188 0 774344 41.15 1492 987520 1345696 45.93 630804 829416 55944 18:14:04 17:58:01 179724 0 787572 41.86 708 913540 1474512 50.32 677596 739148 26484 18:14:04 17:59:01 132972 0 817328 43.44 620 930624 1756844 59.96 675004 776492 15852 18:14:04 18:00:01 72188 0 733848 39.00 136 1075372 1263328 43.12 703464 837472 63356 18:14:04 18:01:02 80496 0 860008 45.71 16 941024 2347492 80.12 745868 820820 46100 18:14:04 18:02:01 315948 0 902260 47.95 16 663320 2737200 93.42 595072 692256 1436 18:14:04 18:03:02 76128 0 839632 44.62 16 965768 2318704 79.13 734692 835688 66952 18:14:04 18:04:01 122244 0 729484 38.77 16 1029800 1982924 67.67 640652 872008 96 18:14:04 18:05:01 360164 0 665288 35.36 16 856076 1418348 48.41 624860 649860 36 18:14:04 18:06:02 288192 0 633816 33.69 16 959520 1202800 41.05 617924 730948 16 18:14:04 18:07:01 287948 0 631020 33.54 16 962560 1175096 40.10 615588 733644 16 18:14:04 18:08:01 288444 0 630520 33.51 16 962564 1175164 40.11 615644 733700 8 18:14:04 18:09:01 288456 0 630500 33.51 16 962572 1175164 40.11 615652 733700 8 18:14:04 18:10:01 286316 0 631556 33.57 16 963656 1175164 40.11 615756 734696 16 18:14:04 18:11:01 286152 0 631712 33.57 16 963664 1175248 40.11 615964 734704 16 18:14:04 18:12:01 75808 0 768220 40.83 16 1037500 1439300 49.12 652432 850560 20796 18:14:04 18:13:01 228856 0 768416 40.84 16 884256 1478256 50.45 485076 815420 52 18:14:04 Average: 205190 0 731501 38.88 186 944667 1567132 53.48 638944 771796 17481 18:14:04 18:14:04 17:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:14:04 17:57:02 eth0 531.68 440.66 3553.91 82.48 0.00 0.00 0.00 0.00 18:14:04 17:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 17:57:02 docker0 206.80 248.51 14.44 851.48 0.00 0.00 0.00 0.00 18:14:04 17:58:01 eth0 35.86 20.92 34.85 15.21 0.00 0.00 0.00 0.00 18:14:04 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 17:58:01 veth2433eee 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:14:04 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 17:59:01 eth0 23.14 12.93 17.86 8.65 0.00 0.00 0.00 0.00 18:14:04 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 17:59:01 veth2433eee 2.33 2.33 0.19 0.20 0.00 0.00 0.00 0.00 18:14:04 17:59:01 docker0 2.33 2.33 0.15 0.20 0.00 0.00 0.00 0.00 18:14:04 18:00:01 eth0 209.92 173.65 1704.26 99.86 0.00 0.00 0.00 0.00 18:14:04 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:00:01 vetha080b84 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:14:04 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:01:02 eth0 104.57 81.12 181.38 62.09 0.00 0.00 0.00 0.00 18:14:04 18:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:01:02 vetha080b84 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 18:14:04 18:01:02 docker0 50.05 61.49 3.14 161.82 0.00 0.00 0.00 0.00 18:14:04 18:02:01 veth28d27bb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:14:04 18:02:01 veth326a90e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:14:04 18:02:01 eth0 11.30 5.94 9.34 4.94 0.00 0.00 0.00 0.00 18:14:04 18:02:01 veth3de6877 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:14:04 18:03:02 veth72df426 21.37 41.51 1.72 339.89 0.00 0.00 0.00 0.00 18:14:04 18:03:02 eth0 220.32 149.05 1765.30 27.73 0.00 0.00 0.00 0.00 18:14:04 18:03:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:14:04 18:03:02 veth1749b85 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:14:04 18:04:01 eth0 71.31 48.76 95.29 88.59 0.00 0.00 0.00 0.00 18:14:04 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:04:01 veth68d4122 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:04:01 vetha080b84 0.00 0.93 0.00 0.04 0.00 0.00 0.00 0.00 18:14:04 18:05:01 eth0 257.00 225.77 217.60 604.45 0.00 0.00 0.00 0.00 18:14:04 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:05:01 docker0 1272.04 1322.44 97.47 4371.95 0.00 0.00 0.00 0.00 18:14:04 18:06:02 eth0 209.28 210.59 91.58 978.23 0.00 0.00 0.00 0.00 18:14:04 18:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:07:01 eth0 0.07 0.12 0.01 0.03 0.00 0.00 0.00 0.00 18:14:04 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:08:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:14:04 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:09:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:14:04 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:10:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:14:04 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:11:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 18:14:04 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:12:01 eth0 462.84 407.58 4431.14 39.25 0.00 0.00 0.00 0.00 18:14:04 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:12:01 veth749e26a 41.79 41.34 4.06 344.72 0.00 0.00 0.00 0.00 18:14:04 18:12:01 docker0 41.79 41.24 3.49 344.71 0.00 0.00 0.00 0.00 18:14:04 18:13:01 veth7e0355b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:13:01 eth0 436.73 376.84 3261.47 108.67 0.00 0.00 0.00 0.00 18:14:04 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 18:13:01 docker0 5.26 4.93 0.69 27.54 0.00 0.00 0.00 0.00 18:14:04 Average: veth7e0355b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 Average: eth0 151.94 127.13 906.83 124.99 0.00 0.00 0.00 0.00 18:14:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:04 Average: docker0 22.48 28.10 1.57 120.54 0.00 0.00 0.00 0.00 18:14:04 18:14:04 18:14:04 ---> sar -P ALL: 18:14:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) 18:14:04 18:14:04 17:54:51 LINUX RESTART (4 CPU) 18:14:04 18:14:04 17:56:01 CPU %user %nice %system %iowait %steal %idle 18:14:04 17:57:02 all 13.74 0.00 9.53 5.04 0.06 71.62 18:14:04 17:57:02 0 19.12 0.00 11.23 4.41 0.07 65.17 18:14:04 17:57:02 1 11.73 0.00 9.15 5.65 0.09 73.39 18:14:04 17:57:02 2 10.83 0.00 8.99 5.00 0.05 75.13 18:14:04 17:57:02 3 13.34 0.00 8.76 5.11 0.05 72.75 18:14:04 17:58:01 all 50.96 0.00 13.58 5.76 0.05 29.65 18:14:04 17:58:01 0 49.05 0.00 14.01 4.94 0.04 31.96 18:14:04 17:58:01 1 50.84 0.00 13.18 4.23 0.07 31.68 18:14:04 17:58:01 2 52.29 0.00 13.95 7.32 0.05 26.39 18:14:04 17:58:01 3 51.64 0.00 13.17 6.58 0.03 28.57 18:14:04 17:59:01 all 46.49 0.00 14.16 5.35 0.05 33.96 18:14:04 17:59:01 0 46.35 0.00 14.31 3.95 0.05 35.33 18:14:04 17:59:01 1 46.99 0.00 14.29 4.23 0.03 34.45 18:14:04 17:59:01 2 46.56 0.00 13.81 7.42 0.05 32.15 18:14:04 17:59:01 3 46.04 0.00 14.22 5.78 0.05 33.91 18:14:04 18:00:01 all 27.55 0.00 12.39 6.30 0.06 53.70 18:14:04 18:00:01 0 28.85 0.00 13.93 5.33 0.09 51.82 18:14:04 18:00:01 1 26.00 0.00 11.27 6.24 0.07 56.42 18:14:04 18:00:01 2 26.93 0.00 11.97 8.19 0.05 52.86 18:14:04 18:00:01 3 28.41 0.00 12.40 5.44 0.05 53.70 18:14:04 18:01:02 all 19.48 0.00 28.08 22.31 0.11 30.02 18:14:04 18:01:02 0 18.43 0.00 28.09 20.89 0.10 32.49 18:14:04 18:01:02 1 20.21 0.00 27.49 22.87 0.14 29.30 18:14:04 18:01:02 2 20.55 0.00 27.75 23.03 0.10 28.56 18:14:04 18:01:02 3 18.74 0.00 28.99 22.45 0.09 29.74 18:14:04 18:02:01 all 56.39 0.00 17.64 15.71 0.07 10.20 18:14:04 18:02:01 0 56.12 0.00 18.46 15.88 0.07 9.47 18:14:04 18:02:01 1 55.71 0.00 16.45 16.73 0.07 11.04 18:14:04 18:02:01 2 57.53 0.00 17.50 15.46 0.05 9.46 18:14:04 18:02:01 3 56.18 0.00 18.16 14.74 0.07 10.85 18:14:04 18:03:02 all 23.11 0.00 18.14 27.65 0.07 31.02 18:14:04 18:03:02 0 23.82 0.00 18.48 25.94 0.05 31.72 18:14:04 18:03:02 1 23.27 0.00 16.97 24.30 0.10 35.36 18:14:04 18:03:02 2 22.13 0.00 19.12 32.27 0.05 26.44 18:14:04 18:03:02 3 23.24 0.00 17.99 28.09 0.09 30.59 18:14:04 18:04:01 all 34.57 0.00 21.08 30.55 0.06 13.73 18:14:04 18:04:01 0 36.06 0.00 20.39 33.46 0.05 10.04 18:14:04 18:04:01 1 32.22 0.00 20.83 29.96 0.07 16.91 18:14:04 18:04:01 2 34.81 0.00 21.57 28.29 0.07 15.26 18:14:04 18:04:01 3 35.19 0.00 21.53 30.50 0.05 12.72 18:14:04 18:05:01 all 31.30 0.00 11.74 5.02 0.06 51.88 18:14:04 18:05:01 0 31.74 0.00 12.40 4.94 0.07 50.86 18:14:04 18:05:01 1 32.74 0.00 10.62 3.26 0.03 53.35 18:14:04 18:05:01 2 30.47 0.00 11.82 5.11 0.02 52.58 18:14:04 18:05:01 3 30.25 0.00 12.11 6.81 0.10 50.72 18:14:04 18:06:02 all 5.35 0.00 2.09 2.40 0.03 90.14 18:14:04 18:06:02 0 5.21 0.00 2.34 2.42 0.02 90.01 18:14:04 18:06:02 1 5.26 0.00 2.17 2.55 0.03 89.99 18:14:04 18:06:02 2 5.10 0.00 1.91 2.13 0.03 90.81 18:14:04 18:06:02 3 5.83 0.00 1.95 2.48 0.02 89.73 18:14:04 18:07:01 all 0.20 0.00 0.03 0.01 0.00 99.76 18:14:04 18:07:01 0 0.05 0.00 0.02 0.00 0.00 99.93 18:14:04 18:07:01 1 0.12 0.00 0.02 0.03 0.00 99.83 18:14:04 18:07:01 2 0.12 0.00 0.03 0.00 0.00 99.85 18:14:04 18:07:01 3 0.53 0.00 0.05 0.00 0.00 99.42 18:14:04 18:14:04 18:07:01 CPU %user %nice %system %iowait %steal %idle 18:14:04 18:08:01 all 0.17 0.00 0.03 0.01 0.00 99.80 18:14:04 18:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:14:04 18:08:01 1 0.27 0.00 0.02 0.00 0.00 99.72 18:14:04 18:08:01 2 0.08 0.00 0.02 0.03 0.02 99.85 18:14:04 18:08:01 3 0.32 0.00 0.07 0.00 0.00 99.62 18:14:04 18:09:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:14:04 18:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:14:04 18:09:01 1 0.53 0.00 0.05 0.00 0.00 99.42 18:14:04 18:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:14:04 18:09:01 3 0.02 0.00 0.03 0.00 0.02 99.93 18:14:04 18:10:01 all 0.18 0.00 0.17 0.03 0.00 99.62 18:14:04 18:10:01 0 0.02 0.00 0.08 0.02 0.00 99.88 18:14:04 18:10:01 1 0.07 0.00 0.03 0.00 0.00 99.90 18:14:04 18:10:01 2 0.55 0.00 0.23 0.10 0.00 99.12 18:14:04 18:10:01 3 0.10 0.00 0.33 0.00 0.00 99.57 18:14:04 18:11:01 all 0.08 0.00 0.04 0.00 0.00 99.88 18:14:04 18:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:14:04 18:11:01 1 0.05 0.00 0.05 0.00 0.02 99.88 18:14:04 18:11:01 2 0.23 0.00 0.07 0.00 0.00 99.70 18:14:04 18:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:14:04 18:12:01 all 9.42 0.00 7.04 5.02 0.06 78.48 18:14:04 18:12:01 0 8.35 0.00 7.39 4.09 0.07 80.10 18:14:04 18:12:01 1 9.54 0.00 6.79 3.97 0.05 79.64 18:14:04 18:12:01 2 8.55 0.00 6.18 6.76 0.05 78.45 18:14:04 18:12:01 3 11.22 0.00 7.78 5.24 0.05 75.71 18:14:04 18:13:01 all 10.12 0.00 8.56 5.42 0.05 75.85 18:14:04 18:13:01 0 10.68 0.00 10.44 6.54 0.05 72.30 18:14:04 18:13:01 1 9.99 0.00 7.59 6.64 0.05 75.72 18:14:04 18:13:01 2 9.71 0.00 7.44 3.97 0.03 78.84 18:14:04 18:13:01 3 10.08 0.00 8.78 4.54 0.05 76.55 18:14:04 Average: all 19.08 0.00 9.55 7.91 0.04 63.42 18:14:04 Average: 0 19.37 0.00 9.98 7.70 0.04 62.90 18:14:04 Average: 1 18.89 0.00 9.12 7.56 0.05 64.38 18:14:04 Average: 2 18.94 0.00 9.45 8.43 0.04 63.15 18:14:04 Average: 3 19.11 0.00 9.63 7.96 0.04 63.26 18:14:04 18:14:04 18:14:04