Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 648a76936c86a2d83b792934831f9cfce5b39e1d 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-4078 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/474 [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/474 # 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 648a76936c86a2d83b792934831f9cfce5b39e1d (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 648a76936c86a2d83b792934831f9cfce5b39e1d # timeout=10 Commit message: "Merge pull request #3443 from weichou1229/issue-3344" > git rev-list --no-walk 6b23ec567a86ee52455607061a4fabaca114589a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:47:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:47:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:47:24 ========================================================= 13:47:24 EdgeX Global Pipelines Version Info 13:47:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:47:25 ------------------- 13:47:25 stable info: 13:47:25 ------------------- 13:47:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:47:25 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 13:47:25 Message: update stable to v1.0.191 13:47:26 ------------------- 13:47:26 experimental info: 13:47:26 ------------------- 13:47:26 Commited By: **** collab-it+edgex@linuxfoundation.org 13:47:26 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 13:47:26 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:47:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:47:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:47:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:47:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:47:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:47:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 13:47:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 13:47:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 648a769 [Pipeline] echo 13:47:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:47:27 provisioning config files... 13:47:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/474@tmp/config7655430240432114914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:47:27 ---> docker-login.sh 13:47:27 nexus3.edgexfoundry.org:10001 13:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:47:28 Configure a credential helper to remove this warning. See 13:47:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:47:28 13:47:28 Login Succeeded 13:47:28 nexus3.edgexfoundry.org:10002 13:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:47:28 Configure a credential helper to remove this warning. See 13:47:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:47:28 13:47:28 Login Succeeded 13:47:28 nexus3.edgexfoundry.org:10003 13:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:47:28 Configure a credential helper to remove this warning. See 13:47:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:47:28 13:47:28 Login Succeeded 13:47:28 nexus3.edgexfoundry.org:10004 13:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:47:28 Configure a credential helper to remove this warning. See 13:47:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:47:28 13:47:28 Login Succeeded 13:47:28 docker.io 13:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:47:29 Configure a credential helper to remove this warning. See 13:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:47:29 13:47:29 Login Succeeded 13:47:29 ---> docker-login.sh ends [Pipeline] } 13:47:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:47:29 ++ 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 13:47:29 + for file in '`ls cmd/**/Dockerfile`' 13:47:29 ++ dirname cmd/core-command/Dockerfile 13:47:29 ++ cut -d/ -f2 13:47:29 + echo core-command,cmd/core-command/Dockerfile 13:47:29 + for file in '`ls cmd/**/Dockerfile`' 13:47:29 ++ dirname cmd/core-data/Dockerfile 13:47:29 ++ cut -d/ -f2 13:47:29 + echo core-data,cmd/core-data/Dockerfile 13:47:29 + for file in '`ls cmd/**/Dockerfile`' 13:47:29 ++ dirname cmd/core-metadata/Dockerfile 13:47:29 ++ cut -d/ -f2 13:47:29 + echo core-metadata,cmd/core-metadata/Dockerfile 13:47:29 + for file in '`ls cmd/**/Dockerfile`' 13:47:29 ++ dirname cmd/security-bootstrapper/Dockerfile 13:47:29 ++ cut -d/ -f2 13:47:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:47:29 + for file in '`ls cmd/**/Dockerfile`' 13:47:29 ++ dirname cmd/security-proxy-setup/Dockerfile 13:47:29 ++ cut -d/ -f2 13:47:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:47:29 + for file in '`ls cmd/**/Dockerfile`' 13:47:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:47:29 ++ cut -d/ -f2 13:47:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:47:29 + for file in '`ls cmd/**/Dockerfile`' 13:47:29 ++ dirname cmd/support-notifications/Dockerfile 13:47:29 ++ cut -d/ -f2 13:47:29 + echo support-notifications,cmd/support-notifications/Dockerfile 13:47:29 + for file in '`ls cmd/**/Dockerfile`' 13:47:29 ++ dirname cmd/support-scheduler/Dockerfile 13:47:29 ++ cut -d/ -f2 13:47:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:47:29 + for file in '`ls cmd/**/Dockerfile`' 13:47:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:47:29 ++ cut -d/ -f2 13:47:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:47:29 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 13:47:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:47:31 13:47:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:47:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:47:31 latest: Pulling from edgex-devops/git-semver 13:47:31 31603596830f: Pulling fs layer 13:47:31 54011a49482f: Pulling fs layer 13:47:31 a6820b24f6d8: Pulling fs layer 13:47:31 f581987b2513: Pulling fs layer 13:47:31 f581987b2513: Waiting 13:47:31 54011a49482f: Verifying Checksum 13:47:31 54011a49482f: Download complete 13:47:31 31603596830f: Download complete 13:47:31 f581987b2513: Verifying Checksum 13:47:31 f581987b2513: Download complete 13:47:31 a6820b24f6d8: Verifying Checksum 13:47:31 a6820b24f6d8: Download complete 13:47:32 31603596830f: Pull complete 13:47:32 54011a49482f: Pull complete 13:47:33 a6820b24f6d8: Pull complete 13:47:33 f581987b2513: Pull complete 13:47:33 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 13:47:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:47:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:47:33 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 13:47:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 13:47:36 $ docker top 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:47:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:47:36 [ssh-agent] Looking for ssh-agent implementation... 13:47:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:47:36 $ docker exec 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 ssh-agent 13:47:36 SSH_AUTH_SOCK=/tmp/ssh-CzRkz1t1fE4a/agent.11 13:47:36 SSH_AGENT_PID=17 13:47:36 Running ssh-add (command line suppressed) 13:47:37 Identity added: /w/workspace/edgex-go/474@tmp/private_key_2799553862716787038.key (/w/workspace/edgex-go/474@tmp/private_key_2799553862716787038.key) 13:47:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:47:37 + git tag --points-at HEAD [Pipeline] } 13:47:37 $ docker exec --env ******** --env ******** 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 ssh-agent -k 13:47:37 unset SSH_AUTH_SOCK; 13:47:37 unset SSH_AGENT_PID; 13:47:37 echo Agent pid 17 killed; 13:47:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:47:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:47:37 [ssh-agent] Looking for ssh-agent implementation... 13:47:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:47:37 $ docker exec 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 ssh-agent 13:47:37 SSH_AUTH_SOCK=/tmp/ssh-LiaQ4hEExvJp/agent.46 13:47:37 SSH_AGENT_PID=51 13:47:37 Running ssh-add (command line suppressed) 13:47:38 Identity added: /w/workspace/edgex-go/474@tmp/private_key_8838875587585277389.key (/w/workspace/edgex-go/474@tmp/private_key_8838875587585277389.key) 13:47:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:47:38 + git semver init 13:47:38 # -> Open(): unable to determine branch for HEAD 13:47:38 # $GIT_DIR = /w/workspace/edgex-go/474/.git 13:47:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/474 13:47:38 # $SEMVER_REMOTE_NAME = origin 13:47:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:47:38 # $SEMVER_USER_NAME = edgex-jenkins 13:47:38 # $SEMVER_BRANCH = master 13:47:38 # $SEMVER_TEMP = /tmp/semver-995889936 13:47:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:48:00 # '/tmp/semver-995889936' -> '/w/workspace/edgex-go/474/.semver' 13:48:00 # -> Force: false 13:48:00 # $SEMVER_DIR = /w/workspace/edgex-go/474/.semver [Pipeline] } 13:48:00 $ docker exec --env ******** --env ******** 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 ssh-agent -k 13:48:01 unset SSH_AUTH_SOCK; 13:48:01 unset SSH_AGENT_PID; 13:48:01 echo Agent pid 51 killed; 13:48:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:48:01 + git semver [Pipeline] } 13:48:01 $ docker stop --time=1 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 13:48:03 $ docker rm -f 20b620948b0497ebd9c79a3e409e76d004130da40434b97e21d9212cc373cbc8 [Pipeline] // withDockerContainer [Pipeline] sh 13:48:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:48:04 Stashed 1 file(s) [Pipeline] echo 13:48:04 [edgeXSemver]: initialized semver on version 2.0.0-dev.206 [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 13:48:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:48:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:48:05 + sudo service docker restart 13:48:05 + true 13:48:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 13:48:06 ========================================================= 13:48:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 13:48:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:48:06 + 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 . 13:48:10 Sending build context to Docker daemon 330MB 13:48:10 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 13:48:10 Step 2/6 : FROM ${BASE} 13:48:10 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 13:48:10 540db60ca938: Pulling fs layer 13:48:10 adcc1eea9eea: Pulling fs layer 13:48:10 4c4ab2625f07: Pulling fs layer 13:48:10 0510c868ecb4: Pulling fs layer 13:48:10 afea3b2eda06: Pulling fs layer 13:48:10 7809a108b3ef: Pulling fs layer 13:48:10 f706445af74f: Pulling fs layer 13:48:10 0510c868ecb4: Waiting 13:48:10 afea3b2eda06: Waiting 13:48:10 7809a108b3ef: Waiting 13:48:10 f706445af74f: Waiting 13:48:10 4c4ab2625f07: Verifying Checksum 13:48:10 4c4ab2625f07: Download complete 13:48:10 adcc1eea9eea: Download complete 13:48:10 afea3b2eda06: Verifying Checksum 13:48:10 afea3b2eda06: Download complete 13:48:10 7809a108b3ef: Verifying Checksum 13:48:10 7809a108b3ef: Download complete 13:48:11 540db60ca938: Verifying Checksum 13:48:11 540db60ca938: Download complete 13:48:11 540db60ca938: Pull complete 13:48:11 adcc1eea9eea: Pull complete 13:48:11 4c4ab2625f07: Pull complete 13:48:13 f706445af74f: Verifying Checksum 13:48:13 f706445af74f: Download complete 13:48:13 0510c868ecb4: Verifying Checksum 13:48:13 0510c868ecb4: Download complete 13:48:19 0510c868ecb4: Pull complete 13:48:19 afea3b2eda06: Pull complete 13:48:19 7809a108b3ef: Pull complete 13:48:19 Still waiting to schedule task 13:48:19 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 13:48:23 f706445af74f: Pull complete 13:48:23 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 13:48:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 13:48:23 ---> b068be0155e3 13:48:23 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 13:48:24 ---> Running in 41b2b76111b2 13:48:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:48:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:48:28 (1/12) Installing libmagic (5.39-r0) 13:48:28 (2/12) Installing file (5.39-r0) 13:48:28 (3/12) Installing libc-dev (0.7.2-r3) 13:48:28 (4/12) Installing g++ (10.2.1_pre1-r3) 13:48:35 (5/12) Installing fortify-headers (1.1-r0) 13:48:35 (6/12) Installing patch (2.7.6-r6) 13:48:36 (7/12) Installing build-base (0.5-r2) 13:48:36 (8/12) Installing libsodium (1.0.18-r0) 13:48:36 (9/12) Installing pkgconf (1.7.3-r0) 13:48:36 (10/12) Installing libsodium-dev (1.0.18-r0) 13:48:36 (11/12) Installing libzmq (4.3.3-r1) 13:48:36 (12/12) Installing zeromq-dev (4.3.3-r1) 13:48:37 Executing busybox-1.32.1-r6.trigger 13:48:37 OK: 219 MiB in 52 packages 13:48:41 Removing intermediate container 41b2b76111b2 13:48:41 ---> 3651fdb1d33c 13:48:41 Step 4/6 : WORKDIR /edgex-go 13:48:41 ---> Running in 6281ff5ab5c5 13:48:41 Removing intermediate container 6281ff5ab5c5 13:48:41 ---> 1bf0260c2aea 13:48:41 Step 5/6 : COPY go.mod . 13:48:41 ---> 5c1d540047a2 13:48:41 Step 6/6 : RUN go mod download 13:48:41 ---> Running in 513d7e3ecc5a 13:49:03 Removing intermediate container 513d7e3ecc5a 13:49:03 ---> 80ac638a5961 13:49:03 Successfully built 80ac638a5961 13:49:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:49:04 + docker inspect -f . ci-base-image-x86_64 13:49:04 . [Pipeline] withDockerContainer 13:49:04 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 13:49:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 13:49:05 $ docker top fa38c6dc098bb54c1523ae86977612bc1ee122f9fd3fc87b9fed3bcd96a5e1f0 -eo pid,comm [Pipeline] { [Pipeline] sh 13:49:05 + go version 13:49:05 go version go1.16.3 linux/amd64 [Pipeline] } 13:49:05 $ docker stop --time=1 fa38c6dc098bb54c1523ae86977612bc1ee122f9fd3fc87b9fed3bcd96a5e1f0 13:49:07 $ docker rm -f fa38c6dc098bb54c1523ae86977612bc1ee122f9fd3fc87b9fed3bcd96a5e1f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:49:07 + docker inspect -f . ci-base-image-x86_64 13:49:07 . [Pipeline] withDockerContainer 13:49:07 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 13:49:07 $ 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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 13:49:08 $ docker top ae94ced4135adb8655a74377c73c2211d67fda0cdab27dcc75ff195b7b2d838b -eo pid,comm [Pipeline] { [Pipeline] echo 13:49:08 ========================================================= 13:49:08 [edgeXBuildGoParallel] Running Tests and Build... 13:49:08 ========================================================= [Pipeline] sh 13:49:08 + go mod tidy [Pipeline] sh 13:49:11 + make test 13:49:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:49:21 ? github.com/edgexfoundry/edgex-go [no test files] 13:49:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:49:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:49:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:49:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:49:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:49:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:49:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:49:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:49:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:49:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:49:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:49:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:49:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:49:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 45.9% of statements 13:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:49:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.050s coverage: 19.8% of statements 13:49:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements 13:50:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.1% of statements 13:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:50:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 13:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:50:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 13:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:50:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 71.3% of statements 13:50:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:50:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.192s coverage: 87.7% of statements 13:50:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:50:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.241s coverage: 78.9% of statements 13:50:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.193s coverage: 97.5% of statements 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:50:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 95.1% of statements 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:50:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:50:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.9% of statements 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:50:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.055s coverage: 22.6% of statements 13:50:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:50:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements 13:50:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.103s coverage: 79.5% of statements 13:50:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 13:50:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 13:50:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 13:50:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4079 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 13:50:09 Running in /w/workspace/edgex-go/474 [Pipeline] { [Pipeline] checkout 13:50:15 using credential edgex-jenkins-ssh 13:50:15 Cloning the remote Git repository 13:50:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:50:15 > git init /w/workspace/edgex-go/474 # timeout=10 13:50:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:50:15 > git --version # timeout=10 13:50:15 > git --version # 'git version 2.17.1' 13:50:15 using GIT_SSH to set credentials SSH Credentials for GitHub 13:50:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:50:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements 13:50:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 13:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.239s coverage: 81.8% of statements 13:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 85.4% of statements 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.2% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 64.4% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 66.9% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 43.4% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.057s coverage: 9.6% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.163s coverage: 92.6% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.802s coverage: 28.7% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:50:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.060s coverage: 64.6% of statements 13:50:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:50:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:50:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:50:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:50:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:50:32 using GIT_SSH to set credentials SSH Credentials for GitHub 13:50:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:50:32 Checking out Revision 648a76936c86a2d83b792934831f9cfce5b39e1d (master) 13:50:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.143s coverage: 97.6% of statements 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:50:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 13:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 28.1% of statements 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 13:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.033s coverage: 85.7% of statements 13:50:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 13:50:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 13:50:34 GO111MODULE=on go vet ./... 13:50:32 > git config core.sparsecheckout # timeout=10 13:50:32 > git checkout -f 648a76936c86a2d83b792934831f9cfce5b39e1d # timeout=10 13:50:37 Commit message: "Merge pull request #3443 from weichou1229/issue-3344" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:50:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:50:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:50:39 + sudo service docker restart 13:50:39 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:50:41 provisioning config files... 13:50:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/474@tmp/config150955746113002819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:50:42 ---> docker-login.sh 13:50:42 nexus3.edgexfoundry.org:10001 13:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:50:43 Configure a credential helper to remove this warning. See 13:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:50:43 13:50:43 Login Succeeded 13:50:43 nexus3.edgexfoundry.org:10002 13:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:50:43 Configure a credential helper to remove this warning. See 13:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:50:43 13:50:43 Login Succeeded 13:50:43 nexus3.edgexfoundry.org:10003 13:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:50:44 Configure a credential helper to remove this warning. See 13:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:50:44 13:50:44 Login Succeeded 13:50:44 nexus3.edgexfoundry.org:10004 13:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:50:44 Configure a credential helper to remove this warning. See 13:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:50:44 13:50:44 Login Succeeded 13:50:45 docker.io 13:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:50:45 Configure a credential helper to remove this warning. See 13:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:50:45 13:50:45 Login Succeeded 13:50:45 ---> docker-login.sh ends [Pipeline] } 13:50:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:50:45 ========================================================= 13:50:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 13:50:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:50:46 + 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 . 13:50:48 Sending build context to Docker daemon 167.6MB 13:50:48 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 13:50:48 Step 2/6 : FROM ${BASE} 13:50:48 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:50:48 595b0fe564bb: Pulling fs layer 13:50:48 7186ed65a4f7: Pulling fs layer 13:50:48 316046926c0a: Pulling fs layer 13:50:48 4ebd0625c992: Pulling fs layer 13:50:48 207e8628e3a3: Pulling fs layer 13:50:48 c791037a9be2: Pulling fs layer 13:50:48 ffd874e62e21: Pulling fs layer 13:50:48 4ebd0625c992: Waiting 13:50:48 207e8628e3a3: Waiting 13:50:48 c791037a9be2: Waiting 13:50:48 ffd874e62e21: Waiting 13:50:48 316046926c0a: Verifying Checksum 13:50:48 316046926c0a: Download complete 13:50:48 7186ed65a4f7: Verifying Checksum 13:50:48 7186ed65a4f7: Download complete 13:50:48 207e8628e3a3: Download complete 13:50:48 c791037a9be2: Verifying Checksum 13:50:48 c791037a9be2: Download complete 13:50:48 595b0fe564bb: Verifying Checksum 13:50:48 595b0fe564bb: Download complete 13:50:49 595b0fe564bb: Pull complete 13:50:49 7186ed65a4f7: Pull complete 13:50:50 316046926c0a: Pull complete 13:50:51 ffd874e62e21: Verifying Checksum 13:50:51 ffd874e62e21: Download complete 13:50:52 4ebd0625c992: Verifying Checksum 13:50:52 4ebd0625c992: Download complete 13:51:03 4ebd0625c992: Pull complete 13:51:03 207e8628e3a3: Pull complete 13:51:03 c791037a9be2: Pull complete 13:51:07 ffd874e62e21: Pull complete 13:51:07 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 13:51:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 13:51:07 ---> cfc18b08335c 13:51:07 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 13:51:10 ---> Running in 3e65bfecbe58 13:51:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:51:13 gofmt -l . 13:51:13 [ "`gofmt -l .`" = "" ] 13:51:13 ./bin/test-go-mod-tidy.sh 13:51:13 ./bin/test-attribution-txt.sh [Pipeline] sh 13:51:13 + ls -al . 13:51:13 total 816 13:51:13 drwxrwxr-x 10 1001 1001 4096 May 10 13:51 . 13:51:13 drwxr-xr-x 4 root root 32 May 10 13:49 .. 13:51:13 -rw-rw-r-- 1 1001 1001 11 May 10 13:47 .dockerignore 13:51:13 drwxrwxr-x 8 1001 1001 162 May 10 13:47 .git 13:51:13 drwxrwxr-x 3 1001 1001 125 May 10 13:47 .github 13:51:13 -rw-rw-r-- 1 1001 1001 818 May 10 13:47 .gitignore 13:51:13 drwx------ 3 1001 1001 45 May 10 13:48 .semver 13:51:13 -rw-rw-r-- 1 1001 1001 166 May 10 13:47 .sonarcloud.properties 13:51:13 -rw-rw-r-- 1 1001 1001 8609 May 10 13:47 Attribution.txt 13:51:13 -rw-rw-r-- 1 1001 1001 3804 May 10 13:47 CONTRIBUTING.md 13:51:13 -rw-rw-r-- 1 1001 1001 931 May 10 13:47 Dockerfile.build 13:51:13 -rw-rw-r-- 1 1001 1001 863 May 10 13:47 Jenkinsfile 13:51:13 -rw-rw-r-- 1 1001 1001 10775 May 10 13:47 LICENSE 13:51:13 -rw-rw-r-- 1 1001 1001 5774 May 10 13:47 Makefile 13:51:13 -rw-rw-r-- 1 1001 1001 7978 May 10 13:47 README.md 13:51:13 -rw-rw-r-- 1 1001 1001 6755 May 10 13:47 SECURITY.md 13:51:13 -rw-rw-r-- 1 1001 1001 13 May 10 13:48 VERSION 13:51:13 -rw-rw-r-- 1 1001 1001 4131 May 10 13:47 ZMQWindows.md 13:51:13 drwxrwxr-x 2 1001 1001 117 May 10 13:47 bin 13:51:13 drwxrwxr-x 14 1001 1001 4096 May 10 13:47 cmd 13:51:13 -rw-r--r-- 1 root root 706092 May 10 13:50 coverage.out 13:51:13 -rw-r--r-- 1 root root 1060 May 10 13:51 go.mod 13:51:13 -rw-r--r-- 1 root root 22169 May 10 13:49 go.sum 13:51:13 drwxrwxr-x 8 1001 1001 127 May 10 13:47 internal 13:51:13 drwxrwxr-x 4 1001 1001 26 May 10 13:47 openapi 13:51:13 drwxrwxr-x 4 1001 1001 71 May 10 13:47 snap 13:51:13 -rw-rw-r-- 1 1001 1001 168 May 10 13:47 version.go [Pipeline] sh 13:51:13 + '[' -e coverage.out ] 13:51:13 + chown 1001:1001 coverage.out [Pipeline] stash 13:51:14 Stashed 1 file(s) [Pipeline] sh 13:51:14 + make build 13:51:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-data/core-data ./cmd/core-data 13:51:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:51:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:51:25 (1/12) Installing libmagic (5.39-r0) 13:51:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-command/core-command ./cmd/core-command 13:51:26 (2/12) Installing file (5.39-r0) 13:51:27 (3/12) Installing libc-dev (0.7.2-r3) 13:51:27 (4/12) Installing g++ (10.2.1_pre1-r3) 13:51:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:51:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:51:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:51:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:51:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:51:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:51:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:51:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/secrets-config ./cmd/secrets-config 13:51:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 13:51:40 $ docker stop --time=1 ae94ced4135adb8655a74377c73c2211d67fda0cdab27dcc75ff195b7b2d838b 13:51:42 $ docker rm -f ae94ced4135adb8655a74377c73c2211d67fda0cdab27dcc75ff195b7b2d838b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 13:51:45 (5/12) Installing fortify-headers (1.1-r0) 13:51:45 (6/12) Installing patch (2.7.6-r6) 13:51:45 (7/12) Installing build-base (0.5-r2) 13:51:45 (8/12) Installing libsodium (1.0.18-r0) 13:51:45 (9/12) Installing pkgconf (1.7.3-r0) 13:51:45 (10/12) Installing libsodium-dev (1.0.18-r0) 13:51:45 (11/12) Installing libzmq (4.3.3-r1) [Pipeline] isUnix [Pipeline] sh 13:51:45 (12/12) Installing zeromq-dev (4.3.3-r1) 13:51:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:51:46 13:51:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:51:46 Executing busybox-1.32.1-r6.trigger 13:51:46 OK: 218 MiB in 52 packages 13:51:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:51:46 latest: Pulling from edgex-devops/edgex-compose 13:51:46 cbdbe7a5bc2a: Pulling fs layer 13:51:46 ca9280d653b3: Pulling fs layer 13:51:46 7e9c9ca2126c: Pulling fs layer 13:51:46 cbdbe7a5bc2a: Download complete 13:51:46 ca9280d653b3: Verifying Checksum 13:51:46 ca9280d653b3: Download complete 13:51:47 cbdbe7a5bc2a: Pull complete 13:51:48 ca9280d653b3: Pull complete 13:51:48 7e9c9ca2126c: Verifying Checksum 13:51:48 7e9c9ca2126c: Download complete 13:51:50 Removing intermediate container 3e65bfecbe58 13:51:50 ---> f30f24787821 13:51:50 Step 4/6 : WORKDIR /edgex-go 13:51:50 ---> Running in 3443f0415b45 13:51:50 Removing intermediate container 3443f0415b45 13:51:50 ---> 83ddadfd816e 13:51:50 Step 5/6 : COPY go.mod . 13:51:51 ---> 8984794d9d20 13:51:51 Step 6/6 : RUN go mod download 13:51:51 ---> Running in 61f0b765ad51 13:51:55 7e9c9ca2126c: Pull complete 13:51:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:51:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:51:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:51:55 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 13:51:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 13:51:58 $ docker top c8c62f3736291d5d9856de2ab5c7ae2aa8750129cd9217ac421728d58828a368 -eo pid,comm [Pipeline] { [Pipeline] sh 13:51:59 + docker-compose build --help 13:51:59 + grep parallel 13:51:59 --parallel Build images in parallel. [Pipeline] } 13:52:00 $ docker stop --time=1 c8c62f3736291d5d9856de2ab5c7ae2aa8750129cd9217ac421728d58828a368 13:52:01 $ docker rm -f c8c62f3736291d5d9856de2ab5c7ae2aa8750129cd9217ac421728d58828a368 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:52:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:52:02 . [Pipeline] withDockerContainer 13:52:02 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 13:52:02 $ 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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 13:52:03 $ docker top 0c2fda9295461644a014df36ed3091f6358b288db6c2d32fad6db830c35ca23d -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:03 + docker-compose -f ./docker-compose-build.yml build --parallel 13:52:04 Building docker-core-command-go ... 13:52:04 Building docker-core-data-go ... 13:52:04 Building docker-core-metadata-go ... 13:52:04 Building docker-security-bootstrapper-go ... 13:52:04 Building docker-security-proxy-setup-go ... 13:52:04 Building docker-security-secretstore-setup-go ... 13:52:04 Building docker-support-notifications-go ... 13:52:04 Building docker-support-scheduler-go ... 13:52:04 Building docker-sys-mgmt-agent-go ... 13:52:04 Building docker-support-notifications-go 13:52:04 Building docker-core-command-go 13:52:04 Building docker-security-proxy-setup-go 13:52:04 Building docker-security-secretstore-setup-go 13:52:04 Building docker-core-data-go 13:52:18 Removing intermediate container 61f0b765ad51 13:52:18 ---> 3bc5a2ea628d 13:52:18 Successfully built 3bc5a2ea628d 13:52:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:52:18 + docker inspect -f . ci-base-image-arm64 13:52:18 . [Pipeline] withDockerContainer 13:52:18 prd-ubuntu18.04-docker-arm64-4c-16g-4079 does not seem to be running inside a container 13:52:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:52:20 $ docker top 9e3c9ad3474205b50a7f60932487c88cd267ab9e9a82d81bf12e6ee860fc7999 -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:21 + go version 13:52:21 go version go1.16.3 linux/arm64 [Pipeline] } 13:52:21 $ docker stop --time=1 9e3c9ad3474205b50a7f60932487c88cd267ab9e9a82d81bf12e6ee860fc7999 13:52:23 $ docker rm -f 9e3c9ad3474205b50a7f60932487c88cd267ab9e9a82d81bf12e6ee860fc7999 [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 13:52:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:52:23 13:52:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:52:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:52:24 latest: Pulling from edgex-devops/edgex-compose-arm64 13:52:24 29e5d40040c1: Pulling fs layer 13:52:24 1ce36da41761: Pulling fs layer 13:52:24 25b303627fd3: Pulling fs layer 13:52:24 29e5d40040c1: Verifying Checksum 13:52:24 29e5d40040c1: Download complete 13:52:24 1ce36da41761: Verifying Checksum 13:52:24 1ce36da41761: Download complete 13:52:25 29e5d40040c1: Pull complete 13:52:26 1ce36da41761: Pull complete 13:52:26 25b303627fd3: Verifying Checksum 13:52:26 25b303627fd3: Download complete 13:52:36 25b303627fd3: Pull complete 13:52:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:52:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:52:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:52:37 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:52:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 13:52:37 ---> 80ac638a5961 13:52:37 Step 3/25 : WORKDIR /edgex-go 13:52:37 prd-ubuntu18.04-docker-arm64-4c-16g-4079 does not seem to be running inside a container 13:52:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 13:52:37 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:52:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:52:37 ---> 80ac638a5961 13:52:37 Step 3/22 : WORKDIR /edgex-go 13:52:37 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:52:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:52:37 ---> 80ac638a5961 13:52:37 Step 3/21 : WORKDIR /edgex-go 13:52:37 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:52:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:52:37 ---> 80ac638a5961 13:52:37 Step 3/23 : WORKDIR /edgex-go 13:52:37 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:52:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:52:37 ---> 80ac638a5961 13:52:37 Step 3/23 : WORKDIR /edgex-go 13:52:38 ---> Running in 7cad5855aaa7 13:52:38 ---> Running in 96725701016a 13:52:38 ---> Running in f44723cea28b 13:52:38 ---> Running in 0aeb2f649650 13:52:38 ---> Running in 49f4894bfe70 13:52:39 Removing intermediate container f44723cea28b 13:52:39 ---> 3bf6b0a13d9a 13:52:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 96725701016a 13:52:39 ---> 201768dbc1f9 13:52:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:52:39 13:52:39 Removing intermediate container 49f4894bfe70 13:52:39 ---> be813549c30e 13:52:39 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:52:39 Removing intermediate container 7cad5855aaa7 13:52:39 ---> 54ebc0d7a444 13:52:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:52:39 Removing intermediate container 0aeb2f649650 13:52:39 ---> acf810e683e7 13:52:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:52:39 ---> Running in f43c55584724 13:52:39 ---> Running in c3abeb05d4f7 13:52:39 ---> Running in 000fa8d77099 13:52:39 ---> Running in f910f59013cf 13:52:39 ---> Running in 62a07316a4ec 13:52:40 $ docker top a6d6ba4ca6a5fda3a423173bfef743b6cb8fefff6f8f290c0494118707f244ed -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:41 + docker-compose build --help 13:52:41 + grep parallel 13:52:41 Removing intermediate container c3abeb05d4f7 13:52:41 ---> dc3b63aba8b6 13:52:41 Step 5/21 : RUN apk add --update --no-cache make git 13:52:41 Removing intermediate container f43c55584724 13:52:41 ---> 177cedb0074a 13:52:41 Step 5/23 : RUN apk add --update --no-cache make git 13:52:41 Removing intermediate container f910f59013cf 13:52:41 ---> 0fc2b9576db0 13:52:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:52:41 ---> Running in 2461f9ba3991 13:52:41 ---> Running in 6af5a9518783 13:52:41 Removing intermediate container 000fa8d77099 13:52:41 ---> 11b9f643e512 13:52:41 Step 5/25 : RUN apk add --update --no-cache make git 13:52:41 Removing intermediate container 62a07316a4ec 13:52:41 ---> 2972effd844b 13:52:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:52:42 ---> Running in b306c2ee3b78 13:52:42 ---> Running in fe9d8bd27196 13:52:42 ---> Running in 4700de9c39b3 13:52:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:52:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:52:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:52:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:52:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:52:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:52:44 --parallel Build images in parallel. [Pipeline] } 13:52:44 $ docker stop --time=1 a6d6ba4ca6a5fda3a423173bfef743b6cb8fefff6f8f290c0494118707f244ed 13:52:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:52:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:52:45 OK: 219 MiB in 52 packages 13:52:45 OK: 219 MiB in 52 packages 13:52:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:52:45 Removing intermediate container 6af5a9518783 13:52:45 ---> 0a92754180e8 13:52:45 Step 6/23 : COPY go.mod . 13:52:45 OK: 219 MiB in 52 packages 13:52:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:52:46 ---> 4ce5acead2b4 13:52:46 Step 7/23 : RUN go mod download 13:52:46 ---> Running in de08fce5f1b0 13:52:46 Removing intermediate container fe9d8bd27196 13:52:46 ---> 1b24b430b701 13:52:46 Step 6/25 : COPY go.mod . 13:52:46 OK: 219 MiB in 52 packages 13:52:46 Removing intermediate container 4700de9c39b3 13:52:46 ---> 5ebb9df1f5d1 13:52:46 Step 6/23 : COPY go.mod . 13:52:46 $ docker rm -f a6d6ba4ca6a5fda3a423173bfef743b6cb8fefff6f8f290c0494118707f244ed 13:52:46 ---> 2bb6dbd7290a 13:52:46 Step 7/25 : RUN go mod download 13:52:46 ---> Running in 0b612a311660 13:52:46 OK: 219 MiB in 52 packages [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:52:47 ---> d198abfb8180 13:52:47 Step 7/23 : RUN go mod download 13:52:47 ---> Running in c59d8e03441b 13:52:47 Removing intermediate container 2461f9ba3991 13:52:47 ---> ecc467564a10 13:52:47 Step 6/21 : COPY go.mod . 13:52:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:52:47 . [Pipeline] withDockerContainer 13:52:47 ---> 3b0a6fdda196 13:52:47 Step 7/21 : RUN go mod download 13:52:47 prd-ubuntu18.04-docker-arm64-4c-16g-4079 does not seem to be running inside a container 13:52:47 $ 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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 13:52:47 ---> Running in 305abdcc66da 13:52:47 Removing intermediate container b306c2ee3b78 13:52:47 ---> 35b087b46901 13:52:47 Step 6/22 : COPY go.mod . 13:52:48 Removing intermediate container de08fce5f1b0 13:52:48 ---> 18e45fbf344d 13:52:48 Step 8/23 : COPY . . 13:52:48 ---> ef996af3f2bb 13:52:48 Step 7/22 : RUN go mod download 13:52:49 $ docker top 6e8ad4b12dbf3c49fc0bd04d3284c24ea8afc36ac8727f41e22e5e33101ac76b -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:49 ---> Running in 5470cfc64033 13:52:49 Removing intermediate container 0b612a311660 13:52:49 ---> 39fee5f1cd81 13:52:49 Step 8/25 : COPY . . 13:52:50 + docker-compose -f ./docker-compose-build.yml build --parallel 13:52:51 Removing intermediate container c59d8e03441b 13:52:51 ---> f54c25e1c944 13:52:51 Step 8/23 : COPY . . 13:52:53 Building docker-core-command-go ... 13:52:53 Building docker-core-data-go ... 13:52:53 Building docker-core-metadata-go ... 13:52:53 Building docker-security-bootstrapper-go ... 13:52:53 Building docker-security-proxy-setup-go ... 13:52:53 Building docker-security-secretstore-setup-go ... 13:52:53 Building docker-support-notifications-go ... 13:52:53 Building docker-support-scheduler-go ... 13:52:53 Building docker-sys-mgmt-agent-go ... 13:52:53 Building docker-support-scheduler-go 13:52:53 Building docker-security-bootstrapper-go 13:52:53 Building docker-security-secretstore-setup-go 13:52:53 Building docker-sys-mgmt-agent-go 13:52:53 Building docker-core-metadata-go 13:53:01 Removing intermediate container 305abdcc66da 13:53:01 ---> a186782b5ce1 13:53:01 Step 8/21 : COPY . . 13:53:01 Removing intermediate container 5470cfc64033 13:53:01 ---> e1850bf6436f 13:53:01 Step 8/22 : COPY . . 13:53:34 ---> 2883d49ce436 13:53:34 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:53:34 ---> 5fc52ca493f3 13:53:34 Step 9/23 : RUN make cmd/core-data/core-data 13:53:34 ---> a55f4918efd3 13:53:34 Step 9/23 : RUN make cmd/core-command/core-command 13:53:34 ---> Running in 358f9d40948a 13:53:34 ---> Running in 304b33919ccd 13:53:34 ---> Running in 612d0629ab59 13:53:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-command/core-command ./cmd/core-command 13:53:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:53:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-data/core-data ./cmd/core-data 13:53:38 ---> 2fb2a9d4a62a 13:53:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:53:38 ---> Running in 498d8c5c39b5 13:53:38 ---> 5ea6058c0e13 13:53:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:53:38 ---> Running in d699cb1188c7 13:53:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:53:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:53:49 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:53:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:53:49 ---> 3bc5a2ea628d 13:53:49 Step 3/23 : WORKDIR /edgex-go 13:53:49 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:53:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:53:49 ---> 3bc5a2ea628d 13:53:49 Step 3/23 : WORKDIR /edgex-go 13:53:49 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:53:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:53:49 ---> 3bc5a2ea628d 13:53:49 Step 3/22 : WORKDIR /edgex-go 13:53:49 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:53:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:53:49 ---> 3bc5a2ea628d 13:53:49 Step 3/31 : WORKDIR /edgex-go 13:53:49 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:53:49 Step 2/25 : FROM ${BUILDER_BASE} AS builder 13:53:49 ---> 3bc5a2ea628d 13:53:49 Step 3/25 : WORKDIR /edgex-go 13:53:49 ---> Running in 68e9e55a8ac2 13:53:49 ---> Running in 2c42f793d350 13:53:49 ---> Running in b23109355f40 13:53:49 ---> Running in a4f2403ebe39 13:53:49 ---> Running in 2628fe4459b1 13:53:49 Removing intermediate container 68e9e55a8ac2 13:53:49 ---> 7b868d35897c 13:53:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:53:49 Removing intermediate container 2c42f793d350 13:53:49 ---> 8af90f74e181 13:53:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:53:49 Removing intermediate container b23109355f40 13:53:49 ---> e057617ff6c1 13:53:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:53:49 Removing intermediate container 2628fe4459b1 13:53:49 ---> 09ebb2152c9c 13:53:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:53:49 Removing intermediate container a4f2403ebe39 13:53:49 ---> 2971a6130e41 13:53:49 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:53:49 ---> Running in 7312405eed31 13:53:49 ---> Running in ff8017481104 13:53:49 ---> Running in b91a942f8e89 13:53:49 ---> Running in f353d1eb9d5a 13:53:49 ---> Running in 66a75ef455a6 13:53:51 Removing intermediate container ff8017481104 13:53:51 ---> c38207c43514 13:53:51 Step 5/23 : RUN apk add --update --no-cache make bash git 13:53:51 Removing intermediate container 7312405eed31 13:53:51 ---> 9896809951a1 13:53:51 Step 5/22 : RUN apk add --update --no-cache make git 13:53:51 ---> Running in 78a11917e119 13:53:51 ---> Running in 03bd7e56f5f0 13:53:51 Removing intermediate container 66a75ef455a6 13:53:51 ---> 0cf4f6bedc2e 13:53:51 Step 5/25 : RUN apk add --update --no-cache make git 13:53:51 Removing intermediate container b91a942f8e89 13:53:51 ---> 49b99015b788 13:53:51 Step 5/23 : RUN apk add --update --no-cache make git 13:53:51 ---> Running in d1cf6427a69e 13:53:51 Removing intermediate container f353d1eb9d5a 13:53:51 ---> 694b98031f55 13:53:51 Step 5/31 : RUN apk add --update --no-cache make git 13:53:51 ---> Running in ffbc7c2a13a4 13:53:52 ---> Running in b8d31ce982ba 13:53:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:53:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:53:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:53:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:53:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:53:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:53:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:53:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:53:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:53:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:53:57 OK: 218 MiB in 52 packages 13:53:57 OK: 218 MiB in 52 packages 13:53:57 OK: 218 MiB in 52 packages 13:53:57 OK: 218 MiB in 52 packages 13:53:57 OK: 218 MiB in 52 packages 13:53:59 Removing intermediate container 03bd7e56f5f0 13:53:59 ---> e579e7598723 13:53:59 Step 6/22 : COPY go.mod . 13:53:59 Removing intermediate container ffbc7c2a13a4 13:53:59 ---> b41fb5fba43a 13:53:59 Step 6/23 : COPY go.mod . 13:53:59 Removing intermediate container 78a11917e119 13:53:59 ---> d9691ff276a7 13:53:59 Step 6/23 : COPY go.mod . 13:53:59 Removing intermediate container d1cf6427a69e 13:53:59 ---> d96d4ab40dc3 13:53:59 Step 6/25 : COPY go.mod . 13:53:59 Removing intermediate container b8d31ce982ba 13:53:59 ---> 584c1a3865f3 13:53:59 Step 6/31 : COPY go.mod . 13:53:59 ---> d3706895bdae 13:53:59 Step 7/22 : RUN go mod download 13:54:00 ---> Running in d82a8993f224 13:54:00 ---> 56e44fad98b7 13:54:00 Step 7/23 : RUN go mod download 13:54:00 ---> bd2cb5e6fee7 13:54:00 Step 7/23 : RUN go mod download 13:54:00 ---> d7d8191ad68a 13:54:00 Step 7/25 : RUN go mod download 13:54:00 ---> Running in 9ff4af059297 13:54:00 ---> Running in b281694b405f 13:54:00 ---> 0ed9797cf5e0 13:54:00 Step 7/31 : RUN go mod download 13:54:01 ---> Running in 0814f777eb00 13:54:01 ---> Running in 009cf0961fb4 13:54:04 Removing intermediate container d82a8993f224 13:54:04 ---> c9fb040dbdb7 13:54:04 Step 8/22 : COPY . . 13:54:05 Removing intermediate container 9ff4af059297 13:54:05 ---> d8d163972142 13:54:05 Step 8/23 : COPY . . 13:54:05 Removing intermediate container 0814f777eb00 13:54:05 ---> cbb7c096d803 13:54:05 Step 8/25 : COPY . . 13:54:05 Removing intermediate container b281694b405f 13:54:05 ---> 245a4dc5c7e2 13:54:05 Step 8/23 : COPY . . 13:54:06 Removing intermediate container 009cf0961fb4 13:54:06 ---> e34024f1c5d5 13:54:06 Step 8/31 : COPY . . 13:54:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:54:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/secrets-config ./cmd/secrets-config 13:54:25 Removing intermediate container 358f9d40948a 13:54:25 ---> c85b8e054b14 13:54:25 13:54:25 Step 10/25 : FROM alpine:3.12 13:54:25 Removing intermediate container 612d0629ab59 13:54:25 ---> d449ad52a365 13:54:25 13:54:25 Step 10/23 : FROM alpine:3.12 13:54:25 3.12: Pulling from library/alpine 13:54:25 3.12: Pulling from library/alpine 13:54:26 Removing intermediate container d699cb1188c7 13:54:26 ---> b5917a0b0f26 13:54:26 13:54:26 Step 10/21 : FROM alpine:3.12 13:54:26 Removing intermediate container 498d8c5c39b5 13:54:26 ---> 790b09644c6b 13:54:26 13:54:26 Step 10/22 : FROM alpine:3.12 13:54:26 3.12: Pulling from library/alpine 13:54:26 3.12: Pulling from library/alpine 13:54:26 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:54:26 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:54:26 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:54:26 Status: Image is up to date for alpine:3.12 13:54:26 Status: Downloaded newer image for alpine:3.12 13:54:26 Status: Downloaded newer image for alpine:3.12 13:54:26 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:54:26 Status: Image is up to date for alpine:3.12 13:54:26 ---> 13621d1b12d4 13:54:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:54:26 ---> 13621d1b12d4 13:54:26 Step 11/21 : RUN apk add --update --no-cache curl 13:54:26 ---> 13621d1b12d4 13:54:26 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:54:26 ---> 13621d1b12d4 13:54:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:54:28 ---> 4960bd5b0d6c 13:54:28 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:54:28 ---> 64cfca6155ef 13:54:28 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:54:28 ---> db3b629a0022 13:54:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:54:28 ---> Running in e4fc2fb7da1a 13:54:28 ---> Running in 36d8e9a52779 13:54:28 ---> Running in aae3b77f7ae0 13:54:28 ---> 282e02ce98c0 13:54:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:54:28 ---> 76a1cb356ef7 13:54:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:54:28 ---> Running in 8abde86ca461 13:54:28 ---> Running in 3d1bbe2b7471 13:54:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:54:29 ---> Running in c21990658fdc 13:54:29 ---> Running in fdf90c728021 13:54:29 ---> Running in ec46552d37d3 13:54:29 ---> Running in 6a8e6c2cd66f 13:54:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:54:29 Removing intermediate container 304b33919ccd 13:54:29 ---> 615fd968eaf4 13:54:29 13:54:29 Step 10/23 : FROM alpine:3.12 13:54:29 ---> 13621d1b12d4 13:54:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:54:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:54:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:54:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:54:30 ---> Running in 41d27e7193f6 13:54:30 Removing intermediate container 41d27e7193f6 13:54:30 ---> cbcb80750cb5 13:54:30 Step 12/23 : ENV APP_PORT=48080 13:54:30 ---> Running in 84b84b492148 13:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:54:30 Removing intermediate container 84b84b492148 13:54:30 ---> 6c9a37e34d54 13:54:30 Step 13/23 : EXPOSE $APP_PORT 13:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:54:30 (1/1) Installing dumb-init (1.2.2-r1) 13:54:30 Executing busybox-1.31.1-r20.trigger 13:54:30 OK: 6 MiB in 15 packages 13:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:54:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:54:30 ---> Running in a07ea0b654ba 13:54:31 (1/4) Installing ca-certificates (20191127-r4) 13:54:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:54:31 (3/4) Installing libcurl (7.76.1-r0) 13:54:31 (4/4) Installing curl (7.76.1-r0) 13:54:31 Executing busybox-1.31.1-r20.trigger 13:54:31 Executing ca-certificates-20191127-r4.trigger 13:54:31 (1/2) Installing ca-certificates (20191127-r4) 13:54:31 (2/2) Installing dumb-init (1.2.2-r1) 13:54:31 Executing busybox-1.31.1-r20.trigger 13:54:31 (1/6) Installing ca-certificates (20191127-r4) 13:54:31 Executing ca-certificates-20191127-r4.trigger 13:54:31 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:54:31 (3/6) Installing libcurl (7.76.1-r0) 13:54:31 (4/6) Installing curl (7.76.1-r0) 13:54:31 (5/6) Installing dumb-init (1.2.2-r1) 13:54:31 (6/6) Installing su-exec (0.2-r1) 13:54:31 Executing busybox-1.31.1-r20.trigger 13:54:31 OK: 7 MiB in 18 packages 13:54:31 Executing ca-certificates-20191127-r4.trigger 13:54:31 OK: 6 MiB in 16 packages 13:54:31 OK: 7 MiB in 20 packages 13:54:34 Removing intermediate container a07ea0b654ba 13:54:34 ---> f8447e4fef13 13:54:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:54:34 ---> Running in d3e2fd100ceb 13:54:35 Removing intermediate container fdf90c728021 13:54:35 ---> 2f6013133010 13:54:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:54:35 Removing intermediate container 6a8e6c2cd66f 13:54:35 ---> e4a59dab2403 13:54:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:54:35 Removing intermediate container c21990658fdc 13:54:35 ---> 33e765e38a6d 13:54:35 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:54:35 ---> Running in 1e7571769711 13:54:35 Removing intermediate container ec46552d37d3 13:54:35 ---> c9a3fc2cb9c1 13:54:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:54:35 ---> Running in 0b46f82cb865 13:54:35 ---> Running in 98622a1a692a 13:54:35 ---> Running in 06570a3a7dc6 13:54:35 Removing intermediate container 1e7571769711 13:54:35 ---> d40ac81321f9 13:54:35 Step 13/23 : ENV APP_PORT=48082 13:54:35 Removing intermediate container 0b46f82cb865 13:54:35 ---> 857fc7c7679c 13:54:35 Step 13/21 : WORKDIR /edgex 13:54:35 Removing intermediate container 98622a1a692a 13:54:35 ---> 59ee019562b6 13:54:35 Step 13/25 : WORKDIR / 13:54:35 ---> Running in 578f06127900 13:54:35 Removing intermediate container 06570a3a7dc6 13:54:35 ---> f58e311e24fd 13:54:35 Step 13/22 : ENV APP_PORT=48060 13:54:36 ---> Running in 6064a7d6f4b0 13:54:36 ---> Running in b28c06d19363 13:54:36 ---> Running in bafbfb57e7e5 13:54:36 Removing intermediate container 578f06127900 13:54:36 ---> 3ac63db5bea4 13:54:36 Step 14/23 : EXPOSE $APP_PORT 13:54:36 Removing intermediate container d3e2fd100ceb 13:54:36 ---> 1b142c3d4187 13:54:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:54:36 ---> Running in fb5a846ae42f 13:54:36 ---> Running in c8ffba3aa803 13:54:36 Removing intermediate container b28c06d19363 13:54:36 ---> bfed6d685bab 13:54:36 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:54:36 Removing intermediate container 6064a7d6f4b0 13:54:36 ---> cdae020e0bd1 13:54:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:54:36 Removing intermediate container bafbfb57e7e5 13:54:36 ---> 027646209244 13:54:36 Step 14/22 : EXPOSE $APP_PORT 13:54:36 ---> Running in dd764c1c02f4 13:54:36 Removing intermediate container c8ffba3aa803 13:54:36 ---> 0ca4c38c0c39 13:54:36 Step 15/23 : WORKDIR / 13:54:36 ---> ea855dbf9a88 13:54:36 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:54:37 ---> d7107c057c33 13:54:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:54:37 ---> Running in 47fbd1014b19 13:54:37 Removing intermediate container dd764c1c02f4 13:54:37 ---> 146d47edf104 13:54:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:54:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:54:37 Removing intermediate container 47fbd1014b19 13:54:37 ---> 990842bd148b 13:54:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:54:37 ---> 2bcecb27d1de 13:54:37 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:54:37 ---> a4d614ad1511 13:54:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:54:37 ---> efec679b126e 13:54:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:54:37 ---> e437767bab45 13:54:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:54:37 ---> b191787db3b7 13:54:37 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 13:54:38 ---> 35b7429f9803 13:54:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:54:38 ---> a6ce6497c985 13:54:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:54:38 ---> d612c705e195 13:54:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:54:38 ---> 84c54f3c703b 13:54:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:54:38 ---> Running in b8e150718ace 13:54:38 ---> bca27e62045b 13:54:38 Step 19/23 : ENTRYPOINT ["/core-command"] 13:54:39 ---> 223ebdd39817 13:54:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:54:39 Removing intermediate container b8e150718ace 13:54:39 ---> a16d5e7004a9 13:54:39 Step 18/21 : CMD ["--init=true"] 13:54:39 ---> Running in b10ade255a19 13:54:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:54:39 ---> Running in 89b3bfd511f7 13:54:39 ---> 4df3c45e29fe 13:54:39 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:54:39 ---> Running in 2c2b91a7da5e 13:54:39 Removing intermediate container b10ade255a19 13:54:39 ---> da40b05ebf72 13:54:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:54:39 Removing intermediate container 89b3bfd511f7 13:54:39 ---> c65a9e015b41 13:54:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:54:39 Removing intermediate container 2c2b91a7da5e 13:54:39 ---> 19634bbd9d9b 13:54:39 Step 19/21 : LABEL arch=x86_64 13:54:39 ---> Running in 8a0fd73e85c0 13:54:39 ---> Running in e7101d0d1c7b 13:54:39 ---> 0171fdca2bed 13:54:39 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:54:39 ---> Running in a74dc204785a 13:54:40 Removing intermediate container 8a0fd73e85c0 13:54:40 ---> fa9924f1cbe1 13:54:40 Step 21/23 : LABEL arch=x86_64 13:54:40 Removing intermediate container e7101d0d1c7b 13:54:40 ---> 9a424df1b60b 13:54:40 Step 20/22 : LABEL arch=x86_64 13:54:40 ---> Running in 01856e35ac37 13:54:40 ---> Running in c86c9424e044 13:54:40 Removing intermediate container a74dc204785a 13:54:40 ---> b0a9442fd66f 13:54:40 Step 20/21 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:54:40 ---> bbb2ee90033c 13:54:40 Step 21/25 : 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/ 13:54:40 ---> Running in dd9689e50193 13:54:40 ---> Running in 57a0dbeac4b7 13:54:40 Removing intermediate container 01856e35ac37 13:54:40 ---> 76c07990f209 13:54:40 Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:54:40 Removing intermediate container c86c9424e044 13:54:40 ---> 947936d3425f 13:54:40 Step 21/22 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:54:40 ---> Running in 0a4993c8473a 13:54:40 ---> Running in dc14ebbe8959 13:54:40 Removing intermediate container dd9689e50193 13:54:40 ---> 1d33cd9429e6 13:54:40 Step 21/21 : LABEL version=2.0.0-dev.206 13:54:41 ---> Running in d21e461cfca4 13:54:41 Removing intermediate container 0a4993c8473a 13:54:41 ---> d00d3c9e60fa 13:54:41 Step 23/23 : LABEL version=2.0.0-dev.206 13:54:41 Removing intermediate container dc14ebbe8959 13:54:41 ---> c35c1df93667 13:54:41 Step 22/22 : LABEL version=2.0.0-dev.206 13:54:41 ---> Running in 18ad97d335f0 13:54:41 (1/6) Installing dumb-init (1.2.2-r1) 13:54:41 ---> Running in f49ae29e80cb 13:54:41 Removing intermediate container d21e461cfca4 13:54:41 ---> cb86b845fb3c 13:54:41 13:54:42 (2/6) Installing libgcc (9.3.0-r2) 13:54:42 Removing intermediate container 18ad97d335f0 13:54:42 ---> 44884ff3d2aa 13:54:42 13:54:42 Removing intermediate container f49ae29e80cb 13:54:42 ---> 840e554ef191 13:54:42 13:54:42 (3/6) Installing libsodium (1.0.18-r0) 13:54:42 Successfully built cb86b845fb3c 13:54:42 Successfully built 44884ff3d2aa 13:54:42 Successfully tagged docker-security-proxy-setup-go:latest 13:54:42 Successfully tagged docker-core-command-go:latest 13:54:42 Building docker-security-bootstrapper-go 13:54:42  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 13:54:42  Building docker-security-proxy-setup-go ... done Successfully built 840e554ef191 13:54:42 Successfully tagged docker-support-notifications-go:latest 13:54:42  Building docker-support-notifications-go ... done Building docker-core-metadata-go 13:54:42 Removing intermediate container 57a0dbeac4b7 13:54:42 ---> 9e3810d0b7db 13:54:42 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 13:54:42 ---> Running in d9eb191388d0 13:54:42 Removing intermediate container d9eb191388d0 13:54:42 ---> a07a099d9fb4 13:54:42 Step 23/25 : LABEL arch=x86_64 13:54:42 ---> Running in 3d072a8f8258 13:54:42 (4/6) Installing libstdc++ (9.3.0-r2) 13:54:42 Removing intermediate container 3d072a8f8258 13:54:42 ---> 958bb0bd17a6 13:54:42 Step 24/25 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:54:42 ---> Running in 4762ad08d1c9 13:54:43 Removing intermediate container 4762ad08d1c9 13:54:43 ---> 0501cbf0e5dd 13:54:43 Step 25/25 : LABEL version=2.0.0-dev.206 13:54:43 ---> Running in 1e37cb136579 13:54:43 Removing intermediate container 1e37cb136579 13:54:43 ---> daa8e683cb8b 13:54:43 13:54:43 Successfully built daa8e683cb8b 13:54:45 Successfully tagged docker-security-secretstore-setup-go:latest 13:54:45 Building docker-support-scheduler-go 13:54:45  Building docker-security-secretstore-setup-go ... done (5/6) Installing libzmq (4.3.3-r0) 13:54:46 (6/6) Installing zeromq (4.3.3-r0) 13:54:46 Executing busybox-1.31.1-r20.trigger 13:54:47 OK: 8 MiB in 20 packages 13:54:49 Removing intermediate container fb5a846ae42f 13:54:49 ---> 780434f11d92 13:54:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:54:51 ---> b3316ca94845 13:54:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:54:52 ---> b95b7cfb026f 13:54:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:54:54 ---> 901a8c68d1e8 13:54:54 Step 19/23 : ENTRYPOINT ["/core-data"] 13:54:54 ---> Running in 3aca3e948ac2 13:54:54 Removing intermediate container 3aca3e948ac2 13:54:54 ---> e266c98a7adc 13:54:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:54:54 ---> Running in 1ae69da297a6 13:54:54 Removing intermediate container 1ae69da297a6 13:54:54 ---> 96a21b7428a1 13:54:54 Step 21/23 : LABEL arch=x86_64 13:54:55 ---> Running in 0857950d0111 13:54:55 Removing intermediate container 0857950d0111 13:54:55 ---> 7bbf79b46a63 13:54:55 Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:54:55 ---> Running in 5aaf8fb5108b 13:54:55 Removing intermediate container 5aaf8fb5108b 13:54:55 ---> fbe9eb467e6f 13:54:55 Step 23/23 : LABEL version=2.0.0-dev.206 13:54:55 ---> Running in 29276b9d037a 13:54:55 Removing intermediate container 29276b9d037a 13:54:55 ---> dffa9b23e771 13:54:55 13:54:56 Successfully built dffa9b23e771 13:54:56 Successfully tagged docker-core-data-go:latest 13:55:12  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:55:12 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:55:12 ---> 80ac638a5961 13:55:12 Step 3/31 : WORKDIR /edgex-go 13:55:12 ---> Using cache 13:55:12 ---> 54ebc0d7a444 13:55:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:12 ---> Using cache 13:55:12 ---> 0fc2b9576db0 13:55:12 Step 5/31 : RUN apk add --update --no-cache make git 13:55:12 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:55:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:55:12 ---> 80ac638a5961 13:55:12 Step 3/23 : WORKDIR /edgex-go 13:55:12 ---> Using cache 13:55:12 ---> 54ebc0d7a444 13:55:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:12 ---> Using cache 13:55:12 ---> 0fc2b9576db0 13:55:12 Step 5/23 : RUN apk add --update --no-cache make git 13:55:12 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:55:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:55:12 ---> 80ac638a5961 13:55:12 Step 3/23 : WORKDIR /edgex-go 13:55:12 ---> Using cache 13:55:12 ---> 54ebc0d7a444 13:55:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:12 ---> Using cache 13:55:12 ---> 0fc2b9576db0 13:55:12 Step 5/23 : RUN apk add --update --no-cache make bash git 13:55:12 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:55:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:55:12 ---> 80ac638a5961 13:55:12 Step 3/22 : WORKDIR /edgex-go 13:55:12 ---> Using cache 13:55:12 ---> 54ebc0d7a444 13:55:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:12 ---> Using cache 13:55:12 ---> 0fc2b9576db0 13:55:12 Step 5/22 : RUN apk add --update --no-cache make git 13:55:12 ---> Running in 5e9bb4232705 13:55:12 ---> Running in eeae54ae1677 13:55:12 ---> Running in 5c2ac68a8cfa 13:55:12 ---> Running in 7751c54d181a 13:55:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:55:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:55:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:55:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:55:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:55:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:55:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:55:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:55:18 OK: 219 MiB in 52 packages 13:55:18 Removing intermediate container 5c2ac68a8cfa 13:55:18 ---> 3cfc5e802350 13:55:18 Step 6/23 : COPY go.mod . 13:55:18 OK: 219 MiB in 52 packages 13:55:18 ---> 3fe87b8945ff 13:55:18 Step 7/23 : RUN go mod download 13:55:18 ---> Running in 3e5380cbe3e2 13:55:19 Removing intermediate container eeae54ae1677 13:55:19 ---> 094e99691a78 13:55:19 Step 6/31 : COPY go.mod . 13:55:19 ---> eb5d0cbd2ed0 13:55:19 Step 7/31 : RUN go mod download 13:55:19 ---> Running in ac90bb427197 13:55:20 Removing intermediate container 3e5380cbe3e2 13:55:20 ---> 7ab9ba06e1d1 13:55:20 Step 8/23 : COPY . . 13:55:22 Removing intermediate container ac90bb427197 13:55:22 ---> c6fa4ba640ee 13:55:22 Step 8/31 : COPY . . 13:55:24 OK: 219 MiB in 52 packages 13:55:26 OK: 219 MiB in 52 packages 13:55:29 Removing intermediate container 5e9bb4232705 13:55:29 ---> f3173aebced2 13:55:29 Step 6/23 : COPY go.mod . 13:55:30 Removing intermediate container 7751c54d181a 13:55:30 ---> 748b680338ad 13:55:30 Step 6/22 : COPY go.mod . 13:55:32 ---> 2e35fb0e94bf 13:55:32 Step 7/23 : RUN go mod download 13:55:34 ---> a3e7e2ebc1fd 13:55:34 Step 7/22 : RUN go mod download 13:55:34 ---> Running in 565f5da65832 13:55:35 ---> Running in ba5e8bf09c91 13:55:41 Removing intermediate container 565f5da65832 13:55:41 ---> af2e3293e74e 13:55:41 Step 8/23 : COPY . . 13:55:41 Removing intermediate container ba5e8bf09c91 13:55:41 ---> 152ae45a33e8 13:55:41 Step 8/22 : COPY . . 13:55:49 ---> da27a9bebcd9 13:55:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:55:49 ---> 9baa852b457f 13:55:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:55:51 ---> Running in f66e64b417f5 13:55:51 ---> Running in e610629bb63c 13:55:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:55:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:56:10 ---> 8c831834ef03 13:56:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:56:10 ---> 44cedc3f336b 13:56:10 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:56:10 ---> Running in b232148a1892 13:56:10 ---> Running in 3e82d7a6af3b 13:56:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:56:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:56:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:56:26 Removing intermediate container e4fc2fb7da1a 13:56:26 ---> 68452748e716 13:56:26 13:56:26 Step 10/25 : FROM alpine:3.12 13:56:26 3.12: Pulling from library/alpine 13:56:27 Removing intermediate container 8abde86ca461 13:56:27 ---> fc3fd01d0c24 13:56:27 13:56:27 Step 10/31 : FROM alpine:3.12 13:56:27 3.12: Pulling from library/alpine 13:56:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:56:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:56:28 Status: Downloaded newer image for alpine:3.12 13:56:28 Status: Downloaded newer image for alpine:3.12 13:56:28 ---> 9852663dfa18 13:56:28 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:56:28 ---> 9852663dfa18 13:56:28 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:56:29 ---> Running in c92defda843a 13:56:29 ---> Running in 382482b0d726 13:56:29 Removing intermediate container f66e64b417f5 13:56:29 ---> ccb0abf89f1f 13:56:29 13:56:29 Step 10/31 : FROM alpine:3.12 13:56:29 ---> 13621d1b12d4 13:56:29 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:56:29 ---> Running in ac338c14ffe4 13:56:29 Removing intermediate container ac338c14ffe4 13:56:29 ---> e58d804872d8 13:56:29 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:56:29 ---> Running in 18fb1463f827 13:56:30 Removing intermediate container c92defda843a 13:56:30 ---> 368b72c3cc74 13:56:30 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:30 ---> Running in 038fda8be83e 13:56:30 (1/2) Installing dumb-init (1.2.2-r1) 13:56:30 (2/2) Installing su-exec (0.2-r1) 13:56:30 Executing busybox-1.31.1-r20.trigger 13:56:30 OK: 6 MiB in 16 packages 13:56:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:56:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:56:32 Removing intermediate container aae3b77f7ae0 13:56:32 ---> 1986d03b3afd 13:56:32 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:56:32 (1/6) Installing ca-certificates (20191127-r4) 13:56:32 Removing intermediate container 18fb1463f827 13:56:32 ---> fb5f07f2ad52 13:56:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:56:32 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:56:32 (3/6) Installing libcurl (7.76.1-r0) 13:56:32 (4/6) Installing curl (7.76.1-r0) 13:56:32 (5/6) Installing dumb-init (1.2.2-r1) 13:56:32 (6/6) Installing su-exec (0.2-r1) 13:56:32 Executing busybox-1.31.1-r20.trigger 13:56:32 Executing ca-certificates-20191127-r4.trigger 13:56:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:56:32 OK: 7 MiB in 20 packages 13:56:32 ---> Running in c25b196b2f45 13:56:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:56:33 (1/2) Installing dumb-init (1.2.2-r1) 13:56:33 (2/2) Installing su-exec (0.2-r1) 13:56:33 Executing busybox-1.31.1-r20.trigger 13:56:33 OK: 5 MiB in 16 packages 13:56:35 ---> Running in 74d065171521 13:56:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:56:35 Removing intermediate container 74d065171521 13:56:35 ---> a8969e4bcc9f 13:56:35 Removing intermediate container e610629bb63c 13:56:35 ---> 6f761f356f70 13:56:35 13:56:35 Step 10/23 : FROM alpine:3.12 13:56:35 ---> 13621d1b12d4 13:56:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:56:35 ---> Using cache 13:56:35 ---> 2f6013133010 13:56:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:56:35 ---> Using cache 13:56:35 ---> d40ac81321f9 13:56:35 Step 13/23 : ENV APP_PORT=48081 13:56:35 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:56:35 Removing intermediate container 382482b0d726 13:56:35 ---> 9bb0b8c6b7b6 13:56:35 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:56:36 ---> Running in 216a5d659c00 13:56:36 ---> Running in ed289c37d01e 13:56:36 ---> Running in cf352dba865b 13:56:36 Removing intermediate container 038fda8be83e 13:56:36 ---> 924c7e5bed7d 13:56:36 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:56:36 Removing intermediate container ed289c37d01e 13:56:36 ---> bae8842fdf5d 13:56:36 Step 14/23 : EXPOSE $APP_PORT 13:56:36 ---> Running in 23f33112b778 13:56:37 Removing intermediate container 216a5d659c00 13:56:37 ---> 1fad0420cf9c 13:56:37 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:56:37 ---> Running in 5955098759a6 13:56:37 ---> Running in 5f7b9c3de7d3 13:56:37 Removing intermediate container cf352dba865b 13:56:37 ---> 71f6b7f4855c 13:56:37 Step 13/25 : WORKDIR / 13:56:38 Removing intermediate container 5955098759a6 13:56:38 ---> 299e4dfba6ff 13:56:38 Step 15/23 : WORKDIR / 13:56:38 ---> Running in 933d4fe9fe03 13:56:38 ---> Running in 937c814045d4 13:56:38 Removing intermediate container 933d4fe9fe03 13:56:38 ---> 57f3322d5cf3 13:56:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:56:38 Removing intermediate container 23f33112b778 13:56:38 ---> 8d7e72123787 13:56:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:56:38 Removing intermediate container 36d8e9a52779 13:56:38 ---> 01e318131eba 13:56:38 13:56:38 Step 10/22 : FROM alpine:3.12 13:56:38 ---> 9852663dfa18 13:56:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:56:38 ---> Running in bab0a9598477 13:56:39 ---> 05207d0c1212 13:56:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:56:39 Removing intermediate container 5f7b9c3de7d3 13:56:39 ---> ad4078d10c66 13:56:39 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:56:39 ---> Running in b0496abf2065 13:56:39 ---> Running in 132a21c469f6 13:56:39 Removing intermediate container 937c814045d4 13:56:39 ---> de0086a33649 13:56:39 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:56:39 Removing intermediate container c25b196b2f45 13:56:39 ---> 44c117eea249 13:56:39 13:56:39 Step 11/23 : FROM docker:20.10.0 13:56:39 Removing intermediate container bab0a9598477 13:56:39 ---> d50f15084b0d 13:56:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:56:39 20.10.0: Pulling from library/docker 13:56:40 ---> Running in a14070255822 13:56:40 Removing intermediate container b0496abf2065 13:56:40 ---> c3ef69de9019 13:56:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:56:41 ---> dd2a07ce1940 13:56:41 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:56:42 ---> 56756105dba7 13:56:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:56:42 ---> 47288eaaee7c 13:56:42 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:56:42 Removing intermediate container 3e82d7a6af3b 13:56:42 ---> dd76665f14ae 13:56:42 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:56:42 (1/1) Installing dumb-init (1.2.2-r1) 13:56:42 Executing busybox-1.31.1-r20.trigger 13:56:42 OK: 5 MiB in 15 packages 13:56:42 ---> Running in 2511b1bee793 13:56:42 ---> Running in 923d54e0044d 13:56:43 ---> a413e2eb5dcd 13:56:43 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:56:44 ---> 997f24568bfb 13:56:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:56:44 ---> Running in a05e5271fa9a 13:56:44 Removing intermediate container b232148a1892 13:56:44 ---> 32c4443bc6f2 13:56:44 13:56:44 Step 10/22 : FROM alpine:3.12 13:56:44 ---> 13621d1b12d4 13:56:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:56:44 ---> Using cache 13:56:44 ---> 2f6013133010 13:56:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:56:44 ---> Using cache 13:56:44 ---> d40ac81321f9 13:56:44 Step 13/22 : ENV APP_PORT=48085 13:56:44 ---> Running in 4136dff869d2 13:56:44 Removing intermediate container a05e5271fa9a 13:56:44 ---> ab064b6fbba2 13:56:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:56:44 ---> 920665e1c544 13:56:44 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 13:56:44 ---> Running in de2060473e75 13:56:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:56:44 Removing intermediate container 4136dff869d2 13:56:44 ---> fab592573e33 13:56:44 Step 14/22 : EXPOSE $APP_PORT 13:56:45 Removing intermediate container a14070255822 13:56:45 ---> 172e4a9b5253 13:56:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:56:45 ---> Running in 45ffdb29ad32 13:56:45 Removing intermediate container de2060473e75 13:56:45 ---> a7883869a325 13:56:45 Step 21/23 : LABEL arch=x86_64 13:56:45 ---> Running in 491f76b89f90 13:56:45 Removing intermediate container 132a21c469f6 13:56:45 ---> 2dc4e6811725 13:56:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:56:45 Removing intermediate container 45ffdb29ad32 13:56:45 ---> 8fa1275539ed 13:56:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:56:45 Removing intermediate container 491f76b89f90 13:56:45 ---> e2939ae4cff5 13:56:45 Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:56:45 ---> Running in eca69ac25ca4 13:56:45 ---> Running in 29332977e300 13:56:45 ---> e811f2afee22 13:56:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:56:45 Removing intermediate container 923d54e0044d 13:56:45 ---> aedce2666557 13:56:45 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:56:45 Removing intermediate container eca69ac25ca4 13:56:45 ---> 84fe149273b6 13:56:45 Step 23/23 : LABEL version=2.0.0-dev.206 13:56:46 Removing intermediate container 3d1bbe2b7471 13:56:46 ---> f076eb63d428 13:56:46 13:56:46 Step 10/23 : FROM alpine:3.12 13:56:46 ---> 9852663dfa18 13:56:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:56:46 ---> Using cache 13:56:46 ---> 2dc4e6811725 13:56:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:56:46 ---> Running in 2f8fc94ddb15 13:56:46 ---> Running in 6868b2d05a44 13:56:46 ---> b6d3453c043b 13:56:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:56:46 Removing intermediate container 2511b1bee793 13:56:46 ---> 24efa8c51f77 13:56:46 13:56:46 Step 11/23 : FROM docker:20.10.0 13:56:46 Removing intermediate container 2f8fc94ddb15 13:56:46 ---> 85fb3c5b35c3 13:56:46 13:56:46 20.10.0: Pulling from library/docker 13:56:46 ---> f880d4de75b8 13:56:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:56:46 ---> da54c25f1038 13:56:46 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:56:46 ---> Running in c29e12d8ed69 13:56:47 Successfully built 85fb3c5b35c3 13:56:47 ---> cbd02c26d1f1 13:56:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:56:47 Successfully tagged docker-core-metadata-go:latest 13:56:47 Removing intermediate container 29332977e300 13:56:47 ---> caae1f1f6dfa 13:56:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:56:47 Removing intermediate container 6868b2d05a44 13:56:47 ---> df0fc49c07c5 13:56:47 Step 13/22 : ENV APP_PORT=48085 13:56:48 Removing intermediate container c29e12d8ed69 13:56:48 ---> 35b0319b6920 13:56:48 Step 13/23 : ENV APP_PORT=48081 13:56:48 ---> Running in e14c99d2c11c 13:56:48 ---> b3ee648080ce 13:56:48 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:56:49 ---> Running in 75ffa50e3250 13:56:49  Building docker-core-metadata-go ... done  ---> Running in 2ba84776ca68 13:56:49 ---> 35bcd39e7fd9 13:56:49 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:56:49 Removing intermediate container 2ba84776ca68 13:56:49 ---> 8ee20946a010 13:56:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:56:49 ---> Running in bf39ee9ca76b 13:56:49 ---> d82a830e3784 13:56:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:56:49 ---> e0109a1d46d7 13:56:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:56:49 Removing intermediate container e14c99d2c11c 13:56:49 ---> f6221cb55b03 13:56:49 Step 14/22 : EXPOSE $APP_PORT 13:56:49 Removing intermediate container bf39ee9ca76b 13:56:49 ---> f7c394c9ba0b 13:56:49 Step 20/22 : LABEL arch=x86_64 13:56:49 ---> Running in 9ac795f27245 13:56:49 ---> Running in 7d9eccbb6f8f 13:56:49 ---> Running in bad21b43c7cd 13:56:50 ---> c146e3f96cef 13:56:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:56:50 Removing intermediate container 9ac795f27245 13:56:50 ---> edaf9df210b7 13:56:50 Step 21/22 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:56:50 ---> Running in 4467a4748eab 13:56:50 Removing intermediate container 75ffa50e3250 13:56:50 ---> 01e74f6957a5 13:56:50 Step 14/23 : EXPOSE $APP_PORT 13:56:50 ---> edce8d09f068 13:56:50 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:56:50 Removing intermediate container 4467a4748eab 13:56:50 ---> 9593d1ac4324 13:56:50 Step 22/22 : LABEL version=2.0.0-dev.206 13:56:50 ---> Running in d740f9af49b4 13:56:50 ---> Running in 91e6e69281c4 13:56:51 ---> 5eecfaef2596 13:56:51 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:56:51 ---> Running in 8831ca081a7e 13:56:51 Removing intermediate container bad21b43c7cd 13:56:51 ---> 6553e47ac3ea 13:56:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:56:51 Removing intermediate container d740f9af49b4 13:56:51 ---> 32771808b212 13:56:51 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:56:51 Removing intermediate container 91e6e69281c4 13:56:51 ---> bd97f73f53a6 13:56:51 13:56:51 Successfully built bd97f73f53a6 13:56:51 Successfully tagged docker-support-scheduler-go:latest 13:56:52 Removing intermediate container 8831ca081a7e 13:56:52 ---> 07a0aa6aa8ab 13:56:52 Step 15/23 : WORKDIR / 13:56:52  Building docker-support-scheduler-go ... done  ---> 49ee531a247f 13:56:52 Step 26/31 : RUN chmod +x /entrypoint.sh 13:56:52 ---> Running in 195ad8803974 13:56:52 ---> eb4bbf12a55a 13:56:52 Step 21/25 : 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/ 13:56:52 ---> Running in e96816b3dc3f 13:56:52 ---> ba338d5ddd5c 13:56:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / ---> Running in 97759b90f45a 13:56:52 13:56:53 Removing intermediate container 195ad8803974 13:56:53 ---> 9321f68069b7 13:56:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:56:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:56:53 Status: Downloaded newer image for docker:20.10.0 13:56:53 ---> eeaf43b92773 13:56:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:56:53 ---> Running in ccfd2ae7d22f 13:56:54 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:56:54 Status: Downloaded newer image for docker:20.10.0 13:56:54 ---> aefe523efa57 13:56:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:56:54 ---> Running in 305162f44309 13:56:54 Removing intermediate container 305162f44309 13:56:54 ---> 19a0142e41bd 13:56:54 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 13:56:54 ---> 1656c6dea3ee 13:56:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:56:54 ---> Running in d806f3855cd2 13:56:54 Removing intermediate container e96816b3dc3f 13:56:54 ---> b84ea0e0db45 13:56:54 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:56:54 Removing intermediate container 7d9eccbb6f8f 13:56:54 ---> a881a6eec641 13:56:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:56:54 Removing intermediate container ccfd2ae7d22f 13:56:54 ---> 998a54da269a 13:56:54 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 13:56:54 ---> 6af55829314d 13:56:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:56:54 ---> Running in e14920f85c9a 13:56:55 ---> Running in 0ae3e6fd5607 13:56:55 Removing intermediate container e14920f85c9a 13:56:55 ---> b73886ae79bf 13:56:55 Step 28/31 : CMD ["gate"] 13:56:55 ---> Running in 827263dd074a 13:56:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:55 Removing intermediate container 827263dd074a 13:56:55 ---> baad073687a8 13:56:55 Step 29/31 : LABEL arch=x86_64 13:56:55 (1/39) Installing readline (8.0.4-r0) 13:56:55 (2/39) Installing bash (5.0.17-r0) 13:56:55 Executing bash-5.0.17-r0.post-install 13:56:55 (3/39) Installing nghttp2-libs (1.41.0-r0) 13:56:55 (4/39) Installing libcurl (7.76.1-r0) 13:56:55 (5/39) Installing curl (7.76.1-r0) 13:56:55 ---> Running in 33b0eb16a5c4 13:56:55 (6/39) Installing dumb-init (1.2.2-r1) 13:56:55 (7/39) Installing libbz2 (1.0.8-r1) 13:56:55 (8/39) Installing expat (2.2.9-r1) 13:56:55 (9/39) Installing libffi (3.3-r2) 13:56:55 (10/39) Installing gdbm (1.13-r1) 13:56:55 (11/39) Installing xz-libs (5.2.5-r0) 13:56:55 (12/39) Installing sqlite-libs (3.32.1-r0) 13:56:55 (13/39) Installing python3 (3.8.10-r0) 13:56:55 Removing intermediate container 33b0eb16a5c4 13:56:55 ---> 3de7fb4176c8 13:56:55 Step 30/31 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:56:56 ---> 2601f1199d77 13:56:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:56:56 Removing intermediate container 97759b90f45a 13:56:56 ---> a0174a94991b 13:56:56 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 13:56:56 ---> 221d54330044 13:56:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:56:56 ---> a0ce7d74d732 13:56:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:56:56 ---> Running in ab20f968de9f 13:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:56:56 ---> Running in 80053a5cbbc8 13:56:57 Removing intermediate container ab20f968de9f 13:56:57 ---> a2b3b73f1cdf 13:56:57 Step 23/25 : LABEL arch=arm64 13:56:57 (1/39) Installing readline (8.0.4-r0) 13:56:57 Removing intermediate container 80053a5cbbc8 13:56:57 ---> 177ad040daaf 13:56:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:56:57 (2/39) Installing bash (5.0.17-r0) 13:56:57 Executing bash-5.0.17-r0.post-install 13:56:57 (3/39) Installing nghttp2-libs (1.41.0-r0) 13:56:57 (4/39) Installing libcurl (7.76.1-r0) 13:56:57 (5/39) Installing curl (7.76.1-r0) 13:56:57 (6/39) Installing dumb-init (1.2.2-r1) 13:56:57 (7/39) Installing libbz2 (1.0.8-r1) 13:56:57 (8/39) Installing expat (2.2.9-r1) 13:56:57 (9/39) Installing libffi (3.3-r2) 13:56:57 (10/39) Installing gdbm (1.13-r1) 13:56:57 (11/39) Installing xz-libs (5.2.5-r0) 13:56:57 (12/39) Installing sqlite-libs (3.32.1-r0) 13:56:57 (13/39) Installing python3 (3.8.10-r0) 13:56:57 ---> Running in 72d4ff6a01f2 13:56:57 ---> 9c3f5f72ddf7 13:56:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:56:57 ---> Running in 5dcf97dad3cf 13:56:58 ---> Running in 7dcbe9b63380 13:56:58 ---> 362a5087ffa5 13:56:58 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:56:58 Removing intermediate container 72d4ff6a01f2 13:56:58 ---> a8ec7a57f61f 13:56:58 Step 24/25 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:56:58 Removing intermediate container 5dcf97dad3cf 13:56:58 ---> 7dc1e183b3db 13:56:58 Step 20/22 : LABEL arch=arm64 13:56:59 ---> Running in 98b4457c11eb 13:56:59 ---> Running in ba202b358b53 13:56:59 ---> Running in 154909efacd5 13:56:59 (14/39) Installing py3-appdirs (1.4.4-r1) 13:56:59 (15/39) Installing py3-ordered-set (4.0.1-r0) 13:56:59 (16/39) Installing py3-parsing (2.4.7-r0) 13:56:59 (17/39) Installing py3-six (1.15.0-r0) 13:56:59 Removing intermediate container 7dcbe9b63380 13:56:59 ---> d941c83f233b 13:56:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:56:59 (18/39) Installing py3-packaging (20.4-r0) 13:56:59 (19/39) Installing py3-setuptools (47.0.0-r0) 13:56:59 Removing intermediate container 154909efacd5 13:56:59 ---> b3a34aa63cf4 13:56:59 Step 31/31 : LABEL version=2.0.0-dev.206 13:56:59 (20/39) Installing py3-chardet (3.0.4-r4) 13:56:59 ---> Running in 8916729d30dd 13:56:59 ---> 55db56f5ee58 13:56:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:56:59 Removing intermediate container 98b4457c11eb 13:56:59 ---> 53a59c427a16 13:56:59 Step 25/25 : LABEL version=2.0.0-dev.206 13:56:59 Removing intermediate container ba202b358b53 13:56:59 ---> aa55f3b09334 13:56:59 Step 21/22 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:00 (21/39) Installing py3-idna (2.9-r0) 13:57:00 (22/39) Installing py3-certifi (2020.4.5.1-r0) 13:57:00 (14/39) Installing py3-appdirs (1.4.4-r1) 13:57:00 (15/39) Installing py3-ordered-set (4.0.1-r0) 13:57:00 (16/39) Installing py3-parsing (2.4.7-r0) 13:57:00 (17/39) Installing py3-six (1.15.0-r0) 13:57:00 (18/39) Installing py3-packaging (20.4-r0) 13:57:00 (19/39) Installing py3-setuptools (47.0.0-r0) 13:57:00 ---> Running in 99d38ec3c666 13:57:00 (23/39) Installing py3-urllib3 (1.25.9-r0) 13:57:00 (24/39) Installing py3-requests (2.23.0-r0) 13:57:00 (20/39) Installing py3-chardet (3.0.4-r4) 13:57:00 ---> Running in 8ce9e904a850 13:57:00 (21/39) Installing py3-idna (2.9-r0) 13:57:00 Removing intermediate container 8916729d30dd 13:57:00 ---> 181e2ccef2ad 13:57:00 Step 21/23 : LABEL arch=arm64 13:57:00 (22/39) Installing py3-certifi (2020.4.5.1-r0) 13:57:00 (23/39) Installing py3-urllib3 (1.25.9-r0) 13:57:00 (24/39) Installing py3-requests (2.23.0-r0) 13:57:00 (25/39) Installing py3-msgpack (1.0.0-r0) 13:57:00 (26/39) Installing py3-lockfile (0.12.2-r3) 13:57:00 ---> Running in 23ccab28568e 13:57:00 (25/39) Installing py3-msgpack (1.0.0-r0) 13:57:00 (26/39) Installing py3-lockfile (0.12.2-r3) 13:57:00 (27/39) Installing py3-cachecontrol (0.12.6-r0) 13:57:00 (28/39) Installing py3-colorama (0.4.3-r0) 13:57:00 (29/39) Installing py3-distlib (0.3.0-r0) 13:57:00 (30/39) Installing py3-distro (1.5.0-r1) 13:57:00 (31/39) Installing py3-webencodings (0.5.1-r3) 13:57:00 (32/39) Installing py3-html5lib (1.0.1-r4) 13:57:00 (33/39) Installing py3-pytoml (0.1.21-r0) 13:57:00 (27/39) Installing py3-cachecontrol (0.12.6-r0) 13:57:00 ---> Running in 65f6439e7537 13:57:00 ---> 5e8621b11d30 13:57:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:57:00 (28/39) Installing py3-colorama (0.4.3-r0) 13:57:00 (29/39) Installing py3-distlib (0.3.0-r0) 13:57:00 (30/39) Installing py3-distro (1.5.0-r1) 13:57:00 (31/39) Installing py3-webencodings (0.5.1-r3) 13:57:00 (32/39) Installing py3-html5lib (1.0.1-r4) 13:57:00 (33/39) Installing py3-pytoml (0.1.21-r0) 13:57:00 (34/39) Installing py3-pep517 (0.8.2-r0) 13:57:00 (35/39) Installing py3-progress (1.5-r0) 13:57:00 (36/39) Installing py3-toml (0.10.1-r0) 13:57:00 Removing intermediate container 99d38ec3c666 13:57:00 ---> bbe42bca6909 13:57:00 13:57:00 (37/39) Installing py3-retrying (1.3.3-r0) 13:57:00 (38/39) Installing py3-contextlib2 (0.6.0-r0) 13:57:00 (39/39) Installing py3-pip (20.1.1-r0) 13:57:00 Removing intermediate container 8ce9e904a850 13:57:00 ---> 9ea0c3847cf1 13:57:00 Step 22/22 : LABEL version=2.0.0-dev.206 13:57:01 (34/39) Installing py3-pep517 (0.8.2-r0) 13:57:01 (35/39) Installing py3-progress (1.5-r0) 13:57:01 Executing busybox-1.31.1-r19.trigger 13:57:01 OK: 72 MiB in 59 packages 13:57:01 (36/39) Installing py3-toml (0.10.1-r0) 13:57:01 Removing intermediate container 65f6439e7537 13:57:01 ---> f34238d418b0 13:57:01 Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:01 Successfully built bbe42bca6909 13:57:01 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:57:01 ---> Running in 1d13dd03e4e8 13:57:01 Building docker-core-command-go 13:57:01 (37/39) Installing py3-retrying (1.3.3-r0) 13:57:01 (38/39) Installing py3-contextlib2 (0.6.0-r0) 13:57:01 (39/39) Installing py3-pip (20.1.1-r0) 13:57:01 Removing intermediate container 23ccab28568e 13:57:01 ---> 2f5c79f12a94 13:57:01 13:57:01 Executing busybox-1.31.1-r19.trigger 13:57:01 OK: 72 MiB in 59 packages 13:57:01  Building docker-security-secretstore-setup-go ... done  ---> Running in f1c3801ba761 13:57:01 ---> 9d10b508a480 13:57:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:57:01 Successfully built 2f5c79f12a94 13:57:01 Successfully tagged docker-security-bootstrapper-go:latest 13:57:02 ---> Running in 46a09616681e 13:57:02 Removing intermediate container 1d13dd03e4e8 13:57:02 ---> 30201e5cc3ae 13:57:02 13:57:02 Removing intermediate container f1c3801ba761 13:57:02 ---> b571276970db 13:57:02 Step 23/23 : LABEL version=2.0.0-dev.206 13:57:02  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 13:57:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:57:02 Successfully built 30201e5cc3ae 13:57:02 Successfully tagged docker-support-scheduler-go-arm64:latest 13:57:02  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 13:57:03 ---> Running in 20451c85ae3d 13:57:03 Removing intermediate container 46a09616681e 13:57:03 ---> 074b11360f0b 13:57:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:57:04 Removing intermediate container 20451c85ae3d 13:57:04 ---> 3bafcfed258a 13:57:04 13:57:04 Successfully built 3bafcfed258a 13:57:04 Collecting PyYAML<4,>=3.10 13:57:04 Downloading PyYAML-3.13.tar.gz (270 kB) 13:57:04 ---> ec2109d4f9bc 13:57:04 Step 26/31 : RUN chmod +x /entrypoint.sh 13:57:04 Successfully tagged docker-core-metadata-go-arm64:latest 13:57:04  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 13:57:04 Collecting jsonschema<3,>=2.5.1 13:57:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:57:05 Collecting docopt<0.7,>=0.6.1 13:57:05 Downloading docopt-0.6.2.tar.gz (25 kB) 13:57:05 ---> Running in 59b7380aae72 13:57:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:57:05 Collecting docker<4.0,>=3.6.0 13:57:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:57:06 Collecting dockerpty<0.5,>=0.4.1 13:57:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:57:06 Collecting docker-compose==1.23.2 13:57:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:57:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:57:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:57:06 Collecting websocket-client<1.0,>=0.32.0 13:57:06 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 13:57:06 Collecting texttable<0.10,>=0.9.0 13:57:06 Downloading texttable-0.9.1.tar.gz (11 kB) 13:57:07 Collecting cached-property<2,>=1.2.0 13:57:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:57:07 Collecting docker-pycreds>=0.4.0 13:57:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:57:07 Collecting idna<2.8,>=2.5 13:57:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:57:07 Collecting urllib3<1.25,>=1.21.1 13:57:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:57:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 13:57:07 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 13:57:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:57:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:57:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:57:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:57:07 Collecting PyYAML<4,>=3.10 13:57:07 Installing collected packages: PyYAML, jsonschema, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, texttable, cached-property, docker-compose 13:57:07 Running setup.py install for PyYAML: started 13:57:08 Downloading PyYAML-3.13.tar.gz (270 kB) 13:57:08 Running setup.py install for PyYAML: finished with status 'done' 13:57:08 Running setup.py install for docopt: started 13:57:09 Running setup.py install for docopt: finished with status 'done' 13:57:09 Attempting uninstall: idna 13:57:09 Found existing installation: idna 2.9 13:57:09 Uninstalling idna-2.9: 13:57:09 Successfully uninstalled idna-2.9 13:57:09 Removing intermediate container 59b7380aae72 13:57:09 ---> e8ad04b3db87 13:57:09 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:57:09 Attempting uninstall: urllib3 13:57:09 Found existing installation: urllib3 1.25.9 13:57:09 Uninstalling urllib3-1.25.9: 13:57:09 Successfully uninstalled urllib3-1.25.9 13:57:09 Attempting uninstall: requests 13:57:09 Found existing installation: requests 2.23.0 13:57:09 Uninstalling requests-2.23.0: 13:57:09 Successfully uninstalled requests-2.23.0 13:57:10 Running setup.py install for dockerpty: started 13:57:10 ---> Running in 905c422af6af 13:57:10 Running setup.py install for dockerpty: finished with status 'done' 13:57:10 Running setup.py install for texttable: started 13:57:10 Running setup.py install for texttable: finished with status 'done' 13:57:11 Removing intermediate container 905c422af6af 13:57:11 ---> 208607e0ac97 13:57:11 Step 28/31 : CMD ["gate"] 13:57:11 ---> Running in 147fae99a5c9 13:57:11 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.59.0 13:57:12 Removing intermediate container 147fae99a5c9 13:57:12 ---> e58699a7938f 13:57:12 Step 29/31 : LABEL arch=arm64 13:57:12 ---> Running in 3bc8718627e3 13:57:12 Removing intermediate container 3bc8718627e3 13:57:12 ---> 96fe4e3e1639 13:57:12 Step 30/31 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:13 ---> Running in a8261cd32934 13:57:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:57:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:57:14 Removing intermediate container a8261cd32934 13:57:14 ---> 2d5944480059 13:57:14 Step 31/31 : LABEL version=2.0.0-dev.206 13:57:14 Collecting jsonschema<3,>=2.5.1 13:57:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:57:14 ---> Running in e46364c652e9 13:57:14 Collecting cached-property<2,>=1.2.0 13:57:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:57:14 Removing intermediate container e46364c652e9 13:57:14 ---> 1486a3b29c76 13:57:14 13:57:15 Successfully built 1486a3b29c76 13:57:15 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:57:15  Building docker-security-bootstrapper-go ... done Building docker-core-data-go 13:57:15 Collecting websocket-client<1.0,>=0.32.0 13:57:15 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 13:57:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:57:15 Collecting docopt<0.7,>=0.6.1 13:57:15 Downloading docopt-0.6.2.tar.gz (25 kB) 13:57:18 Collecting docker<4.0,>=3.6.0 13:57:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:57:18 Collecting texttable<0.10,>=0.9.0 13:57:18 Downloading texttable-0.9.1.tar.gz (11 kB) 13:57:19 Removing intermediate container d806f3855cd2 13:57:19 ---> d49bc7b11e80 13:57:19 Step 14/23 : ENV APP_PORT=48090 13:57:19 ---> Running in 3bf52844a8db 13:57:19 Removing intermediate container 3bf52844a8db 13:57:19 ---> 1c3bd3ae77f3 13:57:19 Step 15/23 : EXPOSE $APP_PORT 13:57:19 ---> Running in bcd58ead53c0 13:57:19 Removing intermediate container bcd58ead53c0 13:57:19 ---> cd7d89a8aaf7 13:57:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:57:19 ---> 6c7d175a3ca1 13:57:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:57:20 ---> f46a993e3ad1 13:57:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:57:20 ---> 7c433d9a0d27 13:57:20 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:57:20 ---> Running in a2237fe57579 13:57:20 Removing intermediate container a2237fe57579 13:57:20 ---> 2d6caf2d4590 13:57:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:57:20 ---> Running in cdaf71163fba 13:57:21 Removing intermediate container cdaf71163fba 13:57:21 ---> 9c283d6ba261 13:57:21 Step 21/23 : LABEL arch=x86_64 13:57:21 ---> Running in 279fbab790c6 13:57:21 Removing intermediate container 279fbab790c6 13:57:21 ---> 0ac660052f01 13:57:21 Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:21 ---> Running in 9bc951c34ef9 13:57:21 Removing intermediate container 9bc951c34ef9 13:57:21 ---> f36028ab5bf9 13:57:21 Step 23/23 : LABEL version=2.0.0-dev.206 13:57:21 ---> Running in 9af03eae39b8 13:57:21 Removing intermediate container 9af03eae39b8 13:57:21 ---> 575ce7a35804 13:57:21 13:57:21 Collecting dockerpty<0.5,>=0.4.1 13:57:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:57:21 Successfully built 575ce7a35804 13:57:21 Successfully tagged docker-sys-mgmt-agent-go:latest 13:57:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:57:22 $ docker stop --time=1 0c2fda9295461644a014df36ed3091f6358b288db6c2d32fad6db830c35ca23d 13:57:24 Collecting urllib3<1.25,>=1.21.1 13:57:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:57:25 $ docker rm -f 0c2fda9295461644a014df36ed3091f6358b288db6c2d32fad6db830c35ca23d 13:57:25 Collecting idna<2.8,>=2.5 13:57:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:57:25 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) 13:57:25 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) [Pipeline] // withDockerContainer [Pipeline] sh 13:57:25 Collecting docker-pycreds>=0.4.0 13:57:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:57:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:57:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:57:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:57:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:57:25 + docker images 13:57:25 + grep docker 13:57:26 docker-sys-mgmt-agent-go latest 575ce7a35804 4 seconds ago 312MB 13:57:26 docker-security-bootstrapper-go latest 2f5c79f12a94 25 seconds ago 18.2MB 13:57:26 docker-support-scheduler-go latest bd97f73f53a6 34 seconds ago 17.1MB 13:57:26 docker-core-metadata-go latest 85fb3c5b35c3 39 seconds ago 18.6MB 13:57:26 docker-core-data-go latest dffa9b23e771 2 minutes ago 21.5MB 13:57:26 docker-security-secretstore-setup-go latest daa8e683cb8b 2 minutes ago 25.7MB 13:57:26 docker-security-proxy-setup-go latest cb86b845fb3c 2 minutes ago 25.3MB 13:57:26 docker-support-notifications-go latest 840e554ef191 2 minutes ago 17.6MB 13:57:26 docker-core-command-go latest 44884ff3d2aa 2 minutes ago 17MB 13:57:26 docker 20.10.0 aefe523efa57 5 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:57:26 provisioning config files... 13:57:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/474@tmp/config945361648524771771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:57:26 ---> docker-login.sh 13:57:26 nexus3.edgexfoundry.org:10001 13:57:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:26 Configure a credential helper to remove this warning. See 13:57:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:26 13:57:26 Login Succeeded 13:57:26 nexus3.edgexfoundry.org:10002 13:57:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:26 Configure a credential helper to remove this warning. See 13:57:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:26 13:57:26 Login Succeeded 13:57:26 nexus3.edgexfoundry.org:10003 13:57:26 Installing collected packages: PyYAML, urllib3, idna, requests, jsonschema, cached-property, websocket-client, docopt, docker-pycreds, docker, texttable, dockerpty, docker-compose 13:57:26 Running setup.py install for PyYAML: started 13:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:27 Configure a credential helper to remove this warning. See 13:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:27 13:57:27 Login Succeeded 13:57:27 nexus3.edgexfoundry.org:10004 13:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:27 Configure a credential helper to remove this warning. See 13:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:27 13:57:27 Login Succeeded 13:57:27 docker.io 13:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:27 Configure a credential helper to remove this warning. See 13:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:27 13:57:27 Login Succeeded 13:57:27 ---> docker-login.sh ends [Pipeline] } 13:57:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:27 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 13:57:27 648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:27 2.0.0-dev.206 13:57:27 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:27 master 13:57:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:28 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 13:57:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 13:57:28 560687ba874b: Preparing 13:57:28 05e935d62519: Preparing 13:57:28 d5755f34ca06: Preparing 13:57:28 0f57cf2a266d: Preparing 13:57:28 32f366d666a5: Preparing 13:57:28 32f366d666a5: Layer already exists 13:57:28 0f57cf2a266d: Pushed 13:57:28 560687ba874b: Pushed 13:57:28 d5755f34ca06: Pushed 13:57:29 Running setup.py install for PyYAML: finished with status 'done' 13:57:29 Attempting uninstall: urllib3 13:57:29 Found existing installation: urllib3 1.25.9 13:57:29 Uninstalling urllib3-1.25.9: 13:57:29 Successfully uninstalled urllib3-1.25.9 13:57:29 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:57:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:57:29 ---> 3bc5a2ea628d 13:57:29 Step 3/23 : WORKDIR /edgex-go 13:57:29 05e935d62519: Pushed 13:57:29 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:ebf63a570cc67ddeb220440ae4638e8e1201fce04e554a10a87724080f65b224 size: 1363 [Pipeline] isUnix [Pipeline] sh 13:57:30 ---> Using cache 13:57:30 ---> 2971a6130e41 13:57:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:57:30 ---> Using cache 13:57:30 ---> 0cf4f6bedc2e 13:57:30 Step 5/23 : RUN apk add --update --no-cache make git 13:57:30 ---> Using cache 13:57:30 ---> d96d4ab40dc3 13:57:30 Step 6/23 : COPY go.mod . 13:57:30 ---> Using cache 13:57:30 ---> d7d8191ad68a 13:57:30 Step 7/23 : RUN go mod download 13:57:30 ---> Using cache 13:57:30 ---> cbb7c096d803 13:57:30 Step 8/23 : COPY . . 13:57:30 ---> Using cache 13:57:30 ---> 4960bd5b0d6c 13:57:30 Step 9/23 : RUN make cmd/core-command/core-command 13:57:30 Attempting uninstall: idna 13:57:30 Found existing installation: idna 2.9 13:57:30 Uninstalling idna-2.9: 13:57:30 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:30 Successfully uninstalled idna-2.9 13:57:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.206 13:57:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 13:57:30 560687ba874b: Preparing 13:57:30 05e935d62519: Preparing 13:57:30 d5755f34ca06: Preparing 13:57:30 0f57cf2a266d: Preparing 13:57:30 32f366d666a5: Preparing 13:57:30 0f57cf2a266d: Layer already exists 13:57:30 d5755f34ca06: Layer already exists 13:57:30 05e935d62519: Layer already exists 13:57:30 32f366d666a5: Layer already exists 13:57:30 560687ba874b: Layer already exists 13:57:30 2.0.0-dev.206: digest: sha256:ebf63a570cc67ddeb220440ae4638e8e1201fce04e554a10a87724080f65b224 size: 1363 [Pipeline] isUnix [Pipeline] sh 13:57:30 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 13:57:31 560687ba874b: Preparing 13:57:31 05e935d62519: Preparing 13:57:31 d5755f34ca06: Preparing 13:57:31 0f57cf2a266d: Preparing 13:57:31 32f366d666a5: Preparing 13:57:31 560687ba874b: Layer already exists 13:57:31 d5755f34ca06: Layer already exists 13:57:31 05e935d62519: Layer already exists 13:57:31 0f57cf2a266d: Layer already exists 13:57:31 32f366d666a5: Layer already exists 13:57:31 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:ebf63a570cc67ddeb220440ae4638e8e1201fce04e554a10a87724080f65b224 size: 1363 [Pipeline] isUnix [Pipeline] sh 13:57:31 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 13:57:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 13:57:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 13:57:31 560687ba874b: Preparing 13:57:31 05e935d62519: Preparing 13:57:31 d5755f34ca06: Preparing 13:57:31 0f57cf2a266d: Preparing 13:57:31 32f366d666a5: Preparing 13:57:31 0f57cf2a266d: Layer already exists 13:57:31 d5755f34ca06: Layer already exists 13:57:31 560687ba874b: Layer already exists 13:57:31 05e935d62519: Layer already exists 13:57:31 32f366d666a5: Layer already exists 13:57:31 master: digest: sha256:ebf63a570cc67ddeb220440ae4638e8e1201fce04e554a10a87724080f65b224 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:31 ===================================================== [Pipeline] echo 13:57:31 taggedImages: 13:57:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.206 13:57:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 13:57:31 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 13:57:31 648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:31 2.0.0-dev.206 13:57:31 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:31 master 13:57:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:32 Attempting uninstall: requests 13:57:32 Found existing installation: requests 2.23.0 13:57:32 Uninstalling requests-2.23.0: 13:57:32 Successfully uninstalled requests-2.23.0 13:57:32 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 13:57:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 13:57:32 046c25fbf28e: Preparing 13:57:32 57ee0e4f654f: Preparing 13:57:32 d5755f34ca06: Preparing 13:57:32 b22039fda2e0: Preparing 13:57:32 4174b547d171: Preparing 13:57:32 32f366d666a5: Preparing 13:57:32 32f366d666a5: Waiting 13:57:32 d5755f34ca06: Layer already exists 13:57:32 32f366d666a5: Layer already exists 13:57:32 4174b547d171: Pushed 13:57:32 046c25fbf28e: Pushed 13:57:33 b22039fda2e0: Pushed 13:57:33 ---> Running in 1acdfa4030e8 13:57:34 57ee0e4f654f: Pushed 13:57:34 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:f580627642c38fcfc43d41388688175040d8b00ba8bedae70742ccc3622d61e9 size: 1572 [Pipeline] isUnix [Pipeline] sh 13:57:34 Running setup.py install for docopt: started 13:57:34 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.206 13:57:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 13:57:34 046c25fbf28e: Preparing 13:57:34 57ee0e4f654f: Preparing 13:57:34 d5755f34ca06: Preparing 13:57:34 b22039fda2e0: Preparing 13:57:34 4174b547d171: Preparing 13:57:34 32f366d666a5: Preparing 13:57:34 32f366d666a5: Waiting 13:57:34 b22039fda2e0: Layer already exists 13:57:34 57ee0e4f654f: Layer already exists 13:57:34 4174b547d171: Layer already exists 13:57:34 d5755f34ca06: Layer already exists 13:57:34 046c25fbf28e: Layer already exists 13:57:34 32f366d666a5: Layer already exists 13:57:34 2.0.0-dev.206: digest: sha256:f580627642c38fcfc43d41388688175040d8b00ba8bedae70742ccc3622d61e9 size: 1572 [Pipeline] isUnix [Pipeline] sh 13:57:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-command/core-command ./cmd/core-command 13:57:35 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 13:57:35 046c25fbf28e: Preparing 13:57:35 57ee0e4f654f: Preparing 13:57:35 d5755f34ca06: Preparing 13:57:35 b22039fda2e0: Preparing 13:57:35 4174b547d171: Preparing 13:57:35 32f366d666a5: Preparing 13:57:35 32f366d666a5: Waiting 13:57:35 d5755f34ca06: Layer already exists 13:57:35 b22039fda2e0: Layer already exists 13:57:35 046c25fbf28e: Layer already exists 13:57:35 4174b547d171: Layer already exists 13:57:35 57ee0e4f654f: Layer already exists 13:57:35 32f366d666a5: Layer already exists 13:57:35 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:f580627642c38fcfc43d41388688175040d8b00ba8bedae70742ccc3622d61e9 size: 1572 [Pipeline] isUnix [Pipeline] sh 13:57:35 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:57:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:57:35 ---> 3bc5a2ea628d 13:57:35 Step 3/22 : WORKDIR /edgex-go 13:57:35 ---> Using cache 13:57:35 ---> 2971a6130e41 13:57:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:57:35 ---> Using cache 13:57:35 ---> 0cf4f6bedc2e 13:57:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:57:35 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 13:57:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 13:57:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 13:57:35 046c25fbf28e: Preparing 13:57:35 57ee0e4f654f: Preparing 13:57:35 d5755f34ca06: Preparing 13:57:35 b22039fda2e0: Preparing 13:57:35 4174b547d171: Preparing 13:57:35 32f366d666a5: Preparing 13:57:35 32f366d666a5: Waiting 13:57:35 57ee0e4f654f: Layer already exists 13:57:35 b22039fda2e0: Layer already exists 13:57:35 4174b547d171: Layer already exists 13:57:35 046c25fbf28e: Layer already exists 13:57:35 d5755f34ca06: Layer already exists 13:57:35 32f366d666a5: Layer already exists 13:57:35 master: digest: sha256:f580627642c38fcfc43d41388688175040d8b00ba8bedae70742ccc3622d61e9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:36 ===================================================== [Pipeline] echo 13:57:36 taggedImages: 13:57:36 - nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:36 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.206 13:57:36 - nexus3.edgexfoundry.org:10004/docker-core-data-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:36 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 13:57:36 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 13:57:36 648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:36 2.0.0-dev.206 13:57:36 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:36 master 13:57:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:36 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 13:57:36 ---> Running in ffb6c4eeba8f 13:57:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 13:57:36 e10a13159a89: Preparing 13:57:36 170c4725e188: Preparing 13:57:36 d5755f34ca06: Preparing 13:57:36 0f57cf2a266d: Preparing 13:57:36 32f366d666a5: Preparing 13:57:36 32f366d666a5: Layer already exists 13:57:36 d5755f34ca06: Layer already exists 13:57:36 0f57cf2a266d: Layer already exists 13:57:36 e10a13159a89: Pushed 13:57:36 Running setup.py install for docopt: finished with status 'done' 13:57:37 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:57:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:57:37 ---> 3bc5a2ea628d 13:57:37 Step 3/21 : WORKDIR /edgex-go 13:57:37 ---> Using cache 13:57:37 ---> 2971a6130e41 13:57:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:57:37 ---> Using cache 13:57:37 ---> 0cf4f6bedc2e 13:57:37 Step 5/21 : RUN apk add --update --no-cache make git 13:57:37 ---> Using cache 13:57:37 ---> d96d4ab40dc3 13:57:37 Step 6/21 : COPY go.mod . 13:57:37 ---> Using cache 13:57:37 ---> d7d8191ad68a 13:57:37 Step 7/21 : RUN go mod download 13:57:37 ---> Using cache 13:57:37 ---> cbb7c096d803 13:57:37 Step 8/21 : COPY . . 13:57:37 ---> Using cache 13:57:37 ---> 4960bd5b0d6c 13:57:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:57:37 Running setup.py install for texttable: started 13:57:38 170c4725e188: Pushed 13:57:38 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:d79d806c68f3510c0ac48d67fae506023c4e03731a4946a0153fc86571090b38 size: 1363 [Pipeline] isUnix [Pipeline] sh 13:57:38 ---> Running in 5e4e3715d4b0 13:57:38 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.206 13:57:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 13:57:38 e10a13159a89: Preparing 13:57:38 170c4725e188: Preparing 13:57:38 d5755f34ca06: Preparing 13:57:38 0f57cf2a266d: Preparing 13:57:38 32f366d666a5: Preparing 13:57:38 e10a13159a89: Layer already exists 13:57:38 32f366d666a5: Layer already exists 13:57:38 d5755f34ca06: Layer already exists 13:57:38 0f57cf2a266d: Layer already exists 13:57:38 170c4725e188: Layer already exists 13:57:38 2.0.0-dev.206: digest: sha256:d79d806c68f3510c0ac48d67fae506023c4e03731a4946a0153fc86571090b38 size: 1363 [Pipeline] isUnix [Pipeline] sh 13:57:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:57:39 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 13:57:39 e10a13159a89: Preparing 13:57:39 170c4725e188: Preparing 13:57:39 d5755f34ca06: Preparing 13:57:39 0f57cf2a266d: Preparing 13:57:39 32f366d666a5: Preparing 13:57:39 e10a13159a89: Layer already exists 13:57:39 0f57cf2a266d: Layer already exists 13:57:39 170c4725e188: Layer already exists 13:57:39 d5755f34ca06: Layer already exists 13:57:39 32f366d666a5: Layer already exists 13:57:39 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:d79d806c68f3510c0ac48d67fae506023c4e03731a4946a0153fc86571090b38 size: 1363 [Pipeline] isUnix [Pipeline] sh 13:57:39 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 13:57:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 13:57:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 13:57:39 e10a13159a89: Preparing 13:57:39 170c4725e188: Preparing 13:57:39 d5755f34ca06: Preparing 13:57:39 0f57cf2a266d: Preparing 13:57:39 32f366d666a5: Preparing 13:57:39 e10a13159a89: Layer already exists 13:57:39 32f366d666a5: Layer already exists 13:57:39 0f57cf2a266d: Layer already exists 13:57:39 d5755f34ca06: Layer already exists 13:57:39 170c4725e188: Layer already exists 13:57:39 master: digest: sha256:d79d806c68f3510c0ac48d67fae506023c4e03731a4946a0153fc86571090b38 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:40 ===================================================== [Pipeline] echo 13:57:40 taggedImages: 13:57:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.206 13:57:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:40 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 13:57:40 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 13:57:40 648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:40 2.0.0-dev.206 13:57:40 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:40 master 13:57:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:57:40 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 13:57:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:57:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 13:57:40 d2bbc5b55e80: Preparing 13:57:40 d2bbc5b55e80: Preparing 13:57:40 969ac4c106f6: Preparing 13:57:40 9f82a0c15cf9: Preparing 13:57:40 cee56a01a411: Preparing 13:57:40 e255e7f385ff: Preparing 13:57:40 d5755f34ca06: Preparing 13:57:40 f8a7ec1f4222: Preparing 13:57:40 f8a7ec1f4222: Preparing 13:57:40 e0f5c33d06a9: Preparing 13:57:40 07c72898db03: Preparing 13:57:40 32f366d666a5: Preparing 13:57:40 d5755f34ca06: Waiting 13:57:40 e0f5c33d06a9: Waiting 13:57:40 f8a7ec1f4222: Waiting 13:57:40 07c72898db03: Waiting 13:57:40 32f366d666a5: Waiting 13:57:40 Running setup.py install for texttable: finished with status 'done' 13:57:40 Running setup.py install for dockerpty: started 13:57:40 cee56a01a411: Pushed 13:57:40 969ac4c106f6: Pushed 13:57:40 d2bbc5b55e80: Pushed 13:57:40 9f82a0c15cf9: Pushed 13:57:40 d5755f34ca06: Layer already exists 13:57:40 32f366d666a5: Layer already exists 13:57:40 f8a7ec1f4222: Pushed 13:57:40 e0f5c33d06a9: Pushed 13:57:40 07c72898db03: Pushed 13:57:41 e255e7f385ff: Pushed 13:57:42 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:96e2975cf60929d23d2652e730b2cb45cc322bf9f6408e50426abfbe76db8339 size: 2817 13:57:42 OK: 218 MiB in 52 packages [Pipeline] isUnix [Pipeline] sh 13:57:42 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.206 13:57:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 13:57:42 d2bbc5b55e80: Preparing 13:57:42 d2bbc5b55e80: Preparing 13:57:42 969ac4c106f6: Preparing 13:57:42 9f82a0c15cf9: Preparing 13:57:42 cee56a01a411: Preparing 13:57:42 e255e7f385ff: Preparing 13:57:42 d5755f34ca06: Preparing 13:57:42 f8a7ec1f4222: Preparing 13:57:42 f8a7ec1f4222: Preparing 13:57:42 e0f5c33d06a9: Preparing 13:57:42 07c72898db03: Preparing 13:57:42 32f366d666a5: Preparing 13:57:42 e0f5c33d06a9: Waiting 13:57:42 07c72898db03: Waiting 13:57:42 32f366d666a5: Waiting 13:57:42 d5755f34ca06: Waiting 13:57:42 f8a7ec1f4222: Waiting 13:57:42 9f82a0c15cf9: Layer already exists 13:57:42 969ac4c106f6: Layer already exists 13:57:42 d2bbc5b55e80: Layer already exists 13:57:42 e255e7f385ff: Layer already exists 13:57:42 cee56a01a411: Layer already exists 13:57:42 e0f5c33d06a9: Layer already exists 13:57:42 07c72898db03: Layer already exists 13:57:42 d5755f34ca06: Layer already exists 13:57:42 32f366d666a5: Layer already exists 13:57:42 f8a7ec1f4222: Layer already exists 13:57:42 2.0.0-dev.206: digest: sha256:96e2975cf60929d23d2652e730b2cb45cc322bf9f6408e50426abfbe76db8339 size: 2817 13:57:42 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:57:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:57:42 ---> 3bc5a2ea628d 13:57:42 Step 3/23 : WORKDIR /edgex-go 13:57:42 ---> Using cache 13:57:42 ---> 2971a6130e41 13:57:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:57:42 ---> Using cache 13:57:42 ---> 0cf4f6bedc2e 13:57:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] isUnix [Pipeline] sh 13:57:43 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 13:57:43 d2bbc5b55e80: Preparing 13:57:43 d2bbc5b55e80: Preparing 13:57:43 969ac4c106f6: Preparing 13:57:43 9f82a0c15cf9: Preparing 13:57:43 cee56a01a411: Preparing 13:57:43 e255e7f385ff: Preparing 13:57:43 d5755f34ca06: Preparing 13:57:43 f8a7ec1f4222: Preparing 13:57:43 f8a7ec1f4222: Preparing 13:57:43 e0f5c33d06a9: Preparing 13:57:43 07c72898db03: Preparing 13:57:43 32f366d666a5: Preparing 13:57:43 f8a7ec1f4222: Waiting 13:57:43 e0f5c33d06a9: Waiting 13:57:43 07c72898db03: Waiting 13:57:43 32f366d666a5: Waiting 13:57:43 d5755f34ca06: Waiting 13:57:43 d2bbc5b55e80: Layer already exists 13:57:43 e255e7f385ff: Layer already exists 13:57:43 cee56a01a411: Layer already exists 13:57:43 9f82a0c15cf9: Layer already exists 13:57:43 969ac4c106f6: Layer already exists 13:57:43 f8a7ec1f4222: Layer already exists 13:57:43 d5755f34ca06: Layer already exists 13:57:43 07c72898db03: Layer already exists 13:57:43 e0f5c33d06a9: Layer already exists 13:57:43 32f366d666a5: Layer already exists 13:57:43 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:96e2975cf60929d23d2652e730b2cb45cc322bf9f6408e50426abfbe76db8339 size: 2817 [Pipeline] isUnix [Pipeline] sh 13:57:43 ---> Running in 794571fdbecd 13:57:43 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 13:57:44 Running setup.py install for dockerpty: finished with status 'done' 13:57:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 13:57:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 13:57:44 d2bbc5b55e80: Preparing 13:57:44 d2bbc5b55e80: Preparing 13:57:44 969ac4c106f6: Preparing 13:57:44 9f82a0c15cf9: Preparing 13:57:44 cee56a01a411: Preparing 13:57:44 e255e7f385ff: Preparing 13:57:44 d5755f34ca06: Preparing 13:57:44 f8a7ec1f4222: Preparing 13:57:44 f8a7ec1f4222: Preparing 13:57:44 e0f5c33d06a9: Preparing 13:57:44 07c72898db03: Preparing 13:57:44 32f366d666a5: Preparing 13:57:44 f8a7ec1f4222: Waiting 13:57:44 e0f5c33d06a9: Waiting 13:57:44 07c72898db03: Waiting 13:57:44 32f366d666a5: Waiting 13:57:44 d5755f34ca06: Waiting 13:57:44 969ac4c106f6: Layer already exists 13:57:44 d2bbc5b55e80: Layer already exists 13:57:44 9f82a0c15cf9: Layer already exists 13:57:44 e255e7f385ff: Layer already exists 13:57:44 cee56a01a411: Layer already exists 13:57:44 d5755f34ca06: Layer already exists 13:57:44 f8a7ec1f4222: Layer already exists 13:57:44 e0f5c33d06a9: Layer already exists 13:57:44 32f366d666a5: Layer already exists 13:57:44 07c72898db03: Layer already exists 13:57:44 master: digest: sha256:96e2975cf60929d23d2652e730b2cb45cc322bf9f6408e50426abfbe76db8339 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:44 ===================================================== [Pipeline] echo 13:57:44 taggedImages: 13:57:44 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:44 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.206 13:57:44 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:44 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 13:57:44 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 13:57:44 648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:44 2.0.0-dev.206 13:57:44 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:44 master 13:57:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:44 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 13:57:44 Removing intermediate container ffb6c4eeba8f 13:57:44 ---> 09635b4d3aef 13:57:44 Step 6/22 : COPY go.mod . 13:57:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 13:57:44 1c24b5e55472: Preparing 13:57:44 498c644ffdd5: Preparing 13:57:44 aa879a4c66aa: Preparing 13:57:44 2d945912e6ae: Preparing 13:57:44 32419be008d7: Preparing 13:57:44 32f366d666a5: Preparing 13:57:44 32f366d666a5: Waiting 13:57:45 aa879a4c66aa: Pushed 13:57:45 2d945912e6ae: Pushed 13:57:45 32f366d666a5: Layer already exists 13:57:45 32419be008d7: Pushed 13:57:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 13:57:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 13:57:45 ---> 53c28ce03d06 13:57:45 Step 7/22 : RUN go mod download 13:57:45 1c24b5e55472: Pushed 13:57:45 498c644ffdd5: Pushed 13:57:45 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:cb5411a0322269588ac8db65f24adfe27d425b45f87bc2b8613ab63b8719c38c size: 1575 [Pipeline] isUnix [Pipeline] sh 13:57:46 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.206 13:57:46 ---> Running in 75ae84265614 [Pipeline] isUnix [Pipeline] sh 13:57:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.206 13:57:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 13:57:46 1c24b5e55472: Preparing 13:57:46 498c644ffdd5: Preparing 13:57:46 aa879a4c66aa: Preparing 13:57:46 2d945912e6ae: Preparing 13:57:46 32419be008d7: Preparing 13:57:46 32f366d666a5: Preparing 13:57:46 32f366d666a5: Waiting 13:57:46 498c644ffdd5: Layer already exists 13:57:46 1c24b5e55472: Layer already exists 13:57:46 32419be008d7: Layer already exists 13:57:46 aa879a4c66aa: Layer already exists 13:57:46 2d945912e6ae: Layer already exists 13:57:46 32f366d666a5: Layer already exists 13:57:46 2.0.0-dev.206: digest: sha256:cb5411a0322269588ac8db65f24adfe27d425b45f87bc2b8613ab63b8719c38c size: 1575 [Pipeline] isUnix [Pipeline] sh 13:57:46 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 13:57:47 1c24b5e55472: Preparing 13:57:47 498c644ffdd5: Preparing 13:57:47 aa879a4c66aa: Preparing 13:57:47 2d945912e6ae: Preparing 13:57:47 32419be008d7: Preparing 13:57:47 32f366d666a5: Preparing 13:57:47 32f366d666a5: Waiting 13:57:47 1c24b5e55472: Layer already exists 13:57:47 2d945912e6ae: Layer already exists 13:57:47 32419be008d7: Layer already exists 13:57:47 498c644ffdd5: Layer already exists 13:57:47 aa879a4c66aa: Layer already exists 13:57:47 32f366d666a5: Layer already exists 13:57:47 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:cb5411a0322269588ac8db65f24adfe27d425b45f87bc2b8613ab63b8719c38c size: 1575 [Pipeline] isUnix [Pipeline] sh 13:57:47 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 13:57:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 13:57:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 13:57:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 13:57:47 1c24b5e55472: Preparing 13:57:47 498c644ffdd5: Preparing 13:57:47 aa879a4c66aa: Preparing 13:57:47 2d945912e6ae: Preparing 13:57:47 32419be008d7: Preparing 13:57:47 32f366d666a5: Preparing 13:57:47 32f366d666a5: Waiting 13:57:47 32419be008d7: Layer already exists 13:57:47 1c24b5e55472: Layer already exists 13:57:47 2d945912e6ae: Layer already exists 13:57:47 498c644ffdd5: Layer already exists 13:57:47 aa879a4c66aa: Layer already exists 13:57:47 32f366d666a5: Layer already exists 13:57:47 master: digest: sha256:cb5411a0322269588ac8db65f24adfe27d425b45f87bc2b8613ab63b8719c38c size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:47 ===================================================== [Pipeline] echo 13:57:47 taggedImages: 13:57:47 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:47 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.206 13:57:47 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:47 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 13:57:47 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 13:57:47 648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:47 2.0.0-dev.206 13:57:47 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:47 master 13:57:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:48 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 13:57:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 13:57:48 110216b190d8: Preparing 13:57:48 6b5f9dc8260b: Preparing 13:57:48 127fe7e1dbfa: Preparing 13:57:48 9508a7f7755e: Preparing 13:57:48 dc30c92032d4: Preparing 13:57:48 f15e31d285a1: Preparing 13:57:48 d224f3e83934: Preparing 13:57:48 c75d8f2c6718: Preparing 13:57:48 5a520dde2b78: Preparing 13:57:48 32f366d666a5: Preparing 13:57:48 f15e31d285a1: Waiting 13:57:48 d224f3e83934: Waiting 13:57:48 c75d8f2c6718: Waiting 13:57:48 5a520dde2b78: Waiting 13:57:48 32f366d666a5: Waiting 13:57:49 110216b190d8: Pushed 13:57:49 dc30c92032d4: Pushed 13:57:49 6b5f9dc8260b: Pushed 13:57:49 f15e31d285a1: Pushed 13:57:49 d224f3e83934: Pushed 13:57:49 c75d8f2c6718: Pushed 13:57:49 32f366d666a5: Layer already exists 13:57:49 OK: 218 MiB in 52 packages 13:57:49 9508a7f7755e: Pushed 13:57:49 127fe7e1dbfa: Pushed 13:57:49 5a520dde2b78: Pushed 13:57:49 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:9d704a25ce19934327926628c700d1c965f01d24f5213baf8dc0257cd0f5fecd size: 2405 [Pipeline] isUnix [Pipeline] sh 13:57:50 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.206 13:57:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 13:57:50 110216b190d8: Preparing 13:57:50 6b5f9dc8260b: Preparing 13:57:50 127fe7e1dbfa: Preparing 13:57:50 9508a7f7755e: Preparing 13:57:50 dc30c92032d4: Preparing 13:57:50 f15e31d285a1: Preparing 13:57:50 d224f3e83934: Preparing 13:57:50 c75d8f2c6718: Preparing 13:57:50 5a520dde2b78: Preparing 13:57:50 32f366d666a5: Preparing 13:57:50 c75d8f2c6718: Waiting 13:57:50 5a520dde2b78: Waiting 13:57:50 32f366d666a5: Waiting 13:57:50 f15e31d285a1: Waiting 13:57:50 d224f3e83934: Waiting 13:57:50 9508a7f7755e: Layer already exists 13:57:50 127fe7e1dbfa: Layer already exists 13:57:50 dc30c92032d4: Layer already exists 13:57:50 110216b190d8: Layer already exists 13:57:50 6b5f9dc8260b: Layer already exists 13:57:50 c75d8f2c6718: Layer already exists 13:57:50 f15e31d285a1: Layer already exists 13:57:50 5a520dde2b78: Layer already exists 13:57:50 32f366d666a5: Layer already exists 13:57:50 d224f3e83934: Layer already exists 13:57:50 2.0.0-dev.206: digest: sha256:9d704a25ce19934327926628c700d1c965f01d24f5213baf8dc0257cd0f5fecd size: 2405 [Pipeline] isUnix [Pipeline] sh 13:57:50 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 13:57:51 110216b190d8: Preparing 13:57:51 6b5f9dc8260b: Preparing 13:57:51 127fe7e1dbfa: Preparing 13:57:51 9508a7f7755e: Preparing 13:57:51 dc30c92032d4: Preparing 13:57:51 f15e31d285a1: Preparing 13:57:51 d224f3e83934: Preparing 13:57:51 c75d8f2c6718: Preparing 13:57:51 5a520dde2b78: Preparing 13:57:51 32f366d666a5: Preparing 13:57:51 d224f3e83934: Waiting 13:57:51 c75d8f2c6718: Waiting 13:57:51 5a520dde2b78: Waiting 13:57:51 32f366d666a5: Waiting 13:57:51 f15e31d285a1: Waiting 13:57:51 6b5f9dc8260b: Layer already exists 13:57:51 127fe7e1dbfa: Layer already exists 13:57:51 9508a7f7755e: Layer already exists 13:57:51 dc30c92032d4: Layer already exists 13:57:51 110216b190d8: Layer already exists 13:57:51 d224f3e83934: Layer already exists 13:57:51 5a520dde2b78: Layer already exists 13:57:51 c75d8f2c6718: Layer already exists 13:57:51 f15e31d285a1: Layer already exists 13:57:51 32f366d666a5: Layer already exists 13:57:51 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:9d704a25ce19934327926628c700d1c965f01d24f5213baf8dc0257cd0f5fecd size: 2405 [Pipeline] isUnix [Pipeline] sh 13:57:51 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 13:57:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 13:57:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 13:57:51 110216b190d8: Preparing 13:57:51 6b5f9dc8260b: Preparing 13:57:51 127fe7e1dbfa: Preparing 13:57:51 9508a7f7755e: Preparing 13:57:51 dc30c92032d4: Preparing 13:57:51 f15e31d285a1: Preparing 13:57:51 d224f3e83934: Preparing 13:57:51 c75d8f2c6718: Preparing 13:57:51 5a520dde2b78: Preparing 13:57:51 32f366d666a5: Preparing 13:57:51 f15e31d285a1: Waiting 13:57:51 d224f3e83934: Waiting 13:57:51 c75d8f2c6718: Waiting 13:57:51 5a520dde2b78: Waiting 13:57:51 32f366d666a5: Waiting 13:57:51 dc30c92032d4: Layer already exists 13:57:51 9508a7f7755e: Layer already exists 13:57:51 127fe7e1dbfa: Layer already exists 13:57:51 6b5f9dc8260b: Layer already exists 13:57:51 110216b190d8: Layer already exists 13:57:51 f15e31d285a1: Layer already exists 13:57:51 d224f3e83934: Layer already exists 13:57:51 c75d8f2c6718: Layer already exists 13:57:51 5a520dde2b78: Layer already exists 13:57:51 32f366d666a5: Layer already exists 13:57:51 master: digest: sha256:9d704a25ce19934327926628c700d1c965f01d24f5213baf8dc0257cd0f5fecd size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:51 ===================================================== 13:57:51 Removing intermediate container 75ae84265614 13:57:51 ---> 89796985f7d8 13:57:51 Step 8/22 : COPY . . 13:57:51 Removing intermediate container 794571fdbecd 13:57:51 ---> 160e1e879fd5 13:57:51 Step 6/23 : COPY go.mod . [Pipeline] echo 13:57:51 taggedImages: 13:57:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.206 13:57:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:51 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 13:57:51 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 13:57:51 648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:51 2.0.0-dev.206 13:57:51 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:51 master 13:57:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:52 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 13:57:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 13:57:52 8b9ca854594e: Preparing 13:57:52 366df77da0e5: Preparing 13:57:52 d5755f34ca06: Preparing 13:57:52 16f46ca83574: Preparing 13:57:52 32f366d666a5: Preparing 13:57:52 d5755f34ca06: Layer already exists 13:57:52 32f366d666a5: Layer already exists 13:57:52 8b9ca854594e: Pushed 13:57:52 16f46ca83574: Pushed 13:57:53 366df77da0e5: Pushed 13:57:53 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:07d069b2d2034f1a3e255b6ab30887a5d80db50edb6ebe69dcde69d0cc6c4278 size: 1364 [Pipeline] isUnix [Pipeline] sh 13:57:54 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.206 13:57:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 13:57:54 8b9ca854594e: Preparing 13:57:54 366df77da0e5: Preparing 13:57:54 d5755f34ca06: Preparing 13:57:54 16f46ca83574: Preparing 13:57:54 32f366d666a5: Preparing 13:57:54 16f46ca83574: Layer already exists 13:57:54 d5755f34ca06: Layer already exists 13:57:54 366df77da0e5: Layer already exists 13:57:54 32f366d666a5: Layer already exists 13:57:54 8b9ca854594e: Layer already exists 13:57:54 2.0.0-dev.206: digest: sha256:07d069b2d2034f1a3e255b6ab30887a5d80db50edb6ebe69dcde69d0cc6c4278 size: 1364 [Pipeline] isUnix [Pipeline] sh 13:57:54 ---> 1459a82489cd 13:57:54 Step 7/23 : RUN go mod download 13:57:54 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:54 ---> Running in 8ab0271782a1 13:57:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 13:57:55 8b9ca854594e: Preparing 13:57:55 366df77da0e5: Preparing 13:57:55 d5755f34ca06: Preparing 13:57:55 16f46ca83574: Preparing 13:57:55 32f366d666a5: Preparing 13:57:55 32f366d666a5: Layer already exists 13:57:55 16f46ca83574: Layer already exists 13:57:55 d5755f34ca06: Layer already exists 13:57:55 366df77da0e5: Layer already exists 13:57:55 8b9ca854594e: Layer already exists 13:57:55 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:07d069b2d2034f1a3e255b6ab30887a5d80db50edb6ebe69dcde69d0cc6c4278 size: 1364 [Pipeline] isUnix [Pipeline] sh 13:57:55 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 13:57:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 13:57:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 13:57:55 8b9ca854594e: Preparing 13:57:55 366df77da0e5: Preparing 13:57:55 d5755f34ca06: Preparing 13:57:55 16f46ca83574: Preparing 13:57:55 32f366d666a5: Preparing 13:57:55 8b9ca854594e: Layer already exists 13:57:55 32f366d666a5: Layer already exists 13:57:55 366df77da0e5: Layer already exists 13:57:55 16f46ca83574: Layer already exists 13:57:55 d5755f34ca06: Layer already exists 13:57:55 master: digest: sha256:07d069b2d2034f1a3e255b6ab30887a5d80db50edb6ebe69dcde69d0cc6c4278 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:55 ===================================================== [Pipeline] echo 13:57:55 taggedImages: 13:57:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.206 13:57:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 13:57:55 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 13:57:55 648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:55 2.0.0-dev.206 13:57:55 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:55 master 13:57:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:56 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 13:57:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 13:57:56 7c2e95df723e: Preparing 13:57:56 ce27c504ba5f: Preparing 13:57:56 d5755f34ca06: Preparing 13:57:56 0f57cf2a266d: Preparing 13:57:56 32f366d666a5: Preparing 13:57:56 d5755f34ca06: Layer already exists 13:57:56 0f57cf2a266d: Layer already exists 13:57:56 32f366d666a5: Layer already exists 13:57:56 7c2e95df723e: Pushed 13:57:57 ce27c504ba5f: Pushed 13:57:57 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:5e9c7b40d4f63814dcaf29e8efbebb7fe6add5a996dd1a2d944af95e7261d544 size: 1363 [Pipeline] isUnix [Pipeline] sh 13:57:58 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.206 13:57:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 13:57:58 7c2e95df723e: Preparing 13:57:58 ce27c504ba5f: Preparing 13:57:58 d5755f34ca06: Preparing 13:57:58 0f57cf2a266d: Preparing 13:57:58 32f366d666a5: Preparing 13:57:58 7c2e95df723e: Layer already exists 13:57:58 ce27c504ba5f: Layer already exists 13:57:58 32f366d666a5: Layer already exists 13:57:58 0f57cf2a266d: Layer already exists 13:57:58 d5755f34ca06: Layer already exists 13:57:58 2.0.0-dev.206: digest: sha256:5e9c7b40d4f63814dcaf29e8efbebb7fe6add5a996dd1a2d944af95e7261d544 size: 1363 [Pipeline] isUnix [Pipeline] sh 13:57:58 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:57:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 13:57:58 7c2e95df723e: Preparing 13:57:58 ce27c504ba5f: Preparing 13:57:58 d5755f34ca06: Preparing 13:57:58 0f57cf2a266d: Preparing 13:57:58 32f366d666a5: Preparing 13:57:58 7c2e95df723e: Layer already exists 13:57:58 0f57cf2a266d: Layer already exists 13:57:58 d5755f34ca06: Layer already exists 13:57:58 32f366d666a5: Layer already exists 13:57:58 ce27c504ba5f: Layer already exists 13:57:58 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:5e9c7b40d4f63814dcaf29e8efbebb7fe6add5a996dd1a2d944af95e7261d544 size: 1363 [Pipeline] isUnix [Pipeline] sh 13:57:59 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 13:57:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 13:57:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 13:57:59 7c2e95df723e: Preparing 13:57:59 ce27c504ba5f: Preparing 13:57:59 d5755f34ca06: Preparing 13:57:59 0f57cf2a266d: Preparing 13:57:59 32f366d666a5: Preparing 13:57:59 ce27c504ba5f: Layer already exists 13:57:59 d5755f34ca06: Layer already exists 13:57:59 32f366d666a5: Layer already exists 13:57:59 0f57cf2a266d: Layer already exists 13:57:59 7c2e95df723e: Layer already exists 13:57:59 master: digest: sha256:5e9c7b40d4f63814dcaf29e8efbebb7fe6add5a996dd1a2d944af95e7261d544 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:59 ===================================================== [Pipeline] echo 13:57:59 taggedImages: 13:57:59 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:59 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.206 13:57:59 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:59 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 13:57:59 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 13:57:59 648a76936c86a2d83b792934831f9cfce5b39e1d 13:57:59 2.0.0-dev.206 13:57:59 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:57:59 master 13:57:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:58:00 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 13:58:00 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:58:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 13:58:00 acd2430a93db: Preparing 13:58:00 99fb29718c65: Preparing 13:58:00 0fa1a785ed86: Preparing 13:58:00 b298a5896e8f: Preparing 13:58:00 0754057c0ad3: Preparing 13:58:00 998cdf262ab1: Preparing 13:58:00 02e56110abd2: Preparing 13:58:00 abc36efb885a: Preparing 13:58:00 b0b09059f4e1: Preparing 13:58:00 bb961f40224b: Preparing 13:58:00 f4666769fca7: Preparing 13:58:00 02e56110abd2: Waiting 13:58:00 abc36efb885a: Waiting 13:58:00 b0b09059f4e1: Waiting 13:58:00 bb961f40224b: Waiting 13:58:00 f4666769fca7: Waiting 13:58:00 998cdf262ab1: Waiting 13:58:00 0754057c0ad3: Layer already exists 13:58:00 998cdf262ab1: Layer already exists 13:58:00 02e56110abd2: Layer already exists 13:58:00 99fb29718c65: Pushed 13:58:00 abc36efb885a: Layer already exists 13:58:00 b0b09059f4e1: Layer already exists 13:58:00 bb961f40224b: Layer already exists 13:58:00 f4666769fca7: Layer already exists 13:58:00 acd2430a93db: Pushed 13:58:01 0fa1a785ed86: Pushed 13:58:01 Removing intermediate container 8ab0271782a1 13:58:01 ---> 8e9aeb7f48da 13:58:01 Step 8/23 : COPY . . 13:58:05 b298a5896e8f: Pushed 13:58:05 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:b9b4866858f11b50edd5489fecba0acd9b9e2221e8ff9071779577725f274199 size: 2622 [Pipeline] isUnix [Pipeline] sh 13:58:05 Removing intermediate container 0ae3e6fd5607 13:58:05 ---> a8b9c1f714db 13:58:05 Step 14/23 : ENV APP_PORT=48090 13:58:05 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:58:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.206 13:58:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 13:58:06 acd2430a93db: Preparing 13:58:06 99fb29718c65: Preparing 13:58:06 0fa1a785ed86: Preparing 13:58:06 b298a5896e8f: Preparing 13:58:06 0754057c0ad3: Preparing 13:58:06 998cdf262ab1: Preparing 13:58:06 02e56110abd2: Preparing 13:58:06 abc36efb885a: Preparing 13:58:06 b0b09059f4e1: Preparing 13:58:06 bb961f40224b: Preparing 13:58:06 f4666769fca7: Preparing 13:58:06 02e56110abd2: Waiting 13:58:06 f4666769fca7: Waiting 13:58:06 b0b09059f4e1: Waiting 13:58:06 bb961f40224b: Waiting 13:58:06 998cdf262ab1: Waiting 13:58:06 0fa1a785ed86: Layer already exists 13:58:06 b298a5896e8f: Layer already exists 13:58:06 99fb29718c65: Layer already exists 13:58:06 0754057c0ad3: Layer already exists 13:58:06 acd2430a93db: Layer already exists 13:58:06 abc36efb885a: Layer already exists 13:58:06 b0b09059f4e1: Layer already exists 13:58:06 bb961f40224b: Layer already exists 13:58:06 998cdf262ab1: Layer already exists 13:58:06 02e56110abd2: Layer already exists 13:58:06 f4666769fca7: Layer already exists 13:58:06 2.0.0-dev.206: digest: sha256:b9b4866858f11b50edd5489fecba0acd9b9e2221e8ff9071779577725f274199 size: 2622 [Pipeline] isUnix [Pipeline] sh 13:58:06 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 13:58:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:58:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 13:58:06 acd2430a93db: Preparing 13:58:06 99fb29718c65: Preparing 13:58:06 0fa1a785ed86: Preparing 13:58:06 b298a5896e8f: Preparing 13:58:06 0754057c0ad3: Preparing 13:58:06 998cdf262ab1: Preparing 13:58:06 02e56110abd2: Preparing 13:58:06 abc36efb885a: Preparing 13:58:06 b0b09059f4e1: Preparing 13:58:06 bb961f40224b: Preparing 13:58:06 f4666769fca7: Preparing 13:58:06 02e56110abd2: Waiting 13:58:06 abc36efb885a: Waiting 13:58:06 b0b09059f4e1: Waiting 13:58:06 bb961f40224b: Waiting 13:58:06 f4666769fca7: Waiting 13:58:06 998cdf262ab1: Waiting 13:58:06 99fb29718c65: Layer already exists 13:58:06 0754057c0ad3: Layer already exists 13:58:06 b298a5896e8f: Layer already exists 13:58:06 0fa1a785ed86: Layer already exists 13:58:06 acd2430a93db: Layer already exists 13:58:06 998cdf262ab1: Layer already exists 13:58:06 abc36efb885a: Layer already exists 13:58:06 b0b09059f4e1: Layer already exists 13:58:06 02e56110abd2: Layer already exists 13:58:06 bb961f40224b: Layer already exists 13:58:06 f4666769fca7: Layer already exists 13:58:06 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:b9b4866858f11b50edd5489fecba0acd9b9e2221e8ff9071779577725f274199 size: 2622 [Pipeline] isUnix [Pipeline] sh 13:58:07 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 13:58:07 ---> Running in 93780c614dc7 13:58:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 13:58:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 13:58:07 acd2430a93db: Preparing 13:58:07 99fb29718c65: Preparing 13:58:07 0fa1a785ed86: Preparing 13:58:07 b298a5896e8f: Preparing 13:58:07 0754057c0ad3: Preparing 13:58:07 998cdf262ab1: Preparing 13:58:07 02e56110abd2: Preparing 13:58:07 abc36efb885a: Preparing 13:58:07 b0b09059f4e1: Preparing 13:58:07 bb961f40224b: Preparing 13:58:07 f4666769fca7: Preparing 13:58:07 998cdf262ab1: Waiting 13:58:07 02e56110abd2: Waiting 13:58:07 abc36efb885a: Waiting 13:58:07 b0b09059f4e1: Waiting 13:58:07 f4666769fca7: Waiting 13:58:07 bb961f40224b: Waiting 13:58:07 acd2430a93db: Layer already exists 13:58:07 99fb29718c65: Layer already exists 13:58:07 0754057c0ad3: Layer already exists 13:58:07 b298a5896e8f: Layer already exists 13:58:07 0fa1a785ed86: Layer already exists 13:58:07 998cdf262ab1: Layer already exists 13:58:07 abc36efb885a: Layer already exists 13:58:07 02e56110abd2: Layer already exists 13:58:07 bb961f40224b: Layer already exists 13:58:07 b0b09059f4e1: Layer already exists 13:58:07 f4666769fca7: Layer already exists 13:58:07 master: digest: sha256:b9b4866858f11b50edd5489fecba0acd9b9e2221e8ff9071779577725f274199 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:58:07 ===================================================== [Pipeline] echo 13:58:07 taggedImages: 13:58:07 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d 13:58:07 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.206 13:58:07 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 13:58:07 - 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] } 13:58:09 Removing intermediate container 93780c614dc7 13:58:09 ---> 4af0327cd4c1 13:58:09 Step 15/23 : EXPOSE $APP_PORT 13:58:09 ---> Running in e804c7cbbdd1 13:58:11 Removing intermediate container e804c7cbbdd1 13:58:11 ---> 94e1c2d1ae3d 13:58:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:58:15 ---> da68b2a9a107 13:58:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:58:16 ---> fcda1086715e 13:58:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:58:17 ---> Running in 2138e73c294a 13:58:17 ---> fc1bb0949f98 13:58:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:58:19 ---> e7ab8d7e8f29 13:58:19 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:58:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:58:19 ---> Running in 3031bac47456 13:58:20 Removing intermediate container 3031bac47456 13:58:20 ---> 42c966cbe41c 13:58:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:58:20 ---> Running in 7a41b28c0f0c 13:58:22 Removing intermediate container 7a41b28c0f0c 13:58:22 ---> 80207fbd1ae9 13:58:22 Step 21/23 : LABEL arch=arm64 13:58:22 ---> Running in 6bb521b1f7e0 13:58:23 ---> 15037c991f43 13:58:23 Step 9/23 : RUN make cmd/core-data/core-data 13:58:23 ---> Running in c9eb707c11a9 13:58:23 Removing intermediate container 6bb521b1f7e0 13:58:23 ---> 8c2212ca9ea6 13:58:23 Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:58:23 ---> Running in 837005f3fc4e 13:58:24 Removing intermediate container 837005f3fc4e 13:58:24 ---> 549c54f3cade 13:58:24 Step 23/23 : LABEL version=2.0.0-dev.206 13:58:24 ---> Running in 821dd2461f80 13:58:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.206" -o cmd/core-data/core-data ./cmd/core-data 13:58:25 Removing intermediate container 821dd2461f80 13:58:25 ---> ac88b9077796 13:58:25 13:58:26 Successfully built ac88b9077796 13:58:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:59:05  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.206" -o ./cmd/secrets-config ./cmd/secrets-config 13:59:18 Removing intermediate container 5e4e3715d4b0 13:59:18 ---> 5782d1fc1f0f 13:59:18 13:59:18 Step 10/21 : FROM alpine:3.12 13:59:18 ---> 9852663dfa18 13:59:18 Step 11/21 : RUN apk add --update --no-cache curl 13:59:18 Removing intermediate container 1acdfa4030e8 13:59:18 ---> a8df396f3894 13:59:18 13:59:18 Step 10/23 : FROM alpine:3.12 13:59:18 ---> 9852663dfa18 13:59:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:59:18 ---> Using cache 13:59:18 ---> 2dc4e6811725 13:59:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:59:18 ---> Using cache 13:59:18 ---> 35b0319b6920 13:59:18 Step 13/23 : ENV APP_PORT=48082 13:59:18 ---> Running in fc71800ee468 13:59:18 ---> Running in dbbbeb18e93e 13:59:18 Removing intermediate container fc71800ee468 13:59:18 ---> 814e7ecb194a 13:59:18 Step 14/23 : EXPOSE $APP_PORT 13:59:18 ---> Running in 29e68722d377 13:59:18 Removing intermediate container 29e68722d377 13:59:18 ---> 96f34b332714 13:59:18 Step 15/23 : WORKDIR / 13:59:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:59:18 ---> Running in 7a4e9ac961b7 13:59:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:59:19 Removing intermediate container 7a4e9ac961b7 13:59:19 ---> 04016122ace8 13:59:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:59:19 (1/4) Installing ca-certificates (20191127-r4) 13:59:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:59:19 (3/4) Installing libcurl (7.76.1-r0) 13:59:20 (4/4) Installing curl (7.76.1-r0) 13:59:20 Executing busybox-1.31.1-r20.trigger 13:59:20 Executing ca-certificates-20191127-r4.trigger 13:59:20 OK: 7 MiB in 18 packages 13:59:20 ---> bbb9fa2800d6 13:59:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:59:23 ---> fc8bb97ce40b 13:59:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:59:23 Removing intermediate container dbbbeb18e93e 13:59:23 ---> 03262ed5a95d 13:59:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:59:23 ---> Running in 51f15de20df9 13:59:23 ---> 8d188f76f93f 13:59:23 Step 19/23 : ENTRYPOINT ["/core-command"] 13:59:24 ---> Running in 3e8b5a79b782 13:59:24 Removing intermediate container 51f15de20df9 13:59:24 ---> 5b582bd9fd89 13:59:24 Step 13/21 : WORKDIR /edgex 13:59:24 ---> Running in 4cbbe5cdba13 13:59:24 Removing intermediate container 3e8b5a79b782 13:59:24 ---> fa905adcc4eb 13:59:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:59:25 ---> Running in 4339ca5bcba9 13:59:25 Removing intermediate container 4cbbe5cdba13 13:59:25 ---> 140c8a991cc4 13:59:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:59:25 Removing intermediate container 4339ca5bcba9 13:59:25 ---> 5372a9a5168f 13:59:25 Step 21/23 : LABEL arch=arm64 13:59:25 ---> Running in 00df8925518c 13:59:26 Removing intermediate container 00df8925518c 13:59:26 ---> 22f45c460230 13:59:26 Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:59:26 ---> 61c77197bcab 13:59:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:59:26 ---> Running in cde87bd8485c 13:59:27 Removing intermediate container cde87bd8485c 13:59:27 ---> 27c824302b0d 13:59:27 Step 23/23 : LABEL version=2.0.0-dev.206 13:59:27 ---> Running in b9c4079acb81 13:59:28 Removing intermediate container b9c4079acb81 13:59:28 ---> 3880ded5f454 13:59:28 13:59:28 ---> c59c34559085 13:59:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:59:29 Successfully built 3880ded5f454 13:59:29 Successfully tagged docker-core-command-go-arm64:latest 13:59:30  Building docker-core-command-go ... done  ---> 7b31e00ac92b 13:59:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:59:30 ---> Running in a04766a944fa 13:59:31 Removing intermediate container a04766a944fa 13:59:31 ---> b1d3727a6729 13:59:31 Step 18/21 : CMD ["--init=true"] 13:59:31 ---> Running in d7d33e0005f7 13:59:32 Removing intermediate container d7d33e0005f7 13:59:32 ---> 71e9b4ec4476 13:59:32 Step 19/21 : LABEL arch=arm64 13:59:32 ---> Running in c08a82b93223 13:59:33 Removing intermediate container c08a82b93223 13:59:33 ---> 7dfb0b712891 13:59:33 Step 20/21 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 13:59:34 ---> Running in 3dd8a26c9fac 13:59:34 Removing intermediate container 3dd8a26c9fac 13:59:34 ---> ecdb78269a11 13:59:34 Step 21/21 : LABEL version=2.0.0-dev.206 13:59:34 ---> Running in 39aabaffd622 13:59:35 Removing intermediate container 39aabaffd622 13:59:35 ---> 901ec69fedc1 13:59:35 13:59:35 Successfully built 901ec69fedc1 13:59:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:59:51  Building docker-security-proxy-setup-go ... done Removing intermediate container 2138e73c294a 13:59:51 ---> ffe6d096cb0f 13:59:51 13:59:51 Step 10/22 : FROM alpine:3.12 13:59:51 ---> 9852663dfa18 13:59:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:59:51 ---> Running in a81a0ae6299d 13:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:59:52 (1/2) Installing ca-certificates (20191127-r4) 13:59:52 (2/2) Installing dumb-init (1.2.2-r1) 13:59:52 Executing busybox-1.31.1-r20.trigger 13:59:52 Executing ca-certificates-20191127-r4.trigger 13:59:52 OK: 6 MiB in 16 packages 13:59:54 Removing intermediate container a81a0ae6299d 13:59:54 ---> c93925a361c4 13:59:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:59:54 ---> Running in 1d040af14307 13:59:55 Removing intermediate container 1d040af14307 13:59:55 ---> d398c6b45072 13:59:55 Step 13/22 : ENV APP_PORT=48060 13:59:55 ---> Running in a1db60e191ad 13:59:56 Removing intermediate container a1db60e191ad 13:59:56 ---> e4379f5dca9b 13:59:56 Step 14/22 : EXPOSE $APP_PORT 13:59:56 ---> Running in ca731103d996 13:59:57 Removing intermediate container ca731103d996 13:59:57 ---> 2a499ad9b340 13:59:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:59:57 Removing intermediate container c9eb707c11a9 13:59:57 ---> 3a1efe9ca082 13:59:57 13:59:57 Step 10/23 : FROM alpine:3.12 13:59:57 ---> 9852663dfa18 13:59:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:59:57 ---> Running in fc7515c8f973 13:59:57 Removing intermediate container fc7515c8f973 13:59:57 ---> 0fea6019ce5c 13:59:57 Step 12/23 : ENV APP_PORT=48080 13:59:57 ---> d68ad4806e54 13:59:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:59:58 ---> Running in 7dddf78216a1 13:59:58 Removing intermediate container 7dddf78216a1 13:59:58 ---> a5f96716b62e 13:59:58 Step 13/23 : EXPOSE $APP_PORT 13:59:58 ---> Running in 758e99691dbf 13:59:59 ---> 6338965b967e 13:59:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:59:59 Removing intermediate container 758e99691dbf 13:59:59 ---> 344eaa41c937 13:59:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:59 ---> Running in 2871bfb8a041 13:59:59 ---> 7f996df1553f 13:59:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:00:00 ---> Running in aa1084ebe326 14:00:00 Removing intermediate container aa1084ebe326 14:00:00 ---> 598849203421 14:00:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:00:00 ---> Running in d8d7e65e4996 14:00:01 Removing intermediate container d8d7e65e4996 14:00:01 ---> 9ed3940e5892 14:00:01 Step 20/22 : LABEL arch=arm64 14:00:01 ---> Running in dde1f428c724 14:00:01 Removing intermediate container 2871bfb8a041 14:00:01 ---> 493179169b18 14:00:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:00:01 Removing intermediate container dde1f428c724 14:00:01 ---> 4e7cba585719 14:00:01 Step 21/22 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:01 ---> Running in 718efd36f59b 14:00:01 ---> Running in 2444540b7cd0 14:00:02 Removing intermediate container 2444540b7cd0 14:00:02 ---> 03d14251f229 14:00:02 Step 22/22 : LABEL version=2.0.0-dev.206 14:00:02 ---> Running in 73176c60c5d6 14:00:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:00:03 Removing intermediate container 73176c60c5d6 14:00:03 ---> 6d9aab501f80 14:00:03 14:00:03 Successfully built 6d9aab501f80 14:00:03 Successfully tagged docker-support-notifications-go-arm64:latest 14:00:04  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:00:05 (1/6) Installing dumb-init (1.2.2-r1) 14:00:05 (2/6) Installing libgcc (9.3.0-r2) 14:00:05 (3/6) Installing libsodium (1.0.18-r0) 14:00:05 (4/6) Installing libstdc++ (9.3.0-r2) 14:00:06 (5/6) Installing libzmq (4.3.3-r0) 14:00:06 (6/6) Installing zeromq (4.3.3-r0) 14:00:06 Executing busybox-1.31.1-r20.trigger 14:00:06 OK: 8 MiB in 20 packages 14:00:08 Removing intermediate container 718efd36f59b 14:00:08 ---> 0b8661861f91 14:00:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:00:08 ---> 117f67fa37c5 14:00:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:00:10 ---> eb0d215b5ad9 14:00:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:00:10 ---> 8852b64f1afe 14:00:10 Step 19/23 : ENTRYPOINT ["/core-data"] 14:00:10 ---> Running in 844cda8fa87d 14:00:11 Removing intermediate container 844cda8fa87d 14:00:11 ---> e1a5f0d96033 14:00:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:00:11 ---> Running in 8e2e4cab6a22 14:00:11 Removing intermediate container 8e2e4cab6a22 14:00:11 ---> 2a839b69919d 14:00:11 Step 21/23 : LABEL arch=arm64 14:00:11 ---> Running in d0c8ce338257 14:00:12 Removing intermediate container d0c8ce338257 14:00:12 ---> 503e821b2f85 14:00:12 Step 22/23 : LABEL git_sha=648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:12 ---> Running in 0c4a6200e7d2 14:00:13 Removing intermediate container 0c4a6200e7d2 14:00:13 ---> d161f7ed4e96 14:00:13 Step 23/23 : LABEL version=2.0.0-dev.206 14:00:13 ---> Running in ca5179011fc2 14:00:14 Removing intermediate container ca5179011fc2 14:00:14 ---> b986576b5d2a 14:00:14 14:00:14 Successfully built b986576b5d2a 14:00:14 Successfully tagged docker-core-data-go-arm64:latest 14:00:14  Building docker-core-data-go ... done  [Pipeline] } 14:00:14 $ docker stop --time=1 6e8ad4b12dbf3c49fc0bd04d3284c24ea8afc36ac8727f41e22e5e33101ac76b 14:00:16 $ docker rm -f 6e8ad4b12dbf3c49fc0bd04d3284c24ea8afc36ac8727f41e22e5e33101ac76b [Pipeline] // withDockerContainer [Pipeline] sh 14:00:17 + docker images 14:00:17 + grep docker 14:00:17 docker-core-data-go-arm64 latest b986576b5d2a 4 seconds ago 20.3MB 14:00:17 docker-support-notifications-go-arm64 latest 6d9aab501f80 15 seconds ago 16.6MB 14:00:17 docker-security-proxy-setup-go-arm64 latest 901ec69fedc1 42 seconds ago 23.9MB 14:00:17 docker-core-command-go-arm64 latest 3880ded5f454 49 seconds ago 16.1MB 14:00:17 docker-sys-mgmt-agent-go-arm64 latest ac88b9077796 About a minute ago 299MB 14:00:17 docker-security-bootstrapper-go-arm64 latest 1486a3b29c76 3 minutes ago 17.1MB 14:00:17 docker-core-metadata-go-arm64 latest 3bafcfed258a 3 minutes ago 17.4MB 14:00:17 docker-support-scheduler-go-arm64 latest 30201e5cc3ae 3 minutes ago 16.1MB 14:00:17 docker-security-secretstore-setup-go-arm64 latest bbe42bca6909 3 minutes ago 24.3MB 14:00:17 docker 20.10.0 eeaf43b92773 5 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 14:00:17 provisioning config files... 14:00:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/474@tmp/config7779790126705981909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:00:18 ---> docker-login.sh 14:00:18 nexus3.edgexfoundry.org:10001 14:00:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:18 Configure a credential helper to remove this warning. See 14:00:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:18 14:00:18 Login Succeeded 14:00:18 nexus3.edgexfoundry.org:10002 14:00:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:19 Configure a credential helper to remove this warning. See 14:00:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:19 14:00:19 Login Succeeded 14:00:19 nexus3.edgexfoundry.org:10003 14:00:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:19 Configure a credential helper to remove this warning. See 14:00:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:19 14:00:19 Login Succeeded 14:00:19 nexus3.edgexfoundry.org:10004 14:00:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:20 Configure a credential helper to remove this warning. See 14:00:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:20 14:00:20 Login Succeeded 14:00:20 docker.io 14:00:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:00:21 Configure a credential helper to remove this warning. See 14:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:00:21 14:00:21 Login Succeeded 14:00:21 ---> docker-login.sh ends [Pipeline] } 14:00:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:21 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 14:00:21 648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:21 2.0.0-dev.206 14:00:21 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:21 master 14:00:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:00:21 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 14:00:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 14:00:22 d8d122e8e70d: Preparing 14:00:22 32fb7f32fef7: Preparing 14:00:22 7bc691a5393e: Preparing 14:00:22 46fff46da146: Preparing 14:00:22 3fbe34a1663b: Preparing 14:00:22 3fbe34a1663b: Layer already exists 14:00:22 7bc691a5393e: Pushed 14:00:22 d8d122e8e70d: Pushed 14:00:23 46fff46da146: Pushed 14:00:24 32fb7f32fef7: Pushed 14:00:25 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:37418c6b0bd7446bd106220b05dc9f39146bbd8590c47fee1f24d21fd8552285 size: 1363 [Pipeline] isUnix [Pipeline] sh 14:00:26 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:00:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.206 14:00:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 14:00:26 d8d122e8e70d: Preparing 14:00:26 32fb7f32fef7: Preparing 14:00:26 7bc691a5393e: Preparing 14:00:26 46fff46da146: Preparing 14:00:26 3fbe34a1663b: Preparing 14:00:26 3fbe34a1663b: Layer already exists 14:00:26 32fb7f32fef7: Layer already exists 14:00:26 7bc691a5393e: Layer already exists 14:00:26 46fff46da146: Layer already exists 14:00:26 d8d122e8e70d: Layer already exists 14:00:27 2.0.0-dev.206: digest: sha256:37418c6b0bd7446bd106220b05dc9f39146bbd8590c47fee1f24d21fd8552285 size: 1363 [Pipeline] isUnix [Pipeline] sh 14:00:28 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:00:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 14:00:28 d8d122e8e70d: Preparing 14:00:28 32fb7f32fef7: Preparing 14:00:28 7bc691a5393e: Preparing 14:00:28 46fff46da146: Preparing 14:00:28 3fbe34a1663b: Preparing 14:00:29 3fbe34a1663b: Layer already exists 14:00:29 46fff46da146: Layer already exists 14:00:29 7bc691a5393e: Layer already exists 14:00:29 d8d122e8e70d: Layer already exists 14:00:29 32fb7f32fef7: Layer already exists 14:00:30 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:37418c6b0bd7446bd106220b05dc9f39146bbd8590c47fee1f24d21fd8552285 size: 1363 [Pipeline] isUnix [Pipeline] sh 14:00:30 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:00:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 14:00:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 14:00:30 d8d122e8e70d: Preparing 14:00:30 32fb7f32fef7: Preparing 14:00:30 7bc691a5393e: Preparing 14:00:30 46fff46da146: Preparing 14:00:30 3fbe34a1663b: Preparing 14:00:31 46fff46da146: Layer already exists 14:00:31 7bc691a5393e: Layer already exists 14:00:31 32fb7f32fef7: Layer already exists 14:00:31 3fbe34a1663b: Layer already exists 14:00:31 d8d122e8e70d: Layer already exists 14:00:31 master: digest: sha256:37418c6b0bd7446bd106220b05dc9f39146bbd8590c47fee1f24d21fd8552285 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:31 ===================================================== [Pipeline] echo 14:00:31 taggedImages: 14:00:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.206 14:00:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:31 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 14:00:31 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 14:00:31 648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:31 2.0.0-dev.206 14:00:31 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:31 master 14:00:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:00:31 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 14:00:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 14:00:31 b500624a3508: Preparing 14:00:31 4745b85c7d57: Preparing 14:00:31 7bc691a5393e: Preparing 14:00:31 948986064fb1: Preparing 14:00:31 0b78b9381f4b: Preparing 14:00:31 3fbe34a1663b: Preparing 14:00:31 3fbe34a1663b: Waiting 14:00:32 7bc691a5393e: Layer already exists 14:00:32 3fbe34a1663b: Layer already exists 14:00:32 0b78b9381f4b: Pushed 14:00:32 b500624a3508: Pushed 14:00:33 948986064fb1: Pushed 14:00:35 4745b85c7d57: Pushed 14:00:35 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:5b2dfe393b758dc84d0013a1c983413714afc148936979a4514c27eda57686d9 size: 1572 [Pipeline] isUnix [Pipeline] sh 14:00:36 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:00:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.206 14:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 14:00:36 b500624a3508: Preparing 14:00:36 4745b85c7d57: Preparing 14:00:36 7bc691a5393e: Preparing 14:00:36 948986064fb1: Preparing 14:00:36 0b78b9381f4b: Preparing 14:00:36 3fbe34a1663b: Preparing 14:00:36 3fbe34a1663b: Waiting 14:00:36 b500624a3508: Layer already exists 14:00:36 0b78b9381f4b: Layer already exists 14:00:36 4745b85c7d57: Layer already exists 14:00:36 7bc691a5393e: Layer already exists 14:00:36 948986064fb1: Layer already exists 14:00:36 3fbe34a1663b: Layer already exists 14:00:36 2.0.0-dev.206: digest: sha256:5b2dfe393b758dc84d0013a1c983413714afc148936979a4514c27eda57686d9 size: 1572 [Pipeline] isUnix [Pipeline] sh 14:00:36 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:00:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 14:00:37 b500624a3508: Preparing 14:00:37 4745b85c7d57: Preparing 14:00:37 7bc691a5393e: Preparing 14:00:37 948986064fb1: Preparing 14:00:37 0b78b9381f4b: Preparing 14:00:37 3fbe34a1663b: Preparing 14:00:37 3fbe34a1663b: Waiting 14:00:37 7bc691a5393e: Layer already exists 14:00:37 4745b85c7d57: Layer already exists 14:00:37 948986064fb1: Layer already exists 14:00:37 b500624a3508: Layer already exists 14:00:37 0b78b9381f4b: Layer already exists 14:00:38 3fbe34a1663b: Layer already exists 14:00:38 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:5b2dfe393b758dc84d0013a1c983413714afc148936979a4514c27eda57686d9 size: 1572 [Pipeline] isUnix [Pipeline] sh 14:00:38 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:00:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 14:00:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 14:00:39 b500624a3508: Preparing 14:00:39 4745b85c7d57: Preparing 14:00:39 7bc691a5393e: Preparing 14:00:39 948986064fb1: Preparing 14:00:39 0b78b9381f4b: Preparing 14:00:39 3fbe34a1663b: Preparing 14:00:39 3fbe34a1663b: Waiting 14:00:39 4745b85c7d57: Layer already exists 14:00:39 7bc691a5393e: Layer already exists 14:00:39 948986064fb1: Layer already exists 14:00:39 b500624a3508: Layer already exists 14:00:39 0b78b9381f4b: Layer already exists 14:00:39 3fbe34a1663b: Layer already exists 14:00:40 master: digest: sha256:5b2dfe393b758dc84d0013a1c983413714afc148936979a4514c27eda57686d9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:40 ===================================================== [Pipeline] echo 14:00:40 taggedImages: 14:00:40 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:40 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.206 14:00:40 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:40 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 14:00:40 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 14:00:40 648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:40 2.0.0-dev.206 14:00:40 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:40 master 14:00:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:00:40 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 14:00:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 14:00:41 ec22095061c9: Preparing 14:00:41 2824160054df: Preparing 14:00:41 7bc691a5393e: Preparing 14:00:41 46fff46da146: Preparing 14:00:41 3fbe34a1663b: Preparing 14:00:41 3fbe34a1663b: Layer already exists 14:00:41 46fff46da146: Layer already exists 14:00:41 7bc691a5393e: Layer already exists 14:00:41 ec22095061c9: Pushed 14:00:44 2824160054df: Pushed 14:00:45 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:3d3299622fda98e6ba4d23343bf6849ad5b298eb81ac33596309fc9b016ae3f4 size: 1363 [Pipeline] isUnix [Pipeline] sh 14:00:45 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:00:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.206 14:00:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 14:00:45 ec22095061c9: Preparing 14:00:45 2824160054df: Preparing 14:00:45 7bc691a5393e: Preparing 14:00:45 46fff46da146: Preparing 14:00:45 3fbe34a1663b: Preparing 14:00:45 2824160054df: Layer already exists 14:00:45 3fbe34a1663b: Layer already exists 14:00:45 ec22095061c9: Layer already exists 14:00:45 46fff46da146: Layer already exists 14:00:45 7bc691a5393e: Layer already exists 14:00:46 2.0.0-dev.206: digest: sha256:3d3299622fda98e6ba4d23343bf6849ad5b298eb81ac33596309fc9b016ae3f4 size: 1363 [Pipeline] isUnix [Pipeline] sh 14:00:47 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:00:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 14:00:47 ec22095061c9: Preparing 14:00:47 2824160054df: Preparing 14:00:47 7bc691a5393e: Preparing 14:00:47 46fff46da146: Preparing 14:00:47 3fbe34a1663b: Preparing 14:00:47 46fff46da146: Layer already exists 14:00:47 2824160054df: Layer already exists 14:00:47 3fbe34a1663b: Layer already exists 14:00:47 ec22095061c9: Layer already exists 14:00:47 7bc691a5393e: Layer already exists 14:00:47 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:3d3299622fda98e6ba4d23343bf6849ad5b298eb81ac33596309fc9b016ae3f4 size: 1363 [Pipeline] isUnix [Pipeline] sh 14:00:48 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:00:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 14:00:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 14:00:48 ec22095061c9: Preparing 14:00:48 2824160054df: Preparing 14:00:48 7bc691a5393e: Preparing 14:00:48 46fff46da146: Preparing 14:00:48 3fbe34a1663b: Preparing 14:00:48 2824160054df: Layer already exists 14:00:48 46fff46da146: Layer already exists 14:00:48 ec22095061c9: Layer already exists 14:00:48 3fbe34a1663b: Layer already exists 14:00:48 7bc691a5393e: Layer already exists 14:00:48 master: digest: sha256:3d3299622fda98e6ba4d23343bf6849ad5b298eb81ac33596309fc9b016ae3f4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:48 ===================================================== [Pipeline] echo 14:00:48 taggedImages: 14:00:48 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:48 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.206 14:00:48 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:48 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 14:00:48 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 14:00:48 648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:48 2.0.0-dev.206 14:00:48 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:48 master 14:00:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:00:49 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 14:00:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 14:00:49 d8d35573d4f0: Preparing 14:00:49 d8d35573d4f0: Preparing 14:00:49 7870e218317c: Preparing 14:00:49 d2dd5f0c79cb: Preparing 14:00:49 f343cc0d48d9: Preparing 14:00:49 183aa4c9cbee: Preparing 14:00:49 7bc691a5393e: Preparing 14:00:49 9535064c052a: Preparing 14:00:49 9535064c052a: Preparing 14:00:49 28d9951511a0: Preparing 14:00:49 be409f8a49dd: Preparing 14:00:49 3fbe34a1663b: Preparing 14:00:49 28d9951511a0: Waiting 14:00:49 be409f8a49dd: Waiting 14:00:49 3fbe34a1663b: Waiting 14:00:49 9535064c052a: Waiting 14:00:50 d8d35573d4f0: Pushed 14:00:50 f343cc0d48d9: Pushed 14:00:50 7870e218317c: Pushed 14:00:50 7bc691a5393e: Layer already exists 14:00:50 d2dd5f0c79cb: Pushed 14:00:50 3fbe34a1663b: Layer already exists 14:00:50 9535064c052a: Pushed 14:00:50 28d9951511a0: Pushed 14:00:50 be409f8a49dd: Pushed 14:00:52 183aa4c9cbee: Pushed 14:00:53 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:35ff578d768c9c58eec749af3362c932d7007e4c5db7962111a9a536fe509ac9 size: 2817 [Pipeline] isUnix [Pipeline] sh 14:00:53 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:00:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.206 14:00:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 14:00:53 d8d35573d4f0: Preparing 14:00:53 d8d35573d4f0: Preparing 14:00:53 7870e218317c: Preparing 14:00:53 d2dd5f0c79cb: Preparing 14:00:53 f343cc0d48d9: Preparing 14:00:53 183aa4c9cbee: Preparing 14:00:53 7bc691a5393e: Preparing 14:00:53 9535064c052a: Preparing 14:00:53 9535064c052a: Preparing 14:00:53 28d9951511a0: Preparing 14:00:53 be409f8a49dd: Preparing 14:00:53 3fbe34a1663b: Preparing 14:00:53 28d9951511a0: Waiting 14:00:53 7bc691a5393e: Waiting 14:00:53 be409f8a49dd: Waiting 14:00:53 9535064c052a: Waiting 14:00:54 7870e218317c: Layer already exists 14:00:54 d8d35573d4f0: Layer already exists 14:00:54 183aa4c9cbee: Layer already exists 14:00:54 f343cc0d48d9: Layer already exists 14:00:54 d2dd5f0c79cb: Layer already exists 14:00:54 9535064c052a: Layer already exists 14:00:54 7bc691a5393e: Layer already exists 14:00:54 be409f8a49dd: Layer already exists 14:00:54 3fbe34a1663b: Layer already exists 14:00:54 28d9951511a0: Layer already exists 14:00:54 2.0.0-dev.206: digest: sha256:35ff578d768c9c58eec749af3362c932d7007e4c5db7962111a9a536fe509ac9 size: 2817 [Pipeline] isUnix [Pipeline] sh 14:00:54 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:00:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 14:00:55 d8d35573d4f0: Preparing 14:00:55 d8d35573d4f0: Preparing 14:00:55 7870e218317c: Preparing 14:00:55 d2dd5f0c79cb: Preparing 14:00:55 f343cc0d48d9: Preparing 14:00:55 183aa4c9cbee: Preparing 14:00:55 7bc691a5393e: Preparing 14:00:55 9535064c052a: Preparing 14:00:55 9535064c052a: Preparing 14:00:55 28d9951511a0: Preparing 14:00:55 be409f8a49dd: Preparing 14:00:55 3fbe34a1663b: Preparing 14:00:55 28d9951511a0: Waiting 14:00:55 be409f8a49dd: Waiting 14:00:55 3fbe34a1663b: Waiting 14:00:55 7bc691a5393e: Waiting 14:00:55 9535064c052a: Waiting 14:00:55 183aa4c9cbee: Layer already exists 14:00:55 d2dd5f0c79cb: Layer already exists 14:00:55 f343cc0d48d9: Layer already exists 14:00:55 7870e218317c: Layer already exists 14:00:55 d8d35573d4f0: Layer already exists 14:00:55 be409f8a49dd: Layer already exists 14:00:55 7bc691a5393e: Layer already exists 14:00:55 9535064c052a: Layer already exists 14:00:55 28d9951511a0: Layer already exists 14:00:55 3fbe34a1663b: Layer already exists 14:00:56 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:35ff578d768c9c58eec749af3362c932d7007e4c5db7962111a9a536fe509ac9 size: 2817 [Pipeline] isUnix [Pipeline] sh 14:00:56 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:00:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 14:00:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 14:00:56 d8d35573d4f0: Preparing 14:00:56 d8d35573d4f0: Preparing 14:00:56 7870e218317c: Preparing 14:00:56 d2dd5f0c79cb: Preparing 14:00:56 f343cc0d48d9: Preparing 14:00:56 183aa4c9cbee: Preparing 14:00:56 7bc691a5393e: Preparing 14:00:56 9535064c052a: Preparing 14:00:56 9535064c052a: Preparing 14:00:56 28d9951511a0: Preparing 14:00:56 be409f8a49dd: Preparing 14:00:56 3fbe34a1663b: Preparing 14:00:56 7bc691a5393e: Waiting 14:00:56 9535064c052a: Waiting 14:00:56 3fbe34a1663b: Waiting 14:00:56 be409f8a49dd: Waiting 14:00:57 f343cc0d48d9: Layer already exists 14:00:57 183aa4c9cbee: Layer already exists 14:00:57 d2dd5f0c79cb: Layer already exists 14:00:57 d8d35573d4f0: Layer already exists 14:00:57 7870e218317c: Layer already exists 14:00:57 7bc691a5393e: Layer already exists 14:00:57 28d9951511a0: Layer already exists 14:00:57 be409f8a49dd: Layer already exists 14:00:57 3fbe34a1663b: Layer already exists 14:00:57 9535064c052a: Layer already exists 14:00:58 master: digest: sha256:35ff578d768c9c58eec749af3362c932d7007e4c5db7962111a9a536fe509ac9 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:00:58 ===================================================== [Pipeline] echo 14:00:58 taggedImages: 14:00:58 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:58 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.206 14:00:58 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:58 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 14:00:58 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 14:00:58 648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:58 2.0.0-dev.206 14:00:58 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:00:58 master 14:00:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:00:59 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 14:00:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:00:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 14:01:00 8e33a0fb338e: Preparing 14:01:00 37600eef6183: Preparing 14:01:00 fa8d7c3b6edf: Preparing 14:01:00 0a23fdb5c142: Preparing 14:01:00 f14eca45469f: Preparing 14:01:00 3fbe34a1663b: Preparing 14:01:00 3fbe34a1663b: Waiting 14:01:00 0a23fdb5c142: Pushed 14:01:00 fa8d7c3b6edf: Pushed 14:01:00 3fbe34a1663b: Layer already exists 14:01:01 f14eca45469f: Pushed 14:01:03 8e33a0fb338e: Pushed 14:01:03 37600eef6183: Pushed 14:01:03 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:0d25082eb2dee47473ab88a225478502e2aa68a6e4301409732867944b2cdda1 size: 1575 [Pipeline] isUnix [Pipeline] sh 14:01:03 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.206 14:01:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 14:01:04 8e33a0fb338e: Preparing 14:01:04 37600eef6183: Preparing 14:01:04 fa8d7c3b6edf: Preparing 14:01:04 0a23fdb5c142: Preparing 14:01:04 f14eca45469f: Preparing 14:01:04 3fbe34a1663b: Preparing 14:01:04 3fbe34a1663b: Waiting 14:01:04 37600eef6183: Layer already exists 14:01:04 fa8d7c3b6edf: Layer already exists 14:01:04 f14eca45469f: Layer already exists 14:01:04 0a23fdb5c142: Layer already exists 14:01:04 8e33a0fb338e: Layer already exists 14:01:04 3fbe34a1663b: Layer already exists 14:01:04 2.0.0-dev.206: digest: sha256:0d25082eb2dee47473ab88a225478502e2aa68a6e4301409732867944b2cdda1 size: 1575 [Pipeline] isUnix [Pipeline] sh 14:01:04 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 14:01:05 8e33a0fb338e: Preparing 14:01:05 37600eef6183: Preparing 14:01:05 fa8d7c3b6edf: Preparing 14:01:05 0a23fdb5c142: Preparing 14:01:05 f14eca45469f: Preparing 14:01:05 3fbe34a1663b: Preparing 14:01:05 3fbe34a1663b: Waiting 14:01:05 8e33a0fb338e: Layer already exists 14:01:05 0a23fdb5c142: Layer already exists 14:01:05 37600eef6183: Layer already exists 14:01:05 fa8d7c3b6edf: Layer already exists 14:01:05 f14eca45469f: Layer already exists 14:01:05 3fbe34a1663b: Layer already exists 14:01:05 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:0d25082eb2dee47473ab88a225478502e2aa68a6e4301409732867944b2cdda1 size: 1575 [Pipeline] isUnix [Pipeline] sh 14:01:05 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:01:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 14:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 14:01:06 8e33a0fb338e: Preparing 14:01:06 37600eef6183: Preparing 14:01:06 fa8d7c3b6edf: Preparing 14:01:06 0a23fdb5c142: Preparing 14:01:06 f14eca45469f: Preparing 14:01:06 3fbe34a1663b: Preparing 14:01:06 3fbe34a1663b: Waiting 14:01:06 37600eef6183: Layer already exists 14:01:06 fa8d7c3b6edf: Layer already exists 14:01:06 0a23fdb5c142: Layer already exists 14:01:06 8e33a0fb338e: Layer already exists 14:01:06 f14eca45469f: Layer already exists 14:01:06 3fbe34a1663b: Layer already exists 14:01:06 master: digest: sha256:0d25082eb2dee47473ab88a225478502e2aa68a6e4301409732867944b2cdda1 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:06 ===================================================== [Pipeline] echo 14:01:06 taggedImages: 14:01:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.206 14:01:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 14:01:06 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 14:01:06 648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:06 2.0.0-dev.206 14:01:06 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:06 master 14:01:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:01:06 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 14:01:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 14:01:07 a5fc1ee6ffe1: Preparing 14:01:07 287a3b791218: Preparing 14:01:07 22346144607d: Preparing 14:01:07 15cd3a3ddd84: Preparing 14:01:07 09b84d131378: Preparing 14:01:07 bb6741f34081: Preparing 14:01:07 d99b08adcc52: Preparing 14:01:07 653977422c8b: Preparing 14:01:07 31144178237e: Preparing 14:01:07 3fbe34a1663b: Preparing 14:01:07 bb6741f34081: Waiting 14:01:07 d99b08adcc52: Waiting 14:01:07 653977422c8b: Waiting 14:01:07 31144178237e: Waiting 14:01:07 3fbe34a1663b: Waiting 14:01:07 09b84d131378: Pushed 14:01:07 287a3b791218: Pushed 14:01:07 a5fc1ee6ffe1: Pushed 14:01:07 d99b08adcc52: Pushed 14:01:08 653977422c8b: Pushed 14:01:08 3fbe34a1663b: Layer already exists 14:01:08 bb6741f34081: Pushed 14:01:08 31144178237e: Pushed 14:01:09 15cd3a3ddd84: Pushed 14:01:09 22346144607d: Pushed 14:01:09 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:a37efa3a4adb3c1fae2ee521b78a6948d473b1a0e61781844f0094e0e9c1f6b0 size: 2405 [Pipeline] isUnix [Pipeline] sh 14:01:10 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.206 14:01:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 14:01:10 a5fc1ee6ffe1: Preparing 14:01:10 287a3b791218: Preparing 14:01:10 22346144607d: Preparing 14:01:10 15cd3a3ddd84: Preparing 14:01:10 09b84d131378: Preparing 14:01:10 bb6741f34081: Preparing 14:01:10 d99b08adcc52: Preparing 14:01:10 653977422c8b: Preparing 14:01:10 31144178237e: Preparing 14:01:10 3fbe34a1663b: Preparing 14:01:10 d99b08adcc52: Waiting 14:01:10 653977422c8b: Waiting 14:01:10 31144178237e: Waiting 14:01:10 3fbe34a1663b: Waiting 14:01:10 bb6741f34081: Waiting 14:01:10 09b84d131378: Layer already exists 14:01:10 15cd3a3ddd84: Layer already exists 14:01:10 22346144607d: Layer already exists 14:01:10 287a3b791218: Layer already exists 14:01:10 a5fc1ee6ffe1: Layer already exists 14:01:10 bb6741f34081: Layer already exists 14:01:10 653977422c8b: Layer already exists 14:01:10 31144178237e: Layer already exists 14:01:10 d99b08adcc52: Layer already exists 14:01:10 3fbe34a1663b: Layer already exists 14:01:10 2.0.0-dev.206: digest: sha256:a37efa3a4adb3c1fae2ee521b78a6948d473b1a0e61781844f0094e0e9c1f6b0 size: 2405 [Pipeline] isUnix [Pipeline] sh 14:01:11 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 14:01:11 a5fc1ee6ffe1: Preparing 14:01:11 287a3b791218: Preparing 14:01:11 22346144607d: Preparing 14:01:11 15cd3a3ddd84: Preparing 14:01:11 09b84d131378: Preparing 14:01:11 bb6741f34081: Preparing 14:01:11 d99b08adcc52: Preparing 14:01:11 653977422c8b: Preparing 14:01:11 31144178237e: Preparing 14:01:11 3fbe34a1663b: Preparing 14:01:11 653977422c8b: Waiting 14:01:11 31144178237e: Waiting 14:01:11 bb6741f34081: Waiting 14:01:11 d99b08adcc52: Waiting 14:01:11 287a3b791218: Layer already exists 14:01:11 15cd3a3ddd84: Layer already exists 14:01:11 a5fc1ee6ffe1: Layer already exists 14:01:11 09b84d131378: Layer already exists 14:01:11 22346144607d: Layer already exists 14:01:11 bb6741f34081: Layer already exists 14:01:11 d99b08adcc52: Layer already exists 14:01:11 653977422c8b: Layer already exists 14:01:11 31144178237e: Layer already exists 14:01:11 3fbe34a1663b: Layer already exists 14:01:11 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:a37efa3a4adb3c1fae2ee521b78a6948d473b1a0e61781844f0094e0e9c1f6b0 size: 2405 [Pipeline] isUnix [Pipeline] sh 14:01:12 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:01:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 14:01:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 14:01:12 a5fc1ee6ffe1: Preparing 14:01:12 287a3b791218: Preparing 14:01:12 22346144607d: Preparing 14:01:12 15cd3a3ddd84: Preparing 14:01:12 09b84d131378: Preparing 14:01:12 bb6741f34081: Preparing 14:01:12 d99b08adcc52: Preparing 14:01:12 653977422c8b: Preparing 14:01:12 31144178237e: Preparing 14:01:12 3fbe34a1663b: Preparing 14:01:12 bb6741f34081: Waiting 14:01:12 653977422c8b: Waiting 14:01:12 d99b08adcc52: Waiting 14:01:12 31144178237e: Waiting 14:01:12 3fbe34a1663b: Waiting 14:01:12 15cd3a3ddd84: Layer already exists 14:01:12 287a3b791218: Layer already exists 14:01:12 22346144607d: Layer already exists 14:01:12 a5fc1ee6ffe1: Layer already exists 14:01:12 09b84d131378: Layer already exists 14:01:12 bb6741f34081: Layer already exists 14:01:12 31144178237e: Layer already exists 14:01:12 d99b08adcc52: Layer already exists 14:01:12 653977422c8b: Layer already exists 14:01:12 3fbe34a1663b: Layer already exists 14:01:12 master: digest: sha256:a37efa3a4adb3c1fae2ee521b78a6948d473b1a0e61781844f0094e0e9c1f6b0 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:12 ===================================================== [Pipeline] echo 14:01:12 taggedImages: 14:01:12 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:12 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.206 14:01:12 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:12 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 14:01:12 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 14:01:12 648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:12 2.0.0-dev.206 14:01:12 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:12 master 14:01:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:01:13 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 14:01:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 14:01:13 2ab95eb239d0: Preparing 14:01:13 9c8a7f9fe381: Preparing 14:01:13 7bc691a5393e: Preparing 14:01:13 189298226e65: Preparing 14:01:13 3fbe34a1663b: Preparing 14:01:13 7bc691a5393e: Layer already exists 14:01:13 3fbe34a1663b: Layer already exists 14:01:14 189298226e65: Pushed 14:01:15 2ab95eb239d0: Pushed 14:01:16 9c8a7f9fe381: Pushed 14:01:16 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:7b3b6b9f7d9a79c67e79d59c1936756cb5c113f94ec4ceaaf568960716025fe4 size: 1364 [Pipeline] isUnix [Pipeline] sh 14:01:17 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.206 14:01:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 14:01:17 2ab95eb239d0: Preparing 14:01:17 9c8a7f9fe381: Preparing 14:01:17 7bc691a5393e: Preparing 14:01:17 189298226e65: Preparing 14:01:17 3fbe34a1663b: Preparing 14:01:17 2ab95eb239d0: Layer already exists 14:01:17 3fbe34a1663b: Layer already exists 14:01:17 7bc691a5393e: Layer already exists 14:01:17 9c8a7f9fe381: Layer already exists 14:01:17 189298226e65: Layer already exists 14:01:17 2.0.0-dev.206: digest: sha256:7b3b6b9f7d9a79c67e79d59c1936756cb5c113f94ec4ceaaf568960716025fe4 size: 1364 [Pipeline] isUnix [Pipeline] sh 14:01:18 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 14:01:18 2ab95eb239d0: Preparing 14:01:18 9c8a7f9fe381: Preparing 14:01:18 7bc691a5393e: Preparing 14:01:18 189298226e65: Preparing 14:01:18 3fbe34a1663b: Preparing 14:01:18 189298226e65: Layer already exists 14:01:18 9c8a7f9fe381: Layer already exists 14:01:18 7bc691a5393e: Layer already exists 14:01:18 3fbe34a1663b: Layer already exists 14:01:18 2ab95eb239d0: Layer already exists 14:01:18 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:7b3b6b9f7d9a79c67e79d59c1936756cb5c113f94ec4ceaaf568960716025fe4 size: 1364 [Pipeline] isUnix [Pipeline] sh 14:01:19 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:01:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 14:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 14:01:19 2ab95eb239d0: Preparing 14:01:19 9c8a7f9fe381: Preparing 14:01:19 7bc691a5393e: Preparing 14:01:19 189298226e65: Preparing 14:01:19 3fbe34a1663b: Preparing 14:01:19 2ab95eb239d0: Layer already exists 14:01:19 9c8a7f9fe381: Layer already exists 14:01:19 189298226e65: Layer already exists 14:01:19 3fbe34a1663b: Layer already exists 14:01:19 7bc691a5393e: Layer already exists 14:01:19 master: digest: sha256:7b3b6b9f7d9a79c67e79d59c1936756cb5c113f94ec4ceaaf568960716025fe4 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:19 ===================================================== [Pipeline] echo 14:01:19 taggedImages: 14:01:19 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:19 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.206 14:01:19 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:19 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 14:01:19 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 14:01:19 648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:19 2.0.0-dev.206 14:01:19 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:19 master 14:01:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:01:20 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 14:01:20 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 14:01:20 b372b556600a: Preparing 14:01:20 5b0956c22671: Preparing 14:01:20 7bc691a5393e: Preparing 14:01:20 46fff46da146: Preparing 14:01:20 3fbe34a1663b: Preparing 14:01:20 3fbe34a1663b: Layer already exists 14:01:20 46fff46da146: Layer already exists 14:01:20 7bc691a5393e: Layer already exists 14:01:21 b372b556600a: Pushed 14:01:23 5b0956c22671: Pushed 14:01:24 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:2683d1f2aa9bb47d3920c503b0aa9d5ebad7725f8a84b0591377a8455c04ebfd size: 1363 [Pipeline] isUnix [Pipeline] sh 14:01:24 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.206 14:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 14:01:25 b372b556600a: Preparing 14:01:25 5b0956c22671: Preparing 14:01:25 7bc691a5393e: Preparing 14:01:25 46fff46da146: Preparing 14:01:25 3fbe34a1663b: Preparing 14:01:25 46fff46da146: Layer already exists 14:01:25 7bc691a5393e: Layer already exists 14:01:25 3fbe34a1663b: Layer already exists 14:01:25 5b0956c22671: Layer already exists 14:01:25 b372b556600a: Layer already exists 14:01:25 2.0.0-dev.206: digest: sha256:2683d1f2aa9bb47d3920c503b0aa9d5ebad7725f8a84b0591377a8455c04ebfd size: 1363 [Pipeline] isUnix [Pipeline] sh 14:01:25 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 14:01:26 b372b556600a: Preparing 14:01:26 5b0956c22671: Preparing 14:01:26 7bc691a5393e: Preparing 14:01:26 46fff46da146: Preparing 14:01:26 3fbe34a1663b: Preparing 14:01:26 3fbe34a1663b: Layer already exists 14:01:26 b372b556600a: Layer already exists 14:01:26 46fff46da146: Layer already exists 14:01:26 5b0956c22671: Layer already exists 14:01:26 7bc691a5393e: Layer already exists 14:01:26 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:2683d1f2aa9bb47d3920c503b0aa9d5ebad7725f8a84b0591377a8455c04ebfd size: 1363 [Pipeline] isUnix [Pipeline] sh 14:01:26 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:01:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 14:01:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 14:01:27 b372b556600a: Preparing 14:01:27 5b0956c22671: Preparing 14:01:27 7bc691a5393e: Preparing 14:01:27 46fff46da146: Preparing 14:01:27 3fbe34a1663b: Preparing 14:01:27 7bc691a5393e: Layer already exists 14:01:27 5b0956c22671: Layer already exists 14:01:27 3fbe34a1663b: Layer already exists 14:01:27 46fff46da146: Layer already exists 14:01:27 b372b556600a: Layer already exists 14:01:27 master: digest: sha256:2683d1f2aa9bb47d3920c503b0aa9d5ebad7725f8a84b0591377a8455c04ebfd size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:27 ===================================================== [Pipeline] echo 14:01:27 taggedImages: 14:01:27 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:27 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.206 14:01:27 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:27 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 14:01:27 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 14:01:27 648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:27 2.0.0-dev.206 14:01:27 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:27 master 14:01:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:01:27 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] isUnix [Pipeline] sh 14:01:28 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 14:01:28 d648e798cab9: Preparing 14:01:28 ec718995a19d: Preparing 14:01:28 4308267c5fee: Preparing 14:01:28 76476de4ea09: Preparing 14:01:28 9ded3b6bb9b5: Preparing 14:01:28 fa1afe8e6ed9: Preparing 14:01:28 87a09b4c083e: Preparing 14:01:28 0f74e9ff2a61: Preparing 14:01:28 fa1afe8e6ed9: Waiting 14:01:28 87a09b4c083e: Waiting 14:01:28 b122376c33c6: Preparing 14:01:28 f8381ed47b22: Preparing 14:01:28 e934a737d657: Preparing 14:01:28 0f74e9ff2a61: Waiting 14:01:28 f8381ed47b22: Waiting 14:01:28 e934a737d657: Waiting 14:01:28 b122376c33c6: Waiting 14:01:28 9ded3b6bb9b5: Layer already exists 14:01:28 fa1afe8e6ed9: Layer already exists 14:01:28 87a09b4c083e: Layer already exists 14:01:28 ec718995a19d: Pushed 14:01:28 b122376c33c6: Layer already exists 14:01:28 f8381ed47b22: Layer already exists 14:01:28 e934a737d657: Layer already exists 14:01:29 d648e798cab9: Pushed 14:01:29 0f74e9ff2a61: Layer already exists 14:01:31 4308267c5fee: Pushed 14:01:43 76476de4ea09: Pushed 14:01:43 648a76936c86a2d83b792934831f9cfce5b39e1d: digest: sha256:f2ad0c28a86684f24702fc2c63d1a05350816a3a06fdce5ebc39b57578acb601 size: 2622 [Pipeline] isUnix [Pipeline] sh 14:01:44 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:44 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.206 14:01:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 14:01:44 d648e798cab9: Preparing 14:01:44 ec718995a19d: Preparing 14:01:44 4308267c5fee: Preparing 14:01:44 76476de4ea09: Preparing 14:01:44 9ded3b6bb9b5: Preparing 14:01:44 fa1afe8e6ed9: Preparing 14:01:44 87a09b4c083e: Preparing 14:01:44 0f74e9ff2a61: Preparing 14:01:44 b122376c33c6: Preparing 14:01:44 f8381ed47b22: Preparing 14:01:44 e934a737d657: Preparing 14:01:44 fa1afe8e6ed9: Waiting 14:01:44 87a09b4c083e: Waiting 14:01:44 0f74e9ff2a61: Waiting 14:01:44 b122376c33c6: Waiting 14:01:44 f8381ed47b22: Waiting 14:01:44 e934a737d657: Waiting 14:01:44 d648e798cab9: Layer already exists 14:01:44 ec718995a19d: Layer already exists 14:01:44 4308267c5fee: Layer already exists 14:01:44 9ded3b6bb9b5: Layer already exists 14:01:44 76476de4ea09: Layer already exists 14:01:44 87a09b4c083e: Layer already exists 14:01:44 fa1afe8e6ed9: Layer already exists 14:01:44 0f74e9ff2a61: Layer already exists 14:01:44 b122376c33c6: Layer already exists 14:01:44 f8381ed47b22: Layer already exists 14:01:44 e934a737d657: Layer already exists 14:01:45 2.0.0-dev.206: digest: sha256:f2ad0c28a86684f24702fc2c63d1a05350816a3a06fdce5ebc39b57578acb601 size: 2622 [Pipeline] isUnix [Pipeline] sh 14:01:45 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 [Pipeline] isUnix [Pipeline] sh 14:01:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 14:01:45 d648e798cab9: Preparing 14:01:45 ec718995a19d: Preparing 14:01:45 4308267c5fee: Preparing 14:01:45 76476de4ea09: Preparing 14:01:45 9ded3b6bb9b5: Preparing 14:01:45 fa1afe8e6ed9: Preparing 14:01:45 87a09b4c083e: Preparing 14:01:45 0f74e9ff2a61: Preparing 14:01:45 b122376c33c6: Preparing 14:01:45 f8381ed47b22: Preparing 14:01:45 e934a737d657: Preparing 14:01:45 f8381ed47b22: Waiting 14:01:45 87a09b4c083e: Waiting 14:01:45 0f74e9ff2a61: Waiting 14:01:45 fa1afe8e6ed9: Waiting 14:01:45 e934a737d657: Waiting 14:01:45 b122376c33c6: Waiting 14:01:45 9ded3b6bb9b5: Layer already exists 14:01:45 ec718995a19d: Layer already exists 14:01:45 76476de4ea09: Layer already exists 14:01:45 4308267c5fee: Layer already exists 14:01:45 fa1afe8e6ed9: Layer already exists 14:01:45 87a09b4c083e: Layer already exists 14:01:45 0f74e9ff2a61: Layer already exists 14:01:45 b122376c33c6: Layer already exists 14:01:45 f8381ed47b22: Layer already exists 14:01:45 e934a737d657: Layer already exists 14:01:46 d648e798cab9: Layer already exists 14:01:46 648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206: digest: sha256:f2ad0c28a86684f24702fc2c63d1a05350816a3a06fdce5ebc39b57578acb601 size: 2622 [Pipeline] isUnix [Pipeline] sh 14:01:47 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 14:01:47 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 14:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 14:01:47 d648e798cab9: Preparing 14:01:47 ec718995a19d: Preparing 14:01:47 4308267c5fee: Preparing 14:01:47 76476de4ea09: Preparing 14:01:47 9ded3b6bb9b5: Preparing 14:01:47 fa1afe8e6ed9: Preparing 14:01:47 87a09b4c083e: Preparing 14:01:47 0f74e9ff2a61: Preparing 14:01:47 b122376c33c6: Preparing 14:01:47 f8381ed47b22: Preparing 14:01:47 e934a737d657: Preparing 14:01:47 0f74e9ff2a61: Waiting 14:01:47 b122376c33c6: Waiting 14:01:47 f8381ed47b22: Waiting 14:01:47 e934a737d657: Waiting 14:01:47 87a09b4c083e: Waiting 14:01:47 fa1afe8e6ed9: Waiting 14:01:47 9ded3b6bb9b5: Layer already exists 14:01:47 d648e798cab9: Layer already exists 14:01:47 ec718995a19d: Layer already exists 14:01:47 4308267c5fee: Layer already exists 14:01:47 76476de4ea09: Layer already exists 14:01:47 fa1afe8e6ed9: Layer already exists 14:01:47 0f74e9ff2a61: Layer already exists 14:01:47 b122376c33c6: Layer already exists 14:01:47 87a09b4c083e: Layer already exists 14:01:47 f8381ed47b22: Layer already exists 14:01:47 e934a737d657: Layer already exists 14:01:47 master: digest: sha256:f2ad0c28a86684f24702fc2c63d1a05350816a3a06fdce5ebc39b57578acb601 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:01:47 ===================================================== [Pipeline] echo 14:01:47 taggedImages: 14:01:47 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d 14:01:47 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.206 14:01:47 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:648a76936c86a2d83b792934831f9cfce5b39e1d-2.0.0-dev.206 14:01:47 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:01:48 ---> job-cost.sh 14:01:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-s0v1 14:02:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:04:12 lf-activate-venv(): INFO: Adding /tmp/venv-s0v1/bin to PATH 14:04:12 INFO: No Stack... 14:04:12 INFO: Retrieving Pricing Info for: lf-standard-4 14:04:12 INFO: Archiving Costs [Pipeline] sh 14:04:12 + cat /w/workspace/edgex-go/474/archives/cost.csv 14:04:12 + cut -d, -f6 [Pipeline] lock 14:04:12 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-474-stack-cost] 14:04:12 Resource [jenkins-edgexfoundry-edgex-go-master-474-stack-cost] did not exist. Created. 14:04:12 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-474-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:04:13 + echo total: 0.20999999344348907 [Pipeline] stash 14:04:13 Stashed 1 file(s) [Pipeline] } 14:04:13 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-474-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 14:04:14 provisioning config files... 14:04:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/474@tmp/config7118092741994605243tmp [Pipeline] { [Pipeline] sh 14:04:15 + set +x 14:04:15 + curl -s https://codecov.io/bash 14:04:15 + bash -s -- 14:04:15 14:04:15 _____ _ 14:04:15 / ____| | | 14:04:15 | | ___ __| | ___ ___ _____ __ 14:04:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:04:15 | |___| (_) | (_| | __/ (_| (_) \ V / 14:04:15 \_____\___/ \__,_|\___|\___\___/ \_/ 14:04:15 Bash-1.0.2 14:04:15 14:04:15 14:04:15 ==> git version 2.24.3 found 14:04:15 ==> 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 14:04:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:04:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:04:15 ==> Jenkins CI detected. 14:04:15 project root: . 14:04:15 --> token set from env 14:04:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:04:15 ==> Running gcov in . (disable via -X gcov) 14:04:15 ==> Python coveragepy not found 14:04:15 ==> Searching for coverage reports in: 14:04:15 + . 14:04:15 -> Found 1 reports 14:04:15 ==> Detecting git/mercurial file structure 14:04:15 ==> Reading reports 14:04:15 + ./coverage.out bytes=706092 14:04:15 ==> Appending adjustments 14:04:15 https://docs.codecov.io/docs/fixing-reports 14:04:19 + Found adjustments 14:04:19 ==> Gzipping contents 14:04:19 100K /tmp/codecov.GduadS.gz 14:04:19 ==> Uploading reports 14:04:19 url: https://codecov.io 14:04:19 query: branch=master&commit=648a76936c86a2d83b792934831f9cfce5b39e1d&build=474&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F474%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:04:19 -> Pinging Codecov 14:04:19 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=648a76936c86a2d83b792934831f9cfce5b39e1d&build=474&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F474%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:04:20 -> Uploading to 14:04:20 https://storage.googleapis.com/codecov/v4/raw/2021-05-10/00271124DB129430A58F1EEE437C3FCB/648a76936c86a2d83b792934831f9cfce5b39e1d/bb5eca67-f313-42f5-aba5-80ca4d8d8c12.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T140419Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cc735301dca486e843e55cfdd4a07f89851dc4af62b50b59d177a901fb16cd07 14:04:20 % Total % Received % Xferd Average Speed Time Time Time Current 14:04:20 Dload Upload Total Spent Left Speed 14:04:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 184k --:--:-- --:--:-- --:--:-- 184k 14:04:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/648a76936c86a2d83b792934831f9cfce5b39e1d [Pipeline] } 14:04:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 14:04:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:04:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:04:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:04:21 14:04:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 14:04:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:04:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:04:22 188c0c94c7c5: Pulling fs layer 14:04:22 0ef7d3d256c8: Pulling fs layer 14:04:22 de9db76c5a1d: Pulling fs layer 14:04:22 0eba1c9be4d2: Pulling fs layer 14:04:22 0d57e429df01: Pulling fs layer 14:04:22 4e4be7b47b0d: Pulling fs layer 14:04:22 e1f770b5df2f: Pulling fs layer 14:04:22 85a0685a4137: Pulling fs layer 14:04:22 0eba1c9be4d2: Waiting 14:04:22 0d57e429df01: Waiting 14:04:22 4e4be7b47b0d: Waiting 14:04:22 e1f770b5df2f: Waiting 14:04:22 85a0685a4137: Waiting 14:04:22 de9db76c5a1d: Verifying Checksum 14:04:22 de9db76c5a1d: Download complete 14:04:22 0ef7d3d256c8: Verifying Checksum 14:04:22 0ef7d3d256c8: Download complete 14:04:22 0d57e429df01: Verifying Checksum 14:04:22 0d57e429df01: Download complete 14:04:22 4e4be7b47b0d: Verifying Checksum 14:04:22 4e4be7b47b0d: Download complete 14:04:22 188c0c94c7c5: Verifying Checksum 14:04:22 188c0c94c7c5: Pull complete 14:04:23 0ef7d3d256c8: Pull complete 14:04:23 de9db76c5a1d: Pull complete 14:04:23 e1f770b5df2f: Verifying Checksum 14:04:23 e1f770b5df2f: Download complete 14:04:27 0eba1c9be4d2: Verifying Checksum 14:04:27 0eba1c9be4d2: Download complete 14:04:27 85a0685a4137: Verifying Checksum 14:04:27 85a0685a4137: Download complete 14:04:32 0eba1c9be4d2: Pull complete 14:04:32 0d57e429df01: Pull complete 14:04:32 4e4be7b47b0d: Pull complete 14:04:37 e1f770b5df2f: Pull complete 14:04:47 85a0685a4137: Pull complete 14:04:47 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 14:04:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:04:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 14:04:47 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 14:04:47 $ 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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 14:04:48 $ docker top 720695a25480f7727434879808cf28c5fc1ee20c16ba25f5e40a40b3b3b2616b -eo pid,comm [Pipeline] { [Pipeline] echo 14:04:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 14:04:49 + set -o pipefail 14:04:49 + snyk monitor '--org=edgex-jenkins' 14:05:15 14:05:15 Monitoring /w/workspace/edgex-go/474 (github.com/edgexfoundry/edgex-go)... 14:05:15 14:05:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c26ae37b-6e8d-42ab-b445-2878ba5c0342 14:05:15 14:05:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:05:15 14:05:15 [Pipeline] } 14:05:15 $ docker stop --time=1 720695a25480f7727434879808cf28c5fc1ee20c16ba25f5e40a40b3b3b2616b 14:05:17 $ docker rm -f 720695a25480f7727434879808cf28c5fc1ee20c16ba25f5e40a40b3b3b2616b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 14:05:18 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:05:18 provisioning config files... 14:05:18 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/474@tmp/config6266962968605367423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:05:18 --> edgex-publish-swagger.sh 14:05:18 === Publish openapi/v1 API === 14:05:18 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 14:05:18 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/474/openapi/v1/core-command.yaml] 14:05:18 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:18 Dload Upload Total Spent Left Speed 14:05:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9799 0:00:01 0:00:01 --:--:-- 9815 100 10522 0 0 100 10522 0 9797 0:00:01 0:00:01 --:--:-- 9806 14:05:19 14:05:19 14:05:19 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/474/openapi/v1/core-data.yaml] 14:05:19 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:19 Dload Upload Total Spent Left Speed 14:05:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30651 0:00:01 0:00:01 --:--:-- 30656 100 32557 0 0 100 32557 0 30644 0:00:01 0:00:01 --:--:-- 30656 14:05:21 14:05:21 14:05:21 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/474/openapi/v1/core-metadata.yaml] 14:05:21 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:21 Dload Upload Total Spent Left Speed 14:05:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65996 0:00:01 0:00:01 --:--:-- 66058 100 73721 0 0 100 73721 0 65985 0:00:01 0:00:01 --:--:-- 66058 14:05:22 14:05:22 14:05:22 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/474/openapi/v1/support-logging.yaml] 14:05:22 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:22 Dload Upload Total Spent Left Speed 14:05:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11072 0:00:01 0:00:01 --:--:-- 11077 100 13581 0 0 100 13581 0 11070 0:00:01 0:00:01 --:--:-- 11077 14:05:23 14:05:23 14:05:23 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/474/openapi/v1/support-notifications.yaml] 14:05:23 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:23 Dload Upload Total Spent Left Speed 14:05:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31493 0:00:01 0:00:01 --:--:-- 31515 100 38890 0 0 100 38890 0 29446 0:00:01 0:00:01 --:--:-- 29439 100 38890 0 0 100 38890 0 29442 0:00:01 0:00:01 --:--:-- 29439 14:05:24 14:05:24 14:05:24 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/474/openapi/v1/support-scheduler.yaml] 14:05:24 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:24 Dload Upload Total Spent Left Speed 14:05:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11645 0:00:01 0:00:01 --:--:-- 11650 100 14249 0 0 100 14249 0 10744 0:00:01 0:00:01 --:--:-- 10753 14:05:26 14:05:26 14:05:26 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/474/openapi/v1/system-agent.yaml] 14:05:26 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:26 Dload Upload Total Spent Left Speed 14:05:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3372 0:00:01 0:00:01 --:--:-- 3374 100 4110 0 0 100 4110 0 3028 0:00:01 0:00:01 --:--:-- 3030 14:05:27 14:05:27 14:05:27 === Publish openapi/v2 API === 14:05:27 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 14:05:27 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/474/openapi/v2/core-command.yaml] 14:05:27 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:27 Dload Upload Total Spent Left Speed 14:05:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 55 29594 0 0 55 16384 0 70084 --:--:-- --:--:-- --:--:-- 70017 100 29594 0 0 100 29594 0 18654 0:00:01 0:00:01 --:--:-- 18647 100 29594 0 0 100 29594 0 18652 0:00:01 0:00:01 --:--:-- 18647 14:05:29 14:05:29 14:05:29 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/474/openapi/v2/core-data.yaml] 14:05:29 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:29 Dload Upload Total Spent Left Speed 14:05:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 45989 0:00:01 0:00:01 --:--:-- 46019 100 56190 0 0 100 56190 0 42220 0:00:01 0:00:01 --:--:-- 42248 14:05:30 14:05:30 14:05:30 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/474/openapi/v2/core-metadata.yaml] 14:05:30 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:30 Dload Upload Total Spent Left Speed 14:05:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 97k 0:00:01 0:00:01 --:--:-- 97k 100 118k 0 0 100 118k 0 80423 0:00:01 0:00:01 --:--:-- 80418 100 118k 0 0 100 118k 0 80412 0:00:01 0:00:01 --:--:-- 80418 14:05:31 14:05:31 14:05:31 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/474/openapi/v2/support-notifications.yaml] 14:05:31 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:31 Dload Upload Total Spent Left Speed 14:05:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 62283 0:00:01 0:00:01 --:--:-- 62296 100 75628 0 0 100 75628 0 62273 0:00:01 0:00:01 --:--:-- 62296 14:05:33 14:05:33 14:05:33 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/474/openapi/v2/support-scheduler.yaml] 14:05:33 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:33 Dload Upload Total Spent Left Speed 14:05:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 33486 0:00:01 0:00:01 --:--:-- 33496 100 37617 0 0 100 37617 0 33479 0:00:01 0:00:01 --:--:-- 33496 14:05:34 14:05:34 14:05:34 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/474/openapi/v2/system-agent.yaml] 14:05:34 % Total % Received % Xferd Average Speed Time Time Time Current 14:05:34 Dload Upload Total Spent Left Speed 14:05:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23157 0 0 100 23157 0 20918 0:00:01 0:00:01 --:--:-- 20937 100 23157 0 0 100 23157 0 20915 0:00:01 0:00:01 --:--:-- 20918 14:05:35 14:05:35 [Pipeline] } 14:05:35 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 14:05:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:05:36 . [Pipeline] withDockerContainer 14:05:36 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 14:05:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 14:05:37 $ docker top 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:05:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:05:37 [ssh-agent] Looking for ssh-agent implementation... 14:05:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:05:39 $ docker exec 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d ssh-agent 14:05:39 SSH_AUTH_SOCK=/tmp/ssh-FONxlJQV02Rn/agent.12 14:05:39 SSH_AGENT_PID=18 14:05:39 Running ssh-add (command line suppressed) 14:05:39 Identity added: /w/workspace/edgex-go/474@tmp/private_key_6214454531647452733.key (/w/workspace/edgex-go/474@tmp/private_key_6214454531647452733.key) 14:05:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:05:40 + git semver tag 14:05:40 # -> Open(): unable to determine branch for HEAD 14:05:40 # $GIT_DIR = /w/workspace/edgex-go/474/.git 14:05:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/474 14:05:40 # $SEMVER_REMOTE_NAME = origin 14:05:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:05:40 # $SEMVER_USER_NAME = edgex-jenkins 14:05:40 # $SEMVER_BRANCH = master 14:05:40 # $SEMVER_DIR = /w/workspace/edgex-go/474/.semver 14:05:40 # 648a76936c86a2d83b792934831f9cfce5b39e1d HEAD 14:05:41 # -> Force: false 14:05:41 # af3b285743912e91158a1411e5093ae966f7afff refs/tags/v2.0.0-dev.206 [Pipeline] } 14:05:41 $ docker exec --env ******** --env ******** 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d ssh-agent -k 14:05:41 unset SSH_AUTH_SOCK; 14:05:41 unset SSH_AGENT_PID; 14:05:41 echo Agent pid 18 killed; 14:05:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:05:41 + git semver [Pipeline] } 14:05:41 $ docker stop --time=1 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d 14:05:43 $ docker rm -f 2b60168a50132d50bb50bfce666f31a7512d811e70dae2521096039775172a1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:05:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:05:43 14:05:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:05:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:05:43 0.23.1-centos7: Pulling from edgex-lftools 14:05:43 ab5ef0e58194: Pulling fs layer 14:05:43 9712f1f96733: Pulling fs layer 14:05:43 63f879dbbcfc: Pulling fs layer 14:05:43 0d9ebad4ef96: Pulling fs layer 14:05:43 e9a5061849ea: Pulling fs layer 14:05:43 d747dcd14b5f: Pulling fs layer 14:05:43 2de7ff778b66: Pulling fs layer 14:05:43 e9a5061849ea: Waiting 14:05:43 2de7ff778b66: Waiting 14:05:43 0d9ebad4ef96: Waiting 14:05:43 d747dcd14b5f: Waiting 14:05:43 9712f1f96733: Verifying Checksum 14:05:43 9712f1f96733: Download complete 14:05:47 63f879dbbcfc: Verifying Checksum 14:05:47 63f879dbbcfc: Download complete 14:05:47 e9a5061849ea: Verifying Checksum 14:05:47 e9a5061849ea: Download complete 14:05:47 d747dcd14b5f: Verifying Checksum 14:05:47 d747dcd14b5f: Download complete 14:05:47 2de7ff778b66: Verifying Checksum 14:05:48 0d9ebad4ef96: Verifying Checksum 14:05:48 0d9ebad4ef96: Download complete 14:05:48 ab5ef0e58194: Verifying Checksum 14:05:48 ab5ef0e58194: Download complete 14:05:55 ab5ef0e58194: Pull complete 14:05:55 9712f1f96733: Pull complete 14:05:57 63f879dbbcfc: Pull complete 14:06:05 0d9ebad4ef96: Pull complete 14:06:08 e9a5061849ea: Pull complete 14:06:08 d747dcd14b5f: Pull complete 14:06:09 2de7ff778b66: Pull complete 14:06:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:06:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:06:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:06:09 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 14:06:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 14:06:13 $ docker top 96fa7156fb65db4b7ccc641691564e2911839b8786b725c108606180593ebba9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:06:14 provisioning config files... 14:06:14 copy managed file [sigul-config] to file:/w/workspace/edgex-go/474@tmp/config2465030923430774056tmp 14:06:14 copy managed file [sigul-password] to file:/w/workspace/edgex-go/474@tmp/config7183232198943784563tmp 14:06:14 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/474@tmp/config4777211376937614772tmp [Pipeline] { [Pipeline] echo 14:06:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:06:14 ---> sigul-configuration.sh 14:06:14 gpg: directory `/root/.gnupg' created 14:06:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:06:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:06:14 gpg: keyring `/root/.gnupg/secring.gpg' created 14:06:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:06:14 gpg: CAST5 encrypted data 14:06:14 gpg: encrypted with 1 passphrase 14:06:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:06:14 + mkdir /home/jenkins 14:06:14 + mkdir /home/jenkins/sigul [Pipeline] sh 14:06:15 + 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 14:06:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:06:15 ---> sigul-install.sh 14:06:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:06:22 + git tag --list 14:06:22 0.6.0 14:06:22 0.6.1 14:06:22 0.7.0 14:06:22 0.7.1 14:06:22 v0.0.0 14:06:22 v0.0.1-dev.1 14:06:22 v1.0.0 14:06:22 v1.0.1 14:06:22 v1.1.0 14:06:22 v1.2.0 14:06:22 v1.2.1 14:06:22 v1.2.2-dev.1 14:06:22 v1.2.2-dev.10 14:06:22 v1.2.2-dev.100 14:06:22 v1.2.2-dev.101 14:06:22 v1.2.2-dev.102 14:06:22 v1.2.2-dev.103 14:06:22 v1.2.2-dev.104 14:06:22 v1.2.2-dev.105 14:06:22 v1.2.2-dev.106 14:06:22 v1.2.2-dev.107 14:06:22 v1.2.2-dev.11 14:06:22 v1.2.2-dev.12 14:06:22 v1.2.2-dev.13 14:06:22 v1.2.2-dev.14 14:06:22 v1.2.2-dev.15 14:06:22 v1.2.2-dev.16 14:06:22 v1.2.2-dev.17 14:06:22 v1.2.2-dev.18 14:06:22 v1.2.2-dev.19 14:06:22 v1.2.2-dev.2 14:06:22 v1.2.2-dev.20 14:06:22 v1.2.2-dev.21 14:06:22 v1.2.2-dev.22 14:06:22 v1.2.2-dev.23 14:06:22 v1.2.2-dev.24 14:06:22 v1.2.2-dev.25 14:06:22 v1.2.2-dev.26 14:06:22 v1.2.2-dev.27 14:06:22 v1.2.2-dev.28 14:06:22 v1.2.2-dev.29 14:06:22 v1.2.2-dev.3 14:06:22 v1.2.2-dev.30 14:06:22 v1.2.2-dev.31 14:06:22 v1.2.2-dev.32 14:06:22 v1.2.2-dev.33 14:06:22 v1.2.2-dev.34 14:06:22 v1.2.2-dev.35 14:06:22 v1.2.2-dev.36 14:06:22 v1.2.2-dev.37 14:06:22 v1.2.2-dev.38 14:06:22 v1.2.2-dev.39 14:06:22 v1.2.2-dev.4 14:06:22 v1.2.2-dev.40 14:06:22 v1.2.2-dev.41 14:06:22 v1.2.2-dev.42 14:06:22 v1.2.2-dev.43 14:06:22 v1.2.2-dev.44 14:06:22 v1.2.2-dev.45 14:06:22 v1.2.2-dev.46 14:06:22 v1.2.2-dev.47 14:06:22 v1.2.2-dev.48 14:06:22 v1.2.2-dev.49 14:06:22 v1.2.2-dev.5 14:06:22 v1.2.2-dev.50 14:06:22 v1.2.2-dev.51 14:06:22 v1.2.2-dev.52 14:06:22 v1.2.2-dev.53 14:06:22 v1.2.2-dev.54 14:06:22 v1.2.2-dev.55 14:06:22 v1.2.2-dev.56 14:06:22 v1.2.2-dev.57 14:06:22 v1.2.2-dev.58 14:06:22 v1.2.2-dev.59 14:06:22 v1.2.2-dev.6 14:06:22 v1.2.2-dev.60 14:06:22 v1.2.2-dev.61 14:06:22 v1.2.2-dev.62 14:06:22 v1.2.2-dev.63 14:06:22 v1.2.2-dev.64 14:06:22 v1.2.2-dev.65 14:06:22 v1.2.2-dev.66 14:06:22 v1.2.2-dev.67 14:06:22 v1.2.2-dev.68 14:06:22 v1.2.2-dev.69 14:06:22 v1.2.2-dev.7 14:06:22 v1.2.2-dev.70 14:06:22 v1.2.2-dev.71 14:06:22 v1.2.2-dev.72 14:06:22 v1.2.2-dev.73 14:06:22 v1.2.2-dev.74 14:06:22 v1.2.2-dev.75 14:06:22 v1.2.2-dev.76 14:06:22 v1.2.2-dev.77 14:06:22 v1.2.2-dev.78 14:06:22 v1.2.2-dev.79 14:06:22 v1.2.2-dev.8 14:06:22 v1.2.2-dev.80 14:06:22 v1.2.2-dev.81 14:06:22 v1.2.2-dev.82 14:06:22 v1.2.2-dev.83 14:06:22 v1.2.2-dev.84 14:06:22 v1.2.2-dev.85 14:06:22 v1.2.2-dev.86 14:06:22 v1.2.2-dev.87 14:06:22 v1.2.2-dev.88 14:06:22 v1.2.2-dev.89 14:06:22 v1.2.2-dev.9 14:06:22 v1.2.2-dev.90 14:06:22 v1.2.2-dev.91 14:06:22 v1.2.2-dev.92 14:06:22 v1.2.2-dev.93 14:06:22 v1.2.2-dev.94 14:06:22 v1.2.2-dev.95 14:06:22 v1.2.2-dev.96 14:06:22 v1.2.2-dev.97 14:06:22 v1.2.2-dev.98 14:06:22 v1.2.2-dev.99 14:06:22 v1.3.0 14:06:22 v1.3.1 14:06:22 v1.3.1-dev.1 14:06:22 v1.3.1-dev.10 14:06:22 v1.3.1-dev.11 14:06:22 v1.3.1-dev.12 14:06:22 v1.3.1-dev.13 14:06:22 v1.3.1-dev.14 14:06:22 v1.3.1-dev.15 14:06:22 v1.3.1-dev.16 14:06:22 v1.3.1-dev.17 14:06:22 v1.3.1-dev.18 14:06:22 v1.3.1-dev.2 14:06:22 v1.3.1-dev.3 14:06:22 v1.3.1-dev.4 14:06:22 v1.3.1-dev.5 14:06:22 v1.3.1-dev.6 14:06:22 v1.3.1-dev.7 14:06:22 v1.3.1-dev.8 14:06:22 v1.3.1-dev.9 14:06:22 v2.0.0-dev.1 14:06:22 v2.0.0-dev.10 14:06:22 v2.0.0-dev.100 14:06:22 v2.0.0-dev.101 14:06:22 v2.0.0-dev.102 14:06:22 v2.0.0-dev.103 14:06:22 v2.0.0-dev.104 14:06:22 v2.0.0-dev.105 14:06:22 v2.0.0-dev.106 14:06:22 v2.0.0-dev.107 14:06:22 v2.0.0-dev.108 14:06:22 v2.0.0-dev.109 14:06:22 v2.0.0-dev.11 14:06:22 v2.0.0-dev.110 14:06:22 v2.0.0-dev.111 14:06:22 v2.0.0-dev.112 14:06:22 v2.0.0-dev.113 14:06:22 v2.0.0-dev.114 14:06:22 v2.0.0-dev.115 14:06:22 v2.0.0-dev.116 14:06:22 v2.0.0-dev.117 14:06:22 v2.0.0-dev.118 14:06:22 v2.0.0-dev.119 14:06:22 v2.0.0-dev.12 14:06:22 v2.0.0-dev.120 14:06:22 v2.0.0-dev.121 14:06:22 v2.0.0-dev.122 14:06:22 v2.0.0-dev.123 14:06:22 v2.0.0-dev.124 14:06:22 v2.0.0-dev.125 14:06:22 v2.0.0-dev.126 14:06:22 v2.0.0-dev.127 14:06:22 v2.0.0-dev.128 14:06:22 v2.0.0-dev.129 14:06:22 v2.0.0-dev.13 14:06:22 v2.0.0-dev.130 14:06:22 v2.0.0-dev.131 14:06:22 v2.0.0-dev.132 14:06:22 v2.0.0-dev.133 14:06:22 v2.0.0-dev.134 14:06:22 v2.0.0-dev.135 14:06:22 v2.0.0-dev.136 14:06:22 v2.0.0-dev.137 14:06:22 v2.0.0-dev.138 14:06:22 v2.0.0-dev.139 14:06:22 v2.0.0-dev.14 14:06:22 v2.0.0-dev.140 14:06:22 v2.0.0-dev.141 14:06:22 v2.0.0-dev.142 14:06:22 v2.0.0-dev.143 14:06:22 v2.0.0-dev.144 14:06:22 v2.0.0-dev.145 14:06:22 v2.0.0-dev.146 14:06:22 v2.0.0-dev.147 14:06:22 v2.0.0-dev.148 14:06:22 v2.0.0-dev.149 14:06:22 v2.0.0-dev.15 14:06:22 v2.0.0-dev.150 14:06:22 v2.0.0-dev.151 14:06:22 v2.0.0-dev.152 14:06:22 v2.0.0-dev.153 14:06:22 v2.0.0-dev.154 14:06:22 v2.0.0-dev.155 14:06:22 v2.0.0-dev.156 14:06:22 v2.0.0-dev.157 14:06:22 v2.0.0-dev.158 14:06:22 v2.0.0-dev.159 14:06:22 v2.0.0-dev.16 14:06:22 v2.0.0-dev.160 14:06:22 v2.0.0-dev.161 14:06:22 v2.0.0-dev.162 14:06:22 v2.0.0-dev.163 14:06:22 v2.0.0-dev.164 14:06:22 v2.0.0-dev.165 14:06:22 v2.0.0-dev.166 14:06:22 v2.0.0-dev.167 14:06:22 v2.0.0-dev.168 14:06:22 v2.0.0-dev.169 14:06:22 v2.0.0-dev.17 14:06:22 v2.0.0-dev.170 14:06:22 v2.0.0-dev.171 14:06:22 v2.0.0-dev.172 14:06:22 v2.0.0-dev.173 14:06:22 v2.0.0-dev.174 14:06:22 v2.0.0-dev.175 14:06:22 v2.0.0-dev.176 14:06:22 v2.0.0-dev.177 14:06:22 v2.0.0-dev.178 14:06:22 v2.0.0-dev.179 14:06:22 v2.0.0-dev.18 14:06:22 v2.0.0-dev.180 14:06:22 v2.0.0-dev.181 14:06:22 v2.0.0-dev.182 14:06:22 v2.0.0-dev.183 14:06:22 v2.0.0-dev.184 14:06:22 v2.0.0-dev.185 14:06:22 v2.0.0-dev.186 14:06:22 v2.0.0-dev.187 14:06:22 v2.0.0-dev.188 14:06:22 v2.0.0-dev.189 14:06:22 v2.0.0-dev.19 14:06:22 v2.0.0-dev.190 14:06:22 v2.0.0-dev.191 14:06:22 v2.0.0-dev.192 14:06:22 v2.0.0-dev.193 14:06:22 v2.0.0-dev.194 14:06:22 v2.0.0-dev.195 14:06:22 v2.0.0-dev.196 14:06:22 v2.0.0-dev.197 14:06:22 v2.0.0-dev.198 14:06:22 v2.0.0-dev.199 14:06:22 v2.0.0-dev.2 14:06:22 v2.0.0-dev.20 14:06:22 v2.0.0-dev.200 14:06:22 v2.0.0-dev.201 14:06:22 v2.0.0-dev.202 14:06:22 v2.0.0-dev.203 14:06:22 v2.0.0-dev.204 14:06:22 v2.0.0-dev.205 14:06:22 v2.0.0-dev.206 14:06:22 v2.0.0-dev.21 14:06:22 v2.0.0-dev.22 14:06:22 v2.0.0-dev.23 14:06:22 v2.0.0-dev.24 14:06:22 v2.0.0-dev.25 14:06:22 v2.0.0-dev.26 14:06:22 v2.0.0-dev.27 14:06:22 v2.0.0-dev.28 14:06:22 v2.0.0-dev.29 14:06:22 v2.0.0-dev.3 14:06:22 v2.0.0-dev.30 14:06:22 v2.0.0-dev.31 14:06:22 v2.0.0-dev.32 14:06:22 v2.0.0-dev.33 14:06:22 v2.0.0-dev.34 14:06:22 v2.0.0-dev.35 14:06:22 v2.0.0-dev.36 14:06:22 v2.0.0-dev.37 14:06:22 v2.0.0-dev.38 14:06:22 v2.0.0-dev.39 14:06:22 v2.0.0-dev.4 14:06:22 v2.0.0-dev.40 14:06:22 v2.0.0-dev.41 14:06:22 v2.0.0-dev.42 14:06:22 v2.0.0-dev.43 14:06:22 v2.0.0-dev.44 14:06:22 v2.0.0-dev.45 14:06:22 v2.0.0-dev.46 14:06:22 v2.0.0-dev.47 14:06:22 v2.0.0-dev.48 14:06:22 v2.0.0-dev.49 14:06:22 v2.0.0-dev.5 14:06:22 v2.0.0-dev.50 14:06:22 v2.0.0-dev.51 14:06:22 v2.0.0-dev.52 14:06:22 v2.0.0-dev.53 14:06:22 v2.0.0-dev.54 14:06:22 v2.0.0-dev.55 14:06:22 v2.0.0-dev.56 14:06:22 v2.0.0-dev.57 14:06:22 v2.0.0-dev.58 14:06:22 v2.0.0-dev.59 14:06:22 v2.0.0-dev.6 14:06:22 v2.0.0-dev.60 14:06:22 v2.0.0-dev.61 14:06:22 v2.0.0-dev.62 14:06:22 v2.0.0-dev.63 14:06:22 v2.0.0-dev.64 14:06:22 v2.0.0-dev.65 14:06:22 v2.0.0-dev.66 14:06:22 v2.0.0-dev.67 14:06:22 v2.0.0-dev.68 14:06:22 v2.0.0-dev.69 14:06:22 v2.0.0-dev.7 14:06:22 v2.0.0-dev.70 14:06:22 v2.0.0-dev.71 14:06:22 v2.0.0-dev.72 14:06:22 v2.0.0-dev.73 14:06:22 v2.0.0-dev.74 14:06:22 v2.0.0-dev.75 14:06:22 v2.0.0-dev.76 14:06:22 v2.0.0-dev.77 14:06:22 v2.0.0-dev.78 14:06:22 v2.0.0-dev.79 14:06:22 v2.0.0-dev.8 14:06:22 v2.0.0-dev.80 14:06:22 v2.0.0-dev.81 14:06:22 v2.0.0-dev.82 14:06:22 v2.0.0-dev.83 14:06:22 v2.0.0-dev.84 14:06:22 v2.0.0-dev.85 14:06:22 v2.0.0-dev.86 14:06:22 v2.0.0-dev.87 14:06:22 v2.0.0-dev.88 14:06:22 v2.0.0-dev.89 14:06:22 v2.0.0-dev.9 14:06:22 v2.0.0-dev.90 14:06:22 v2.0.0-dev.91 14:06:22 v2.0.0-dev.92 14:06:22 v2.0.0-dev.93 14:06:22 v2.0.0-dev.94 14:06:22 v2.0.0-dev.95 14:06:22 v2.0.0-dev.96 14:06:22 v2.0.0-dev.97 14:06:22 v2.0.0-dev.98 14:06:22 v2.0.0-dev.99 [Pipeline] sh 14:06:22 + lftools sign git-tag v2.0.0-dev.206 14:06:24 Signing Git tag with Sigul... 14:06:24 Signing v2.0.0-dev.206 [Pipeline] echo 14:06:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:06:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:06:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:06:26 $ docker stop --time=1 96fa7156fb65db4b7ccc641691564e2911839b8786b725c108606180593ebba9 14:06:28 $ docker rm -f 96fa7156fb65db4b7ccc641691564e2911839b8786b725c108606180593ebba9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:06:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:06:28 . [Pipeline] withDockerContainer 14:06:28 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 14:06:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 14:06:30 $ docker top 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:06:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:06:30 [ssh-agent] Looking for ssh-agent implementation... 14:06:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:06:30 $ docker exec 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 ssh-agent 14:06:30 SSH_AUTH_SOCK=/tmp/ssh-HnRentXt3UOf/agent.12 14:06:30 SSH_AGENT_PID=18 14:06:30 Running ssh-add (command line suppressed) 14:06:30 Identity added: /w/workspace/edgex-go/474@tmp/private_key_911223905611752660.key (/w/workspace/edgex-go/474@tmp/private_key_911223905611752660.key) 14:06:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:06:31 + git semver bump pre 14:06:31 # -> Open(): unable to determine branch for HEAD 14:06:31 # $GIT_DIR = /w/workspace/edgex-go/474/.git 14:06:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/474 14:06:31 # $SEMVER_REMOTE_NAME = origin 14:06:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:06:31 # $SEMVER_USER_NAME = edgex-jenkins 14:06:31 # $SEMVER_BRANCH = master 14:06:31 # $SEMVER_DIR = /w/workspace/edgex-go/474/.semver 14:06:31 2.0.0-dev.207 [Pipeline] } 14:06:31 $ docker exec --env ******** --env ******** 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 ssh-agent -k 14:06:31 unset SSH_AUTH_SOCK; 14:06:31 unset SSH_AGENT_PID; 14:06:31 echo Agent pid 18 killed; 14:06:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:06:31 + git semver [Pipeline] } 14:06:31 $ docker stop --time=1 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 14:06:33 $ docker rm -f 0a89eb85247e7f74d7cee8325f0b6b673a1c67a6f9976423d78ff9e7d0a8cff0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:06:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:06:33 . [Pipeline] withDockerContainer 14:06:33 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 14:06:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 14:06:34 $ docker top e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:06:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:06:34 [ssh-agent] Looking for ssh-agent implementation... 14:06:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:06:34 $ docker exec e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb ssh-agent 14:06:35 SSH_AUTH_SOCK=/tmp/ssh-eqTqQGGXaVej/agent.12 14:06:35 SSH_AGENT_PID=17 14:06:35 Running ssh-add (command line suppressed) 14:06:35 Identity added: /w/workspace/edgex-go/474@tmp/private_key_465849827576988104.key (/w/workspace/edgex-go/474@tmp/private_key_465849827576988104.key) 14:06:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:06:35 + git semver push 14:06:35 # -> Open(): unable to determine branch for HEAD 14:06:35 # $GIT_DIR = /w/workspace/edgex-go/474/.git 14:06:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/474 14:06:35 # $SEMVER_REMOTE_NAME = origin 14:06:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:06:35 # $SEMVER_USER_NAME = edgex-jenkins 14:06:35 # $SEMVER_BRANCH = master 14:06:35 # $SEMVER_DIR = /w/workspace/edgex-go/474/.semver [Pipeline] } 14:06:45 $ docker exec --env ******** --env ******** e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb ssh-agent -k 14:06:45 unset SSH_AUTH_SOCK; 14:06:45 unset SSH_AGENT_PID; 14:06:45 echo Agent pid 17 killed; 14:06:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:06:46 + git semver [Pipeline] } 14:06:46 $ docker stop --time=1 e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb 14:06:47 $ docker rm -f e0c1e19acaabea229381e3bb7d209be1a2beb6ff91f6e4bca4508098097512cb [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 14:06:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:06:49 ---> package-listing.sh 14:06:49 ++ facter osfamily 14:06:49 ++ tr '[:upper:]' '[:lower:]' 14:06:49 + OS_FAMILY=redhat 14:06:49 + workspace=/w/workspace/edgex-go/474 14:06:49 + START_PACKAGES=/tmp/packages_start.txt 14:06:49 + END_PACKAGES=/tmp/packages_end.txt 14:06:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:06:49 + PACKAGES=/tmp/packages_start.txt 14:06:49 + '[' /w/workspace/edgex-go/474 ']' 14:06:49 + PACKAGES=/tmp/packages_end.txt 14:06:49 + case "${OS_FAMILY}" in 14:06:49 + rpm -qa 14:06:49 + sort 14:06:54 + '[' -f /tmp/packages_start.txt ']' 14:06:54 + '[' -f /tmp/packages_end.txt ']' 14:06:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:06:54 + '[' /w/workspace/edgex-go/474 ']' 14:06:54 + mkdir -p /w/workspace/edgex-go/474/archives/ 14:06:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/474/archives/ [Pipeline] echo 14:06:54 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/474/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:06:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:06:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:06:55 14:06:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:06:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:06:55 alpine: Pulling from edgex-lftools-log-publisher 14:06:55 df20fa9351a1: Pulling fs layer 14:06:55 36b3adc4ff6f: Pulling fs layer 14:06:55 8ad3a11d3b57: Pulling fs layer 14:06:55 46f8f816bc3b: Pulling fs layer 14:06:55 93b61091891f: Pulling fs layer 14:06:55 93b9cdb0e59b: Pulling fs layer 14:06:55 5e14af77c1be: Pulling fs layer 14:06:55 01666e4c0597: Pulling fs layer 14:06:55 aa168da1d23b: Pulling fs layer 14:06:55 93b9cdb0e59b: Waiting 14:06:55 5e14af77c1be: Waiting 14:06:55 01666e4c0597: Waiting 14:06:55 aa168da1d23b: Waiting 14:06:55 46f8f816bc3b: Waiting 14:06:55 93b61091891f: Waiting 14:06:55 36b3adc4ff6f: Verifying Checksum 14:06:55 36b3adc4ff6f: Download complete 14:06:55 46f8f816bc3b: Verifying Checksum 14:06:55 46f8f816bc3b: Download complete 14:06:55 93b61091891f: Download complete 14:06:55 df20fa9351a1: Verifying Checksum 14:06:55 df20fa9351a1: Download complete 14:06:55 93b9cdb0e59b: Verifying Checksum 14:06:55 93b9cdb0e59b: Download complete 14:06:56 5e14af77c1be: Verifying Checksum 14:06:56 5e14af77c1be: Download complete 14:06:56 01666e4c0597: Download complete 14:06:56 8ad3a11d3b57: Verifying Checksum 14:06:56 8ad3a11d3b57: Download complete 14:06:56 df20fa9351a1: Pull complete 14:06:56 36b3adc4ff6f: Pull complete 14:06:58 8ad3a11d3b57: Pull complete 14:06:58 46f8f816bc3b: Pull complete 14:06:59 aa168da1d23b: Verifying Checksum 14:06:59 aa168da1d23b: Download complete 14:06:59 93b61091891f: Pull complete 14:06:59 93b9cdb0e59b: Pull complete 14:06:59 5e14af77c1be: Pull complete 14:07:00 01666e4c0597: Pull complete 14:07:08 aa168da1d23b: Pull complete 14:07:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:07:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:07:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:07:08 prd-centos7-docker-4c-2g-4078 does not seem to be running inside a container 14:07:08 $ 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/474/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/474 -v /w/workspace/edgex-go/474:/w/workspace/edgex-go/474:rw,z -v /w/workspace/edgex-go/474@tmp:/w/workspace/edgex-go/474@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 14:07:12 $ docker top c548bf2a59b2b0e835434445ba3152d6a69fa43f807bc382b3b043038074d1d6 -eo pid,comm [Pipeline] { [Pipeline] sh 14:07:12 + touch /tmp/pre-build-complete [Pipeline] sh 14:07:12 + mkdir -p /var/log/sa [Pipeline] sh 14:07:13 + ls /var/log/sa-host 14:07:13 + sadf -c /var/log/sa-host/sa10 14:07:13 file_magic: OK 14:07:13 HZ: Using current value: 100 14:07:13 file_header: OK 14:07:13 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 14:07:13 Statistics: 14:07:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:07:13 File successfully converted to sysstat format version 12.2.1 14:07:13 + sadf -c /var/log/sa-host/sa23 14:07:13 file_magic: OK 14:07:13 HZ: Using current value: 100 14:07:13 file_header: OK 14:07:13 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 14:07:13 Statistics: 14:07:13 Hnuu...uuuununununu... 14:07:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:07:13 provisioning config files... 14:07:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/474@tmp/config214078418978561281tmp [Pipeline] { [Pipeline] echo 14:07:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:07:13 ---> create-netrc.sh [Pipeline] } 14:07:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:07:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:07:14 ---> python-tools-install.sh [Pipeline] echo 14:07:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:07:14 ---> sudo-logs.sh 14:07:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:07:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:07:14 ---> job-cost.sh 14:07:14 lf-activate-venv: SKIPPING 14:07:14 DEBUG: total: 0.20999999344348907 14:07:14 INFO: Retrieving Stack Cost... 14:07:16 INFO: Retrieving Pricing Info for: v1-standard-2 14:07:16 INFO: Archiving Costs [Pipeline] echo 14:07:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:07:16 ---> logs-deploy.sh 14:07:16 lf-activate-venv: SKIPPING 14:07:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/474 14:07:16 INFO: archiving workspace using pattern(s): 14:07:18 Archives upload complete. 14:07:18 INFO: archiving logs to Nexus 14:07:19 ---> uname -a: 14:07:19 Linux prd-centos7-docker-4c-2g-4078.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:07:19 14:07:19 14:07:19 ---> lscpu: 14:07:19 Architecture: x86_64 14:07:19 CPU op-mode(s): 32-bit, 64-bit 14:07:19 Byte Order: Little Endian 14:07:19 Address sizes: 40 bits physical, 48 bits virtual 14:07:19 CPU(s): 4 14:07:19 On-line CPU(s) list: 0-3 14:07:19 Thread(s) per core: 1 14:07:19 Core(s) per socket: 1 14:07:19 Socket(s): 4 14:07:19 NUMA node(s): 1 14:07:19 Vendor ID: GenuineIntel 14:07:19 CPU family: 6 14:07:19 Model: 44 14:07:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:07:19 Stepping: 1 14:07:19 CPU MHz: 2933.438 14:07:19 BogoMIPS: 5866.87 14:07:19 Virtualization: VT-x 14:07:19 Hypervisor vendor: KVM 14:07:19 Virtualization type: full 14:07:19 L1d cache: 128 KiB 14:07:19 L1i cache: 128 KiB 14:07:19 L2 cache: 16 MiB 14:07:19 L3 cache: 64 MiB 14:07:19 NUMA node0 CPU(s): 0-3 14:07:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:07:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:07:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:07:19 Vulnerability Meltdown: Mitigation; PTI 14:07:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:07:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:07:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:07:19 Vulnerability Srbds: Not affected 14:07:19 Vulnerability Tsx async abort: Not affected 14:07:19 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 14:07:19 14:07:19 14:07:19 ---> nproc: 14:07:19 4 14:07:19 14:07:19 14:07:19 ---> df -h: 14:07:19 Filesystem Size Used Available Use% Mounted on 14:07:19 overlay 50.0G 13.9G 36.0G 28% / 14:07:19 tmpfs 64.0M 0 64.0M 0% /dev 14:07:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:07:19 shm 64.0M 0 64.0M 0% /dev/shm 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /facter-os 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /etc/resolv.conf 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /etc/hostname 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /etc/hosts 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /run/cloud-init/result.json 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /var/log/sa-host 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /var/log/secure 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /var/log/auth.log 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /w/workspace/edgex-go/474 14:07:19 /dev/vda1 50.0G 13.9G 36.0G 28% /w/workspace/edgex-go/474@tmp 14:07:19 14:07:19 14:07:19 ---> free -m: 14:07:19 total used free shared buff/cache available 14:07:19 Mem: 1837 781 182 0 873 1002 14:07:19 Swap: 1023 65 958 14:07:19 14:07:19 14:07:19 ---> ip addr: 14:07:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:07:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:07:19 inet 127.0.0.1/8 scope host lo 14:07:19 valid_lft forever preferred_lft forever 14:07:19 inet6 ::1/128 scope host 14:07:19 valid_lft forever preferred_lft forever 14:07:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:07:19 link/ether fa:16:3e:a4:56:d1 brd ff:ff:ff:ff:ff:ff 14:07:19 inet 10.30.123.91/23 brd 10.30.123.255 scope global dynamic eth0 14:07:19 valid_lft 85162sec preferred_lft 85162sec 14:07:19 inet6 fe80::f816:3eff:fea4:56d1/64 scope link 14:07:19 valid_lft forever preferred_lft forever 14:07:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:07:19 link/ether 02:42:41:59:bc:21 brd ff:ff:ff:ff:ff:ff 14:07:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:07:19 valid_lft forever preferred_lft forever 14:07:19 inet6 fe80::42:41ff:fe59:bc21/64 scope link 14:07:19 valid_lft forever preferred_lft forever 14:07:19 14:07:19 14:07:19 ---> sar -b -r -n DEV: 14:07:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 14:07:19 14:07:19 13:46:30 LINUX RESTART (4 CPU) 14:07:19 14:07:19 13:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:07:19 13:48:01 105.19 41.52 63.67 0.00 7916.10 18435.22 0.00 14:07:19 13:49:01 284.89 90.37 194.53 0.00 5247.05 51972.23 0.00 14:07:19 13:50:01 228.30 122.21 106.09 0.00 4009.60 13728.08 0.00 14:07:19 13:51:01 118.66 52.09 66.57 0.00 2037.45 6288.01 0.00 14:07:19 13:52:01 133.04 35.50 97.54 0.00 2574.03 25166.13 0.00 14:07:19 13:53:01 1692.87 1374.89 317.98 0.00 134957.98 193390.02 0.00 14:07:19 13:54:02 1756.19 1490.70 265.49 0.00 107117.78 114759.90 0.00 14:07:19 13:55:01 588.17 286.98 301.19 0.00 56782.42 112724.11 0.00 14:07:19 13:56:02 2443.15 2129.08 314.07 0.00 146112.48 150072.19 0.00 14:07:19 13:57:01 504.72 246.63 258.09 0.00 14008.86 49709.52 0.00 14:07:19 13:58:01 102.85 32.77 70.07 0.00 6299.73 5078.78 0.00 14:07:19 13:59:01 3.55 0.05 3.50 0.00 1.60 69.27 0.00 14:07:19 14:00:01 0.60 0.00 0.60 0.00 0.00 8.08 0.00 14:07:19 14:01:01 0.43 0.13 0.30 0.00 3.20 4.80 0.00 14:07:19 14:02:01 2.28 2.03 0.25 0.00 70.31 5.76 0.00 14:07:19 14:03:01 0.92 0.03 0.88 0.00 1.07 17.87 0.00 14:07:19 14:04:01 0.25 0.02 0.23 0.00 0.53 3.76 0.00 14:07:19 14:05:01 256.28 134.48 121.81 0.00 7662.79 33666.67 0.00 14:07:19 14:06:02 171.18 62.88 108.29 0.00 5180.59 26845.20 0.00 14:07:19 14:07:01 227.66 133.56 94.10 0.00 11122.04 17985.35 0.00 14:07:19 Average: 432.71 313.42 119.29 0.00 25677.39 41106.93 0.00 14:07:19 14:07:19 13:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:07:19 13:48:01 296156 0 605080 32.16 2620 977688 1206860 41.19 566524 813048 43916 14:07:19 13:49:01 339396 0 716548 38.08 1520 824080 1125076 38.40 429636 821784 16 14:07:19 13:50:01 193968 0 805124 42.79 776 881676 1643076 56.08 677792 723472 12880 14:07:19 13:51:01 181044 0 799116 42.47 672 900712 1744572 59.54 660412 745336 82872 14:07:19 13:52:01 182576 0 743356 39.51 588 955024 1414080 48.26 596536 810772 44 14:07:19 13:53:01 71960 0 821216 43.65 28 988340 2153112 73.48 682420 898820 15920 14:07:19 13:54:02 98516 0 1409724 74.92 28 373276 3993132 136.28 865568 638572 16536 14:07:19 13:55:01 61724 0 810688 43.09 28 1009104 2201996 75.15 721812 876024 69848 14:07:19 13:56:02 75540 0 951828 50.59 28 854148 2913844 99.44 705016 852780 28888 14:07:19 13:57:01 91792 0 721904 38.37 28 1067820 1516532 51.76 545780 986864 356 14:07:19 13:58:01 72032 0 685276 36.42 28 1124208 1440340 49.16 587568 959852 28 14:07:19 13:59:01 105920 0 651368 34.62 28 1124228 1218284 41.58 599936 916272 12 14:07:19 14:00:01 108676 0 648604 34.47 28 1124236 1193756 40.74 598240 916080 8 14:07:19 14:01:01 107436 0 649840 34.54 28 1124240 1196104 40.82 599440 916128 12 14:07:19 14:02:01 106732 0 649008 34.49 28 1125776 1194108 40.75 598684 917044 8 14:07:19 14:03:01 106768 0 648968 34.49 28 1125780 1194324 40.76 598988 917044 8 14:07:19 14:04:01 106276 0 649468 34.52 28 1125772 1194372 40.76 599064 917044 8 14:07:19 14:05:01 72116 0 755880 40.17 0 1053548 1473924 50.30 611308 900080 52 14:07:19 14:06:02 131680 0 786492 41.80 0 963372 1631128 55.67 624468 789272 73064 14:07:19 14:07:01 76336 0 799304 42.48 0 1005904 1620552 55.31 600476 852076 91332 14:07:19 Average: 129332 0 765440 40.68 326 986447 1663459 56.77 623483 858418 21790 14:07:19 14:07:19 13:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:07:19 13:48:01 vethf8e4a7b 318.19 399.65 47.40 2650.47 0.00 0.00 0.00 0.00 14:07:19 13:48:01 eth0 1288.44 942.45 6351.37 150.97 0.00 0.00 0.00 0.00 14:07:19 13:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:48:01 docker0 318.19 399.52 43.05 2650.46 0.00 0.00 0.00 0.00 14:07:19 13:49:01 eth0 562.45 425.52 3548.34 72.94 0.00 0.00 0.00 0.00 14:07:19 13:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:49:01 docker0 191.86 274.33 13.38 846.17 0.00 0.00 0.00 0.00 14:07:19 13:50:01 vethe0e6de0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:07:19 13:50:01 eth0 35.09 20.81 34.35 14.96 0.00 0.00 0.00 0.00 14:07:19 13:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:51:01 vethe0e6de0 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 14:07:19 13:51:01 eth0 62.30 52.84 21.01 80.82 0.00 0.00 0.00 0.00 14:07:19 13:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:51:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 14:07:19 13:52:01 eth0 175.58 140.65 1695.95 40.08 0.00 0.00 0.00 0.00 14:07:19 13:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:52:01 veth4c7a21b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 14:07:19 13:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:53:01 eth0 109.16 82.08 193.39 47.40 0.00 0.00 0.00 0.00 14:07:19 13:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:53:01 vetha2393b0 0.00 0.86 0.00 0.05 0.00 0.00 0.00 0.00 14:07:19 13:53:01 docker0 49.79 64.81 3.13 164.88 0.00 0.00 0.00 0.00 14:07:19 13:54:02 vethf4e47de 0.05 0.18 0.00 0.01 0.00 0.00 0.00 0.00 14:07:19 13:54:02 veth1553265 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 14:07:19 13:54:02 veth5b97a44 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 14:07:19 13:54:02 eth0 68.65 43.16 53.19 80.52 0.00 0.00 0.00 0.00 14:07:19 13:55:01 eth0 148.64 102.45 326.00 124.03 0.00 0.00 0.00 0.00 14:07:19 13:55:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:07:19 13:55:01 vetha2393b0 0.00 1.76 0.00 0.08 0.00 0.00 0.00 0.00 14:07:19 13:55:01 docker0 591.29 780.57 61.62 3882.16 0.00 0.00 0.00 0.00 14:07:19 13:56:02 eth0 85.20 62.95 158.27 17.11 0.00 0.00 0.00 0.00 14:07:19 13:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:56:02 vetha03f152 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:07:19 13:56:02 veth3b2a3e1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 14:07:19 13:57:01 veth15fd84d 17.74 28.06 1.23 321.71 0.00 0.00 0.00 0.00 14:07:19 13:57:01 eth0 171.00 119.06 1616.02 79.38 0.00 0.00 0.00 0.00 14:07:19 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:57:01 vetha2393b0 0.00 2.25 0.00 0.11 0.00 0.00 0.00 0.00 14:07:19 13:58:01 eth0 385.97 362.68 198.13 1366.46 0.00 0.00 0.00 0.00 14:07:19 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:58:01 docker0 656.14 860.74 65.25 4357.48 0.00 0.00 0.00 0.00 14:07:19 13:59:01 eth0 42.73 42.42 17.28 214.00 0.00 0.00 0.00 0.00 14:07:19 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:00:01 eth0 1.07 0.27 0.32 0.20 0.00 0.00 0.00 0.00 14:07:19 14:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:01:01 eth0 0.53 0.43 0.28 0.21 0.00 0.00 0.00 0.00 14:07:19 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:02:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:07:19 14:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:03:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 14:07:19 14:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:04:01 eth0 1.38 0.40 0.37 0.21 0.00 0.00 0.00 0.00 14:07:19 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:05:01 eth0 378.91 340.82 4088.03 68.72 0.00 0.00 0.00 0.00 14:07:19 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:05:01 veth0ce107f 6.23 7.41 1.07 3.06 0.00 0.00 0.00 0.00 14:07:19 14:05:01 docker0 6.23 7.27 0.99 3.05 0.00 0.00 0.00 0.00 14:07:19 14:06:02 eth0 441.46 406.48 3584.65 87.96 0.00 0.00 0.00 0.00 14:07:19 14:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:06:02 docker0 42.04 44.45 2.88 366.41 0.00 0.00 0.00 0.00 14:07:19 14:07:01 eth0 293.74 236.95 2528.74 91.12 0.00 0.00 0.00 0.00 14:07:19 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 14:07:01 docker0 42.41 46.37 3.58 267.64 0.00 0.00 0.00 0.00 14:07:19 Average: eth0 212.74 169.24 1220.21 126.94 0.00 0.00 0.00 0.00 14:07:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:07:19 Average: docker0 37.38 47.99 3.64 249.98 0.00 0.00 0.00 0.00 14:07:19 14:07:19 14:07:19 ---> sar -P ALL: 14:07:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 14:07:19 14:07:19 13:46:30 LINUX RESTART (4 CPU) 14:07:19 14:07:19 13:47:01 CPU %user %nice %system %iowait %steal %idle 14:07:19 13:48:01 all 20.83 0.00 7.14 1.95 0.14 69.95 14:07:19 13:48:01 0 19.12 0.00 8.68 1.24 0.09 70.88 14:07:19 13:48:01 1 18.86 0.00 6.15 1.30 0.14 73.55 14:07:19 13:48:01 2 25.07 0.00 6.52 4.08 0.15 64.18 14:07:19 13:48:01 3 20.28 0.00 7.21 1.19 0.17 71.15 14:07:19 13:49:01 all 11.80 0.00 9.92 5.08 0.12 73.08 14:07:19 13:49:01 0 11.97 0.00 10.07 6.17 0.10 71.68 14:07:19 13:49:01 1 11.10 0.00 10.06 5.10 0.09 73.65 14:07:19 13:49:01 2 12.15 0.00 9.55 4.23 0.12 73.95 14:07:19 13:49:01 3 11.96 0.00 10.01 4.83 0.15 73.04 14:07:19 13:50:01 all 50.08 0.00 13.90 7.30 0.07 28.65 14:07:19 13:50:01 0 50.05 0.00 13.93 9.10 0.07 26.85 14:07:19 13:50:01 1 50.11 0.00 13.71 6.35 0.09 29.74 14:07:19 13:50:01 2 50.40 0.00 14.31 8.27 0.09 26.93 14:07:19 13:50:01 3 49.77 0.00 13.64 5.46 0.05 31.08 14:07:19 13:51:01 all 50.53 0.00 14.76 3.08 0.09 31.54 14:07:19 13:51:01 0 50.85 0.00 14.48 2.67 0.09 31.91 14:07:19 13:51:01 1 50.46 0.00 15.02 4.15 0.09 30.29 14:07:19 13:51:01 2 50.48 0.00 15.03 1.46 0.07 32.96 14:07:19 13:51:01 3 50.35 0.00 14.51 4.03 0.10 31.01 14:07:19 13:52:01 all 28.14 0.00 10.94 3.96 0.10 56.86 14:07:19 13:52:01 0 28.30 0.00 11.52 2.19 0.10 57.88 14:07:19 13:52:01 1 27.09 0.00 10.69 5.52 0.10 56.60 14:07:19 13:52:01 2 28.74 0.00 10.76 2.78 0.09 57.63 14:07:19 13:52:01 3 28.41 0.00 10.79 5.33 0.12 55.35 14:07:19 13:53:01 all 20.43 0.00 28.85 15.61 0.22 34.90 14:07:19 13:53:01 0 18.92 0.00 28.41 16.97 0.25 35.46 14:07:19 13:53:01 1 20.93 0.00 27.66 14.65 0.23 36.53 14:07:19 13:53:01 2 20.29 0.00 28.90 16.69 0.21 33.91 14:07:19 13:53:01 3 21.61 0.00 30.43 14.09 0.18 33.69 14:07:19 13:54:02 all 45.79 0.00 21.19 20.57 0.16 12.30 14:07:19 13:54:02 0 46.39 0.00 21.26 20.48 0.17 11.69 14:07:19 13:54:02 1 45.03 0.00 20.90 20.66 0.19 13.22 14:07:19 13:54:02 2 45.30 0.00 21.25 21.57 0.16 11.72 14:07:19 13:54:02 3 46.41 0.00 21.33 19.57 0.12 12.57 14:07:19 13:55:01 all 36.22 0.00 20.73 18.17 0.16 24.72 14:07:19 13:55:01 0 35.69 0.00 21.55 16.08 0.19 26.48 14:07:19 13:55:01 1 36.11 0.00 20.71 19.92 0.19 23.08 14:07:19 13:55:01 2 36.96 0.00 19.83 20.80 0.14 22.27 14:07:19 13:55:01 3 36.11 0.00 20.85 15.86 0.12 27.06 14:07:19 13:56:02 all 21.23 0.00 24.16 20.42 0.25 33.94 14:07:19 13:56:02 0 20.30 0.00 24.48 20.67 0.23 34.33 14:07:19 13:56:02 1 21.78 0.00 24.27 21.43 0.26 32.26 14:07:19 13:56:02 2 21.47 0.00 24.33 21.12 0.26 32.82 14:07:19 13:56:02 3 21.38 0.00 23.54 18.46 0.23 36.39 14:07:19 13:57:01 all 51.56 0.00 16.28 10.96 0.40 20.80 14:07:19 13:57:01 0 50.79 0.00 18.02 9.56 0.46 21.16 14:07:19 13:57:01 1 51.58 0.00 15.73 9.45 0.44 22.79 14:07:19 13:57:01 2 52.45 0.00 16.13 11.91 0.37 19.14 14:07:19 13:57:01 3 51.39 0.00 15.27 12.88 0.33 20.12 14:07:19 13:58:01 all 12.14 0.00 5.64 3.87 0.12 78.23 14:07:19 13:58:01 0 11.92 0.00 5.94 5.33 0.17 76.63 14:07:19 13:58:01 1 11.82 0.00 5.40 1.32 0.10 81.35 14:07:19 13:58:01 2 14.18 0.00 6.23 4.61 0.07 74.91 14:07:19 13:58:01 3 10.64 0.00 4.99 4.21 0.14 80.03 14:07:19 14:07:19 13:58:01 CPU %user %nice %system %iowait %steal %idle 14:07:19 13:59:01 all 1.60 0.00 0.63 0.00 0.01 97.76 14:07:19 13:59:01 0 1.59 0.00 0.67 0.00 0.00 97.74 14:07:19 13:59:01 1 1.83 0.00 0.65 0.00 0.03 97.49 14:07:19 13:59:01 2 1.68 0.00 0.78 0.00 0.00 97.53 14:07:19 13:59:01 3 1.29 0.00 0.42 0.00 0.02 98.28 14:07:19 14:00:01 all 0.17 0.00 0.03 0.00 0.00 99.80 14:07:19 14:00:01 0 0.55 0.00 0.03 0.00 0.00 99.42 14:07:19 14:00:01 1 0.05 0.00 0.03 0.00 0.00 99.92 14:07:19 14:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 14:07:19 14:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 14:07:19 14:01:01 all 0.18 0.00 0.04 0.01 0.00 99.77 14:07:19 14:01:01 0 0.03 0.00 0.03 0.00 0.02 99.92 14:07:19 14:01:01 1 0.08 0.00 0.07 0.00 0.00 99.85 14:07:19 14:01:01 2 0.05 0.00 0.03 0.02 0.00 99.90 14:07:19 14:01:01 3 0.55 0.00 0.02 0.02 0.00 99.42 14:07:19 14:02:01 all 0.17 0.00 0.07 0.02 0.00 99.74 14:07:19 14:02:01 0 0.05 0.00 0.05 0.00 0.00 99.90 14:07:19 14:02:01 1 0.38 0.00 0.07 0.03 0.00 99.52 14:07:19 14:02:01 2 0.02 0.00 0.03 0.00 0.02 99.93 14:07:19 14:02:01 3 0.22 0.00 0.12 0.07 0.00 99.60 14:07:19 14:03:01 all 0.20 0.00 0.03 0.00 0.00 99.76 14:07:19 14:03:01 0 0.12 0.00 0.03 0.00 0.00 99.85 14:07:19 14:03:01 1 0.18 0.00 0.02 0.00 0.00 99.80 14:07:19 14:03:01 2 0.48 0.00 0.05 0.00 0.00 99.47 14:07:19 14:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 14:07:19 14:04:01 all 0.13 0.00 0.04 0.00 0.00 99.83 14:07:19 14:04:01 0 0.07 0.00 0.03 0.00 0.00 99.90 14:07:19 14:04:01 1 0.07 0.00 0.02 0.00 0.00 99.92 14:07:19 14:04:01 2 0.33 0.00 0.10 0.00 0.00 99.57 14:07:19 14:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 14:07:19 14:05:01 all 9.60 0.00 7.22 3.91 0.14 79.12 14:07:19 14:05:01 0 9.46 0.00 8.19 4.42 0.17 77.77 14:07:19 14:05:01 1 9.76 0.00 7.33 2.11 0.14 80.66 14:07:19 14:05:01 2 8.75 0.00 6.72 3.31 0.12 81.10 14:07:19 14:05:01 3 10.46 0.00 6.64 5.81 0.14 76.95 14:07:19 14:06:02 all 9.83 0.00 8.08 4.33 0.20 77.57 14:07:19 14:06:02 0 10.03 0.00 9.82 4.47 0.21 75.47 14:07:19 14:06:02 1 9.82 0.00 7.59 4.19 0.19 78.21 14:07:19 14:06:02 2 9.53 0.00 6.96 3.45 0.19 79.87 14:07:19 14:06:02 3 9.92 0.00 7.96 5.23 0.20 76.69 14:07:19 14:07:01 all 10.19 0.00 7.58 4.29 0.22 77.73 14:07:19 14:07:01 0 7.93 0.00 8.54 1.84 0.19 81.50 14:07:19 14:07:01 1 9.85 0.00 7.93 7.67 0.17 74.37 14:07:19 14:07:01 2 9.60 0.00 6.90 4.25 0.24 79.01 14:07:19 14:07:01 3 13.38 0.00 6.96 3.37 0.26 76.03 14:07:19 Average: all 18.72 0.00 9.69 6.06 0.12 65.41 14:07:19 Average: 0 18.41 0.00 10.13 5.95 0.12 65.39 14:07:19 Average: 1 18.52 0.00 9.53 6.06 0.12 65.77 14:07:19 Average: 2 19.07 0.00 9.56 6.31 0.11 64.95 14:07:19 Average: 3 18.89 0.00 9.56 5.90 0.12 65.54 14:07:19 14:07:19 14:07:19