Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3a622268bb16cc6f060a937717ebd043e18486e3 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true 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-29527 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/391 [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/391 # 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 3a622268bb16cc6f060a937717ebd043e18486e3 (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 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 Commit message: "Merge pull request #3242 from tonyespy/snap-use-go-snap" > git rev-list --no-walk 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:57:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:57:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:57:22 ========================================================= 14:57:22 EdgeX Global Pipelines Version Info 14:57:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:57:23 ------------------- 14:57:23 stable info: 14:57:23 ------------------- 14:57:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:57:23 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:57:23 Message: update stable to v1.0.184 14:57:24 ------------------- 14:57:24 experimental info: 14:57:24 ------------------- 14:57:24 Commited By: **** collab-it+edgex@linuxfoundation.org 14:57:24 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:57:24 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:57:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:57:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:57:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:57:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:57:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:57:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:57:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:57:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:57:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:57:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:57:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:57:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:57:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:57:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 14:57:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 14:57:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 14:57:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] echo 14:57:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a62226 [Pipeline] echo 14:57:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:57:27 provisioning config files... 14:57:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/391@tmp/config5736701300820052391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:57:28 ---> docker-login.sh 14:57:28 nexus3.edgexfoundry.org:10001 14:57:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:28 Configure a credential helper to remove this warning. See 14:57:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:28 14:57:28 Login Succeeded 14:57:28 nexus3.edgexfoundry.org:10002 14:57:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:28 Configure a credential helper to remove this warning. See 14:57:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:28 14:57:28 Login Succeeded 14:57:28 nexus3.edgexfoundry.org:10003 14:57:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:28 Configure a credential helper to remove this warning. See 14:57:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:28 14:57:28 Login Succeeded 14:57:28 nexus3.edgexfoundry.org:10004 14:57:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:29 Configure a credential helper to remove this warning. See 14:57:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:29 14:57:29 Login Succeeded 14:57:29 docker.io 14:57:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:29 Configure a credential helper to remove this warning. See 14:57:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:29 14:57:29 Login Succeeded 14:57:29 ---> docker-login.sh ends [Pipeline] } 14:57:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:57: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 14:57:29 + for file in '`ls cmd/**/Dockerfile`' 14:57:29 ++ dirname cmd/core-command/Dockerfile 14:57:29 ++ cut -d/ -f2 14:57:29 + echo core-command,cmd/core-command/Dockerfile 14:57:29 + for file in '`ls cmd/**/Dockerfile`' 14:57:29 ++ dirname cmd/core-data/Dockerfile 14:57:29 ++ cut -d/ -f2 14:57:29 + echo core-data,cmd/core-data/Dockerfile 14:57:29 + for file in '`ls cmd/**/Dockerfile`' 14:57:29 ++ dirname cmd/core-metadata/Dockerfile 14:57:29 ++ cut -d/ -f2 14:57:29 + echo core-metadata,cmd/core-metadata/Dockerfile 14:57:29 + for file in '`ls cmd/**/Dockerfile`' 14:57:29 ++ dirname cmd/security-bootstrapper/Dockerfile 14:57:29 ++ cut -d/ -f2 14:57:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:57:29 + for file in '`ls cmd/**/Dockerfile`' 14:57:29 ++ dirname cmd/security-proxy-setup/Dockerfile 14:57:29 ++ cut -d/ -f2 14:57:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:57:29 + for file in '`ls cmd/**/Dockerfile`' 14:57:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:57:29 ++ cut -d/ -f2 14:57:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:57:29 + for file in '`ls cmd/**/Dockerfile`' 14:57:29 ++ dirname cmd/support-notifications/Dockerfile 14:57:29 ++ cut -d/ -f2 14:57:29 + echo support-notifications,cmd/support-notifications/Dockerfile 14:57:29 + for file in '`ls cmd/**/Dockerfile`' 14:57:29 ++ dirname cmd/support-scheduler/Dockerfile 14:57:29 ++ cut -d/ -f2 14:57:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:57:29 + for file in '`ls cmd/**/Dockerfile`' 14:57:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:57:29 ++ cut -d/ -f2 14:57:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:57: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 14:57:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:57:31 14:57:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:57:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:57:31 latest: Pulling from edgex-devops/git-semver 14:57:31 31603596830f: Pulling fs layer 14:57:31 2a8b12db71e7: Pulling fs layer 14:57:31 6ca5941a6612: Pulling fs layer 14:57:31 ecc8261a40a4: Pulling fs layer 14:57:31 ecc8261a40a4: Waiting 14:57:31 2a8b12db71e7: Verifying Checksum 14:57:31 2a8b12db71e7: Download complete 14:57:31 31603596830f: Verifying Checksum 14:57:31 31603596830f: Download complete 14:57:32 ecc8261a40a4: Verifying Checksum 14:57:32 ecc8261a40a4: Download complete 14:57:32 6ca5941a6612: Verifying Checksum 14:57:32 6ca5941a6612: Download complete 14:57:32 31603596830f: Pull complete 14:57:32 2a8b12db71e7: Pull complete 14:57:33 6ca5941a6612: Pull complete 14:57:33 ecc8261a40a4: Pull complete 14:57:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:57:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:57:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:57:33 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 14:57:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 14:57:36 $ docker top 99de6df6679f4ac00e13180760be3d3ed743ef5e92f0c5672dd8d9fbb13f158b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:57:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:57:36 [ssh-agent] Looking for ssh-agent implementation... 14:57:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:57:37 $ docker exec 99de6df6679f4ac00e13180760be3d3ed743ef5e92f0c5672dd8d9fbb13f158b ssh-agent 14:57:37 SSH_AUTH_SOCK=/tmp/ssh-xfImLGqAHeQN/agent.11 14:57:37 SSH_AGENT_PID=16 14:57:37 Running ssh-add (command line suppressed) 14:57:37 Identity added: /w/workspace/edgex-go/391@tmp/private_key_3436528614022505051.key (/w/workspace/edgex-go/391@tmp/private_key_3436528614022505051.key) 14:57:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:57:37 + git tag --points-at HEAD [Pipeline] } 14:57:37 $ docker exec --env ******** --env ******** 99de6df6679f4ac00e13180760be3d3ed743ef5e92f0c5672dd8d9fbb13f158b ssh-agent -k 14:57:37 unset SSH_AUTH_SOCK; 14:57:37 unset SSH_AGENT_PID; 14:57:37 echo Agent pid 16 killed; 14:57:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:57:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:57:38 [ssh-agent] Looking for ssh-agent implementation... 14:57:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:57:38 $ docker exec 99de6df6679f4ac00e13180760be3d3ed743ef5e92f0c5672dd8d9fbb13f158b ssh-agent 14:57:38 SSH_AUTH_SOCK=/tmp/ssh-d4jOSPFDV4bF/agent.45 14:57:38 SSH_AGENT_PID=51 14:57:38 Running ssh-add (command line suppressed) 14:57:38 Identity added: /w/workspace/edgex-go/391@tmp/private_key_8931244099195512387.key (/w/workspace/edgex-go/391@tmp/private_key_8931244099195512387.key) 14:57:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:57:38 + git semver init 14:57:38 # -> Open(): unable to determine branch for HEAD 14:57:38 # $GIT_DIR = /w/workspace/edgex-go/391/.git 14:57:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/391 14:57:38 # $SEMVER_REMOTE_NAME = origin 14:57:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:57:38 # $SEMVER_USER_NAME = edgex-jenkins 14:57:38 # $SEMVER_BRANCH = master 14:57:38 # $SEMVER_TEMP = /tmp/semver-961900547 14:57:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:57:57 # '/tmp/semver-961900547' -> '/w/workspace/edgex-go/391/.semver' 14:57:57 # -> Force: false 14:57:57 # $SEMVER_DIR = /w/workspace/edgex-go/391/.semver [Pipeline] } 14:57:57 $ docker exec --env ******** --env ******** 99de6df6679f4ac00e13180760be3d3ed743ef5e92f0c5672dd8d9fbb13f158b ssh-agent -k 14:57:57 unset SSH_AUTH_SOCK; 14:57:57 unset SSH_AGENT_PID; 14:57:57 echo Agent pid 51 killed; 14:57:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:57:57 + git semver [Pipeline] } 14:57:57 $ docker stop --time=1 99de6df6679f4ac00e13180760be3d3ed743ef5e92f0c5672dd8d9fbb13f158b 14:57:59 $ docker rm -f 99de6df6679f4ac00e13180760be3d3ed743ef5e92f0c5672dd8d9fbb13f158b [Pipeline] // withDockerContainer [Pipeline] sh 14:58:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:58:00 Stashed 1 file(s) [Pipeline] echo 14:58:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.124 [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 14:58:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:58:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:58:02 + sudo service docker restart 14:58:02 + true 14:58:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:58:02 ========================================================= 14:58:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:58:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:58:03 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 14:58:08 Sending build context to Docker daemon 328.4MB 14:58:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:58:08 Step 2/6 : FROM ${BASE} 14:58:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:58:08 188c0c94c7c5: Pulling fs layer 14:58:08 0ef7d3d256c8: Pulling fs layer 14:58:08 de9db76c5a1d: Pulling fs layer 14:58:08 bca2f99d35d6: Pulling fs layer 14:58:08 93359f2a8cfa: Pulling fs layer 14:58:08 7c6f9722023f: Pulling fs layer 14:58:08 a35cf1a2eb13: Pulling fs layer 14:58:08 93359f2a8cfa: Waiting 14:58:08 7c6f9722023f: Waiting 14:58:08 a35cf1a2eb13: Waiting 14:58:08 bca2f99d35d6: Waiting 14:58:08 de9db76c5a1d: Verifying Checksum 14:58:08 de9db76c5a1d: Download complete 14:58:08 0ef7d3d256c8: Verifying Checksum 14:58:08 0ef7d3d256c8: Download complete 14:58:08 93359f2a8cfa: Verifying Checksum 14:58:08 93359f2a8cfa: Download complete 14:58:08 188c0c94c7c5: Verifying Checksum 14:58:08 7c6f9722023f: Verifying Checksum 14:58:08 7c6f9722023f: Download complete 14:58:08 188c0c94c7c5: Pull complete 14:58:08 0ef7d3d256c8: Pull complete 14:58:08 de9db76c5a1d: Pull complete 14:58:10 a35cf1a2eb13: Verifying Checksum 14:58:10 a35cf1a2eb13: Download complete 14:58:11 bca2f99d35d6: Verifying Checksum 14:58:11 bca2f99d35d6: Download complete 14:58:16 Still waiting to schedule task 14:58:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:58:16 bca2f99d35d6: Pull complete 14:58:16 93359f2a8cfa: Pull complete 14:58:16 7c6f9722023f: Pull complete 14:58:22 a35cf1a2eb13: Pull complete 14:58:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:58:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:58:22 ---> a62c8e92a672 14:58:22 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 14:58:22 ---> Running in 988f63c61fad 14:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:58:23 (1/12) Installing libmagic (5.38-r0) 14:58:23 (2/12) Installing file (5.38-r0) 14:58:23 (3/12) Installing libc-dev (0.7.2-r3) 14:58:23 (4/12) Installing g++ (9.3.0-r2) 14:58:26 (5/12) Installing fortify-headers (1.1-r0) 14:58:26 (6/12) Installing patch (2.7.6-r6) 14:58:26 (7/12) Installing build-base (0.5-r2) 14:58:26 (8/12) Installing libsodium (1.0.18-r0) 14:58:26 (9/12) Installing pkgconf (1.7.2-r0) 14:58:27 (10/12) Installing libsodium-dev (1.0.18-r0) 14:58:27 (11/12) Installing libzmq (4.3.3-r0) 14:58:27 (12/12) Installing zeromq-dev (4.3.3-r0) 14:58:27 Executing busybox-1.31.1-r19.trigger 14:58:27 OK: 233 MiB in 51 packages 14:58:31 Removing intermediate container 988f63c61fad 14:58:31 ---> fa0da8603915 14:58:31 Step 4/6 : WORKDIR /edgex-go 14:58:31 ---> Running in 8447fc9a7154 14:58:31 Removing intermediate container 8447fc9a7154 14:58:31 ---> 6ac52b701718 14:58:31 Step 5/6 : COPY go.mod . 14:58:31 ---> f05bf0770a68 14:58:31 Step 6/6 : RUN go mod download 14:58:31 ---> Running in f8dd6fa4c329 14:58:53 Removing intermediate container f8dd6fa4c329 14:58:53 ---> 3d20936ed982 14:58:53 Successfully built 3d20936ed982 14:58:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:58:54 + docker inspect -f . ci-base-image-x86_64 14:58:54 . [Pipeline] withDockerContainer 14:58:54 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 14:58:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 14:58:55 $ docker top 451dc1e8ca9af5c04e84f31541651a610f8bb5bd82844e7448db4b8a85eb5f71 -eo pid,comm [Pipeline] { [Pipeline] sh 14:58:55 + go version 14:58:55 go version go1.15.5 linux/amd64 [Pipeline] } 14:58:55 $ docker stop --time=1 451dc1e8ca9af5c04e84f31541651a610f8bb5bd82844e7448db4b8a85eb5f71 14:58:57 $ docker rm -f 451dc1e8ca9af5c04e84f31541651a610f8bb5bd82844e7448db4b8a85eb5f71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:58:58 + docker inspect -f . ci-base-image-x86_64 14:58:58 . [Pipeline] withDockerContainer 14:58:58 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 14:58:58 $ 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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 14:58:58 $ docker top 37c86d9eeccc3af29782e05054fd458842a4474c3d7fa9272b7c42fe65725df3 -eo pid,comm [Pipeline] { [Pipeline] echo 14:58:59 ========================================================= 14:58:59 [edgeXBuildGoParallel] Running Tests and Build... 14:58:59 ========================================================= [Pipeline] sh 14:58:59 + make test 14:58:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:59:09 ? github.com/edgexfoundry/edgex-go [no test files] 14:59:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:59:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:59:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:59:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:59:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:59:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:59:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:59:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:59:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:59:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:59:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:59:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:59:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements 14:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.1% of statements 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.205s coverage: 82.9% of statements 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements 14:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:59:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.501s coverage: 92.8% of statements 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:59:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:59:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:59:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements 14:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements 14:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 14:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements 14:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 15:00:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements 15:00:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 15:00:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.122s coverage: 81.4% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.057s coverage: 92.9% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 62.4% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.273s coverage: 69.0% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.079s coverage: 38.4% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 87.1% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.744s coverage: 29.1% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.088s coverage: 96.5% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:00:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 15:00:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:00:11 GO111MODULE=on go vet ./... 15:00:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29528 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 15:00:14 Running in /w/workspace/edgex-go/391 [Pipeline] { [Pipeline] checkout 15:00:20 using credential edgex-jenkins-ssh 15:00:20 Cloning the remote Git repository 15:00:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:00:20 > git init /w/workspace/edgex-go/391 # timeout=10 15:00:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:00:20 > git --version # timeout=10 15:00:20 > git --version # 'git version 2.17.1' 15:00:20 using GIT_SSH to set credentials SSH Credentials for GitHub 15:00:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:00:36 Checking out Revision 3a622268bb16cc6f060a937717ebd043e18486e3 (master) 15:00:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:00:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:00:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:00:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:00:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:00:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:00:36 > git config core.sparsecheckout # timeout=10 15:00:36 > git checkout -f 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 15:00:38 gofmt -l . 15:00:38 [ "`gofmt -l .`" = "" ] 15:00:38 ./bin/test-go-mod-tidy.sh 15:00:38 ./bin/test-attribution-txt.sh [Pipeline] sh 15:00:39 + ls -al . 15:00:39 total 740 15:00:39 drwxrwxr-x 10 1001 1001 4096 Mar 11 15:00 . 15:00:39 drwxr-xr-x 4 root root 32 Mar 11 14:58 .. 15:00:39 -rw-rw-r-- 1 1001 1001 11 Mar 11 14:57 .dockerignore 15:00:39 drwxrwxr-x 8 1001 1001 162 Mar 11 14:57 .git 15:00:39 drwxrwxr-x 3 1001 1001 125 Mar 11 14:57 .github 15:00:39 -rw-rw-r-- 1 1001 1001 818 Mar 11 14:57 .gitignore 15:00:39 drwx------ 3 1001 1001 45 Mar 11 14:57 .semver 15:00:39 -rw-rw-r-- 1 1001 1001 166 Mar 11 14:57 .sonarcloud.properties 15:00:39 -rw-rw-r-- 1 1001 1001 8607 Mar 11 14:57 Attribution.txt 15:00:39 -rw-rw-r-- 1 1001 1001 3804 Mar 11 14:57 CONTRIBUTING.md 15:00:39 -rw-rw-r-- 1 1001 1001 931 Mar 11 14:57 Dockerfile.build 15:00:39 -rw-rw-r-- 1 1001 1001 863 Mar 11 14:57 Jenkinsfile 15:00:39 -rw-rw-r-- 1 1001 1001 10775 Mar 11 14:57 LICENSE 15:00:39 -rw-rw-r-- 1 1001 1001 5774 Mar 11 14:57 Makefile 15:00:39 -rw-rw-r-- 1 1001 1001 6548 Mar 11 14:57 README.md 15:00:39 -rw-rw-r-- 1 1001 1001 6755 Mar 11 14:57 SECURITY.md 15:00:39 -rw-rw-r-- 1 1001 1001 13 Mar 11 14:58 VERSION 15:00:39 -rw-rw-r-- 1 1001 1001 4131 Mar 11 14:57 ZMQWindows.md 15:00:39 drwxrwxr-x 2 1001 1001 117 Mar 11 14:57 bin 15:00:39 drwxrwxr-x 14 1001 1001 4096 Mar 11 14:57 cmd 15:00:39 -rw-r--r-- 1 root root 628838 Mar 11 15:00 coverage.out 15:00:39 -rw-r--r-- 1 root root 1055 Mar 11 15:00 go.mod 15:00:39 -rw-r--r-- 1 root root 21981 Mar 11 15:00 go.sum 15:00:39 drwxrwxr-x 8 1001 1001 127 Mar 11 14:57 internal 15:00:39 drwxrwxr-x 4 1001 1001 26 Mar 11 14:57 openapi 15:00:39 drwxrwxr-x 4 1001 1001 71 Mar 11 14:57 snap 15:00:39 -rw-rw-r-- 1 1001 1001 168 Mar 11 14:57 version.go [Pipeline] sh 15:00:39 + '[' -e coverage.out ] 15:00:39 + chown 1001:1001 coverage.out [Pipeline] stash 15:00:39 Stashed 1 file(s) [Pipeline] sh 15:00:39 + make build 15:00:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/core-data/core-data ./cmd/core-data 15:00:41 Commit message: "Merge pull request #3242 from tonyespy/snap-use-go-snap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:00:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:00:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:00:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:00:44 + sudo service docker restart 15:00:44 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:00:46 provisioning config files... 15:00:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/391@tmp/config3141083713380527555tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:00:46 ---> docker-login.sh 15:00:46 nexus3.edgexfoundry.org:10001 15:00:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:48 Configure a credential helper to remove this warning. See 15:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:48 15:00:48 Login Succeeded 15:00:48 nexus3.edgexfoundry.org:10002 15:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:48 Configure a credential helper to remove this warning. See 15:00:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:48 15:00:48 Login Succeeded 15:00:48 nexus3.edgexfoundry.org:10003 15:00:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:49 Configure a credential helper to remove this warning. See 15:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:49 15:00:49 Login Succeeded 15:00:49 nexus3.edgexfoundry.org:10004 15:00:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:49 Configure a credential helper to remove this warning. See 15:00:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:49 15:00:49 Login Succeeded 15:00:49 docker.io 15:00:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:50 Configure a credential helper to remove this warning. See 15:00:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:50 15:00:50 Login Succeeded 15:00:50 ---> docker-login.sh ends [Pipeline] } 15:00:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 15:00:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] echo 15:00:50 ========================================================= 15:00:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:00:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:00:51 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:00:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:00:54 Sending build context to Docker daemon 166.7MB 15:00:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:00:54 Step 2/6 : FROM ${BASE} 15:00:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:00:54 5f621e34cdf4: Pulling fs layer 15:00:54 a4357932f1b6: Pulling fs layer 15:00:54 18c013af1878: Pulling fs layer 15:00:54 00ac8860ef70: Pulling fs layer 15:00:54 63d7cb157983: Pulling fs layer 15:00:54 b116817d02f9: Pulling fs layer 15:00:54 745a02a5169b: Pulling fs layer 15:00:54 63d7cb157983: Waiting 15:00:54 b116817d02f9: Waiting 15:00:54 00ac8860ef70: Waiting 15:00:54 745a02a5169b: Waiting 15:00:54 18c013af1878: Verifying Checksum 15:00:54 18c013af1878: Download complete 15:00:54 a4357932f1b6: Verifying Checksum 15:00:54 a4357932f1b6: Download complete 15:00:54 63d7cb157983: Verifying Checksum 15:00:54 63d7cb157983: Download complete 15:00:54 b116817d02f9: Verifying Checksum 15:00:54 b116817d02f9: Download complete 15:00:54 5f621e34cdf4: Download complete 15:00:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:00:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:00:54 5f621e34cdf4: Pull complete 15:00:55 a4357932f1b6: Pull complete 15:00:55 18c013af1878: Pull complete 15:00:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:00:56 745a02a5169b: Verifying Checksum 15:00:56 745a02a5169b: Download complete 15:00:57 00ac8860ef70: Verifying Checksum 15:00:57 00ac8860ef70: Download complete 15:00:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:00:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:00:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:01:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/secrets-config ./cmd/secrets-config 15:01:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 15:01:04 $ docker stop --time=1 37c86d9eeccc3af29782e05054fd458842a4474c3d7fa9272b7c42fe65725df3 15:01:05 $ docker rm -f 37c86d9eeccc3af29782e05054fd458842a4474c3d7fa9272b7c42fe65725df3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:01:07 00ac8860ef70: Pull complete 15:01:07 63d7cb157983: Pull complete 15:01:08 b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh 15:01:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:01:09 15:01:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:01:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:01:09 latest: Pulling from edgex-devops/edgex-compose 15:01:09 cbdbe7a5bc2a: Pulling fs layer 15:01:09 ca9280d653b3: Pulling fs layer 15:01:09 7e9c9ca2126c: Pulling fs layer 15:01:09 cbdbe7a5bc2a: Download complete 15:01:10 ca9280d653b3: Verifying Checksum 15:01:10 ca9280d653b3: Download complete 15:01:10 cbdbe7a5bc2a: Pull complete 15:01:10 ca9280d653b3: Pull complete 15:01:11 7e9c9ca2126c: Download complete 15:01:12 745a02a5169b: Pull complete 15:01:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:01:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:01:12 ---> b7e6874047d6 15:01:12 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 15:01:15 ---> Running in c867bd373a95 15:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:01:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:01:17 (1/12) Installing libmagic (5.38-r0) 15:01:17 7e9c9ca2126c: Pull complete 15:01:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:01:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:01:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:01:17 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 15:01:18 (2/12) Installing file (5.38-r0) 15:01:18 (3/12) Installing libc-dev (0.7.2-r3) 15:01:18 (4/12) Installing g++ (9.3.0-r2) 15:01:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 15:01:19 $ docker top 8b74360490e703016367d0c6187ebe453f57ca11a7f174def222fda9f30370f0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:01:20 + docker-compose build --help 15:01:20 + grep parallel 15:01:21 --parallel Build images in parallel. [Pipeline] } 15:01:21 $ docker stop --time=1 8b74360490e703016367d0c6187ebe453f57ca11a7f174def222fda9f30370f0 15:01:22 (5/12) Installing fortify-headers (1.1-r0) 15:01:22 (6/12) Installing patch (2.7.6-r6) 15:01:22 (7/12) Installing build-base (0.5-r2) 15:01:22 (8/12) Installing libsodium (1.0.18-r0) 15:01:22 (9/12) Installing pkgconf (1.7.2-r0) 15:01:22 (10/12) Installing libsodium-dev (1.0.18-r0) 15:01:22 (11/12) Installing libzmq (4.3.3-r0) 15:01:22 (12/12) Installing zeromq-dev (4.3.3-r0) 15:01:22 Executing busybox-1.31.1-r19.trigger 15:01:22 OK: 217 MiB in 51 packages 15:01:22 $ docker rm -f 8b74360490e703016367d0c6187ebe453f57ca11a7f174def222fda9f30370f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:01:23 . [Pipeline] withDockerContainer 15:01:23 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 15:01:23 $ 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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 15:01:24 $ docker top 33ba7ff3c113b58e2588cea9f18b5ec24d8d76f674ffba39840d2f08cc164d3e -eo pid,comm [Pipeline] { [Pipeline] sh 15:01:24 + docker-compose -f ./docker-compose-build.yml build --parallel 15:01:25 Building docker-core-command-go ... 15:01:25 Building docker-core-data-go ... 15:01:25 Building docker-core-metadata-go ... 15:01:25 Building docker-security-bootstrapper-go ... 15:01:25 Building docker-security-proxy-setup-go ... 15:01:25 Building docker-security-secretstore-setup-go ... 15:01:25 Building docker-support-notifications-go ... 15:01:25 Building docker-support-scheduler-go ... 15:01:25 Building docker-sys-mgmt-agent-go ... 15:01:25 Building docker-support-notifications-go 15:01:25 Building docker-sys-mgmt-agent-go 15:01:25 Building docker-security-proxy-setup-go 15:01:25 Building docker-security-secretstore-setup-go 15:01:25 Building docker-core-command-go 15:01:26 Removing intermediate container c867bd373a95 15:01:26 ---> d372cef23ff5 15:01:26 Step 4/6 : WORKDIR /edgex-go 15:01:26 ---> Running in 7b1782a116e0 15:01:27 Removing intermediate container 7b1782a116e0 15:01:27 ---> a29737023628 15:01:27 Step 5/6 : COPY go.mod . 15:01:27 ---> 16d49cc1f29e 15:01:27 Step 6/6 : RUN go mod download 15:01:27 ---> Running in 1ec8b9cd259e 15:01:54 Removing intermediate container 1ec8b9cd259e 15:01:54 ---> cfad1d5c475f 15:01:54 Successfully built cfad1d5c475f 15:01:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:01:54 + docker inspect -f . ci-base-image-arm64 15:01:54 . [Pipeline] withDockerContainer 15:01:55 prd-ubuntu18.04-docker-arm64-4c-16g-29528 does not seem to be running inside a container 15:01:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:01:56 $ docker top 40cf9f42db5cb57f214f95d4c10052083316bbc78ec0f75c7fa8c17c525700c3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:01:57 + go version 15:01:57 go version go1.15.5 linux/arm64 [Pipeline] } 15:01:57 $ docker stop --time=1 40cf9f42db5cb57f214f95d4c10052083316bbc78ec0f75c7fa8c17c525700c3 15:01:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:01:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:01:58 ---> 3d20936ed982 15:01:58 Step 3/22 : WORKDIR /edgex-go 15:01:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:01:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:01:58 ---> 3d20936ed982 15:01:58 Step 3/24 : WORKDIR /edgex-go 15:01:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:01:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:01:58 ---> 3d20936ed982 15:01:58 Step 3/21 : WORKDIR /edgex-go 15:01:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:01:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:01:58 ---> 3d20936ed982 15:01:58 Step 3/23 : WORKDIR /edgex-go 15:01:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:01:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:01:58 ---> 3d20936ed982 15:01:58 Step 3/26 : WORKDIR /edgex-go 15:01:58 ---> Running in 7f1055d15f70 15:01:58 ---> Running in 6251c33bdeba 15:01:58 ---> Running in ddac0a8fce06 15:01:58 ---> Running in 6c8cb941de61 15:01:58 ---> Running in 14dd58ba1b55 15:01:59 Removing intermediate container 6251c33bdeba 15:01:59 ---> 5117694c73cd 15:01:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:01:59 Removing intermediate container 7f1055d15f70 15:01:59 ---> 21f213100520 15:01:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:01:59 Removing intermediate container 6c8cb941de61 15:01:59 ---> 860c836257e0 15:01:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:01:59 Removing intermediate container 14dd58ba1b55 15:01:59 ---> a8ec5a2c10af 15:01:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:01:59 Removing intermediate container ddac0a8fce06 15:01:59 ---> a280fbd40a64 15:01:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:01:59 ---> Running in 494c223ffc4f 15:01:59 ---> Running in b6e98abcdfec 15:01:59 ---> Running in 160b630ae2ff 15:01:59 ---> Running in 6fad42b6c4ef 15:01:59 ---> Running in af9ac7bb8237 15:01:59 $ docker rm -f 40cf9f42db5cb57f214f95d4c10052083316bbc78ec0f75c7fa8c17c525700c3 [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 15:02:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:02:01 15:02:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:02:01 Removing intermediate container b6e98abcdfec 15:02:01 ---> f3b107d63a2c 15:02:01 Step 5/24 : RUN apk add --update --no-cache make git 15:02:01 ---> Running in efb708036ab8 [Pipeline] isUnix [Pipeline] sh 15:02:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:02:01 latest: Pulling from edgex-devops/edgex-compose-arm64 15:02:01 29e5d40040c1: Pulling fs layer 15:02:01 1ce36da41761: Pulling fs layer 15:02:01 25b303627fd3: Pulling fs layer 15:02:02 29e5d40040c1: Verifying Checksum 15:02:02 29e5d40040c1: Download complete 15:02:02 Removing intermediate container 160b630ae2ff 15:02:02 ---> 14685f8451a7 15:02:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:02:02 1ce36da41761: Verifying Checksum 15:02:02 1ce36da41761: Download complete 15:02:02 Removing intermediate container 494c223ffc4f 15:02:02 ---> 79068a5ec611 15:02:02 Step 5/23 : RUN apk add --update --no-cache make git 15:02:02 ---> Running in d59161a08d38 15:02:02 ---> Running in 192f90effa14 15:02:02 Removing intermediate container 6fad42b6c4ef 15:02:02 ---> d36bc9f41985 15:02:02 Step 5/26 : RUN apk add --update --no-cache make bash git 15:02:02 Removing intermediate container af9ac7bb8237 15:02:02 ---> 1147e9989942 15:02:02 Step 5/21 : RUN apk add --update --no-cache make git 15:02:02 29e5d40040c1: Pull complete 15:02:03 ---> Running in 4845941a0816 15:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:02:03 ---> Running in 35b157b0161b 15:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:02:03 1ce36da41761: Pull complete 15:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:02:04 25b303627fd3: Download complete 15:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:02:04 OK: 233 MiB in 51 packages 15:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:02:04 OK: 233 MiB in 51 packages 15:02:05 Removing intermediate container efb708036ab8 15:02:05 ---> 2b6a1a86ad22 15:02:05 Step 6/24 : COPY go.mod . 15:02:05 OK: 233 MiB in 51 packages 15:02:05 OK: 233 MiB in 51 packages 15:02:05 Removing intermediate container d59161a08d38 15:02:05 ---> e16ceefd8c29 15:02:05 Step 6/22 : COPY go.mod . 15:02:05 ---> baa35a718069 15:02:05 Step 7/24 : RUN go mod download 15:02:05 OK: 233 MiB in 51 packages 15:02:05 ---> Running in 08a10e0700db 15:02:05 ---> 39a5b3c60faa 15:02:05 Step 7/22 : RUN go mod download 15:02:05 Removing intermediate container 4845941a0816 15:02:05 ---> 05445d5f940c 15:02:05 Step 6/26 : COPY go.mod . 15:02:06 ---> Running in f839c907c252 15:02:06 Removing intermediate container 192f90effa14 15:02:06 ---> acd9f6776810 15:02:06 Step 6/23 : COPY go.mod . 15:02:06 Removing intermediate container 35b157b0161b 15:02:06 ---> 53c679cdecda 15:02:06 Step 6/21 : COPY go.mod . 15:02:06 ---> d7b56ac118d6 15:02:06 Step 7/26 : RUN go mod download 15:02:06 ---> 09959fffc0e3 15:02:06 Step 7/23 : RUN go mod download 15:02:06 ---> Running in 864a5a3d3f1c 15:02:06 ---> Running in f2724af656db 15:02:06 ---> 8397d754ef26 15:02:06 Step 7/21 : RUN go mod download 15:02:07 ---> Running in d7669e20f780 15:02:08 Removing intermediate container f839c907c252 15:02:08 ---> ca5b7ef3edf9 15:02:08 Step 8/22 : COPY . . 15:02:08 Removing intermediate container 08a10e0700db 15:02:08 ---> 6afcf4064dd5 15:02:08 Step 8/24 : COPY . . 15:02:10 Removing intermediate container 864a5a3d3f1c 15:02:10 ---> 4ef3983c7a2f 15:02:10 Step 8/26 : COPY . . 15:02:11 Removing intermediate container f2724af656db 15:02:11 ---> 87fe44168e9c 15:02:11 Step 8/23 : COPY . . 15:02:14 Removing intermediate container d7669e20f780 15:02:14 ---> 78b3f96996ff 15:02:14 Step 8/21 : COPY . . 15:02:14 25b303627fd3: Pull complete 15:02:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:02:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:02:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:02:14 prd-ubuntu18.04-docker-arm64-4c-16g-29528 does not seem to be running inside a container 15:02:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:02:17 $ docker top 91f4b973ab253144683502ca0a73c897ec205b59d1b1453154a6fc8772330841 -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:18 + grep parallel 15:02:18 + docker-compose build --help 15:02:22 --parallel Build images in parallel. [Pipeline] } 15:02:22 $ docker stop --time=1 91f4b973ab253144683502ca0a73c897ec205b59d1b1453154a6fc8772330841 15:02:24 $ docker rm -f 91f4b973ab253144683502ca0a73c897ec205b59d1b1453154a6fc8772330841 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:02:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:02:25 . [Pipeline] withDockerContainer 15:02:25 prd-ubuntu18.04-docker-arm64-4c-16g-29528 does not seem to be running inside a container 15:02:25 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 15:02:26 $ docker top bdf12c4f75880ce82fea14e5066edf0e6f9c1423e3410eb9acd5de0862ffd629 -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:27 + docker-compose -f ./docker-compose-build.yml build --parallel 15:02:31 Building docker-core-command-go ... 15:02:31 Building docker-core-data-go ... 15:02:31 Building docker-core-metadata-go ... 15:02:31 Building docker-security-bootstrapper-go ... 15:02:31 Building docker-security-proxy-setup-go ... 15:02:31 Building docker-security-secretstore-setup-go ... 15:02:31 Building docker-support-notifications-go ... 15:02:31 Building docker-support-scheduler-go ... 15:02:31 Building docker-sys-mgmt-agent-go ... 15:02:31 Building docker-security-secretstore-setup-go 15:02:31 Building docker-support-scheduler-go 15:02:31 Building docker-sys-mgmt-agent-go 15:02:31 Building docker-security-proxy-setup-go 15:02:31 Building docker-core-command-go 15:02:46 ---> f8841c4ecbc7 15:02:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:02:46 ---> c3b5cbe87c51 15:02:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:02:46 ---> 94325b9e34a6 15:02:46 Step 9/23 : RUN make cmd/core-command/core-command 15:02:48 ---> 6f819b07dce0 15:02:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:02:48 ---> Running in e98b74f96467 15:02:48 ---> Running in 558e96e2f562 15:02:48 ---> Running in b335fb4b5762 15:02:48 ---> 2cdaf9b06ba0 15:02:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:02:48 ---> Running in d4a6349aa8ff 15:02:48 ---> Running in 0288c956a94b 15:02:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:02:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:02:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/core-command/core-command ./cmd/core-command 15:02:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:02:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:03:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/secrets-config ./cmd/secrets-config 15:03:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:03:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:03:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:03:18 ---> cfad1d5c475f 15:03:18 Step 3/26 : WORKDIR /edgex-go 15:03:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:03:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:03:18 ---> cfad1d5c475f 15:03:18 Step 3/24 : WORKDIR /edgex-go 15:03:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:03:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:03:18 ---> cfad1d5c475f 15:03:18 Step 3/21 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:03:18 15:03:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:03:18 ---> cfad1d5c475f 15:03:18 Step 3/22 : WORKDIR /edgex-go 15:03:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:03:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:03:18 ---> cfad1d5c475f 15:03:18 Step 3/23 : WORKDIR /edgex-go 15:03:22 ---> Running in 5196b4b75aab 15:03:22 ---> Running in a4ac18e98a66 15:03:22 ---> Running in e792756fe7b9 15:03:22 ---> Running in 2ca6f49de538 15:03:22 ---> Running in 40767bfddbdb 15:03:22 Removing intermediate container 40767bfddbdb 15:03:22 ---> 4e240983756e 15:03:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:03:22 Removing intermediate container 5196b4b75aab 15:03:22 ---> 1472ef3b9639 15:03:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:03:22 Removing intermediate container e792756fe7b9 15:03:22 ---> ac4b14f5b479 15:03:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:03:22 Removing intermediate container a4ac18e98a66 15:03:22 ---> 50f964efad0c 15:03:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:03:23 Removing intermediate container 2ca6f49de538 15:03:23 ---> 28d03aed5573 15:03:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:03:23 ---> Running in 997834fe24a6 15:03:23 ---> Running in 4b61dadbc26c 15:03:23 ---> Running in 91e042472bdc 15:03:23 ---> Running in c1c2bf13e613 15:03:23 ---> Running in 5f1887abf9e2 15:03:26 Removing intermediate container 4b61dadbc26c 15:03:26 ---> 81cb09d721ed 15:03:26 Step 5/26 : RUN apk add --update --no-cache make bash git 15:03:26 ---> Running in be43aed2b15a 15:03:26 Removing intermediate container 0288c956a94b 15:03:26 ---> 3cf573ce51fe 15:03:26 15:03:26 Step 10/21 : FROM alpine:3.12 15:03:27 Removing intermediate container 997834fe24a6 15:03:27 ---> f7fa6546199f 15:03:27 Step 5/21 : RUN apk add --update --no-cache make git 15:03:27 Removing intermediate container d4a6349aa8ff 15:03:27 ---> e5e58b0b36fb 15:03:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:03:27 Removing intermediate container 91e042472bdc 15:03:27 ---> 6d154692d5ec 15:03:27 Step 5/24 : RUN apk add --update --no-cache make git 15:03:27 ---> Running in b31031f8ff5b 15:03:27 3.12: Pulling from library/alpine 15:03:27 Removing intermediate container b335fb4b5762 15:03:27 ---> 1dfc47f39c1d 15:03:27 15:03:27 Step 10/24 : FROM alpine:3.12 15:03:27 3.12: Pulling from library/alpine 15:03:27 ---> Running in 244845a21242 15:03:27 Removing intermediate container c1c2bf13e613 15:03:27 ---> 52325209d854 15:03:27 Step 5/23 : RUN apk add --update --no-cache make git 15:03:27 Removing intermediate container 5f1887abf9e2 15:03:27 ---> 58a15305f24c 15:03:27 Step 5/22 : RUN apk add --update --no-cache make git 15:03:27 ---> Running in 71d24f808457 15:03:27 ---> Running in f84b52057825 15:03:28 ---> Running in b92b30c2b0a4 15:03:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:03:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:03:28 Status: Downloaded newer image for alpine:3.12 15:03:28 ---> 88dd2752d2ea 15:03:28 Step 11/21 : RUN apk add --update --no-cache curl 15:03:28 Status: Image is up to date for alpine:3.12 15:03:28 ---> 88dd2752d2ea 15:03:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:03:28 Removing intermediate container 558e96e2f562 15:03:28 ---> 811ef3a3a74c 15:03:28 15:03:28 Step 10/23 : FROM alpine:3.12 15:03:28 ---> 88dd2752d2ea 15:03:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:03:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:03:30 ---> Running in 30320e01e022 15:03:30 ---> Running in 4bcceb7788c0 15:03:30 ---> Running in 26b4cd8847d1 15:03:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:03:30 OK: 217 MiB in 51 packages 15:03:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:03:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:03:30 Removing intermediate container e98b74f96467 15:03:30 ---> f8ba6763282d 15:03:30 15:03:30 Step 10/22 : FROM alpine:3.12 15:03:30 ---> 88dd2752d2ea 15:03:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:03:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:03:30 OK: 217 MiB in 51 packages 15:03:30 ---> Running in 0868826367bc 15:03:31 OK: 217 MiB in 51 packages 15:03:31 OK: 217 MiB in 51 packages 15:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:03:31 (1/1) Installing dumb-init (1.2.2-r1) 15:03:31 Executing busybox-1.31.1-r19.trigger 15:03:31 OK: 6 MiB in 15 packages 15:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:03:31 OK: 217 MiB in 51 packages 15:03:31 (1/5) Installing ca-certificates (20191127-r4) 15:03:31 (1/4) Installing ca-certificates (20191127-r4) 15:03:32 Removing intermediate container be43aed2b15a 15:03:32 ---> 9fcf4005795f 15:03:32 Step 6/26 : COPY go.mod . 15:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:03:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:03:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:03:32 (3/4) Installing libcurl (7.69.1-r3) 15:03:32 (3/5) Installing libcurl (7.69.1-r3) 15:03:32 (4/4) Installing curl (7.69.1-r3) 15:03:32 (4/5) Installing curl (7.69.1-r3) 15:03:32 Executing busybox-1.31.1-r19.trigger 15:03:32 (5/5) Installing dumb-init (1.2.2-r1) 15:03:32 Executing busybox-1.31.1-r19.trigger 15:03:32 Executing ca-certificates-20191127-r4.trigger 15:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:03:32 Executing ca-certificates-20191127-r4.trigger 15:03:32 OK: 7 MiB in 18 packages 15:03:32 OK: 7 MiB in 19 packages 15:03:32 (1/2) Installing ca-certificates (20191127-r4) 15:03:32 Removing intermediate container 244845a21242 15:03:32 ---> f4c03935bbb1 15:03:32 Step 6/24 : COPY go.mod . 15:03:32 Removing intermediate container b31031f8ff5b 15:03:32 ---> 3b343f0ef538 15:03:32 Step 6/21 : COPY go.mod . 15:03:32 (2/2) Installing dumb-init (1.2.2-r1) 15:03:32 Executing busybox-1.31.1-r19.trigger 15:03:32 Executing ca-certificates-20191127-r4.trigger 15:03:32 OK: 6 MiB in 16 packages 15:03:33 ---> 8bd2df9752ba 15:03:33 Step 7/26 : RUN go mod download 15:03:33 Removing intermediate container f84b52057825 15:03:33 ---> 9a25e56b110f 15:03:33 Step 6/23 : COPY go.mod . 15:03:33 ---> Running in 983a2b926cfc 15:03:33 Removing intermediate container 71d24f808457 15:03:33 ---> c957f4d000ca 15:03:33 Step 6/22 : COPY go.mod . 15:03:33 ---> d6beb33aca7c 15:03:33 Step 7/24 : RUN go mod download 15:03:34 ---> 2e0164f42f11 15:03:34 Step 7/21 : RUN go mod download 15:03:34 ---> Running in 1cf48a24f92b 15:03:34 ---> Running in 1d6eeee8bce6 15:03:34 ---> 2a4310785193 15:03:34 Step 7/23 : RUN go mod download 15:03:34 Removing intermediate container b92b30c2b0a4 15:03:34 ---> f245339bc8e6 15:03:34 15:03:34 Step 11/26 : FROM docker:20.10.0 15:03:34 Removing intermediate container 26b4cd8847d1 15:03:34 ---> d4ad012d559c 15:03:34 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:03:34 20.10.0: Pulling from library/docker 15:03:34 ---> af7c37c7dbf9 15:03:34 Step 7/22 : RUN go mod download 15:03:34 ---> Running in 84361b393778 15:03:35 Removing intermediate container 30320e01e022 15:03:35 ---> b873f1300e2f 15:03:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:03:35 ---> Running in bf3ffe78bf33 15:03:35 Removing intermediate container 4bcceb7788c0 15:03:35 ---> 7120544ac71c 15:03:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:03:35 ---> Running in e71aff51e10e 15:03:35 ---> Running in 129c3864aedd 15:03:35 ---> Running in e582b3e9a58b 15:03:36 Removing intermediate container 0868826367bc 15:03:36 ---> 2bae2fe58214 15:03:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:03:36 ---> Running in e9fad0c4dd38 15:03:36 Removing intermediate container e71aff51e10e 15:03:36 ---> 2261955e733f 15:03:36 Step 13/21 : WORKDIR /edgex 15:03:36 Removing intermediate container 129c3864aedd 15:03:36 ---> 8616c598b5f5 15:03:36 Step 13/23 : ENV APP_PORT=48082 15:03:37 Removing intermediate container e582b3e9a58b 15:03:37 ---> 63f5bf38ee9b 15:03:37 Step 13/24 : WORKDIR / 15:03:37 Removing intermediate container e9fad0c4dd38 15:03:37 ---> fe9c403c856e 15:03:37 Step 13/22 : ENV APP_PORT=48060 15:03:37 ---> Running in 853643f4ced5 15:03:37 ---> Running in 91950a19379a 15:03:37 ---> Running in 2ac8d93f4433 15:03:37 ---> Running in d20b787a11b1 15:03:37 Removing intermediate container 91950a19379a 15:03:37 ---> 0f4f3f896032 15:03:37 Step 14/23 : EXPOSE $APP_PORT 15:03:37 Removing intermediate container 853643f4ced5 15:03:37 ---> 4cc08d3ddc0f 15:03:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:03:37 Removing intermediate container 2ac8d93f4433 15:03:37 ---> 0272b4aeb74f 15:03:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:03:37 Removing intermediate container d20b787a11b1 15:03:37 ---> 96f7cc64c540 15:03:37 Step 14/22 : EXPOSE $APP_PORT 15:03:37 ---> Running in 05831209dbe9 15:03:37 ---> Running in ae1a4797a2c8 15:03:37 ---> 572603187f3a 15:03:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:03:37 Removing intermediate container 983a2b926cfc 15:03:37 ---> 9d6c077ee598 15:03:37 Step 8/26 : COPY . . 15:03:38 ---> 65409280e9fe 15:03:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:03:38 Removing intermediate container 05831209dbe9 15:03:38 ---> b03482d703c0 15:03:38 Step 15/23 : WORKDIR / 15:03:38 Removing intermediate container ae1a4797a2c8 15:03:38 ---> 26b7b9333f6d 15:03:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:03:38 ---> Running in 303cd69b47dc 15:03:38 Removing intermediate container 1cf48a24f92b 15:03:38 ---> 3386e0c135fc 15:03:38 Step 8/24 : COPY . . 15:03:38 ---> e424eef27fe0 15:03:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:03:38 ---> de9a1d8b57a8 15:03:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:03:38 Removing intermediate container 303cd69b47dc 15:03:38 ---> ce86a28034a4 15:03:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:03:38 ---> 1c786f02a1f9 15:03:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:03:39 ---> 163b44828378 15:03:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:03:39 Removing intermediate container 1d6eeee8bce6 15:03:39 ---> bb1f4167dc1c 15:03:39 Step 8/21 : COPY . . 15:03:39 ---> 24e36d104765 15:03:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:03:40 ---> 9f472fda76d5 15:03:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:03:40 ---> 33e0471d09ce 15:03:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:03:40 ---> b794a5052b51 15:03:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:03:40 ---> 10290e8766ef 15:03:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:03:40 Removing intermediate container 84361b393778 15:03:40 ---> 6999692ab7e0 15:03:40 Step 8/23 : COPY . . 15:03:40 ---> Running in e629687c6bc1 15:03:40 Removing intermediate container bf3ffe78bf33 15:03:40 ---> 1f32061b8936 15:03:40 Step 8/22 : COPY . . 15:03:41 ---> 002f0b4d8fb8 15:03:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:03:41 ---> f71e3d4e131d 15:03:41 Step 19/23 : ENTRYPOINT ["/core-command"] 15:03:41 Removing intermediate container e629687c6bc1 15:03:41 ---> 3a8c23c5107f 15:03:41 Step 18/21 : CMD ["--init=true"] 15:03:41 ---> f4364000271e 15:03:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:03:41 ---> Running in 3e12c2a98a1f 15:03:41 ---> Running in aff164b50290 15:03:41 ---> Running in 811dc52dd664 15:03:41 Removing intermediate container 3e12c2a98a1f 15:03:41 ---> 1b2aa450e9c1 15:03:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:03:41 Removing intermediate container aff164b50290 15:03:41 ---> c8660dc06b45 15:03:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:03:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:03:41 Removing intermediate container 811dc52dd664 15:03:41 ---> 0d1de57a4c15 15:03:41 Step 19/21 : LABEL arch=x86_64 15:03:41 ---> adf3a69d8f46 15:03:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:03:41 ---> Running in 28cce9d04545 15:03:42 Status: Downloaded newer image for docker:20.10.0 15:03:42 ---> aefe523efa57 15:03:42 Step 12/26 : RUN apk add --no-cache bash 15:03:42 ---> Running in f4538f5ab5fb 15:03:42 ---> Running in aff73e5a3516 15:03:42 ---> Running in a96da86c3991 15:03:42 ---> Running in 2cd7750c2c10 15:03:42 Removing intermediate container 28cce9d04545 15:03:42 ---> 5d3f874c5ce2 15:03:42 Step 20/22 : LABEL arch=x86_64 15:03:42 ---> Running in bc5bd7eba7b7 15:03:42 Removing intermediate container aff73e5a3516 15:03:42 ---> 0060d49a1a33 15:03:42 Step 20/21 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:03:42 Removing intermediate container f4538f5ab5fb 15:03:42 ---> a0d67f35daa9 15:03:42 Step 21/23 : LABEL arch=x86_64 15:03:42 ---> Running in cb5cc50bb841 15:03:42 ---> Running in 0a152cc1df97 15:03:42 Removing intermediate container bc5bd7eba7b7 15:03:42 ---> 7122a4a7bcb2 15:03:42 Step 21/22 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:03:43 Removing intermediate container cb5cc50bb841 15:03:43 ---> 264d6b64c1a3 15:03:43 Step 21/21 : LABEL version=2.0.0-dev.124 15:03:43 ---> Running in af6cf6c5c5ed 15:03:43 Removing intermediate container 0a152cc1df97 15:03:43 ---> 337930aa8902 15:03:43 Step 22/23 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:03:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:03:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:03:43 ---> Running in 05aaf309f743 15:03:43 ---> Running in 7a307bcf563e 15:03:43 Removing intermediate container af6cf6c5c5ed 15:03:43 ---> 8b0a3f02419a 15:03:43 Step 22/22 : LABEL version=2.0.0-dev.124 15:03:44 (1/2) Installing readline (8.0.4-r0) 15:03:44 (2/2) Installing bash (5.0.17-r0) 15:03:44 Executing bash-5.0.17-r0.post-install 15:03:44 Executing busybox-1.31.1-r19.trigger 15:03:44 OK: 12 MiB in 22 packages 15:03:44 ---> Running in bc784ca688b8 15:03:44 Removing intermediate container 7a307bcf563e 15:03:44 ---> a033c44f1197 15:03:44 15:03:44 Removing intermediate container 05aaf309f743 15:03:44 ---> b605d2a98a1c 15:03:44 Step 23/23 : LABEL version=2.0.0-dev.124 15:03:44 Successfully built a033c44f1197 15:03:44 ---> Running in 019c7a4452f4 15:03:44 Removing intermediate container bc784ca688b8 15:03:44 ---> e0a6f7295fd3 15:03:44 15:03:44 Successfully tagged docker-security-proxy-setup-go:latest 15:03:44  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 15:03:44 Removing intermediate container a96da86c3991 15:03:44 ---> 45ff2724dd84 15:03:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:03:44 Successfully built e0a6f7295fd3 15:03:44 Successfully tagged docker-support-notifications-go:latest 15:03:44  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 15:03:44 ---> Running in 7ec6bee34fb0 15:03:45 Removing intermediate container 019c7a4452f4 15:03:45 ---> 498128a58b18 15:03:45 15:03:45 Removing intermediate container 2cd7750c2c10 15:03:45 ---> bf71320e7d01 15:03:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:03:45 ---> Running in 63b562a80a48 15:03:45 Successfully built 498128a58b18 15:03:45 Removing intermediate container 7ec6bee34fb0 15:03:45 ---> 660326b12ebb 15:03:45 Step 22/24 : LABEL arch=x86_64 15:03:45 Successfully tagged docker-core-command-go:latest 15:03:45  Building docker-core-command-go ... done Building docker-core-metadata-go 15:03:45 ---> Running in ecb7d9690c06 15:03:45 Removing intermediate container 63b562a80a48 15:03:45 ---> dcde7edc380c 15:03:45 Step 14/26 : ENV APP_PORT=48090 15:03:45 ---> Running in 61eaff457d04 15:03:45 Removing intermediate container ecb7d9690c06 15:03:45 ---> 74f95056c94d 15:03:45 Step 23/24 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:03:49 Removing intermediate container 61eaff457d04 15:03:49 ---> 052af293918b 15:03:49 Step 15/26 : EXPOSE $APP_PORT 15:03:49 ---> Running in 3ee780c657d6 15:03:50 ---> Running in 2ce3e023bc71 15:03:52 Removing intermediate container 3ee780c657d6 15:03:52 ---> 588755c01d51 15:03:52 Step 24/24 : LABEL version=2.0.0-dev.124 15:03:55 ---> Running in bcf10e2ad504 15:03:55 Removing intermediate container 2ce3e023bc71 15:03:55 ---> c7ad97df0045 15:03:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:03:55 Removing intermediate container bcf10e2ad504 15:03:55 ---> f41e09f6256d 15:03:55 15:03:55 ---> 127bb11915b0 15:03:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:03:55 Successfully built f41e09f6256d 15:03:55 Successfully tagged docker-security-secretstore-setup-go:latest 15:03:55 Building docker-core-data-go 15:03:56  Building docker-security-secretstore-setup-go ... done  ---> fa1e777933a5 15:03:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:03:59 ---> 34577c865390 15:03:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:03:59 ---> 614aa8302413 15:03:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:03:59 ---> ff4b4cdc9be4 15:03:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:03:59 ---> 432eb7a5a1b6 15:03:59 Step 9/23 : RUN make cmd/core-command/core-command 15:03:59 ---> 1bfbd8759127 15:03:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:03:59 ---> Running in ae5c4f16e896 15:03:59 ---> Running in 23f4de431118 15:03:59 ---> Running in dec6e2b36195 15:03:59 ---> Running in bd91f32d401e 15:03:59 ---> Running in a3fc55e373d0 15:04:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:04:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:04:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:04:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:04:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/core-command/core-command ./cmd/core-command 15:04:09 ---> bddf33539da3 15:04:09 Step 19/26 : RUN apk --no-cache add py3-pip 15:04:09 ---> Running in 32d520b36bf4 15:04:09 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:04:09 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:04:09 ---> 3d20936ed982 15:04:09 Step 3/31 : WORKDIR /edgex-go 15:04:09 ---> Using cache 15:04:09 ---> a280fbd40a64 15:04:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:04:09 ---> Using cache 15:04:09 ---> 1147e9989942 15:04:09 Step 5/31 : RUN apk add --update --no-cache make git 15:04:09 ---> Using cache 15:04:09 ---> 53c679cdecda 15:04:09 Step 6/31 : COPY go.mod . 15:04:09 ---> Using cache 15:04:09 ---> 8397d754ef26 15:04:09 Step 7/31 : RUN go mod download 15:04:09 ---> Using cache 15:04:09 ---> 78b3f96996ff 15:04:09 Step 8/31 : COPY . . 15:04:09 ---> Using cache 15:04:09 ---> 2cdaf9b06ba0 15:04:09 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:04:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:04:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:04:09 ---> 3d20936ed982 15:04:09 Step 3/23 : WORKDIR /edgex-go 15:04:09 ---> Using cache 15:04:09 ---> a280fbd40a64 15:04:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:04:09 ---> Using cache 15:04:09 ---> 1147e9989942 15:04:09 Step 5/23 : RUN apk add --update --no-cache make git 15:04:09 ---> Using cache 15:04:09 ---> 53c679cdecda 15:04:09 Step 6/23 : COPY go.mod . 15:04:09 ---> Using cache 15:04:09 ---> 8397d754ef26 15:04:09 Step 7/23 : RUN go mod download 15:04:09 ---> Using cache 15:04:09 ---> 78b3f96996ff 15:04:09 Step 8/23 : COPY . . 15:04:09 ---> Using cache 15:04:09 ---> 2cdaf9b06ba0 15:04:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:04:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:04:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:04:10 ---> 3d20936ed982 15:04:10 Step 3/22 : WORKDIR /edgex-go 15:04:10 ---> Using cache 15:04:10 ---> a280fbd40a64 15:04:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:04:10 ---> Using cache 15:04:10 ---> 1147e9989942 15:04:10 Step 5/22 : RUN apk add --update --no-cache make git 15:04:10 ---> Using cache 15:04:10 ---> 53c679cdecda 15:04:10 Step 6/22 : COPY go.mod . 15:04:10 ---> Using cache 15:04:10 ---> 8397d754ef26 15:04:10 Step 7/22 : RUN go mod download 15:04:10 ---> Using cache 15:04:10 ---> 78b3f96996ff 15:04:10 Step 8/22 : COPY . . 15:04:10 ---> Using cache 15:04:10 ---> 2cdaf9b06ba0 15:04:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:04:11 ---> Running in 9a9c44dfef42 15:04:11 ---> Running in 30237d25a511 15:04:11 ---> Running in 9ee72e6c6c72 15:04:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:04:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:04:12 (1/33) Installing libbz2 (1.0.8-r1) 15:04:12 (2/33) Installing expat (2.2.9-r1) 15:04:12 (3/33) Installing libffi (3.3-r2) 15:04:12 (4/33) Installing gdbm (1.13-r1) 15:04:13 (5/33) Installing xz-libs (5.2.5-r0) 15:04:13 (6/33) Installing sqlite-libs (3.32.1-r0) 15:04:13 (7/33) Installing python3 (3.8.5-r1) 15:04:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:04:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:04:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:04:19 (8/33) Installing py3-appdirs (1.4.4-r1) 15:04:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:04:19 (10/33) Installing py3-parsing (2.4.7-r0) 15:04:19 (11/33) Installing py3-six (1.15.0-r0) 15:04:19 (12/33) Installing py3-packaging (20.4-r0) 15:04:19 (13/33) Installing py3-setuptools (47.0.0-r0) 15:04:19 (14/33) Installing py3-chardet (3.0.4-r4) 15:04:19 (15/33) Installing py3-idna (2.9-r0) 15:04:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:04:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:04:20 (18/33) Installing py3-requests (2.23.0-r0) 15:04:20 (19/33) Installing py3-msgpack (1.0.0-r0) 15:04:20 (20/33) Installing py3-lockfile (0.12.2-r3) 15:04:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:04:20 (22/33) Installing py3-colorama (0.4.3-r0) 15:04:20 (23/33) Installing py3-distlib (0.3.0-r0) 15:04:20 (24/33) Installing py3-distro (1.5.0-r1) 15:04:20 (25/33) Installing py3-webencodings (0.5.1-r3) 15:04:20 (26/33) Installing py3-html5lib (1.0.1-r4) 15:04:21 (27/33) Installing py3-pytoml (0.1.21-r0) 15:04:21 (28/33) Installing py3-pep517 (0.8.2-r0) 15:04:21 (29/33) Installing py3-progress (1.5-r0) 15:04:21 (30/33) Installing py3-toml (0.10.1-r0) 15:04:21 (31/33) Installing py3-retrying (1.3.3-r0) 15:04:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:04:21 (33/33) Installing py3-pip (20.1.1-r0) 15:04:21 Executing busybox-1.31.1-r19.trigger 15:04:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:04:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:04:21 ---> 3d20936ed982 15:04:21 Step 3/23 : WORKDIR /edgex-go 15:04:21 ---> Using cache 15:04:21 ---> a280fbd40a64 15:04:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:04:21 ---> Using cache 15:04:21 ---> 1147e9989942 15:04:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:04:21 OK: 71 MiB in 55 packages 15:04:22 ---> Running in dc6947130bb6 15:04:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:04:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:04:25 OK: 233 MiB in 51 packages 15:04:27 Removing intermediate container dc6947130bb6 15:04:27 ---> 01fe4f6aa514 15:04:27 Step 6/23 : COPY go.mod . 15:04:29 ---> 2e97bc275eb6 15:04:29 Step 7/23 : RUN go mod download 15:04:30 ---> Running in 8e621e7337f4 15:04:35 Removing intermediate container 8e621e7337f4 15:04:35 ---> 6c8bb3e9376b 15:04:35 Step 8/23 : COPY . . 15:04:35 Removing intermediate container 32d520b36bf4 15:04:35 ---> 991df8586a4f 15:04:35 Step 20/26 : RUN pip install docker-compose==1.23.2 15:04:35 ---> Running in 3923a22cbf0b 15:04:50 Collecting docker-compose==1.23.2 15:04:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:04:50 Collecting docker<4.0,>=3.6.0 15:04:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:04:51 Collecting dockerpty<0.5,>=0.4.1 15:04:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:04:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:04:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:04:55 Collecting websocket-client<1.0,>=0.32.0 15:04:55 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:04:55 Collecting jsonschema<3,>=2.5.1 15:04:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:04:56 Collecting cached-property<2,>=1.2.0 15:04:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:04:56 ---> 0b6014b1419a 15:04:56 Step 9/23 : RUN make cmd/core-data/core-data 15:04:58 Collecting docopt<0.7,>=0.6.1 15:04:58 Downloading docopt-0.6.2.tar.gz (25 kB) 15:04:58 Collecting texttable<0.10,>=0.9.0 15:04:58 Downloading texttable-0.9.1.tar.gz (11 kB) 15:04:58 ---> Running in 5abf218b15d0 15:04:59 Collecting PyYAML<4,>=3.10 15:04:59 Downloading PyYAML-3.13.tar.gz (270 kB) 15:04:59 Removing intermediate container 9a9c44dfef42 15:04:59 ---> 9c39ccb05ace 15:04:59 15:04:59 Step 10/31 : FROM alpine:3.12 15:04:59 ---> 88dd2752d2ea 15:04:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:05:00 Removing intermediate container 30237d25a511 15:05:00 ---> 13b934768c26 15:05:00 15:05:00 Step 10/22 : FROM alpine:3.12 15:05:00 ---> 88dd2752d2ea 15:05:00 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:05:00 ---> Using cache 15:05:00 ---> b873f1300e2f 15:05:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:05:00 ---> Using cache 15:05:00 ---> 8616c598b5f5 15:05:00 Step 13/22 : ENV APP_PORT=48085 15:05:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:05:02 ---> Running in ca8daab862f7 15:05:02 Collecting docker-pycreds>=0.4.0 15:05:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/core-data/core-data ./cmd/core-data 15:05:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:05:04 Collecting idna<2.8,>=2.5 15:05:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:05:04 ---> Running in 50ebd136fe67 15:05:04 Collecting urllib3<1.25,>=1.21.1 15:05:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:05:04 Removing intermediate container ca8daab862f7 15:05:04 ---> 46d7f25e97e7 15:05:04 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:05:04 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) 15:05:04 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) 15:05:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:05:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:05:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:05:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:05:04 Removing intermediate container 9ee72e6c6c72 15:05:04 ---> a678a20534e1 15:05:04 15:05:04 Step 10/23 : FROM alpine:3.12 15:05:04 ---> 88dd2752d2ea 15:05:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:05:04 ---> Using cache 15:05:04 ---> b873f1300e2f 15:05:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:05:04 ---> Using cache 15:05:04 ---> 8616c598b5f5 15:05:04 Step 13/23 : ENV APP_PORT=48081 15:05:04 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, jsonschema, cached-property, docopt, texttable, PyYAML, docker-compose 15:05:04 ---> Running in b238ec664c2f 15:05:04 Removing intermediate container 50ebd136fe67 15:05:04 ---> 50f3851d4412 15:05:04 Step 14/22 : EXPOSE $APP_PORT 15:05:04 ---> Running in 62f2f6f01682 15:05:05 Attempting uninstall: idna 15:05:05 Found existing installation: idna 2.9 15:05:05 Uninstalling idna-2.9: 15:05:05 Successfully uninstalled idna-2.9 15:05:05 Attempting uninstall: urllib3 15:05:05 Found existing installation: urllib3 1.25.9 15:05:05 ---> Running in ae1456a30c2b 15:05:05 Uninstalling urllib3-1.25.9: 15:05:05 Successfully uninstalled urllib3-1.25.9 15:05:05 Removing intermediate container 62f2f6f01682 15:05:05 ---> 61a306bf4e23 15:05:05 Step 14/23 : EXPOSE $APP_PORT 15:05:06 Attempting uninstall: requests 15:05:06 Found existing installation: requests 2.23.0 15:05:06 Uninstalling requests-2.23.0: 15:05:06 Successfully uninstalled requests-2.23.0 15:05:06 ---> Running in 3888dbb6c746 15:05:06 Removing intermediate container ae1456a30c2b 15:05:06 ---> 10b3e9dc63fd 15:05:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:05:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:07 (1/2) Installing dumb-init (1.2.2-r1) 15:05:07 (2/2) Installing su-exec (0.2-r1) 15:05:07 Executing busybox-1.31.1-r19.trigger 15:05:07 OK: 6 MiB in 16 packages 15:05:07 Removing intermediate container 3888dbb6c746 15:05:07 ---> 56de0ab985cb 15:05:07 Step 15/23 : WORKDIR / 15:05:08 Running setup.py install for dockerpty: started 15:05:08 ---> f8a825cf4430 15:05:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:05:08 ---> Running in 28c84d75a8d8 15:05:09 Running setup.py install for dockerpty: finished with status 'done' 15:05:10 Removing intermediate container 28c84d75a8d8 15:05:10 ---> 0f06713b9725 15:05:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:05:10 Removing intermediate container b238ec664c2f 15:05:10 ---> 88ca28761357 15:05:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:05:10 ---> ced2ed7ba54e 15:05:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:05:10 Running setup.py install for docopt: started 15:05:10 ---> Running in e788f7019c04 15:05:10 ---> d76e7703987e 15:05:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:05:11 Running setup.py install for docopt: finished with status 'done' 15:05:11 Running setup.py install for texttable: started 15:05:11 ---> 1103539f1b39 15:05:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:05:11 Removing intermediate container e788f7019c04 15:05:11 ---> 864e794e8e96 15:05:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:05:11 ---> Running in ef14d0e95fbb 15:05:11 ---> Running in f34d2b395fda 15:05:11 Removing intermediate container ef14d0e95fbb 15:05:11 ---> 81ca0de4f839 15:05:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:05:11 Running setup.py install for texttable: finished with status 'done' 15:05:11 Running setup.py install for PyYAML: started 15:05:11 Removing intermediate container f34d2b395fda 15:05:11 ---> 6fe6f81f0237 15:05:11 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:05:12 ---> Running in 7410d3fe1284 15:05:12 ---> 0157986c7262 15:05:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:05:12 ---> Running in 47ed4c510140 15:05:12 Running setup.py install for PyYAML: finished with status 'done' 15:05:12 Removing intermediate container 7410d3fe1284 15:05:12 ---> 64edfe5e54bf 15:05:12 Step 20/22 : LABEL arch=x86_64 15:05:13 ---> Running in 4960888bb617 15:05:13 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 15:05:13 ---> b40a9e55c1da 15:05:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:05:13 ---> Running in b00c58bb3f50 15:05:14 Removing intermediate container 4960888bb617 15:05:14 ---> 562fbdaed420 15:05:14 Step 21/22 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:05:14 ---> Running in 4a269ba7579a 15:05:14 Removing intermediate container b00c58bb3f50 15:05:14 ---> a9dfe477a420 15:05:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:05:14 ---> Running in 218a1fb59d46 15:05:14 Removing intermediate container 4a269ba7579a 15:05:14 ---> b8e875b8ecb6 15:05:14 Step 22/22 : LABEL version=2.0.0-dev.124 15:05:14 ---> Running in 606e4cb44727 15:05:15 Removing intermediate container 47ed4c510140 15:05:15 ---> 67b5ec9b7ccc 15:05:15 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:05:15 Removing intermediate container 218a1fb59d46 15:05:15 ---> 3a178b3f187c 15:05:15 Step 21/23 : LABEL arch=x86_64 15:05:17 ---> Running in a67eae214014 15:05:17 Removing intermediate container 606e4cb44727 15:05:17 ---> 459ad8a92428 15:05:17 15:05:17 ---> Running in 8a7822b01c68 15:05:17 Removing intermediate container 3923a22cbf0b 15:05:17 ---> dee8df5855a2 15:05:17 Step 21/26 : RUN apk --no-cache add curl 15:05:17 Removing intermediate container a67eae214014 15:05:17 ---> 210a164a74b4 15:05:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:05:17 Successfully built 459ad8a92428 15:05:17 ---> Running in 1eb4b0026a40 15:05:17 Successfully tagged docker-support-scheduler-go:latest 15:05:17 Removing intermediate container 8a7822b01c68 15:05:17 ---> c72d614f317d 15:05:17 Step 22/23 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:05:18  Building docker-support-scheduler-go ... done  ---> Running in 8bbcc626e1de 15:05:18 ---> b43159ecc982 15:05:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:05:18 ---> Running in 2b822ab4fcc5 15:05:18 Removing intermediate container 8bbcc626e1de 15:05:18 ---> 112d41cf2447 15:05:18 Step 23/23 : LABEL version=2.0.0-dev.124 15:05:18 ---> Running in 03e7113fc536 15:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:19 Removing intermediate container 03e7113fc536 15:05:19 ---> 68914434abd3 15:05:19 15:05:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:05:19 (2/3) Installing libcurl (7.69.1-r3) 15:05:19 (3/3) Installing curl (7.69.1-r3) 15:05:19 Executing busybox-1.31.1-r19.trigger 15:05:19 OK: 72 MiB in 58 packages 15:05:19 Successfully built 68914434abd3 15:05:19 Successfully tagged docker-core-metadata-go:latest 15:05:19  Building docker-core-metadata-go ... done Removing intermediate container 2b822ab4fcc5 15:05:19 ---> c1c6f8f9afa0 15:05:19 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:05:20 Removing intermediate container 1eb4b0026a40 15:05:20 ---> 06d86e54aefd 15:05:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:05:22 ---> Running in c6007a8593cb 15:05:22 ---> 1cff608d82c9 15:05:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:05:22 Removing intermediate container c6007a8593cb 15:05:22 ---> 1e47d56cc5d4 15:05:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:05:22 ---> Running in 6ad03fcfe216 15:05:22 Removing intermediate container 6ad03fcfe216 15:05:22 ---> 04a10e8cf413 15:05:22 Step 24/26 : LABEL arch=x86_64 15:05:22 ---> 6d7baf4beea3 15:05:22 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:05:22 ---> Running in 6b7c9cbb08f7 15:05:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:05:23 Removing intermediate container 6b7c9cbb08f7 15:05:23 ---> a97e1814029c 15:05:23 Step 25/26 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:05:24 ---> 5219e31503a5 15:05:24 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:05:24 ---> Running in c2c0acd816a2 15:05:24 Removing intermediate container 5abf218b15d0 15:05:24 ---> ee334b62fa96 15:05:24 15:05:24 Step 10/23 : FROM alpine:3.12 15:05:24 ---> 88dd2752d2ea 15:05:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:05:24 Removing intermediate container c2c0acd816a2 15:05:24 ---> d8606745ca6b 15:05:24 Step 26/26 : LABEL version=2.0.0-dev.124 15:05:24 ---> Running in 241593c06953 15:05:24 ---> 0ce0a7b3e4a2 15:05:25 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:05:25 ---> Running in cd325e1d39e1 15:05:25 Removing intermediate container 241593c06953 15:05:25 ---> 3b2758f713af 15:05:25 Step 12/23 : ENV APP_PORT=48080 15:05:25 ---> Running in fa85ff2ea7c4 15:05:25 Removing intermediate container cd325e1d39e1 15:05:25 ---> 5128893bd90e 15:05:25 15:05:25 ---> de0033539f01 15:05:25 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:05:25 Successfully built 5128893bd90e 15:05:25 ---> Running in 113c80961276 15:05:25 Successfully tagged docker-sys-mgmt-agent-go:latest 15:05:25  Building docker-sys-mgmt-agent-go ... done Removing intermediate container fa85ff2ea7c4 15:05:25 ---> a37d857ad00b 15:05:25 Step 13/23 : EXPOSE $APP_PORT 15:05:25 ---> Running in dbadc053faba 15:05:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/secrets-config ./cmd/secrets-config 15:05:25 Removing intermediate container 113c80961276 15:05:25 ---> 36578833094d 15:05:25 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:05:25 Removing intermediate container dbadc053faba 15:05:25 ---> 8a2b567576d6 15:05:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:25 ---> Running in 1fc2ff0fb2fb 15:05:26 ---> e24b499ec80d 15:05:26 Step 26/31 : RUN chmod +x /entrypoint.sh 15:05:26 ---> Running in a117bcaa993b 15:05:27 Removing intermediate container 1fc2ff0fb2fb 15:05:27 ---> f441b293eaa9 15:05:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:05:27 ---> Running in 926b8eba280d 15:05:27 Removing intermediate container a117bcaa993b 15:05:27 ---> c0a597036819 15:05:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:05:27 ---> Running in 0bdade56b520 15:05:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:27 Removing intermediate container 0bdade56b520 15:05:27 ---> 6002a265330b 15:05:27 Step 28/31 : CMD ["gate"] 15:05:27 ---> Running in 9cf9f98d1d56 15:05:28 Removing intermediate container 9cf9f98d1d56 15:05:28 ---> 5aa459e529f6 15:05:28 Step 29/31 : LABEL arch=x86_64 15:05:28 ---> Running in a33f1e581580 15:05:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:28 Removing intermediate container a33f1e581580 15:05:28 ---> 8fb854b7ff01 15:05:28 Step 30/31 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:05:28 ---> Running in 68688ca7abaf 15:05:28 Removing intermediate container 68688ca7abaf 15:05:28 ---> 0ce7ec8a858b 15:05:28 Step 31/31 : LABEL version=2.0.0-dev.124 15:05:28 ---> Running in 7be4f88491d0 15:05:28 (1/6) Installing dumb-init (1.2.2-r1) 15:05:28 (2/6) Installing libgcc (9.3.0-r2) 15:05:29 Removing intermediate container 7be4f88491d0 15:05:29 ---> dddfc02da49a 15:05:29 15:05:29 (3/6) Installing libsodium (1.0.18-r0) 15:05:29 (4/6) Installing libstdc++ (9.3.0-r2) 15:05:29 (5/6) Installing libzmq (4.3.3-r0) 15:05:29 (6/6) Installing zeromq (4.3.3-r0) 15:05:29 Executing busybox-1.31.1-r19.trigger 15:05:29 OK: 8 MiB in 20 packages 15:05:29 Successfully built dddfc02da49a 15:05:29 Successfully tagged docker-security-bootstrapper-go:latest 15:05:30  Building docker-security-bootstrapper-go ... done Removing intermediate container 926b8eba280d 15:05:30 ---> a43466208358 15:05:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:05:30 ---> 072ea2741d23 15:05:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:05:31 ---> 0cde909c3926 15:05:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:05:31 ---> a9a6c5e8ccbc 15:05:31 Step 19/23 : ENTRYPOINT ["/core-data"] 15:05:31 ---> Running in b942db7932af 15:05:31 Removing intermediate container b942db7932af 15:05:31 ---> 6c22b3b5b18f 15:05:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:05:31 ---> Running in 73387ad366c2 15:05:31 Removing intermediate container 73387ad366c2 15:05:31 ---> 972b4a320124 15:05:31 Step 21/23 : LABEL arch=x86_64 15:05:31 ---> Running in 373adcb84278 15:05:33 Removing intermediate container 373adcb84278 15:05:33 ---> 06a60a166228 15:05:33 Step 22/23 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:05:33 ---> Running in 3a4e41ed9d3b 15:05:33 Removing intermediate container 3a4e41ed9d3b 15:05:33 ---> 3ceee2ae853e 15:05:33 Step 23/23 : LABEL version=2.0.0-dev.124 15:05:33 ---> Running in 7b5aa3294043 15:05:33 Removing intermediate container 7b5aa3294043 15:05:33 ---> 8057c8919f43 15:05:33 15:05:33 Successfully built 8057c8919f43 15:05:33 Successfully tagged docker-core-data-go:latest 15:05:33  Building docker-core-data-go ... done  [Pipeline] } 15:05:33 $ docker stop --time=1 33ba7ff3c113b58e2588cea9f18b5ec24d8d76f674ffba39840d2f08cc164d3e 15:05:35 $ docker rm -f 33ba7ff3c113b58e2588cea9f18b5ec24d8d76f674ffba39840d2f08cc164d3e [Pipeline] // withDockerContainer [Pipeline] sh 15:05:36 + docker images 15:05:36 + grep docker 15:05:36 docker-core-data-go latest 8057c8919f43 3 seconds ago 22.6MB 15:05:36 docker-security-bootstrapper-go latest dddfc02da49a 8 seconds ago 18.7MB 15:05:36 docker-sys-mgmt-agent-go latest 5128893bd90e 11 seconds ago 313MB 15:05:36 docker-core-metadata-go latest 68914434abd3 18 seconds ago 19MB 15:05:36 docker-support-scheduler-go latest 459ad8a92428 20 seconds ago 17.3MB 15:05:36 docker-security-secretstore-setup-go latest f41e09f6256d About a minute ago 24.9MB 15:05:36 docker-security-proxy-setup-go latest a033c44f1197 About a minute ago 24.7MB 15:05:36 docker-core-command-go latest 498128a58b18 About a minute ago 17.2MB 15:05:36 docker-support-notifications-go latest e0a6f7295fd3 About a minute ago 17.8MB 15:05:36 docker 20.10.0 aefe523efa57 3 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 15:05:37 provisioning config files... 15:05:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/391@tmp/config2621278203517999430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:05:37 ---> docker-login.sh 15:05:37 nexus3.edgexfoundry.org:10001 15:05:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:37 Configure a credential helper to remove this warning. See 15:05:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:37 15:05:37 Login Succeeded 15:05:37 nexus3.edgexfoundry.org:10002 15:05:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:37 Configure a credential helper to remove this warning. See 15:05:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:37 15:05:37 Login Succeeded 15:05:37 nexus3.edgexfoundry.org:10003 15:05:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:37 Configure a credential helper to remove this warning. See 15:05:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:37 15:05:37 Login Succeeded 15:05:37 nexus3.edgexfoundry.org:10004 15:05:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:38 Configure a credential helper to remove this warning. See 15:05:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:38 15:05:38 Login Succeeded 15:05:38 docker.io 15:05:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:38 Configure a credential helper to remove this warning. See 15:05:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:38 15:05:38 Login Succeeded 15:05:38 ---> docker-login.sh ends [Pipeline] } 15:05:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:05:38 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 15:05:38 3a622268bb16cc6f060a937717ebd043e18486e3 15:05:38 2.0.0-dev.124 15:05:38 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:38 master 15:05:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:05:39 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:05:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:05:39 98080ecfc8d5: Preparing 15:05:39 d403cc859a43: Preparing 15:05:39 b56ab2f30132: Preparing 15:05:39 c42b8b157f96: Preparing 15:05:39 33e8713114f8: Preparing 15:05:39 33e8713114f8: Layer already exists 15:05:39 c42b8b157f96: Pushed 15:05:39 98080ecfc8d5: Pushed 15:05:39 b56ab2f30132: Pushed 15:05:40 d403cc859a43: Pushed 15:05:40 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:3886d1076b59845a4279271f1e4548e0d23c72ab28394e7b37d1c8a01203103e size: 1363 [Pipeline] isUnix [Pipeline] sh 15:05:41 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:05:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.124 15:05:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:05:41 98080ecfc8d5: Preparing 15:05:41 d403cc859a43: Preparing 15:05:41 b56ab2f30132: Preparing 15:05:41 c42b8b157f96: Preparing 15:05:41 33e8713114f8: Preparing 15:05:41 d403cc859a43: Layer already exists 15:05:41 c42b8b157f96: Layer already exists 15:05:41 98080ecfc8d5: Layer already exists 15:05:41 b56ab2f30132: Layer already exists 15:05:41 33e8713114f8: Layer already exists 15:05:41 2.0.0-dev.124: digest: sha256:3886d1076b59845a4279271f1e4548e0d23c72ab28394e7b37d1c8a01203103e size: 1363 [Pipeline] isUnix [Pipeline] sh 15:05:41 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:05:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:05:42 98080ecfc8d5: Preparing 15:05:42 d403cc859a43: Preparing 15:05:42 b56ab2f30132: Preparing 15:05:42 c42b8b157f96: Preparing 15:05:42 33e8713114f8: Preparing 15:05:42 b56ab2f30132: Layer already exists 15:05:42 d403cc859a43: Layer already exists 15:05:42 98080ecfc8d5: Layer already exists 15:05:42 c42b8b157f96: Layer already exists 15:05:42 33e8713114f8: Layer already exists 15:05:42 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:3886d1076b59845a4279271f1e4548e0d23c72ab28394e7b37d1c8a01203103e size: 1363 [Pipeline] isUnix [Pipeline] sh 15:05:42 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 15:05:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 15:05:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:05:43 98080ecfc8d5: Preparing 15:05:43 d403cc859a43: Preparing 15:05:43 b56ab2f30132: Preparing 15:05:43 c42b8b157f96: Preparing 15:05:43 33e8713114f8: Preparing 15:05:43 33e8713114f8: Layer already exists 15:05:43 d403cc859a43: Layer already exists 15:05:43 b56ab2f30132: Layer already exists 15:05:43 c42b8b157f96: Layer already exists 15:05:43 98080ecfc8d5: Layer already exists 15:05:44 master: digest: sha256:3886d1076b59845a4279271f1e4548e0d23c72ab28394e7b37d1c8a01203103e size: 1363 [Pipeline] } 15:05:44 Removing intermediate container dec6e2b36195 15:05:44 ---> a165c0da9f68 15:05:44 15:05:44 Step 10/24 : FROM alpine:3.12 15:05:44 3.12: Pulling from library/alpine 15:05:44 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:05:44 Status: Downloaded newer image for alpine:3.12 15:05:44 ---> d10569e2745f 15:05:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:05:44 Removing intermediate container ae5c4f16e896 15:05:44 ---> c480e7ca6ce9 15:05:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:05:44 ---> Running in 5f63b6b7d883 15:05:44 ---> Running in 16e18c47aa47 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:05:44 ===================================================== [Pipeline] echo 15:05:44 taggedImages: 15:05:44 - nexus3.edgexfoundry.org:10004/docker-core-command-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:44 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.124 15:05:44 - nexus3.edgexfoundry.org:10004/docker-core-command-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:44 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 15:05:44 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 15:05:44 3a622268bb16cc6f060a937717ebd043e18486e3 15:05:44 2.0.0-dev.124 15:05:44 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:44 master 15:05:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:05:44 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:05:45 Removing intermediate container 23f4de431118 15:05:45 ---> 7bb6b8702696 15:05:45 15:05:45 Step 10/21 : FROM alpine:3.12 15:05:45 ---> d10569e2745f 15:05:45 Step 11/21 : RUN apk add --update --no-cache curl 15:05:45 ---> Running in 41ddfd7ac81f 15:05:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:05:45 2906d0bfad0d: Preparing 15:05:45 4e31ff9900f8: Preparing 15:05:45 b56ab2f30132: Preparing 15:05:45 b72bd6aee6ac: Preparing 15:05:45 001fa11b778e: Preparing 15:05:45 33e8713114f8: Preparing 15:05:45 33e8713114f8: Waiting 15:05:45 b56ab2f30132: Layer already exists 15:05:45 33e8713114f8: Layer already exists 15:05:45 2906d0bfad0d: Pushed 15:05:45 001fa11b778e: Pushed 15:05:45 b72bd6aee6ac: Pushed 15:05:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:05:46 4e31ff9900f8: Pushed 15:05:46 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:bb682eebd25c5ff1d34b85b587c22b7f8d0724d71649c79812467e350330b6ef size: 1572 [Pipeline] isUnix [Pipeline] sh 15:05:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.124 [Pipeline] isUnix 15:05:47 (1/5) Installing ca-certificates (20191127-r4) [Pipeline] sh 15:05:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:05:47 (3/5) Installing libcurl (7.69.1-r3) 15:05:47 (4/5) Installing curl (7.69.1-r3) 15:05:47 (5/5) Installing dumb-init (1.2.2-r1) 15:05:47 Executing busybox-1.31.1-r19.trigger 15:05:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:47 Executing ca-certificates-20191127-r4.trigger 15:05:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.124 15:05:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:05:47 2906d0bfad0d: Preparing 15:05:47 4e31ff9900f8: Preparing 15:05:47 b56ab2f30132: Preparing 15:05:47 b72bd6aee6ac: Preparing 15:05:47 001fa11b778e: Preparing 15:05:47 33e8713114f8: Preparing 15:05:47 33e8713114f8: Waiting 15:05:47 4e31ff9900f8: Layer already exists 15:05:47 b56ab2f30132: Layer already exists 15:05:47 2906d0bfad0d: Layer already exists 15:05:47 001fa11b778e: Layer already exists 15:05:47 b72bd6aee6ac: Layer already exists 15:05:47 33e8713114f8: Layer already exists 15:05:47 2.0.0-dev.124: digest: sha256:bb682eebd25c5ff1d34b85b587c22b7f8d0724d71649c79812467e350330b6ef size: 1572 [Pipeline] isUnix [Pipeline] sh 15:05:47 OK: 7 MiB in 19 packages 15:05:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:05:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:05:47 2906d0bfad0d: Preparing 15:05:47 4e31ff9900f8: Preparing 15:05:47 b56ab2f30132: Preparing 15:05:47 b72bd6aee6ac: Preparing 15:05:47 001fa11b778e: Preparing 15:05:47 33e8713114f8: Preparing 15:05:47 33e8713114f8: Waiting 15:05:47 001fa11b778e: Layer already exists 15:05:47 b56ab2f30132: Layer already exists 15:05:47 2906d0bfad0d: Layer already exists 15:05:47 4e31ff9900f8: Layer already exists 15:05:47 b72bd6aee6ac: Layer already exists 15:05:47 33e8713114f8: Layer already exists 15:05:47 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:bb682eebd25c5ff1d34b85b587c22b7f8d0724d71649c79812467e350330b6ef size: 1572 [Pipeline] isUnix [Pipeline] sh 15:05:48 (1/4) Installing ca-certificates (20191127-r4) 15:05:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:05:48 (3/4) Installing libcurl (7.69.1-r3) 15:05:48 (4/4) Installing curl (7.69.1-r3) 15:05:48 Executing busybox-1.31.1-r19.trigger 15:05:48 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 15:05:48 Executing ca-certificates-20191127-r4.trigger 15:05:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 15:05:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:05:48 2906d0bfad0d: Preparing 15:05:48 4e31ff9900f8: Preparing 15:05:48 b56ab2f30132: Preparing 15:05:48 b72bd6aee6ac: Preparing 15:05:48 001fa11b778e: Preparing 15:05:48 33e8713114f8: Preparing 15:05:48 33e8713114f8: Waiting 15:05:48 001fa11b778e: Layer already exists 15:05:48 b56ab2f30132: Layer already exists 15:05:48 b72bd6aee6ac: Layer already exists 15:05:48 4e31ff9900f8: Layer already exists 15:05:48 2906d0bfad0d: Layer already exists 15:05:48 33e8713114f8: Layer already exists 15:05:48 master: digest: sha256:bb682eebd25c5ff1d34b85b587c22b7f8d0724d71649c79812467e350330b6ef size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:05:48 ===================================================== [Pipeline] echo 15:05:48 taggedImages: 15:05:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.124 15:05:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master 15:05:48 OK: 7 MiB in 18 packages [Pipeline] echo 15:05:48 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 15:05:48 3a622268bb16cc6f060a937717ebd043e18486e3 15:05:48 2.0.0-dev.124 15:05:48 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:48 master 15:05:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:05:49 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:05:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:05:49 8adb847f67a3: Preparing 15:05:49 7dbf146b3cfe: Preparing 15:05:49 b56ab2f30132: Preparing 15:05:49 c42b8b157f96: Preparing 15:05:49 33e8713114f8: Preparing 15:05:49 b56ab2f30132: Layer already exists 15:05:49 33e8713114f8: Layer already exists 15:05:49 c42b8b157f96: Layer already exists 15:05:49 8adb847f67a3: Pushed 15:05:50 Removing intermediate container 5f63b6b7d883 15:05:50 ---> 3df183c812dc 15:05:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:05:50 7dbf146b3cfe: Pushed 15:05:50 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:3508f712365286b306554866d4c0e84ff1c7cc02505d590a2ab4fbd6ad747b1d size: 1363 [Pipeline] isUnix [Pipeline] sh 15:05:51 ---> Running in 8eb646d7f370 15:05:51 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:05:51 Removing intermediate container 41ddfd7ac81f 15:05:51 ---> 6b38dff8d107 15:05:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:05:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.124 15:05:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:05:51 8adb847f67a3: Preparing 15:05:51 7dbf146b3cfe: Preparing 15:05:51 b56ab2f30132: Preparing 15:05:51 c42b8b157f96: Preparing 15:05:51 33e8713114f8: Preparing 15:05:51 c42b8b157f96: Layer already exists 15:05:51 b56ab2f30132: Layer already exists 15:05:51 33e8713114f8: Layer already exists 15:05:51 7dbf146b3cfe: Layer already exists 15:05:51 8adb847f67a3: Layer already exists 15:05:51 2.0.0-dev.124: digest: sha256:3508f712365286b306554866d4c0e84ff1c7cc02505d590a2ab4fbd6ad747b1d size: 1363 15:05:51 Removing intermediate container 16e18c47aa47 15:05:51 ---> 8aa7b13092db 15:05:51 15:05:51 Step 11/26 : FROM docker:20.10.0 15:05:51 20.10.0: Pulling from library/docker [Pipeline] isUnix [Pipeline] sh 15:05:51 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:05:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:05:52 ---> Running in 591968d5fe46 15:05:52 Removing intermediate container 8eb646d7f370 15:05:52 ---> 71d65b790d78 15:05:52 Step 13/24 : WORKDIR / 15:05:52 8adb847f67a3: Preparing 15:05:52 7dbf146b3cfe: Preparing 15:05:52 b56ab2f30132: Preparing 15:05:52 c42b8b157f96: Preparing 15:05:52 33e8713114f8: Preparing 15:05:52 8adb847f67a3: Layer already exists 15:05:52 33e8713114f8: Layer already exists 15:05:52 b56ab2f30132: Layer already exists 15:05:52 c42b8b157f96: Layer already exists 15:05:52 7dbf146b3cfe: Layer already exists 15:05:52 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:3508f712365286b306554866d4c0e84ff1c7cc02505d590a2ab4fbd6ad747b1d size: 1363 [Pipeline] isUnix [Pipeline] sh 15:05:52 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 15:05:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 15:05:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:05:53 8adb847f67a3: Preparing 15:05:53 7dbf146b3cfe: Preparing 15:05:53 b56ab2f30132: Preparing 15:05:53 c42b8b157f96: Preparing 15:05:53 33e8713114f8: Preparing 15:05:53 7dbf146b3cfe: Layer already exists 15:05:53 33e8713114f8: Layer already exists 15:05:53 c42b8b157f96: Layer already exists 15:05:53 8adb847f67a3: Layer already exists 15:05:53 b56ab2f30132: Layer already exists 15:05:53 master: digest: sha256:3508f712365286b306554866d4c0e84ff1c7cc02505d590a2ab4fbd6ad747b1d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:05:53 ===================================================== [Pipeline] echo 15:05:53 taggedImages: 15:05:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.124 15:05:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 15:05:53 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 15:05:53 3a622268bb16cc6f060a937717ebd043e18486e3 15:05:53 2.0.0-dev.124 15:05:53 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:53 master 15:05:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:05:53 ---> Running in 0877bf530958 15:05:53 Removing intermediate container 591968d5fe46 15:05:53 ---> 9f8e00833363 15:05:53 Step 13/21 : WORKDIR /edgex 15:05:53 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:53 Removing intermediate container bd91f32d401e 15:05:53 ---> 980ec6e1fe4a 15:05:53 15:05:53 Step 10/23 : FROM alpine:3.12 15:05:53 ---> d10569e2745f 15:05:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:05:53 ---> Running in d1121d07a051 [Pipeline] isUnix [Pipeline] sh 15:05:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:05:54 32dfd5080b46: Preparing 15:05:54 32dfd5080b46: Preparing 15:05:54 db8afc818cc5: Preparing 15:05:54 dee2141228d1: Preparing 15:05:54 4031944ff38e: Preparing 15:05:54 5bdbd0c90fbc: Preparing 15:05:54 b56ab2f30132: Preparing 15:05:54 56ff398415ad: Preparing 15:05:54 56ff398415ad: Preparing 15:05:54 9b6a0a6ee583: Preparing 15:05:54 b0ffd2e421bf: Preparing 15:05:54 33e8713114f8: Preparing 15:05:54 b56ab2f30132: Waiting 15:05:54 56ff398415ad: Waiting 15:05:54 9b6a0a6ee583: Waiting 15:05:54 b0ffd2e421bf: Waiting 15:05:54 33e8713114f8: Waiting 15:05:54 db8afc818cc5: Pushed 15:05:54 32dfd5080b46: Pushed 15:05:54 4031944ff38e: Pushed 15:05:54 dee2141228d1: Pushed 15:05:54 b56ab2f30132: Layer already exists 15:05:54 33e8713114f8: Layer already exists 15:05:54 Removing intermediate container a3fc55e373d0 15:05:54 ---> 129779997f10 15:05:54 15:05:54 Step 10/22 : FROM alpine:3.12 15:05:54 ---> d10569e2745f 15:05:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:05:54 56ff398415ad: Pushed 15:05:54 9b6a0a6ee583: Pushed 15:05:54 b0ffd2e421bf: Pushed 15:05:54 ---> Running in 250324eef4bf 15:05:54 Removing intermediate container 0877bf530958 15:05:54 ---> dd85daeadf58 15:05:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:05:54 ---> Running in 4ac5e56227be 15:05:55 Removing intermediate container d1121d07a051 15:05:55 ---> 89617b02b201 15:05:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:05:55 5bdbd0c90fbc: Pushed 15:05:55 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:8cdc372b206b82ec0a59dd0b9dd2359e3d454cd231a6e53b3592107a040dd5aa size: 2816 [Pipeline] isUnix [Pipeline] sh 15:05:55 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:05:56 ---> eafa4c22f2aa 15:05:56 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:05:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.124 15:05:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:05:56 32dfd5080b46: Preparing 15:05:56 32dfd5080b46: Preparing 15:05:56 db8afc818cc5: Preparing 15:05:56 dee2141228d1: Preparing 15:05:56 4031944ff38e: Preparing 15:05:56 5bdbd0c90fbc: Preparing 15:05:56 b56ab2f30132: Preparing 15:05:56 56ff398415ad: Preparing 15:05:56 56ff398415ad: Preparing 15:05:56 9b6a0a6ee583: Preparing 15:05:56 b0ffd2e421bf: Preparing 15:05:56 33e8713114f8: Preparing 15:05:56 56ff398415ad: Waiting 15:05:56 9b6a0a6ee583: Waiting 15:05:56 b0ffd2e421bf: Waiting 15:05:56 33e8713114f8: Waiting 15:05:56 b56ab2f30132: Waiting 15:05:56 db8afc818cc5: Layer already exists 15:05:56 5bdbd0c90fbc: Layer already exists 15:05:56 32dfd5080b46: Layer already exists 15:05:56 4031944ff38e: Layer already exists 15:05:56 dee2141228d1: Layer already exists 15:05:56 56ff398415ad: Layer already exists 15:05:56 b56ab2f30132: Layer already exists 15:05:56 33e8713114f8: Layer already exists 15:05:56 9b6a0a6ee583: Layer already exists 15:05:56 b0ffd2e421bf: Layer already exists 15:05:56 2.0.0-dev.124: digest: sha256:8cdc372b206b82ec0a59dd0b9dd2359e3d454cd231a6e53b3592107a040dd5aa size: 2816 [Pipeline] isUnix [Pipeline] sh 15:05:56 ---> 4b6657b63daa 15:05:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:05:56 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:05:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:05:56 32dfd5080b46: Preparing 15:05:56 32dfd5080b46: Preparing 15:05:56 db8afc818cc5: Preparing 15:05:56 dee2141228d1: Preparing 15:05:56 4031944ff38e: Preparing 15:05:56 5bdbd0c90fbc: Preparing 15:05:56 b56ab2f30132: Preparing 15:05:56 56ff398415ad: Preparing 15:05:56 56ff398415ad: Preparing 15:05:56 9b6a0a6ee583: Preparing 15:05:56 b0ffd2e421bf: Preparing 15:05:56 33e8713114f8: Preparing 15:05:56 b56ab2f30132: Waiting 15:05:56 56ff398415ad: Waiting 15:05:56 9b6a0a6ee583: Waiting 15:05:56 b0ffd2e421bf: Waiting 15:05:56 33e8713114f8: Waiting 15:05:56 4031944ff38e: Layer already exists 15:05:56 dee2141228d1: Layer already exists 15:05:56 32dfd5080b46: Layer already exists 15:05:56 db8afc818cc5: Layer already exists 15:05:56 5bdbd0c90fbc: Layer already exists 15:05:56 b56ab2f30132: Layer already exists 15:05:56 56ff398415ad: Layer already exists 15:05:56 9b6a0a6ee583: Layer already exists 15:05:56 b0ffd2e421bf: Layer already exists 15:05:56 33e8713114f8: Layer already exists 15:05:56 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:8cdc372b206b82ec0a59dd0b9dd2359e3d454cd231a6e53b3592107a040dd5aa size: 2816 [Pipeline] isUnix [Pipeline] sh 15:05:57 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 15:05:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 15:05:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:05:57 32dfd5080b46: Preparing 15:05:57 32dfd5080b46: Preparing 15:05:57 db8afc818cc5: Preparing 15:05:57 dee2141228d1: Preparing 15:05:57 4031944ff38e: Preparing 15:05:57 5bdbd0c90fbc: Preparing 15:05:57 b56ab2f30132: Preparing 15:05:57 56ff398415ad: Preparing 15:05:57 56ff398415ad: Preparing 15:05:57 9b6a0a6ee583: Preparing 15:05:57 b0ffd2e421bf: Preparing 15:05:57 33e8713114f8: Preparing 15:05:57 b56ab2f30132: Waiting 15:05:57 56ff398415ad: Waiting 15:05:57 9b6a0a6ee583: Waiting 15:05:57 b0ffd2e421bf: Waiting 15:05:57 33e8713114f8: Waiting 15:05:57 32dfd5080b46: Layer already exists 15:05:57 5bdbd0c90fbc: Layer already exists 15:05:57 4031944ff38e: Layer already exists 15:05:57 dee2141228d1: Layer already exists 15:05:57 db8afc818cc5: Layer already exists 15:05:57 56ff398415ad: Layer already exists 15:05:57 b56ab2f30132: Layer already exists 15:05:57 9b6a0a6ee583: Layer already exists 15:05:57 b0ffd2e421bf: Layer already exists 15:05:57 33e8713114f8: Layer already exists 15:05:57 master: digest: sha256:8cdc372b206b82ec0a59dd0b9dd2359e3d454cd231a6e53b3592107a040dd5aa size: 2816 15:05:57 (1/1) Installing dumb-init (1.2.2-r1) 15:05:57 Executing busybox-1.31.1-r19.trigger 15:05:57 OK: 5 MiB in 15 packages 15:05:57 (1/1) Installing dumb-init (1.2.2-r1) 15:05:57 Executing busybox-1.31.1-r19.trigger [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:05:57 ===================================================== [Pipeline] echo 15:05:57 taggedImages: 15:05:57 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:57 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.124 15:05:57 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:57 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 15:05:57 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 15:05:57 3a622268bb16cc6f060a937717ebd043e18486e3 15:05:57 2.0.0-dev.124 15:05:57 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:05:57 master 15:05:57 ===================================================== 15:05:57 OK: 5 MiB in 15 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:05:58 ---> 8294c3bcf31c 15:05:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:05:58 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:05:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:05:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:05:58 64ae75c3ae8e: Preparing 15:05:58 bb48d771faf8: Preparing 15:05:58 24ceaf7d3f1b: Preparing 15:05:58 4570ac5c7c1c: Preparing 15:05:58 a54d0a8e4b98: Preparing 15:05:58 33e8713114f8: Preparing 15:05:58 33e8713114f8: Waiting 15:05:58 ---> 901a5d9e6776 15:05:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:05:58 24ceaf7d3f1b: Pushed 15:05:58 4570ac5c7c1c: Pushed 15:05:58 33e8713114f8: Layer already exists 15:05:59 a54d0a8e4b98: Pushed 15:05:59 64ae75c3ae8e: Pushed 15:05:59 bb48d771faf8: Pushed 15:05:59 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:43b742ae9650524d722a22a9b696ad6142c36a260d6a3f6a76acb3e7f3fc613a size: 1575 [Pipeline] isUnix [Pipeline] sh 15:05:59 ---> 2062f2aa2c4d 15:05:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:05:59 Removing intermediate container 250324eef4bf 15:05:59 ---> d327b33d8181 15:05:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:05:59 Removing intermediate container 4ac5e56227be 15:05:59 ---> 94b6d2d625f7 15:05:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:06:00 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:06:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.124 15:06:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:06:00 64ae75c3ae8e: Preparing 15:06:00 bb48d771faf8: Preparing 15:06:00 24ceaf7d3f1b: Preparing 15:06:00 4570ac5c7c1c: Preparing 15:06:00 a54d0a8e4b98: Preparing 15:06:00 33e8713114f8: Preparing 15:06:00 33e8713114f8: Waiting 15:06:00 a54d0a8e4b98: Layer already exists 15:06:00 bb48d771faf8: Layer already exists 15:06:00 4570ac5c7c1c: Layer already exists 15:06:00 64ae75c3ae8e: Layer already exists 15:06:00 24ceaf7d3f1b: Layer already exists 15:06:00 33e8713114f8: Layer already exists 15:06:00 2.0.0-dev.124: digest: sha256:43b742ae9650524d722a22a9b696ad6142c36a260d6a3f6a76acb3e7f3fc613a size: 1575 [Pipeline] isUnix [Pipeline] sh 15:06:00 ---> Running in 0d75a20b71be 15:06:00 ---> Running in 7df475ae3f30 15:06:00 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:06:00 ---> 0078a0055ec2 15:06:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:06:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:06:00 64ae75c3ae8e: Preparing 15:06:00 bb48d771faf8: Preparing 15:06:00 24ceaf7d3f1b: Preparing 15:06:00 4570ac5c7c1c: Preparing 15:06:00 a54d0a8e4b98: Preparing 15:06:00 33e8713114f8: Preparing 15:06:00 33e8713114f8: Waiting 15:06:00 4570ac5c7c1c: Layer already exists 15:06:00 bb48d771faf8: Layer already exists 15:06:00 64ae75c3ae8e: Layer already exists 15:06:00 24ceaf7d3f1b: Layer already exists 15:06:00 a54d0a8e4b98: Layer already exists 15:06:00 33e8713114f8: Layer already exists 15:06:00 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:43b742ae9650524d722a22a9b696ad6142c36a260d6a3f6a76acb3e7f3fc613a size: 1575 [Pipeline] isUnix [Pipeline] sh 15:06:01 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 15:06:01 ---> Running in be237aae5e93 15:06:01 Removing intermediate container 7df475ae3f30 15:06:01 ---> 0dee507edfe1 15:06:01 Step 13/23 : ENV APP_PORT=48082 15:06:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 15:06:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:06:01 64ae75c3ae8e: Preparing 15:06:01 bb48d771faf8: Preparing 15:06:01 24ceaf7d3f1b: Preparing 15:06:01 4570ac5c7c1c: Preparing 15:06:01 a54d0a8e4b98: Preparing 15:06:01 33e8713114f8: Preparing 15:06:01 33e8713114f8: Waiting 15:06:01 4570ac5c7c1c: Layer already exists 15:06:01 bb48d771faf8: Layer already exists 15:06:01 24ceaf7d3f1b: Layer already exists 15:06:01 64ae75c3ae8e: Layer already exists 15:06:01 a54d0a8e4b98: Layer already exists 15:06:01 33e8713114f8: Layer already exists 15:06:01 ---> 3f7c16e20f84 15:06:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:06:01 Removing intermediate container 0d75a20b71be 15:06:01 ---> 8b9d559c8531 15:06:01 Step 13/22 : ENV APP_PORT=48085 15:06:01 master: digest: sha256:43b742ae9650524d722a22a9b696ad6142c36a260d6a3f6a76acb3e7f3fc613a size: 1575 [Pipeline] } 15:06:01 ---> Running in a02a971742c2 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:06:01 ===================================================== [Pipeline] echo 15:06:02 taggedImages: 15:06:02 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:02 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.124 15:06:02 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:02 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 15:06:02 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 15:06:02 3a622268bb16cc6f060a937717ebd043e18486e3 15:06:02 2.0.0-dev.124 15:06:02 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:02 master 15:06:02 ===================================================== 15:06:02 ---> Running in 3411d51a4dbf 15:06:02 Removing intermediate container be237aae5e93 15:06:02 ---> 2be1a549746c 15:06:02 Step 18/21 : CMD ["--init=true"] [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:06:02 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:02 ---> Running in 92cb4833b131 15:06:02 Removing intermediate container a02a971742c2 15:06:02 ---> 313821162327 15:06:02 Step 14/23 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh 15:06:02 Removing intermediate container 3411d51a4dbf 15:06:02 ---> 1a0e73c99396 15:06:02 Step 14/22 : EXPOSE $APP_PORT 15:06:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:06:03 6edfa4d19c23: Preparing 15:06:03 61e000b7d2ff: Preparing 15:06:03 323f1f9ea457: Preparing 15:06:03 31fd55292e5e: Preparing 15:06:03 2892f763c2fa: Preparing 15:06:03 ae8ff4f6f80e: Preparing 15:06:03 77de7c7f0ee8: Preparing 15:06:03 c6f1f1a56e3a: Preparing 15:06:03 33e8713114f8: Preparing 15:06:03 ae8ff4f6f80e: Waiting 15:06:03 77de7c7f0ee8: Waiting 15:06:03 c6f1f1a56e3a: Waiting 15:06:03 33e8713114f8: Waiting 15:06:03 ---> Running in 3840719b9828 15:06:03 2892f763c2fa: Pushed 15:06:03 6edfa4d19c23: Pushed 15:06:03 61e000b7d2ff: Pushed 15:06:03 ---> bd5ada756d68 15:06:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:06:03 ---> Running in 2865c885aa10 15:06:03 Removing intermediate container 92cb4833b131 15:06:03 ---> a98e9a993c6b 15:06:03 Step 19/21 : LABEL arch=arm64 15:06:03 ae8ff4f6f80e: Pushed 15:06:03 77de7c7f0ee8: Pushed 15:06:03 33e8713114f8: Layer already exists 15:06:04 ---> Running in 952f935b84bc 15:06:04 Removing intermediate container 3840719b9828 15:06:04 ---> 290462d51b24 15:06:04 Step 15/23 : WORKDIR / 15:06:04 c6f1f1a56e3a: Pushed 15:06:04 31fd55292e5e: Pushed 15:06:04 323f1f9ea457: Pushed 15:06:04 Removing intermediate container 2865c885aa10 15:06:04 ---> 8adf43a320a0 15:06:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:06:04 ---> Running in e73f98976920 15:06:04 ---> 2ba698b30992 15:06:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:06:04 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:2f70a2432086eafa76f045677142102549828036dc279248fef9c3200e5cd3c4 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:06:04 ---> Running in 4422df720646 15:06:04 Removing intermediate container 952f935b84bc 15:06:04 ---> 623cc77caa30 15:06:04 Step 20/21 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:06:04 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:06:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.124 15:06:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:06:05 6edfa4d19c23: Preparing 15:06:05 61e000b7d2ff: Preparing 15:06:05 323f1f9ea457: Preparing 15:06:05 31fd55292e5e: Preparing 15:06:05 2892f763c2fa: Preparing 15:06:05 ae8ff4f6f80e: Preparing 15:06:05 77de7c7f0ee8: Preparing 15:06:05 c6f1f1a56e3a: Preparing 15:06:05 33e8713114f8: Preparing 15:06:05 77de7c7f0ee8: Waiting 15:06:05 c6f1f1a56e3a: Waiting 15:06:05 33e8713114f8: Waiting 15:06:05 ae8ff4f6f80e: Waiting 15:06:05 6edfa4d19c23: Layer already exists 15:06:05 61e000b7d2ff: Layer already exists 15:06:05 323f1f9ea457: Layer already exists 15:06:05 2892f763c2fa: Layer already exists 15:06:05 31fd55292e5e: Layer already exists 15:06:05 ae8ff4f6f80e: Layer already exists 15:06:05 33e8713114f8: Layer already exists 15:06:05 77de7c7f0ee8: Layer already exists 15:06:05 c6f1f1a56e3a: Layer already exists 15:06:05 2.0.0-dev.124: digest: sha256:2f70a2432086eafa76f045677142102549828036dc279248fef9c3200e5cd3c4 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:06:05 ---> Running in c659d1cd4767 15:06:05 Removing intermediate container e73f98976920 15:06:05 ---> 4142ce8d00f5 15:06:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:06:05 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:06:05 ---> af280d770f12 15:06:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:06:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:06:05 6edfa4d19c23: Preparing 15:06:05 61e000b7d2ff: Preparing 15:06:05 323f1f9ea457: Preparing 15:06:05 31fd55292e5e: Preparing 15:06:05 2892f763c2fa: Preparing 15:06:05 ae8ff4f6f80e: Preparing 15:06:05 77de7c7f0ee8: Preparing 15:06:05 c6f1f1a56e3a: Preparing 15:06:05 33e8713114f8: Preparing 15:06:05 ae8ff4f6f80e: Waiting 15:06:05 77de7c7f0ee8: Waiting 15:06:05 c6f1f1a56e3a: Waiting 15:06:05 33e8713114f8: Waiting 15:06:05 31fd55292e5e: Layer already exists 15:06:05 2892f763c2fa: Layer already exists 15:06:05 323f1f9ea457: Layer already exists 15:06:05 6edfa4d19c23: Layer already exists 15:06:05 61e000b7d2ff: Layer already exists 15:06:05 ae8ff4f6f80e: Layer already exists 15:06:05 77de7c7f0ee8: Layer already exists 15:06:05 c6f1f1a56e3a: Layer already exists 15:06:05 33e8713114f8: Layer already exists 15:06:05 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:2f70a2432086eafa76f045677142102549828036dc279248fef9c3200e5cd3c4 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:06:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:06:05 Status: Downloaded newer image for docker:20.10.0 15:06:05 ---> eeaf43b92773 15:06:05 Step 12/26 : RUN apk add --no-cache bash 15:06:05 Removing intermediate container c659d1cd4767 15:06:05 ---> 458f2a257baa 15:06:05 Step 21/21 : LABEL version=2.0.0-dev.124 15:06:06 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 15:06:06 ---> Running in 7c5ff15f2ee9 15:06:06 ---> Running in 7ad1e614cabf 15:06:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 15:06:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:06:06 6edfa4d19c23: Preparing 15:06:06 61e000b7d2ff: Preparing 15:06:06 323f1f9ea457: Preparing 15:06:06 31fd55292e5e: Preparing 15:06:06 2892f763c2fa: Preparing 15:06:06 ae8ff4f6f80e: Preparing 15:06:06 77de7c7f0ee8: Preparing 15:06:06 c6f1f1a56e3a: Preparing 15:06:06 33e8713114f8: Preparing 15:06:06 77de7c7f0ee8: Waiting 15:06:06 ae8ff4f6f80e: Waiting 15:06:06 c6f1f1a56e3a: Waiting 15:06:06 33e8713114f8: Waiting 15:06:06 31fd55292e5e: Layer already exists 15:06:06 323f1f9ea457: Layer already exists 15:06:06 2892f763c2fa: Layer already exists 15:06:06 61e000b7d2ff: Layer already exists 15:06:06 6edfa4d19c23: Layer already exists 15:06:06 ae8ff4f6f80e: Layer already exists 15:06:06 c6f1f1a56e3a: Layer already exists 15:06:06 33e8713114f8: Layer already exists 15:06:06 77de7c7f0ee8: Layer already exists 15:06:06 master: digest: sha256:2f70a2432086eafa76f045677142102549828036dc279248fef9c3200e5cd3c4 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry 15:06:06 ---> cb79e419f656 15:06:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:06:06 ===================================================== [Pipeline] echo 15:06:06 taggedImages: 15:06:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.124 15:06:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:06 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 15:06:06 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 15:06:06 3a622268bb16cc6f060a937717ebd043e18486e3 15:06:06 2.0.0-dev.124 15:06:06 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:06 master 15:06:06 ===================================================== 15:06:07 Removing intermediate container 7ad1e614cabf 15:06:07 ---> 865be0d63ff1 15:06:07 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:06:07 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:06:07 Successfully built 865be0d63ff1 15:06:07 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:06:07 ---> 33a4c4da342d 15:06:07  Building docker-security-proxy-setup-go ... done Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlBuilding docker-support-notifications-go 15:06:07 15:06:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:06:07 5301f002248b: Preparing 15:06:07 4c0dd80a8197: Preparing 15:06:07 b56ab2f30132: Preparing 15:06:07 f813285a8f82: Preparing 15:06:07 33e8713114f8: Preparing 15:06:07 33e8713114f8: Layer already exists 15:06:07 b56ab2f30132: Layer already exists 15:06:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:06:08 5301f002248b: Pushed 15:06:08 f813285a8f82: Pushed 15:06:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:06:08 ---> 797a6db62848 15:06:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:06:08 Removing intermediate container 4422df720646 15:06:08 ---> b6435241d986 15:06:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:06:09 4c0dd80a8197: Pushed 15:06:09 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:447b7c1113d81e675aebb3cedf3da29f54a23c37e130b374d0a97978ff9d57ed size: 1364 [Pipeline] isUnix [Pipeline] sh 15:06:09 ---> 2d1bfeaeba06 15:06:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:06:09 ---> Running in b99c09333fda 15:06:09 (1/2) Installing readline (8.0.4-r0) 15:06:09 (2/2) Installing bash (5.0.17-r0) 15:06:09 Executing bash-5.0.17-r0.post-install 15:06:09 Executing busybox-1.31.1-r19.trigger 15:06:09 OK: 12 MiB in 22 packages 15:06:09 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:06:09 ---> Running in 4738dbc7df10 15:06:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.124 15:06:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:06:09 5301f002248b: Preparing 15:06:09 4c0dd80a8197: Preparing 15:06:09 b56ab2f30132: Preparing 15:06:09 f813285a8f82: Preparing 15:06:09 33e8713114f8: Preparing 15:06:09 4c0dd80a8197: Layer already exists 15:06:09 5301f002248b: Layer already exists 15:06:09 33e8713114f8: Layer already exists 15:06:09 f813285a8f82: Layer already exists 15:06:09 b56ab2f30132: Layer already exists 15:06:09 2.0.0-dev.124: digest: sha256:447b7c1113d81e675aebb3cedf3da29f54a23c37e130b374d0a97978ff9d57ed size: 1364 [Pipeline] isUnix [Pipeline] sh 15:06:09 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:06:09 Removing intermediate container b99c09333fda 15:06:09 ---> fcc3f578c0f2 15:06:09 Step 22/24 : LABEL arch=arm64 15:06:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:06:10 5301f002248b: Preparing 15:06:10 4c0dd80a8197: Preparing 15:06:10 b56ab2f30132: Preparing 15:06:10 f813285a8f82: Preparing 15:06:10 33e8713114f8: Preparing 15:06:10 33e8713114f8: Layer already exists 15:06:10 4c0dd80a8197: Layer already exists 15:06:10 f813285a8f82: Layer already exists 15:06:10 5301f002248b: Layer already exists 15:06:10 b56ab2f30132: Layer already exists 15:06:10 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:447b7c1113d81e675aebb3cedf3da29f54a23c37e130b374d0a97978ff9d57ed size: 1364 [Pipeline] isUnix [Pipeline] sh 15:06:10 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 15:06:10 Removing intermediate container 4738dbc7df10 15:06:10 ---> 8a4e100a002c 15:06:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:06:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 15:06:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:06:10 5301f002248b: Preparing 15:06:10 4c0dd80a8197: Preparing 15:06:10 b56ab2f30132: Preparing 15:06:10 f813285a8f82: Preparing 15:06:10 33e8713114f8: Preparing 15:06:10 b56ab2f30132: Layer already exists 15:06:10 4c0dd80a8197: Layer already exists 15:06:10 33e8713114f8: Layer already exists 15:06:10 f813285a8f82: Layer already exists 15:06:10 5301f002248b: Layer already exists 15:06:10 master: digest: sha256:447b7c1113d81e675aebb3cedf3da29f54a23c37e130b374d0a97978ff9d57ed size: 1364 [Pipeline] } 15:06:10 ---> 57c44d92dcd7 15:06:10 Step 19/23 : ENTRYPOINT ["/core-command"] [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 15:06:11 ---> Running in 2c622024d460 15:06:11 ---> Running in 22019d295b29 [Pipeline] echo 15:06:11 ===================================================== [Pipeline] echo 15:06:11 taggedImages: 15:06:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.124 15:06:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 15:06:11 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 15:06:11 3a622268bb16cc6f060a937717ebd043e18486e3 15:06:11 2.0.0-dev.124 15:06:11 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:11 master 15:06:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 15:06:11 ---> Running in f28f2ac74f13 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:06:11 Removing intermediate container 2c622024d460 15:06:11 ---> 7077efbbf6fe 15:06:11 Step 23/24 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:06:11 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:06:11 ---> Running in 257f54fd2a62 15:06:11 Removing intermediate container 7c5ff15f2ee9 15:06:11 ---> 1becea1b40f2 15:06:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:06:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:06:12 89da9d98b83a: Preparing 15:06:12 1771475e8307: Preparing 15:06:12 b56ab2f30132: Preparing 15:06:12 c42b8b157f96: Preparing 15:06:12 33e8713114f8: Preparing 15:06:12 33e8713114f8: Layer already exists 15:06:12 c42b8b157f96: Layer already exists 15:06:12 b56ab2f30132: Layer already exists 15:06:12 Removing intermediate container 22019d295b29 15:06:12 ---> 310c802be7d4 15:06:12 Step 20/22 : LABEL arch=arm64 15:06:12 Removing intermediate container f28f2ac74f13 15:06:12 ---> 4ba9d81d0d89 15:06:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:06:12 ---> Running in 170d1ed243c9 15:06:12 89da9d98b83a: Pushed 15:06:12 ---> Running in cc4134646a41 15:06:12 ---> Running in e7f5fcacb801 15:06:12 Removing intermediate container 257f54fd2a62 15:06:12 ---> 240dc308057b 15:06:12 Step 24/24 : LABEL version=2.0.0-dev.124 15:06:12 Removing intermediate container 170d1ed243c9 15:06:12 ---> 6dd967b54ecf 15:06:12 Step 14/26 : ENV APP_PORT=48090 15:06:12 ---> Running in a5824f6817a9 15:06:13 ---> Running in 2a8f3186d5b6 15:06:13 Removing intermediate container e7f5fcacb801 15:06:13 ---> ff52c696b9fd 15:06:13 Step 21/22 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:06:13 Removing intermediate container cc4134646a41 15:06:13 ---> d2192a65b88c 15:06:13 Step 21/23 : LABEL arch=arm64 15:06:13 1771475e8307: Pushed 15:06:13 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:e0597e56058bb4311ccd2846a29b302f87d2fb7967d00bdefa20995e89429e33 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:06:13 ---> Running in fa221b7f3047 15:06:13 ---> Running in 91fa055fe0e2 15:06:13 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.124 15:06:13 Removing intermediate container a5824f6817a9 15:06:13 ---> 0984f82c0264 15:06:13 15:06:13 Removing intermediate container 2a8f3186d5b6 15:06:13 ---> 67fefde180f3 15:06:13 Step 15/26 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh 15:06:13 ---> Running in 9b46e1ded1c3 15:06:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.124 15:06:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:06:13 89da9d98b83a: Preparing 15:06:13 1771475e8307: Preparing 15:06:13 b56ab2f30132: Preparing 15:06:13 c42b8b157f96: Preparing 15:06:13 33e8713114f8: Preparing 15:06:13 b56ab2f30132: Layer already exists 15:06:13 33e8713114f8: Layer already exists 15:06:13 89da9d98b83a: Layer already exists 15:06:13 1771475e8307: Layer already exists 15:06:13 c42b8b157f96: Layer already exists 15:06:13 2.0.0-dev.124: digest: sha256:e0597e56058bb4311ccd2846a29b302f87d2fb7967d00bdefa20995e89429e33 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:06:14 Removing intermediate container 91fa055fe0e2 15:06:14 ---> 0adcbd7ae99d 15:06:14 Step 22/23 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:06:14 Successfully built 0984f82c0264 15:06:14 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:06:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:06:14  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 15:06:14 Removing intermediate container fa221b7f3047 15:06:14 ---> 35f64ac002ad 15:06:14 Step 22/22 : LABEL version=2.0.0-dev.124 15:06:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:06:14 89da9d98b83a: Preparing 15:06:14 1771475e8307: Preparing 15:06:14 b56ab2f30132: Preparing 15:06:14 c42b8b157f96: Preparing 15:06:14 33e8713114f8: Preparing 15:06:14 33e8713114f8: Layer already exists 15:06:14 89da9d98b83a: Layer already exists 15:06:14 c42b8b157f96: Layer already exists 15:06:14 1771475e8307: Layer already exists 15:06:14 b56ab2f30132: Layer already exists 15:06:14 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:e0597e56058bb4311ccd2846a29b302f87d2fb7967d00bdefa20995e89429e33 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:06:14 ---> Running in acc800ed6f77 15:06:14 ---> Running in 8e563c988f87 15:06:14 Removing intermediate container 9b46e1ded1c3 15:06:14 ---> b273df5a329c 15:06:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:06:14 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 15:06:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 15:06:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:06:15 89da9d98b83a: Preparing 15:06:15 1771475e8307: Preparing 15:06:15 b56ab2f30132: Preparing 15:06:15 c42b8b157f96: Preparing 15:06:15 33e8713114f8: Preparing 15:06:15 c42b8b157f96: Layer already exists 15:06:15 b56ab2f30132: Layer already exists 15:06:15 1771475e8307: Layer already exists 15:06:15 89da9d98b83a: Layer already exists 15:06:15 33e8713114f8: Layer already exists 15:06:15 master: digest: sha256:e0597e56058bb4311ccd2846a29b302f87d2fb7967d00bdefa20995e89429e33 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:06:15 ===================================================== 15:06:15 Removing intermediate container acc800ed6f77 15:06:15 ---> a6f97ed5ca78 15:06:15 Step 23/23 : LABEL version=2.0.0-dev.124 [Pipeline] echo 15:06:15 taggedImages: 15:06:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.124 15:06:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:15 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 15:06:15 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 15:06:15 3a622268bb16cc6f060a937717ebd043e18486e3 15:06:15 2.0.0-dev.124 15:06:15 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:15 master 15:06:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 15:06:15 Removing intermediate container 8e563c988f87 15:06:15 ---> d3699fadd6d6 15:06:15 [Pipeline] isUnix [Pipeline] sh 15:06:15 ---> Running in d2393fa596aa 15:06:15 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:06:16 Successfully built d3699fadd6d6 15:06:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:06:16 d3e210082ba7: Preparing 15:06:16 9ac35179deb9: Preparing 15:06:16 340dee13f2e5: Preparing 15:06:16 9271e3d29d8a: Preparing 15:06:16 8e976ecb6760: Preparing 15:06:16 6522c43a80b7: Preparing 15:06:16 5b4d397dae28: Preparing 15:06:16 0754057c0ad3: Preparing 15:06:16 998cdf262ab1: Preparing 15:06:16 02e56110abd2: Preparing 15:06:16 abc36efb885a: Preparing 15:06:16 b0b09059f4e1: Preparing 15:06:16 bb961f40224b: Preparing 15:06:16 f4666769fca7: Preparing 15:06:16 6522c43a80b7: Waiting 15:06:16 5b4d397dae28: Waiting 15:06:16 0754057c0ad3: Waiting 15:06:16 998cdf262ab1: Waiting 15:06:16 02e56110abd2: Waiting 15:06:16 abc36efb885a: Waiting 15:06:16 b0b09059f4e1: Waiting 15:06:16 bb961f40224b: Waiting 15:06:16 f4666769fca7: Waiting 15:06:16 Successfully tagged docker-support-scheduler-go-arm64:latest 15:06:16  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 15:06:16 8e976ecb6760: Pushed 15:06:16 d3e210082ba7: Pushed 15:06:16 ---> 95cd5338a066 15:06:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:06:16 9271e3d29d8a: Pushed 15:06:16 0754057c0ad3: Layer already exists 15:06:16 998cdf262ab1: Layer already exists 15:06:16 Removing intermediate container d2393fa596aa 15:06:16 ---> b5b77d72fd1f 15:06:16 15:06:16 02e56110abd2: Layer already exists 15:06:16 5b4d397dae28: Pushed 15:06:16 abc36efb885a: Layer already exists 15:06:16 b0b09059f4e1: Layer already exists 15:06:16 bb961f40224b: Layer already exists 15:06:16 9ac35179deb9: Pushed 15:06:16 f4666769fca7: Layer already exists 15:06:17 Successfully built b5b77d72fd1f 15:06:17 Successfully tagged docker-core-command-go-arm64:latest 15:06:17  Building docker-core-command-go ... done Building docker-core-data-go 15:06:17 6522c43a80b7: Pushed 15:06:17 ---> d976ff2e539d 15:06:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:06:19 ---> 2fe5d8f0b761 15:06:19 Step 19/26 : RUN apk --no-cache add py3-pip 15:06:19 ---> Running in edf8147f3f0a 15:06:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:06:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:06:21 (1/33) Installing libbz2 (1.0.8-r1) 15:06:21 (2/33) Installing expat (2.2.9-r1) 15:06:21 (3/33) Installing libffi (3.3-r2) 15:06:21 (4/33) Installing gdbm (1.13-r1) 15:06:21 (5/33) Installing xz-libs (5.2.5-r0) 15:06:21 (6/33) Installing sqlite-libs (3.32.1-r0) 15:06:21 (7/33) Installing python3 (3.8.5-r1) 15:06:23 (8/33) Installing py3-appdirs (1.4.4-r1) 15:06:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:06:23 (10/33) Installing py3-parsing (2.4.7-r0) 15:06:23 (11/33) Installing py3-six (1.15.0-r0) 15:06:23 (12/33) Installing py3-packaging (20.4-r0) 15:06:23 (13/33) Installing py3-setuptools (47.0.0-r0) 15:06:23 (14/33) Installing py3-chardet (3.0.4-r4) 15:06:23 (15/33) Installing py3-idna (2.9-r0) 15:06:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:06:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:06:23 (18/33) Installing py3-requests (2.23.0-r0) 15:06:23 (19/33) Installing py3-msgpack (1.0.0-r0) 15:06:23 (20/33) Installing py3-lockfile (0.12.2-r3) 15:06:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:06:24 (22/33) Installing py3-colorama (0.4.3-r0) 15:06:24 (23/33) Installing py3-distlib (0.3.0-r0) 15:06:24 (24/33) Installing py3-distro (1.5.0-r1) 15:06:24 (25/33) Installing py3-webencodings (0.5.1-r3) 15:06:24 (26/33) Installing py3-html5lib (1.0.1-r4) 15:06:24 (27/33) Installing py3-pytoml (0.1.21-r0) 15:06:24 (28/33) Installing py3-pep517 (0.8.2-r0) 15:06:24 (29/33) Installing py3-progress (1.5-r0) 15:06:24 (30/33) Installing py3-toml (0.10.1-r0) 15:06:24 (31/33) Installing py3-retrying (1.3.3-r0) 15:06:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:06:24 (33/33) Installing py3-pip (20.1.1-r0) 15:06:24 340dee13f2e5: Pushed 15:06:24 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:cca570a31a8e9f6016a3a19191f81976559b92d985c30c549f9a540604b6f158 size: 3252 [Pipeline] isUnix [Pipeline] sh 15:06:24 Executing busybox-1.31.1-r19.trigger 15:06:24 OK: 71 MiB in 55 packages 15:06:24 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:06:24 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.124 15:06:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:06:24 d3e210082ba7: Preparing 15:06:24 9ac35179deb9: Preparing 15:06:24 340dee13f2e5: Preparing 15:06:24 9271e3d29d8a: Preparing 15:06:24 8e976ecb6760: Preparing 15:06:24 6522c43a80b7: Preparing 15:06:24 5b4d397dae28: Preparing 15:06:24 0754057c0ad3: Preparing 15:06:24 998cdf262ab1: Preparing 15:06:24 02e56110abd2: Preparing 15:06:24 abc36efb885a: Preparing 15:06:24 b0b09059f4e1: Preparing 15:06:24 bb961f40224b: Preparing 15:06:24 f4666769fca7: Preparing 15:06:24 6522c43a80b7: Waiting 15:06:24 5b4d397dae28: Waiting 15:06:24 0754057c0ad3: Waiting 15:06:24 998cdf262ab1: Waiting 15:06:24 02e56110abd2: Waiting 15:06:24 abc36efb885a: Waiting 15:06:24 b0b09059f4e1: Waiting 15:06:24 bb961f40224b: Waiting 15:06:24 f4666769fca7: Waiting 15:06:24 d3e210082ba7: Layer already exists 15:06:24 9ac35179deb9: Layer already exists 15:06:24 8e976ecb6760: Layer already exists 15:06:24 9271e3d29d8a: Layer already exists 15:06:24 340dee13f2e5: Layer already exists 15:06:24 6522c43a80b7: Layer already exists 15:06:24 5b4d397dae28: Layer already exists 15:06:24 998cdf262ab1: Layer already exists 15:06:24 0754057c0ad3: Layer already exists 15:06:24 b0b09059f4e1: Layer already exists 15:06:24 abc36efb885a: Layer already exists 15:06:24 02e56110abd2: Layer already exists 15:06:24 bb961f40224b: Layer already exists 15:06:24 f4666769fca7: Layer already exists 15:06:24 2.0.0-dev.124: digest: sha256:cca570a31a8e9f6016a3a19191f81976559b92d985c30c549f9a540604b6f158 size: 3252 [Pipeline] isUnix [Pipeline] sh 15:06:25 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:06:25 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:06:25 d3e210082ba7: Preparing 15:06:25 9ac35179deb9: Preparing 15:06:25 340dee13f2e5: Preparing 15:06:25 9271e3d29d8a: Preparing 15:06:25 8e976ecb6760: Preparing 15:06:25 6522c43a80b7: Preparing 15:06:25 5b4d397dae28: Preparing 15:06:25 0754057c0ad3: Preparing 15:06:25 998cdf262ab1: Preparing 15:06:25 02e56110abd2: Preparing 15:06:25 abc36efb885a: Preparing 15:06:25 b0b09059f4e1: Preparing 15:06:25 bb961f40224b: Preparing 15:06:25 f4666769fca7: Preparing 15:06:25 6522c43a80b7: Waiting 15:06:25 5b4d397dae28: Waiting 15:06:25 0754057c0ad3: Waiting 15:06:25 998cdf262ab1: Waiting 15:06:25 02e56110abd2: Waiting 15:06:25 abc36efb885a: Waiting 15:06:25 b0b09059f4e1: Waiting 15:06:25 bb961f40224b: Waiting 15:06:25 f4666769fca7: Waiting 15:06:25 9ac35179deb9: Layer already exists 15:06:25 d3e210082ba7: Layer already exists 15:06:25 9271e3d29d8a: Layer already exists 15:06:25 8e976ecb6760: Layer already exists 15:06:25 340dee13f2e5: Layer already exists 15:06:25 5b4d397dae28: Layer already exists 15:06:25 6522c43a80b7: Layer already exists 15:06:25 0754057c0ad3: Layer already exists 15:06:25 02e56110abd2: Layer already exists 15:06:25 abc36efb885a: Layer already exists 15:06:25 998cdf262ab1: Layer already exists 15:06:25 b0b09059f4e1: Layer already exists 15:06:25 f4666769fca7: Layer already exists 15:06:25 bb961f40224b: Layer already exists 15:06:25 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:cca570a31a8e9f6016a3a19191f81976559b92d985c30c549f9a540604b6f158 size: 3252 [Pipeline] isUnix [Pipeline] sh 15:06:25 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 15:06:26 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 15:06:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:06:26 d3e210082ba7: Preparing 15:06:26 9ac35179deb9: Preparing 15:06:26 340dee13f2e5: Preparing 15:06:26 9271e3d29d8a: Preparing 15:06:26 8e976ecb6760: Preparing 15:06:26 6522c43a80b7: Preparing 15:06:26 5b4d397dae28: Preparing 15:06:26 0754057c0ad3: Preparing 15:06:26 998cdf262ab1: Preparing 15:06:26 02e56110abd2: Preparing 15:06:26 abc36efb885a: Preparing 15:06:26 b0b09059f4e1: Preparing 15:06:26 bb961f40224b: Preparing 15:06:26 f4666769fca7: Preparing 15:06:26 998cdf262ab1: Waiting 15:06:26 02e56110abd2: Waiting 15:06:26 abc36efb885a: Waiting 15:06:26 b0b09059f4e1: Waiting 15:06:26 bb961f40224b: Waiting 15:06:26 f4666769fca7: Waiting 15:06:26 6522c43a80b7: Waiting 15:06:26 5b4d397dae28: Waiting 15:06:26 9271e3d29d8a: Layer already exists 15:06:26 8e976ecb6760: Layer already exists 15:06:26 d3e210082ba7: Layer already exists 15:06:26 340dee13f2e5: Layer already exists 15:06:26 9ac35179deb9: Layer already exists 15:06:26 6522c43a80b7: Layer already exists 15:06:26 5b4d397dae28: Layer already exists 15:06:26 0754057c0ad3: Layer already exists 15:06:26 998cdf262ab1: Layer already exists 15:06:26 abc36efb885a: Layer already exists 15:06:26 02e56110abd2: Layer already exists 15:06:26 b0b09059f4e1: Layer already exists 15:06:26 bb961f40224b: Layer already exists 15:06:26 f4666769fca7: Layer already exists 15:06:26 master: digest: sha256:cca570a31a8e9f6016a3a19191f81976559b92d985c30c549f9a540604b6f158 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:06:26 ===================================================== [Pipeline] echo 15:06:26 taggedImages: 15:06:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3a622268bb16cc6f060a937717ebd043e18486e3 15:06:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.124 15:06:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:06:26 - 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] } 15:06:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:06:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:06:32 ---> cfad1d5c475f 15:06:32 Step 3/22 : WORKDIR /edgex-go 15:06:32 ---> Using cache 15:06:32 ---> 28d03aed5573 15:06:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:06:32 ---> Using cache 15:06:32 ---> 58a15305f24c 15:06:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:06:33 ---> Running in b925eb2d3cc5 15:06:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:06:36 OK: 217 MiB in 51 packages 15:06:37 Removing intermediate container edf8147f3f0a 15:06:37 ---> 20db8a66dbcf 15:06:37 Step 20/26 : RUN pip install docker-compose==1.23.2 15:06:37 ---> Running in 26cb25adf65e 15:06:38 Removing intermediate container b925eb2d3cc5 15:06:38 ---> 61f510c52871 15:06:38 Step 6/22 : COPY go.mod . 15:06:40 ---> c342b3971add 15:06:40 Step 7/22 : RUN go mod download 15:06:40 ---> Running in 97f83254d780 15:06:45 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:06:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:06:45 ---> cfad1d5c475f 15:06:45 Step 3/31 : WORKDIR /edgex-go 15:06:45 ---> Using cache 15:06:45 ---> 28d03aed5573 15:06:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:06:45 ---> Using cache 15:06:45 ---> 58a15305f24c 15:06:45 Step 5/31 : RUN apk add --update --no-cache make git 15:06:45 ---> Using cache 15:06:45 ---> c957f4d000ca 15:06:45 Step 6/31 : COPY go.mod . 15:06:45 ---> Using cache 15:06:45 ---> af7c37c7dbf9 15:06:45 Step 7/31 : RUN go mod download 15:06:45 ---> Using cache 15:06:45 ---> 1f32061b8936 15:06:45 Step 8/31 : COPY . . 15:06:45 Collecting docker-compose==1.23.2 15:06:45 ---> Using cache 15:06:45 ---> 1bfbd8759127 15:06:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:06:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:06:45 ---> Running in d0c3ba7570db 15:06:45 Removing intermediate container 97f83254d780 15:06:45 ---> c4769cc3aa4e 15:06:45 Step 8/22 : COPY . . 15:06:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:06:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:06:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:06:47 Collecting docopt<0.7,>=0.6.1 15:06:47 Downloading docopt-0.6.2.tar.gz (25 kB) 15:06:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:06:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:06:47 ---> cfad1d5c475f 15:06:47 Step 3/23 : WORKDIR /edgex-go 15:06:47 ---> Using cache 15:06:47 ---> 28d03aed5573 15:06:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:06:47 ---> Using cache 15:06:47 ---> 58a15305f24c 15:06:47 Step 5/23 : RUN apk add --update --no-cache make git 15:06:47 ---> Using cache 15:06:47 ---> c957f4d000ca 15:06:47 Step 6/23 : COPY go.mod . 15:06:47 ---> Using cache 15:06:47 ---> af7c37c7dbf9 15:06:47 Step 7/23 : RUN go mod download 15:06:47 ---> Using cache 15:06:47 ---> 1f32061b8936 15:06:47 Step 8/23 : COPY . . 15:06:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:06:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:06:48 ---> cfad1d5c475f 15:06:48 Step 3/23 : WORKDIR /edgex-go 15:06:48 ---> Using cache 15:06:48 ---> 28d03aed5573 15:06:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:06:48 ---> Using cache 15:06:48 ---> 58a15305f24c 15:06:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:06:48 ---> Using cache 15:06:48 ---> 1bfbd8759127 15:06:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:06:49 ---> Running in 96e3d8cab121 15:06:49 ---> Running in cf2c1ec45c8e 15:06:50 Collecting websocket-client<1.0,>=0.32.0 15:06:50 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:06:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:06:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:06:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:06:52 Collecting PyYAML<4,>=3.10 15:06:52 Downloading PyYAML-3.13.tar.gz (270 kB) 15:06:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:06:53 OK: 217 MiB in 51 packages 15:06:57 Removing intermediate container 96e3d8cab121 15:06:57 ---> 06b51b2356b7 15:06:57 Step 6/23 : COPY go.mod . 15:06:57 Collecting dockerpty<0.5,>=0.4.1 15:06:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:06:58 ---> 7ee75d6f094d 15:06:58 Step 7/23 : RUN go mod download 15:06:58 ---> Running in 68f337b40df2 15:06:59 Collecting texttable<0.10,>=0.9.0 15:06:59 Downloading texttable-0.9.1.tar.gz (11 kB) 15:07:01 ---> 265f5ce62d60 15:07:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:07:01 ---> Running in 8149b2598f9f 15:07:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:07:03 Collecting docker<4.0,>=3.6.0 15:07:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:07:04 Removing intermediate container 68f337b40df2 15:07:04 ---> d09439c5a6f1 15:07:04 Step 8/23 : COPY . . 15:07:04 Collecting cached-property<2,>=1.2.0 15:07:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:07:05 Collecting jsonschema<3,>=2.5.1 15:07:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:07:05 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) 15:07:05 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) 15:07:06 Collecting urllib3<1.25,>=1.21.1 15:07:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:07:07 Collecting idna<2.8,>=2.5 15:07:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:07:07 Collecting docker-pycreds>=0.4.0 15:07:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:07:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:07:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:07:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:07:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:07:09 Installing collected packages: urllib3, idna, requests, docopt, websocket-client, PyYAML, dockerpty, texttable, docker-pycreds, docker, cached-property, jsonschema, docker-compose 15:07:09 Attempting uninstall: urllib3 15:07:09 Found existing installation: urllib3 1.25.9 15:07:09 Uninstalling urllib3-1.25.9: 15:07:09 Successfully uninstalled urllib3-1.25.9 15:07:10 Attempting uninstall: idna 15:07:10 Found existing installation: idna 2.9 15:07:10 Uninstalling idna-2.9: 15:07:10 Successfully uninstalled idna-2.9 15:07:11 Attempting uninstall: requests 15:07:11 Found existing installation: requests 2.23.0 15:07:11 Uninstalling requests-2.23.0: 15:07:12 Successfully uninstalled requests-2.23.0 15:07:12 Running setup.py install for docopt: started 15:07:16 Running setup.py install for docopt: finished with status 'done' 15:07:16 Running setup.py install for PyYAML: started 15:07:16 ---> c616de2db2bf 15:07:16 Step 9/23 : RUN make cmd/core-data/core-data 15:07:16 ---> Running in 43d7445ded18 15:07:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.124" -o cmd/core-data/core-data ./cmd/core-data 15:07:19 Running setup.py install for PyYAML: finished with status 'done' 15:07:19 Running setup.py install for dockerpty: started 15:07:22 Running setup.py install for dockerpty: finished with status 'done' 15:07:22 Running setup.py install for texttable: started 15:07:24 Running setup.py install for texttable: finished with status 'done' 15:07:27 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 15:07:33 Removing intermediate container 26cb25adf65e 15:07:33 ---> 18dce27904be 15:07:33 Step 21/26 : RUN apk --no-cache add curl 15:07:33 ---> Running in 00ad81ad7be4 15:07:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:07:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:07:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:07:35 (2/3) Installing libcurl (7.69.1-r3) 15:07:35 (3/3) Installing curl (7.69.1-r3) 15:07:35 Executing busybox-1.31.1-r19.trigger 15:07:35 OK: 71 MiB in 58 packages 15:07:37 Removing intermediate container 00ad81ad7be4 15:07:37 ---> 79303c1f8a50 15:07:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:07:37 ---> Running in 066267d01b69 15:07:38 Removing intermediate container 066267d01b69 15:07:38 ---> 70c2c160dc71 15:07:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:07:38 ---> Running in 327abc995a1e 15:07:39 Removing intermediate container 327abc995a1e 15:07:39 ---> 85f7fdaf7754 15:07:39 Step 24/26 : LABEL arch=arm64 15:07:39 ---> Running in 4f148fe9cb5a 15:07:39 Removing intermediate container 4f148fe9cb5a 15:07:39 ---> 6e618733f37f 15:07:39 Step 25/26 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:07:40 ---> Running in 8d699d09cfe2 15:07:40 Removing intermediate container 8d699d09cfe2 15:07:40 ---> 8d84d3063b88 15:07:40 Step 26/26 : LABEL version=2.0.0-dev.124 15:07:41 ---> Running in 44cba9063ccb 15:07:41 Removing intermediate container 44cba9063ccb 15:07:41 ---> 6ccfd43b0e73 15:07:41 15:07:42 Successfully built 6ccfd43b0e73 15:07:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:08:29  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d0c3ba7570db 15:08:29 ---> 13fc50b9e8aa 15:08:29 15:08:29 Step 10/31 : FROM alpine:3.12 15:08:29 ---> d10569e2745f 15:08:29 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:08:29 ---> Running in f6c0ccd55ddf 15:08:29 Removing intermediate container f6c0ccd55ddf 15:08:29 ---> 20913061dd1e 15:08:29 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:08:29 ---> Running in f23e87910049 15:08:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:08:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:08:29 (1/2) Installing dumb-init (1.2.2-r1) 15:08:29 (2/2) Installing su-exec (0.2-r1) 15:08:29 Executing busybox-1.31.1-r19.trigger 15:08:29 OK: 5 MiB in 16 packages 15:08:29 Removing intermediate container f23e87910049 15:08:29 ---> 3232f9350bd2 15:08:29 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:08:29 ---> Running in 93e6fc421111 15:08:29 Removing intermediate container 93e6fc421111 15:08:29 ---> b457b4c8dff5 15:08:29 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:08:30 ---> Running in 8d2539142e68 15:08:30 Removing intermediate container 8d2539142e68 15:08:30 ---> 4396b52f87cd 15:08:30 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:08:31 ---> Running in 6d68ec3f5dde 15:08:34 Removing intermediate container 6d68ec3f5dde 15:08:34 ---> 20f7138e87d5 15:08:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:08:34 ---> Running in 03fcf44873d0 15:08:35 Removing intermediate container 03fcf44873d0 15:08:35 ---> d54c056f7bf0 15:08:35 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:08:36 ---> dbde31ec5b08 15:08:36 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:08:36 ---> Running in 4257d16b21d9 15:08:40 Removing intermediate container 4257d16b21d9 15:08:40 ---> 0e9453e18580 15:08:40 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:41 ---> 54019b4b3f9e 15:08:41 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:08:43 ---> 57531440ab7a 15:08:43 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:08:44 ---> 762c403fd996 15:08:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:08:45 ---> d4c3ca83a3d2 15:08:45 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:08:48 ---> 2bce77350f33 15:08:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:08:48 ---> Running in 823b78aca055 15:08:50 Removing intermediate container 823b78aca055 15:08:50 ---> ac3df50f72e9 15:08:50 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:08:51 Removing intermediate container 8149b2598f9f 15:08:51 ---> 918233f1e086 15:08:51 15:08:51 Step 10/22 : FROM alpine:3.12 15:08:51 ---> d10569e2745f 15:08:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:08:51 ---> a5635a943aa4 15:08:51 Step 26/31 : RUN chmod +x /entrypoint.sh 15:08:51 ---> Running in fd2188ff7bdd 15:08:51 Removing intermediate container cf2c1ec45c8e 15:08:51 ---> bcb3d0f8ad41 15:08:51 15:08:51 Step 10/23 : FROM alpine:3.12 15:08:51 ---> d10569e2745f 15:08:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:08:51 ---> Using cache 15:08:51 ---> d327b33d8181 15:08:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:08:51 ---> Using cache 15:08:51 ---> 0dee507edfe1 15:08:51 Step 13/23 : ENV APP_PORT=48081 15:08:51 ---> Running in 1934b931a872 15:08:52 ---> Running in bc9b485d5bab 15:08:53 Removing intermediate container bc9b485d5bab 15:08:53 ---> a4f7848ba5ca 15:08:53 Step 14/23 : EXPOSE $APP_PORT 15:08:53 ---> Running in 5566bbd1309a 15:08:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:08:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:08:53 Removing intermediate container 5566bbd1309a 15:08:53 ---> 76390cf6ad04 15:08:53 Step 15/23 : WORKDIR / 15:08:53 ---> Running in 452e774438ab 15:08:53 (1/2) Installing ca-certificates (20191127-r4) 15:08:54 (2/2) Installing dumb-init (1.2.2-r1) 15:08:54 Executing busybox-1.31.1-r19.trigger 15:08:54 Executing ca-certificates-20191127-r4.trigger 15:08:54 OK: 6 MiB in 16 packages 15:08:54 Removing intermediate container 452e774438ab 15:08:54 ---> 26339703d6c0 15:08:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:55 Removing intermediate container 1934b931a872 15:08:55 ---> 15b669f8e4f0 15:08:55 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:08:55 ---> Running in d1c92f9f96f4 15:08:55 ---> 960c900c8ce6 15:08:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:08:56 Removing intermediate container fd2188ff7bdd 15:08:56 ---> e302e3eacd3e 15:08:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:08:56 Removing intermediate container d1c92f9f96f4 15:08:56 ---> 84385c76409e 15:08:56 Step 28/31 : CMD ["gate"] 15:08:56 ---> Running in 39289b8e7245 15:08:57 ---> Running in 8391c0784d30 15:08:57 ---> 88e90c71df84 15:08:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:08:57 Removing intermediate container 39289b8e7245 15:08:57 ---> 9da1cb153d61 15:08:57 Step 13/22 : ENV APP_PORT=48060 15:08:57 ---> Running in bb532c46361d 15:08:58 Removing intermediate container 8391c0784d30 15:08:58 ---> 62bcd358ae32 15:08:58 Step 29/31 : LABEL arch=arm64 15:08:58 ---> Running in 22654d3b9ffe 15:08:58 Removing intermediate container bb532c46361d 15:08:58 ---> 5d68839514d7 15:08:58 Step 14/22 : EXPOSE $APP_PORT 15:08:58 ---> 6ac3f1463c0b 15:08:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:08:58 ---> Running in f5e5069d78eb 15:08:58 ---> Running in f2ad96192d7b 15:08:59 Removing intermediate container 22654d3b9ffe 15:08:59 ---> 4607d95b8b85 15:08:59 Step 30/31 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:08:59 Removing intermediate container f2ad96192d7b 15:08:59 ---> 02bb3151581d 15:08:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:08:59 Removing intermediate container f5e5069d78eb 15:08:59 ---> c79772ac8582 15:08:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:59 ---> Running in 9a3e72aaa31f 15:08:59 ---> Running in fd08c9d77e93 15:09:00 Removing intermediate container 9a3e72aaa31f 15:09:00 ---> 3c577b9db664 15:09:00 Step 21/23 : LABEL arch=arm64 15:09:00 Removing intermediate container fd08c9d77e93 15:09:00 ---> 7b4df9482693 15:09:00 Step 31/31 : LABEL version=2.0.0-dev.124 15:09:00 ---> e7d4740b2182 15:09:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:09:00 ---> Running in 472febb221aa 15:09:00 ---> Running in 3cdbd14cdac9 15:09:01 Removing intermediate container 472febb221aa 15:09:01 ---> 56a590e5b89d 15:09:01 Step 22/23 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:09:01 Removing intermediate container 3cdbd14cdac9 15:09:01 ---> 75eb9afafb8a 15:09:01 15:09:01 ---> Running in a90dcf7843c4 15:09:02 Successfully built 75eb9afafb8a 15:09:02 ---> 524ea48ee2c9 15:09:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:09:02 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:09:02  Building docker-security-bootstrapper-go ... done Removing intermediate container a90dcf7843c4 15:09:02 ---> 3707cd9da18b 15:09:02 Step 23/23 : LABEL version=2.0.0-dev.124 15:09:02 ---> Running in 82657f5c5706 15:09:02 ---> 2db2c6f5fc98 15:09:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:09:02 Removing intermediate container 82657f5c5706 15:09:02 ---> 51eaa965f10a 15:09:02 15:09:03 Successfully built 51eaa965f10a 15:09:03 Successfully tagged docker-core-metadata-go-arm64:latest 15:09:03  Building docker-core-metadata-go ... done  ---> Running in 5b808f9a86ec 15:09:04 Removing intermediate container 5b808f9a86ec 15:09:04 ---> 1f7d7d5d75b0 15:09:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:09:04 ---> Running in 08a42907a294 15:09:04 Removing intermediate container 08a42907a294 15:09:04 ---> 23ecb413bf53 15:09:04 Step 20/22 : LABEL arch=arm64 15:09:05 ---> Running in d412be2b60ab 15:09:05 Removing intermediate container 43d7445ded18 15:09:05 ---> 314ce6580e4a 15:09:05 15:09:05 Step 10/23 : FROM alpine:3.12 15:09:05 ---> d10569e2745f 15:09:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:09:05 Removing intermediate container d412be2b60ab 15:09:05 ---> 7ae68c1c1a93 15:09:05 Step 21/22 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:09:06 ---> Running in 6e9371b1f72c 15:09:06 ---> Running in 2bb560dbf6d7 15:09:06 Removing intermediate container 6e9371b1f72c 15:09:06 ---> fb7cbe91d18e 15:09:06 Step 12/23 : ENV APP_PORT=48080 15:09:06 Removing intermediate container 2bb560dbf6d7 15:09:06 ---> afcd24b0f762 15:09:06 Step 22/22 : LABEL version=2.0.0-dev.124 15:09:06 ---> Running in 072b883cc84b 15:09:06 ---> Running in 34812d9ce195 15:09:07 Removing intermediate container 072b883cc84b 15:09:07 ---> c190b4f081db 15:09:07 Step 13/23 : EXPOSE $APP_PORT 15:09:07 Removing intermediate container 34812d9ce195 15:09:07 ---> 61506e5f328d 15:09:07 15:09:07 ---> Running in ebf948045c16 15:09:07 Successfully built 61506e5f328d 15:09:07 Successfully tagged docker-support-notifications-go-arm64:latest 15:09:07  Building docker-support-notifications-go ... done Removing intermediate container ebf948045c16 15:09:07 ---> cb6b96ad6a04 15:09:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:08 ---> Running in 4dbd04436feb 15:09:09 Removing intermediate container 4dbd04436feb 15:09:09 ---> a5e9f762f625 15:09:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:09:10 ---> Running in 321806ccc3e3 15:09:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:09:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:09:14 (1/6) Installing dumb-init (1.2.2-r1) 15:09:14 (2/6) Installing libgcc (9.3.0-r2) 15:09:14 (3/6) Installing libsodium (1.0.18-r0) 15:09:14 (4/6) Installing libstdc++ (9.3.0-r2) 15:09:15 (5/6) Installing libzmq (4.3.3-r0) 15:09:15 (6/6) Installing zeromq (4.3.3-r0) 15:09:15 Executing busybox-1.31.1-r19.trigger 15:09:15 OK: 8 MiB in 20 packages 15:09:17 Removing intermediate container 321806ccc3e3 15:09:17 ---> 73050487ba57 15:09:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:09:17 ---> 8a248ce7f52f 15:09:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:09:19 ---> b98751f4e591 15:09:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:09:19 ---> 41ddcd4baf0d 15:09:19 Step 19/23 : ENTRYPOINT ["/core-data"] 15:09:19 ---> Running in 2ef56af03d81 15:09:20 Removing intermediate container 2ef56af03d81 15:09:20 ---> b873b75e04f2 15:09:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:09:20 ---> Running in e382349f9c9c 15:09:20 Removing intermediate container e382349f9c9c 15:09:20 ---> 5119799bb611 15:09:20 Step 21/23 : LABEL arch=arm64 15:09:20 ---> Running in bc65a6feac07 15:09:21 Removing intermediate container bc65a6feac07 15:09:21 ---> 36d930deea85 15:09:21 Step 22/23 : LABEL git_sha=3a622268bb16cc6f060a937717ebd043e18486e3 15:09:21 ---> Running in 9508059cd70f 15:09:22 Removing intermediate container 9508059cd70f 15:09:22 ---> c60f7e7c0724 15:09:22 Step 23/23 : LABEL version=2.0.0-dev.124 15:09:22 ---> Running in d16992ec5fe9 15:09:22 Removing intermediate container d16992ec5fe9 15:09:22 ---> b69480528a98 15:09:22 15:09:22 Successfully built b69480528a98 15:09:22 Successfully tagged docker-core-data-go-arm64:latest 15:09:23  Building docker-core-data-go ... done  [Pipeline] } 15:09:23 $ docker stop --time=1 bdf12c4f75880ce82fea14e5066edf0e6f9c1423e3410eb9acd5de0862ffd629 15:09:25 $ docker rm -f bdf12c4f75880ce82fea14e5066edf0e6f9c1423e3410eb9acd5de0862ffd629 [Pipeline] // withDockerContainer [Pipeline] sh 15:09:25 + docker images 15:09:25 + grep docker 15:09:26 docker-core-data-go-arm64 latest b69480528a98 4 seconds ago 21.3MB 15:09:26 docker-support-notifications-go-arm64 latest 61506e5f328d 19 seconds ago 16.9MB 15:09:26 docker-core-metadata-go-arm64 latest 51eaa965f10a 24 seconds ago 17.9MB 15:09:26 docker-security-bootstrapper-go-arm64 latest 75eb9afafb8a 25 seconds ago 17.8MB 15:09:26 docker-sys-mgmt-agent-go-arm64 latest 6ccfd43b0e73 About a minute ago 300MB 15:09:26 docker-core-command-go-arm64 latest b5b77d72fd1f 3 minutes ago 16.2MB 15:09:26 docker-support-scheduler-go-arm64 latest d3699fadd6d6 3 minutes ago 16.3MB 15:09:26 docker-security-secretstore-setup-go-arm64 latest 0984f82c0264 3 minutes ago 23.7MB 15:09:26 docker-security-proxy-setup-go-arm64 latest 865be0d63ff1 3 minutes ago 23.4MB 15:09:26 docker 20.10.0 eeaf43b92773 3 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 15:09:26 provisioning config files... 15:09:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/391@tmp/config7816034633288003421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:09:27 ---> docker-login.sh 15:09:27 nexus3.edgexfoundry.org:10001 15:09:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:27 Configure a credential helper to remove this warning. See 15:09:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:27 15:09:27 Login Succeeded 15:09:27 nexus3.edgexfoundry.org:10002 15:09:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:28 Configure a credential helper to remove this warning. See 15:09:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:28 15:09:28 Login Succeeded 15:09:28 nexus3.edgexfoundry.org:10003 15:09:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:29 Configure a credential helper to remove this warning. See 15:09:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:29 15:09:29 Login Succeeded 15:09:29 nexus3.edgexfoundry.org:10004 15:09:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:29 Configure a credential helper to remove this warning. See 15:09:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:29 15:09:29 Login Succeeded 15:09:29 docker.io 15:09:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:30 Configure a credential helper to remove this warning. See 15:09:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:30 15:09:30 Login Succeeded 15:09:30 ---> docker-login.sh ends [Pipeline] } 15:09:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:30 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 15:09:30 3a622268bb16cc6f060a937717ebd043e18486e3 15:09:30 2.0.0-dev.124 15:09:30 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:30 master 15:09:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:09:31 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:09:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:09:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:09:31 1905469d17f1: Preparing 15:09:31 2bc41e6fd66a: Preparing 15:09:31 0c6ba6114c71: Preparing 15:09:31 2ba7396f71e5: Preparing 15:09:31 02a88cfff88f: Preparing 15:09:32 02a88cfff88f: Layer already exists 15:09:32 0c6ba6114c71: Pushed 15:09:32 1905469d17f1: Pushed 15:09:32 2ba7396f71e5: Pushed 15:09:34 2bc41e6fd66a: Pushed 15:09:34 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:5b840417920748119326cb96c95599f3204642a069120632b5cdad144f9f5d60 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:09:35 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:09:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.124 15:09:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:09:35 1905469d17f1: Preparing 15:09:35 2bc41e6fd66a: Preparing 15:09:35 0c6ba6114c71: Preparing 15:09:35 2ba7396f71e5: Preparing 15:09:35 02a88cfff88f: Preparing 15:09:35 0c6ba6114c71: Layer already exists 15:09:35 2ba7396f71e5: Layer already exists 15:09:35 1905469d17f1: Layer already exists 15:09:35 02a88cfff88f: Layer already exists 15:09:35 2bc41e6fd66a: Layer already exists 15:09:35 2.0.0-dev.124: digest: sha256:5b840417920748119326cb96c95599f3204642a069120632b5cdad144f9f5d60 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:09:36 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:09:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:09:36 1905469d17f1: Preparing 15:09:36 2bc41e6fd66a: Preparing 15:09:36 0c6ba6114c71: Preparing 15:09:36 2ba7396f71e5: Preparing 15:09:36 02a88cfff88f: Preparing 15:09:36 0c6ba6114c71: Layer already exists 15:09:36 1905469d17f1: Layer already exists 15:09:36 2ba7396f71e5: Layer already exists 15:09:36 2bc41e6fd66a: Layer already exists 15:09:36 02a88cfff88f: Layer already exists 15:09:36 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:5b840417920748119326cb96c95599f3204642a069120632b5cdad144f9f5d60 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:09:37 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:09:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 15:09:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:09:37 1905469d17f1: Preparing 15:09:37 2bc41e6fd66a: Preparing 15:09:37 0c6ba6114c71: Preparing 15:09:37 2ba7396f71e5: Preparing 15:09:37 02a88cfff88f: Preparing 15:09:37 2ba7396f71e5: Layer already exists 15:09:37 1905469d17f1: Layer already exists 15:09:37 02a88cfff88f: Layer already exists 15:09:37 0c6ba6114c71: Layer already exists 15:09:37 2bc41e6fd66a: Layer already exists 15:09:37 master: digest: sha256:5b840417920748119326cb96c95599f3204642a069120632b5cdad144f9f5d60 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:37 ===================================================== [Pipeline] echo 15:09:38 taggedImages: 15:09:38 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:09:38 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.124 15:09:38 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:38 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 15:09:38 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 15:09:38 3a622268bb16cc6f060a937717ebd043e18486e3 15:09:38 2.0.0-dev.124 15:09:38 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:38 master 15:09:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:09:38 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:09:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:09:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:09:39 9d130e96f194: Preparing 15:09:39 59107afadc71: Preparing 15:09:39 0c6ba6114c71: Preparing 15:09:39 dd9c8bac3034: Preparing 15:09:39 60c111b1bf55: Preparing 15:09:39 02a88cfff88f: Preparing 15:09:39 02a88cfff88f: Waiting 15:09:39 0c6ba6114c71: Layer already exists 15:09:39 02a88cfff88f: Layer already exists 15:09:39 9d130e96f194: Pushed 15:09:39 60c111b1bf55: Pushed 15:09:39 dd9c8bac3034: Pushed 15:09:42 59107afadc71: Pushed 15:09:42 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:c9cde534077211ea473a09463e27ef6f15dc35b43d53381b6a8abfdca58c1a77 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:09:42 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:09:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.124 15:09:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:09:43 9d130e96f194: Preparing 15:09:43 59107afadc71: Preparing 15:09:43 0c6ba6114c71: Preparing 15:09:43 dd9c8bac3034: Preparing 15:09:43 60c111b1bf55: Preparing 15:09:43 02a88cfff88f: Preparing 15:09:43 02a88cfff88f: Waiting 15:09:43 dd9c8bac3034: Layer already exists 15:09:43 60c111b1bf55: Layer already exists 15:09:43 9d130e96f194: Layer already exists 15:09:43 0c6ba6114c71: Layer already exists 15:09:43 59107afadc71: Layer already exists 15:09:43 02a88cfff88f: Layer already exists 15:09:43 2.0.0-dev.124: digest: sha256:c9cde534077211ea473a09463e27ef6f15dc35b43d53381b6a8abfdca58c1a77 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:09:43 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:09:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:09:44 9d130e96f194: Preparing 15:09:44 59107afadc71: Preparing 15:09:44 0c6ba6114c71: Preparing 15:09:44 dd9c8bac3034: Preparing 15:09:44 60c111b1bf55: Preparing 15:09:44 02a88cfff88f: Preparing 15:09:44 02a88cfff88f: Waiting 15:09:44 59107afadc71: Layer already exists 15:09:44 0c6ba6114c71: Layer already exists 15:09:44 dd9c8bac3034: Layer already exists 15:09:44 60c111b1bf55: Layer already exists 15:09:44 9d130e96f194: Layer already exists 15:09:44 02a88cfff88f: Layer already exists 15:09:44 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:c9cde534077211ea473a09463e27ef6f15dc35b43d53381b6a8abfdca58c1a77 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:09:44 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:09:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 15:09:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:09:45 9d130e96f194: Preparing 15:09:45 59107afadc71: Preparing 15:09:45 0c6ba6114c71: Preparing 15:09:45 dd9c8bac3034: Preparing 15:09:45 60c111b1bf55: Preparing 15:09:45 02a88cfff88f: Preparing 15:09:45 02a88cfff88f: Waiting 15:09:45 9d130e96f194: Layer already exists 15:09:45 60c111b1bf55: Layer already exists 15:09:45 0c6ba6114c71: Layer already exists 15:09:45 59107afadc71: Layer already exists 15:09:45 dd9c8bac3034: Layer already exists 15:09:45 02a88cfff88f: Layer already exists 15:09:45 master: digest: sha256:c9cde534077211ea473a09463e27ef6f15dc35b43d53381b6a8abfdca58c1a77 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:45 ===================================================== [Pipeline] echo 15:09:45 taggedImages: 15:09:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:09:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.124 15:09:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:45 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 15:09:45 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 15:09:45 3a622268bb16cc6f060a937717ebd043e18486e3 15:09:45 2.0.0-dev.124 15:09:45 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:45 master 15:09:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:09:46 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:09:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:09:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:09:46 5cf7c8e772ad: Preparing 15:09:46 69ca6d876bbb: Preparing 15:09:46 0c6ba6114c71: Preparing 15:09:46 2ba7396f71e5: Preparing 15:09:46 02a88cfff88f: Preparing 15:09:46 0c6ba6114c71: Layer already exists 15:09:46 02a88cfff88f: Layer already exists 15:09:46 2ba7396f71e5: Layer already exists 15:09:46 5cf7c8e772ad: Pushed 15:09:50 69ca6d876bbb: Pushed 15:09:50 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:aef122c4dd976f777ef3e04398afc8323b667e922e9548583783bc6474960692 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:09:50 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:09:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.124 15:09:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:09:50 5cf7c8e772ad: Preparing 15:09:50 69ca6d876bbb: Preparing 15:09:50 0c6ba6114c71: Preparing 15:09:50 2ba7396f71e5: Preparing 15:09:50 02a88cfff88f: Preparing 15:09:50 5cf7c8e772ad: Layer already exists 15:09:50 69ca6d876bbb: Layer already exists 15:09:50 2ba7396f71e5: Layer already exists 15:09:50 02a88cfff88f: Layer already exists 15:09:50 0c6ba6114c71: Layer already exists 15:09:51 2.0.0-dev.124: digest: sha256:aef122c4dd976f777ef3e04398afc8323b667e922e9548583783bc6474960692 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:09:51 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:09:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:09:51 5cf7c8e772ad: Preparing 15:09:51 69ca6d876bbb: Preparing 15:09:51 0c6ba6114c71: Preparing 15:09:51 2ba7396f71e5: Preparing 15:09:51 02a88cfff88f: Preparing 15:09:51 2ba7396f71e5: Layer already exists 15:09:51 02a88cfff88f: Layer already exists 15:09:51 69ca6d876bbb: Layer already exists 15:09:51 0c6ba6114c71: Layer already exists 15:09:51 5cf7c8e772ad: Layer already exists 15:09:52 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:aef122c4dd976f777ef3e04398afc8323b667e922e9548583783bc6474960692 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:09:52 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:09:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 15:09:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:09:52 5cf7c8e772ad: Preparing 15:09:52 69ca6d876bbb: Preparing 15:09:52 0c6ba6114c71: Preparing 15:09:52 2ba7396f71e5: Preparing 15:09:52 02a88cfff88f: Preparing 15:09:52 2ba7396f71e5: Layer already exists 15:09:52 69ca6d876bbb: Layer already exists 15:09:52 02a88cfff88f: Layer already exists 15:09:53 5cf7c8e772ad: Layer already exists 15:09:53 0c6ba6114c71: Layer already exists 15:09:53 master: digest: sha256:aef122c4dd976f777ef3e04398afc8323b667e922e9548583783bc6474960692 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:09:53 ===================================================== [Pipeline] echo 15:09:53 taggedImages: 15:09:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:09:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.124 15:09:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:53 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 15:09:53 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 15:09:53 3a622268bb16cc6f060a937717ebd043e18486e3 15:09:53 2.0.0-dev.124 15:09:53 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:53 master 15:09:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:09:53 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:09:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:09:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:09:54 de5402773011: Preparing 15:09:54 de5402773011: Preparing 15:09:54 e9f538f594d9: Preparing 15:09:54 2a3e04cf3187: Preparing 15:09:54 cef70a35a743: Preparing 15:09:54 b7a8a67eec45: Preparing 15:09:54 0c6ba6114c71: Preparing 15:09:54 68dc53eae35a: Preparing 15:09:54 68dc53eae35a: Preparing 15:09:54 0757e3f634c7: Preparing 15:09:54 9085cd1f2d9f: Preparing 15:09:54 02a88cfff88f: Preparing 15:09:54 0757e3f634c7: Waiting 15:09:54 9085cd1f2d9f: Waiting 15:09:54 02a88cfff88f: Waiting 15:09:54 0c6ba6114c71: Waiting 15:09:54 68dc53eae35a: Waiting 15:09:54 e9f538f594d9: Pushed 15:09:54 2a3e04cf3187: Pushed 15:09:54 cef70a35a743: Pushed 15:09:54 0c6ba6114c71: Layer already exists 15:09:54 de5402773011: Pushed 15:09:54 02a88cfff88f: Layer already exists 15:09:54 68dc53eae35a: Pushed 15:09:54 0757e3f634c7: Pushed 15:09:54 9085cd1f2d9f: Pushed 15:09:58 b7a8a67eec45: Pushed 15:09:58 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:8c73a7f762918d3126d4754afef0c3e7e82931088eb1456d3bc30f02a90b92c9 size: 2816 [Pipeline] isUnix [Pipeline] sh 15:09:58 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:09:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.124 15:09:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:09:58 de5402773011: Preparing 15:09:58 de5402773011: Preparing 15:09:58 e9f538f594d9: Preparing 15:09:58 2a3e04cf3187: Preparing 15:09:58 cef70a35a743: Preparing 15:09:58 b7a8a67eec45: Preparing 15:09:58 0c6ba6114c71: Preparing 15:09:58 68dc53eae35a: Preparing 15:09:58 68dc53eae35a: Preparing 15:09:58 0757e3f634c7: Preparing 15:09:58 9085cd1f2d9f: Preparing 15:09:58 02a88cfff88f: Preparing 15:09:58 0757e3f634c7: Waiting 15:09:58 9085cd1f2d9f: Waiting 15:09:58 02a88cfff88f: Waiting 15:09:58 0c6ba6114c71: Waiting 15:09:58 68dc53eae35a: Waiting 15:09:58 b7a8a67eec45: Layer already exists 15:09:58 cef70a35a743: Layer already exists 15:09:58 de5402773011: Layer already exists 15:09:58 e9f538f594d9: Layer already exists 15:09:58 2a3e04cf3187: Layer already exists 15:09:59 0c6ba6114c71: Layer already exists 15:09:59 68dc53eae35a: Layer already exists 15:09:59 0757e3f634c7: Layer already exists 15:09:59 02a88cfff88f: Layer already exists 15:09:59 9085cd1f2d9f: Layer already exists 15:09:59 2.0.0-dev.124: digest: sha256:8c73a7f762918d3126d4754afef0c3e7e82931088eb1456d3bc30f02a90b92c9 size: 2816 [Pipeline] isUnix [Pipeline] sh 15:09:59 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:09:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:09:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:09:59 de5402773011: Preparing 15:09:59 de5402773011: Preparing 15:09:59 e9f538f594d9: Preparing 15:09:59 2a3e04cf3187: Preparing 15:09:59 cef70a35a743: Preparing 15:09:59 b7a8a67eec45: Preparing 15:09:59 0c6ba6114c71: Preparing 15:09:59 68dc53eae35a: Preparing 15:09:59 68dc53eae35a: Preparing 15:09:59 0757e3f634c7: Preparing 15:09:59 9085cd1f2d9f: Preparing 15:09:59 02a88cfff88f: Preparing 15:09:59 0c6ba6114c71: Waiting 15:09:59 0757e3f634c7: Waiting 15:09:59 68dc53eae35a: Waiting 15:09:59 9085cd1f2d9f: Waiting 15:09:59 02a88cfff88f: Waiting 15:09:59 2a3e04cf3187: Layer already exists 15:09:59 e9f538f594d9: Layer already exists 15:09:59 cef70a35a743: Layer already exists 15:09:59 b7a8a67eec45: Layer already exists 15:09:59 de5402773011: Layer already exists 15:10:00 0757e3f634c7: Layer already exists 15:10:00 68dc53eae35a: Layer already exists 15:10:00 0c6ba6114c71: Layer already exists 15:10:00 02a88cfff88f: Layer already exists 15:10:00 9085cd1f2d9f: Layer already exists 15:10:00 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:8c73a7f762918d3126d4754afef0c3e7e82931088eb1456d3bc30f02a90b92c9 size: 2816 [Pipeline] isUnix [Pipeline] sh 15:10:00 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:10:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 15:10:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:10:00 de5402773011: Preparing 15:10:00 de5402773011: Preparing 15:10:00 e9f538f594d9: Preparing 15:10:00 2a3e04cf3187: Preparing 15:10:00 cef70a35a743: Preparing 15:10:00 b7a8a67eec45: Preparing 15:10:00 0c6ba6114c71: Preparing 15:10:00 68dc53eae35a: Preparing 15:10:00 68dc53eae35a: Preparing 15:10:00 0757e3f634c7: Preparing 15:10:00 9085cd1f2d9f: Preparing 15:10:00 02a88cfff88f: Preparing 15:10:00 0757e3f634c7: Waiting 15:10:00 9085cd1f2d9f: Waiting 15:10:00 02a88cfff88f: Waiting 15:10:00 68dc53eae35a: Waiting 15:10:00 0c6ba6114c71: Waiting 15:10:00 2a3e04cf3187: Layer already exists 15:10:00 de5402773011: Layer already exists 15:10:01 e9f538f594d9: Layer already exists 15:10:01 b7a8a67eec45: Layer already exists 15:10:01 cef70a35a743: Layer already exists 15:10:01 0c6ba6114c71: Layer already exists 15:10:01 68dc53eae35a: Layer already exists 15:10:01 9085cd1f2d9f: Layer already exists 15:10:01 02a88cfff88f: Layer already exists 15:10:01 0757e3f634c7: Layer already exists 15:10:01 master: digest: sha256:8c73a7f762918d3126d4754afef0c3e7e82931088eb1456d3bc30f02a90b92c9 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:01 ===================================================== [Pipeline] echo 15:10:01 taggedImages: 15:10:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.124 15:10:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 15:10:01 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 15:10:01 3a622268bb16cc6f060a937717ebd043e18486e3 15:10:01 2.0.0-dev.124 15:10:01 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:01 master 15:10:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:10:01 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:10:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:10:02 98c76edcb63a: Preparing 15:10:02 c4d85f3b77cb: Preparing 15:10:02 041a5e52e619: Preparing 15:10:02 94c73d101e72: Preparing 15:10:02 729adde9bb01: Preparing 15:10:02 02a88cfff88f: Preparing 15:10:02 02a88cfff88f: Waiting 15:10:02 94c73d101e72: Pushed 15:10:02 041a5e52e619: Pushed 15:10:02 02a88cfff88f: Layer already exists 15:10:03 729adde9bb01: Pushed 15:10:04 c4d85f3b77cb: Pushed 15:10:04 98c76edcb63a: Pushed 15:10:04 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:992d893e7ab15401d5f23a55c96db8a50d5b8a5b80104db53208ddb23c38c00a size: 1575 [Pipeline] isUnix [Pipeline] sh 15:10:05 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.124 15:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:10:05 98c76edcb63a: Preparing 15:10:05 c4d85f3b77cb: Preparing 15:10:05 041a5e52e619: Preparing 15:10:05 94c73d101e72: Preparing 15:10:05 729adde9bb01: Preparing 15:10:05 02a88cfff88f: Preparing 15:10:05 02a88cfff88f: Waiting 15:10:05 041a5e52e619: Layer already exists 15:10:05 94c73d101e72: Layer already exists 15:10:05 98c76edcb63a: Layer already exists 15:10:05 729adde9bb01: Layer already exists 15:10:06 c4d85f3b77cb: Layer already exists 15:10:06 02a88cfff88f: Layer already exists 15:10:06 2.0.0-dev.124: digest: sha256:992d893e7ab15401d5f23a55c96db8a50d5b8a5b80104db53208ddb23c38c00a size: 1575 [Pipeline] isUnix [Pipeline] sh 15:10:06 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:10:06 98c76edcb63a: Preparing 15:10:06 c4d85f3b77cb: Preparing 15:10:06 041a5e52e619: Preparing 15:10:06 94c73d101e72: Preparing 15:10:06 729adde9bb01: Preparing 15:10:06 02a88cfff88f: Preparing 15:10:06 02a88cfff88f: Waiting 15:10:06 041a5e52e619: Layer already exists 15:10:06 94c73d101e72: Layer already exists 15:10:06 98c76edcb63a: Layer already exists 15:10:06 c4d85f3b77cb: Layer already exists 15:10:06 729adde9bb01: Layer already exists 15:10:06 02a88cfff88f: Layer already exists 15:10:07 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:992d893e7ab15401d5f23a55c96db8a50d5b8a5b80104db53208ddb23c38c00a size: 1575 [Pipeline] isUnix [Pipeline] sh 15:10:07 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:10:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 15:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:10:07 98c76edcb63a: Preparing 15:10:07 c4d85f3b77cb: Preparing 15:10:07 041a5e52e619: Preparing 15:10:07 94c73d101e72: Preparing 15:10:07 729adde9bb01: Preparing 15:10:07 02a88cfff88f: Preparing 15:10:07 02a88cfff88f: Waiting 15:10:07 94c73d101e72: Layer already exists 15:10:07 c4d85f3b77cb: Layer already exists 15:10:07 729adde9bb01: Layer already exists 15:10:07 041a5e52e619: Layer already exists 15:10:07 98c76edcb63a: Layer already exists 15:10:07 02a88cfff88f: Layer already exists 15:10:07 master: digest: sha256:992d893e7ab15401d5f23a55c96db8a50d5b8a5b80104db53208ddb23c38c00a size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:08 ===================================================== [Pipeline] echo 15:10:08 taggedImages: 15:10:08 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:08 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.124 15:10:08 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:08 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 15:10:08 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 15:10:08 3a622268bb16cc6f060a937717ebd043e18486e3 15:10:08 2.0.0-dev.124 15:10:08 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:08 master 15:10:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:10:08 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:10:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:10:09 5e992781b4f9: Preparing 15:10:09 0b12fc3e2b7f: Preparing 15:10:09 c1d7a24428b9: Preparing 15:10:09 498259ec44aa: Preparing 15:10:09 d04f8b5af6fe: Preparing 15:10:09 9b95d0c9e178: Preparing 15:10:09 29e4e4c83ff2: Preparing 15:10:09 0c7b628114bd: Preparing 15:10:09 02a88cfff88f: Preparing 15:10:09 9b95d0c9e178: Waiting 15:10:09 29e4e4c83ff2: Waiting 15:10:09 0c7b628114bd: Waiting 15:10:09 02a88cfff88f: Waiting 15:10:09 d04f8b5af6fe: Pushed 15:10:09 5e992781b4f9: Pushed 15:10:09 0b12fc3e2b7f: Pushed 15:10:09 9b95d0c9e178: Pushed 15:10:09 29e4e4c83ff2: Pushed 15:10:09 02a88cfff88f: Layer already exists 15:10:10 0c7b628114bd: Pushed 15:10:11 c1d7a24428b9: Pushed 15:10:11 498259ec44aa: Pushed 15:10:11 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:4ee9badeee6c3c4ede752dc084a1a5749936e2a72a4c5fb6d6121b9e3f45ebd8 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:10:12 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.124 15:10:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:10:12 5e992781b4f9: Preparing 15:10:12 0b12fc3e2b7f: Preparing 15:10:12 c1d7a24428b9: Preparing 15:10:12 498259ec44aa: Preparing 15:10:12 d04f8b5af6fe: Preparing 15:10:12 9b95d0c9e178: Preparing 15:10:12 29e4e4c83ff2: Preparing 15:10:12 0c7b628114bd: Preparing 15:10:12 02a88cfff88f: Preparing 15:10:12 9b95d0c9e178: Waiting 15:10:12 29e4e4c83ff2: Waiting 15:10:12 0c7b628114bd: Waiting 15:10:12 02a88cfff88f: Waiting 15:10:12 d04f8b5af6fe: Layer already exists 15:10:12 0b12fc3e2b7f: Layer already exists 15:10:12 5e992781b4f9: Layer already exists 15:10:12 498259ec44aa: Layer already exists 15:10:12 c1d7a24428b9: Layer already exists 15:10:12 9b95d0c9e178: Layer already exists 15:10:12 0c7b628114bd: Layer already exists 15:10:12 02a88cfff88f: Layer already exists 15:10:12 29e4e4c83ff2: Layer already exists 15:10:12 2.0.0-dev.124: digest: sha256:4ee9badeee6c3c4ede752dc084a1a5749936e2a72a4c5fb6d6121b9e3f45ebd8 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:10:13 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:10:13 5e992781b4f9: Preparing 15:10:13 0b12fc3e2b7f: Preparing 15:10:13 c1d7a24428b9: Preparing 15:10:13 498259ec44aa: Preparing 15:10:13 d04f8b5af6fe: Preparing 15:10:13 9b95d0c9e178: Preparing 15:10:13 29e4e4c83ff2: Preparing 15:10:13 0c7b628114bd: Preparing 15:10:13 02a88cfff88f: Preparing 15:10:13 29e4e4c83ff2: Waiting 15:10:13 02a88cfff88f: Waiting 15:10:13 0c7b628114bd: Waiting 15:10:13 9b95d0c9e178: Waiting 15:10:13 498259ec44aa: Layer already exists 15:10:13 c1d7a24428b9: Layer already exists 15:10:13 5e992781b4f9: Layer already exists 15:10:13 0b12fc3e2b7f: Layer already exists 15:10:13 d04f8b5af6fe: Layer already exists 15:10:13 9b95d0c9e178: Layer already exists 15:10:13 0c7b628114bd: Layer already exists 15:10:13 29e4e4c83ff2: Layer already exists 15:10:13 02a88cfff88f: Layer already exists 15:10:13 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:4ee9badeee6c3c4ede752dc084a1a5749936e2a72a4c5fb6d6121b9e3f45ebd8 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:10:13 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:10:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 15:10:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:10:14 5e992781b4f9: Preparing 15:10:14 0b12fc3e2b7f: Preparing 15:10:14 c1d7a24428b9: Preparing 15:10:14 498259ec44aa: Preparing 15:10:14 d04f8b5af6fe: Preparing 15:10:14 9b95d0c9e178: Preparing 15:10:14 29e4e4c83ff2: Preparing 15:10:14 0c7b628114bd: Preparing 15:10:14 02a88cfff88f: Preparing 15:10:14 29e4e4c83ff2: Waiting 15:10:14 0c7b628114bd: Waiting 15:10:14 02a88cfff88f: Waiting 15:10:14 9b95d0c9e178: Waiting 15:10:14 498259ec44aa: Layer already exists 15:10:14 c1d7a24428b9: Layer already exists 15:10:14 0b12fc3e2b7f: Layer already exists 15:10:14 5e992781b4f9: Layer already exists 15:10:14 d04f8b5af6fe: Layer already exists 15:10:14 0c7b628114bd: Layer already exists 15:10:14 9b95d0c9e178: Layer already exists 15:10:14 02a88cfff88f: Layer already exists 15:10:14 29e4e4c83ff2: Layer already exists 15:10:14 master: digest: sha256:4ee9badeee6c3c4ede752dc084a1a5749936e2a72a4c5fb6d6121b9e3f45ebd8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:14 ===================================================== [Pipeline] echo 15:10:14 taggedImages: 15:10:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.124 15:10:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 15:10:14 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 15:10:14 3a622268bb16cc6f060a937717ebd043e18486e3 15:10:14 2.0.0-dev.124 15:10:14 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:14 master 15:10:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:10:15 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:10:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:10:15 fcba2f1f5be5: Preparing 15:10:15 a67b24f78358: Preparing 15:10:15 0c6ba6114c71: Preparing 15:10:15 15de068e36d9: Preparing 15:10:15 02a88cfff88f: Preparing 15:10:16 0c6ba6114c71: Layer already exists 15:10:16 02a88cfff88f: Layer already exists 15:10:16 fcba2f1f5be5: Pushed 15:10:16 15de068e36d9: Pushed 15:10:18 a67b24f78358: Pushed 15:10:18 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:1120ce12c2e5f091eb26f3262fd9c6ced4e319e58a661fa9e9aae70595b2ca54 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:10:19 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.124 15:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:10:19 fcba2f1f5be5: Preparing 15:10:19 a67b24f78358: Preparing 15:10:19 0c6ba6114c71: Preparing 15:10:19 15de068e36d9: Preparing 15:10:19 02a88cfff88f: Preparing 15:10:19 fcba2f1f5be5: Layer already exists 15:10:19 0c6ba6114c71: Layer already exists 15:10:19 02a88cfff88f: Layer already exists 15:10:19 a67b24f78358: Layer already exists 15:10:19 15de068e36d9: Layer already exists 15:10:19 2.0.0-dev.124: digest: sha256:1120ce12c2e5f091eb26f3262fd9c6ced4e319e58a661fa9e9aae70595b2ca54 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:10:20 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:20 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:10:20 fcba2f1f5be5: Preparing 15:10:20 a67b24f78358: Preparing 15:10:20 0c6ba6114c71: Preparing 15:10:20 15de068e36d9: Preparing 15:10:20 02a88cfff88f: Preparing 15:10:20 a67b24f78358: Layer already exists 15:10:20 15de068e36d9: Layer already exists 15:10:20 02a88cfff88f: Layer already exists 15:10:20 0c6ba6114c71: Layer already exists 15:10:20 fcba2f1f5be5: Layer already exists 15:10:20 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:1120ce12c2e5f091eb26f3262fd9c6ced4e319e58a661fa9e9aae70595b2ca54 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:10:21 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:10:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 15:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:10:21 fcba2f1f5be5: Preparing 15:10:21 a67b24f78358: Preparing 15:10:21 0c6ba6114c71: Preparing 15:10:21 15de068e36d9: Preparing 15:10:21 02a88cfff88f: Preparing 15:10:21 fcba2f1f5be5: Layer already exists 15:10:21 a67b24f78358: Layer already exists 15:10:21 15de068e36d9: Layer already exists 15:10:21 02a88cfff88f: Layer already exists 15:10:21 0c6ba6114c71: Layer already exists 15:10:21 master: digest: sha256:1120ce12c2e5f091eb26f3262fd9c6ced4e319e58a661fa9e9aae70595b2ca54 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:22 ===================================================== [Pipeline] echo 15:10:22 taggedImages: 15:10:22 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:22 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.124 15:10:22 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:22 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 15:10:22 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 15:10:22 3a622268bb16cc6f060a937717ebd043e18486e3 15:10:22 2.0.0-dev.124 15:10:22 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:22 master 15:10:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:10:22 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:10:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:10:23 7545ed34b984: Preparing 15:10:23 e95dcddb1001: Preparing 15:10:23 0c6ba6114c71: Preparing 15:10:23 cbadfe9a0634: Preparing 15:10:23 02a88cfff88f: Preparing 15:10:23 0c6ba6114c71: Layer already exists 15:10:23 02a88cfff88f: Layer already exists 15:10:23 cbadfe9a0634: Pushed 15:10:23 7545ed34b984: Pushed 15:10:26 e95dcddb1001: Pushed 15:10:26 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:fee9ecb75fe0004b13a666e133b61d716733f3b45f2c32cb8da1971d96e30c11 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:10:26 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.124 15:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:10:26 7545ed34b984: Preparing 15:10:26 e95dcddb1001: Preparing 15:10:26 0c6ba6114c71: Preparing 15:10:26 cbadfe9a0634: Preparing 15:10:26 02a88cfff88f: Preparing 15:10:27 cbadfe9a0634: Layer already exists 15:10:27 02a88cfff88f: Layer already exists 15:10:27 7545ed34b984: Layer already exists 15:10:27 0c6ba6114c71: Layer already exists 15:10:27 e95dcddb1001: Layer already exists 15:10:27 2.0.0-dev.124: digest: sha256:fee9ecb75fe0004b13a666e133b61d716733f3b45f2c32cb8da1971d96e30c11 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:10:27 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:10:27 7545ed34b984: Preparing 15:10:27 e95dcddb1001: Preparing 15:10:27 0c6ba6114c71: Preparing 15:10:27 cbadfe9a0634: Preparing 15:10:27 02a88cfff88f: Preparing 15:10:28 cbadfe9a0634: Layer already exists 15:10:28 e95dcddb1001: Layer already exists 15:10:28 7545ed34b984: Layer already exists 15:10:28 0c6ba6114c71: Layer already exists 15:10:28 02a88cfff88f: Layer already exists 15:10:28 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:fee9ecb75fe0004b13a666e133b61d716733f3b45f2c32cb8da1971d96e30c11 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:10:28 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:10:28 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 15:10:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:10:28 7545ed34b984: Preparing 15:10:28 e95dcddb1001: Preparing 15:10:28 0c6ba6114c71: Preparing 15:10:28 cbadfe9a0634: Preparing 15:10:28 02a88cfff88f: Preparing 15:10:28 e95dcddb1001: Layer already exists 15:10:28 cbadfe9a0634: Layer already exists 15:10:28 7545ed34b984: Layer already exists 15:10:28 0c6ba6114c71: Layer already exists 15:10:28 02a88cfff88f: Layer already exists 15:10:29 master: digest: sha256:fee9ecb75fe0004b13a666e133b61d716733f3b45f2c32cb8da1971d96e30c11 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:29 ===================================================== [Pipeline] echo 15:10:29 taggedImages: 15:10:29 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:29 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.124 15:10:29 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:29 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 15:10:29 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 15:10:29 3a622268bb16cc6f060a937717ebd043e18486e3 15:10:29 2.0.0-dev.124 15:10:29 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:29 master 15:10:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:10:30 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] isUnix [Pipeline] sh 15:10:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:10:30 4b419e9af5ae: Preparing 15:10:30 a0916e09980f: Preparing 15:10:30 b6ac9de208e2: Preparing 15:10:30 119708c8351e: Preparing 15:10:30 b2115bdec09f: Preparing 15:10:30 e6960c78c871: Preparing 15:10:30 1648774e203e: Preparing 15:10:30 9ded3b6bb9b5: Preparing 15:10:30 fa1afe8e6ed9: Preparing 15:10:30 87a09b4c083e: Preparing 15:10:30 0f74e9ff2a61: Preparing 15:10:30 b122376c33c6: Preparing 15:10:30 f8381ed47b22: Preparing 15:10:30 e934a737d657: Preparing 15:10:30 e6960c78c871: Waiting 15:10:30 1648774e203e: Waiting 15:10:30 9ded3b6bb9b5: Waiting 15:10:30 fa1afe8e6ed9: Waiting 15:10:30 87a09b4c083e: Waiting 15:10:30 0f74e9ff2a61: Waiting 15:10:30 b122376c33c6: Waiting 15:10:30 f8381ed47b22: Waiting 15:10:30 e934a737d657: Waiting 15:10:30 b2115bdec09f: Pushed 15:10:31 4b419e9af5ae: Pushed 15:10:31 119708c8351e: Pushed 15:10:31 9ded3b6bb9b5: Layer already exists 15:10:31 fa1afe8e6ed9: Layer already exists 15:10:31 1648774e203e: Pushed 15:10:31 87a09b4c083e: Layer already exists 15:10:31 0f74e9ff2a61: Layer already exists 15:10:31 b122376c33c6: Layer already exists 15:10:32 f8381ed47b22: Layer already exists 15:10:32 e934a737d657: Layer already exists 15:10:32 a0916e09980f: Pushed 15:10:33 e6960c78c871: Pushed 15:10:43 b6ac9de208e2: Pushed 15:10:43 3a622268bb16cc6f060a937717ebd043e18486e3: digest: sha256:8ca9850d04536ab9c6b02dbb4f1014acf327888572bf0da446be72f0da21f95d size: 3252 [Pipeline] isUnix [Pipeline] sh 15:10:43 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:44 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.124 15:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:10:44 4b419e9af5ae: Preparing 15:10:44 a0916e09980f: Preparing 15:10:44 b6ac9de208e2: Preparing 15:10:44 119708c8351e: Preparing 15:10:44 b2115bdec09f: Preparing 15:10:44 e6960c78c871: Preparing 15:10:44 1648774e203e: Preparing 15:10:44 9ded3b6bb9b5: Preparing 15:10:44 fa1afe8e6ed9: Preparing 15:10:44 87a09b4c083e: Preparing 15:10:44 0f74e9ff2a61: Preparing 15:10:44 b122376c33c6: Preparing 15:10:44 f8381ed47b22: Preparing 15:10:44 e934a737d657: Preparing 15:10:44 e6960c78c871: Waiting 15:10:44 87a09b4c083e: Waiting 15:10:44 0f74e9ff2a61: Waiting 15:10:44 b122376c33c6: Waiting 15:10:44 f8381ed47b22: Waiting 15:10:44 e934a737d657: Waiting 15:10:44 1648774e203e: Waiting 15:10:44 fa1afe8e6ed9: Waiting 15:10:44 9ded3b6bb9b5: Waiting 15:10:44 b6ac9de208e2: Layer already exists 15:10:44 b2115bdec09f: Layer already exists 15:10:44 a0916e09980f: Layer already exists 15:10:44 4b419e9af5ae: Layer already exists 15:10:44 119708c8351e: Layer already exists 15:10:44 e6960c78c871: Layer already exists 15:10:44 1648774e203e: Layer already exists 15:10:44 9ded3b6bb9b5: Layer already exists 15:10:44 fa1afe8e6ed9: Layer already exists 15:10:44 87a09b4c083e: Layer already exists 15:10:44 0f74e9ff2a61: Layer already exists 15:10:44 f8381ed47b22: Layer already exists 15:10:44 b122376c33c6: Layer already exists 15:10:44 e934a737d657: Layer already exists 15:10:44 2.0.0-dev.124: digest: sha256:8ca9850d04536ab9c6b02dbb4f1014acf327888572bf0da446be72f0da21f95d size: 3252 [Pipeline] isUnix [Pipeline] sh 15:10:44 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 [Pipeline] isUnix [Pipeline] sh 15:10:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:10:45 4b419e9af5ae: Preparing 15:10:45 a0916e09980f: Preparing 15:10:45 b6ac9de208e2: Preparing 15:10:45 119708c8351e: Preparing 15:10:45 b2115bdec09f: Preparing 15:10:45 e6960c78c871: Preparing 15:10:45 1648774e203e: Preparing 15:10:45 9ded3b6bb9b5: Preparing 15:10:45 fa1afe8e6ed9: Preparing 15:10:45 87a09b4c083e: Preparing 15:10:45 0f74e9ff2a61: Preparing 15:10:45 b122376c33c6: Preparing 15:10:45 f8381ed47b22: Preparing 15:10:45 e934a737d657: Preparing 15:10:45 fa1afe8e6ed9: Waiting 15:10:45 87a09b4c083e: Waiting 15:10:45 0f74e9ff2a61: Waiting 15:10:45 b122376c33c6: Waiting 15:10:45 f8381ed47b22: Waiting 15:10:45 e6960c78c871: Waiting 15:10:45 e934a737d657: Waiting 15:10:45 1648774e203e: Waiting 15:10:45 9ded3b6bb9b5: Waiting 15:10:45 b2115bdec09f: Layer already exists 15:10:45 b6ac9de208e2: Layer already exists 15:10:45 a0916e09980f: Layer already exists 15:10:45 119708c8351e: Layer already exists 15:10:45 4b419e9af5ae: Layer already exists 15:10:45 e6960c78c871: Layer already exists 15:10:45 fa1afe8e6ed9: Layer already exists 15:10:45 87a09b4c083e: Layer already exists 15:10:45 9ded3b6bb9b5: Layer already exists 15:10:45 1648774e203e: Layer already exists 15:10:45 b122376c33c6: Layer already exists 15:10:45 f8381ed47b22: Layer already exists 15:10:45 e934a737d657: Layer already exists 15:10:45 0f74e9ff2a61: Layer already exists 15:10:45 3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124: digest: sha256:8ca9850d04536ab9c6b02dbb4f1014acf327888572bf0da446be72f0da21f95d size: 3252 [Pipeline] isUnix [Pipeline] sh 15:10:45 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:10:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 15:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:10:45 4b419e9af5ae: Preparing 15:10:45 a0916e09980f: Preparing 15:10:45 b6ac9de208e2: Preparing 15:10:45 119708c8351e: Preparing 15:10:45 b2115bdec09f: Preparing 15:10:45 e6960c78c871: Preparing 15:10:45 1648774e203e: Preparing 15:10:45 9ded3b6bb9b5: Preparing 15:10:45 fa1afe8e6ed9: Preparing 15:10:45 87a09b4c083e: Preparing 15:10:45 0f74e9ff2a61: Preparing 15:10:45 b122376c33c6: Preparing 15:10:45 f8381ed47b22: Preparing 15:10:45 e934a737d657: Preparing 15:10:45 87a09b4c083e: Waiting 15:10:45 0f74e9ff2a61: Waiting 15:10:45 e6960c78c871: Waiting 15:10:45 b122376c33c6: Waiting 15:10:45 1648774e203e: Waiting 15:10:45 9ded3b6bb9b5: Waiting 15:10:45 fa1afe8e6ed9: Waiting 15:10:45 e934a737d657: Waiting 15:10:45 f8381ed47b22: Waiting 15:10:45 119708c8351e: Layer already exists 15:10:45 4b419e9af5ae: Layer already exists 15:10:45 b2115bdec09f: Layer already exists 15:10:45 a0916e09980f: Layer already exists 15:10:45 b6ac9de208e2: Layer already exists 15:10:45 1648774e203e: Layer already exists 15:10:45 e6960c78c871: Layer already exists 15:10:45 9ded3b6bb9b5: Layer already exists 15:10:45 fa1afe8e6ed9: Layer already exists 15:10:45 87a09b4c083e: Layer already exists 15:10:46 b122376c33c6: Layer already exists 15:10:46 0f74e9ff2a61: Layer already exists 15:10:46 f8381ed47b22: Layer already exists 15:10:46 e934a737d657: Layer already exists 15:10:46 master: digest: sha256:8ca9850d04536ab9c6b02dbb4f1014acf327888572bf0da446be72f0da21f95d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:10:46 ===================================================== [Pipeline] echo 15:10:46 taggedImages: 15:10:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3 15:10:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.124 15:10:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3a622268bb16cc6f060a937717ebd043e18486e3-2.0.0-dev.124 15:10:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:10:47 ---> job-cost.sh 15:10:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jS07 15:11:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:13:03 lf-activate-venv(): INFO: Adding /tmp/venv-jS07/bin to PATH 15:13:03 INFO: No Stack... 15:13:03 INFO: Retrieving Pricing Info for: lf-standard-4 15:13:03 INFO: Archiving Costs [Pipeline] sh 15:13:03 + cat /w/workspace/edgex-go/391/archives/cost.csv 15:13:03 + cut -d, -f6 [Pipeline] lock 15:13:03 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-391-stack-cost] 15:13:03 Resource [jenkins-edgexfoundry-edgex-go-master-391-stack-cost] did not exist. Created. 15:13:03 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-391-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:13:04 + echo total: 0.20999999344348907 [Pipeline] stash 15:13:05 Stashed 1 file(s) [Pipeline] } 15:13:05 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-391-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 15:13:07 provisioning config files... 15:13:07 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/391@tmp/config4613146082533393634tmp [Pipeline] { [Pipeline] sh 15:13:07 + set +x 15:13:07 + curl -s https://codecov.io/bash 15:13:07 + bash -s -- 15:13:08 15:13:08 _____ _ 15:13:08 / ____| | | 15:13:08 | | ___ __| | ___ ___ _____ __ 15:13:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:13:08 | |___| (_) | (_| | __/ (_| (_) \ V / 15:13:08 \_____\___/ \__,_|\___|\___\___/ \_/ 15:13:08 Bash-20210309-2b87ace 15:13:08 15:13:08 15:13:08 ==> git version 2.24.3 found 15:13:08 ==> 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 15:13:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:13:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:13:08 ==> Jenkins CI detected. 15:13:08 project root: . 15:13:08 --> token set from env 15:13:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:13:08 ==> Running gcov in . (disable via -X gcov) 15:13:08 ==> Python coveragepy not found 15:13:08 ==> Searching for coverage reports in: 15:13:08 + . 15:13:08 -> Found 1 reports 15:13:08 ==> Detecting git/mercurial file structure 15:13:08 ==> Reading reports 15:13:08 + ./coverage.out bytes=628838 15:13:08 ==> Appending adjustments 15:13:08 https://docs.codecov.io/docs/fixing-reports 15:13:11 + Found adjustments 15:13:11 ==> Gzipping contents 15:13:11 92K /tmp/codecov.M8Q67e.gz 15:13:11 ==> Uploading reports 15:13:11 url: https://codecov.io 15:13:11 query: branch=master&commit=3a622268bb16cc6f060a937717ebd043e18486e3&build=391&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F391%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:13:11 -> Pinging Codecov 15:13:11 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=3a622268bb16cc6f060a937717ebd043e18486e3&build=391&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F391%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:13:12 -> Uploading to 15:13:12 https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/3a622268bb16cc6f060a937717ebd043e18486e3/fbeead47-a91c-476e-8b7c-08ebdf08dcb0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T151312Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=122098dc4166b79ca0c2ad186571fff163effd5cfb0d5090f960186a874fe3b2 15:13:12 % Total % Received % Xferd Average Speed Time Time Time Current 15:13:12 Dload Upload Total Spent Left Speed 15:13:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92610 0 0 100 92610 0 152k --:--:-- --:--:-- --:--:-- 152k 15:13:13 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3a622268bb16cc6f060a937717ebd043e18486e3 [Pipeline] } 15:13:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:13:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:13:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:13:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:13:14 15:13:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:13:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:13:14 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:13:14 188c0c94c7c5: Already exists 15:13:14 0ef7d3d256c8: Already exists 15:13:14 de9db76c5a1d: Already exists 15:13:14 0eba1c9be4d2: Pulling fs layer 15:13:14 0d57e429df01: Pulling fs layer 15:13:14 4e4be7b47b0d: Pulling fs layer 15:13:14 e1f770b5df2f: Pulling fs layer 15:13:14 85a0685a4137: Pulling fs layer 15:13:14 e1f770b5df2f: Waiting 15:13:14 85a0685a4137: Waiting 15:13:14 0d57e429df01: Download complete 15:13:14 4e4be7b47b0d: Verifying Checksum 15:13:14 4e4be7b47b0d: Download complete 15:13:16 e1f770b5df2f: Verifying Checksum 15:13:16 e1f770b5df2f: Download complete 15:13:18 0eba1c9be4d2: Verifying Checksum 15:13:18 0eba1c9be4d2: Download complete 15:13:19 85a0685a4137: Verifying Checksum 15:13:19 85a0685a4137: Download complete 15:13:24 0eba1c9be4d2: Pull complete 15:13:25 0d57e429df01: Pull complete 15:13:25 4e4be7b47b0d: Pull complete 15:13:28 e1f770b5df2f: Pull complete 15:13:38 85a0685a4137: Pull complete 15:13:38 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:13:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:13:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:13:39 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 15:13:39 $ 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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 15:13:40 $ docker top 6f936746159e3b77ebaaf8dae647c69f5a6fa62e4e4e939073c0b9da1ff50a15 -eo pid,comm [Pipeline] { [Pipeline] echo 15:13:40 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:13:41 + set -o pipefail 15:13:41 + snyk monitor '--org=edgex-jenkins' 15:13:51 15:13:51 Monitoring /w/workspace/edgex-go/391 (github.com/edgexfoundry/edgex-go)... 15:13:51 15:13:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/64f459aa-38ca-4da6-ab62-788537fb85f2 15:13:51 15:13:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:13:51 15:13:51 [Pipeline] } 15:13:51 $ docker stop --time=1 6f936746159e3b77ebaaf8dae647c69f5a6fa62e4e4e939073c0b9da1ff50a15 15:13:54 $ docker rm -f 6f936746159e3b77ebaaf8dae647c69f5a6fa62e4e4e939073c0b9da1ff50a15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:13:55 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:13:55 provisioning config files... 15:13:55 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/391@tmp/config618902943580648618tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:13:56 --> edgex-publish-swagger.sh 15:13:56 === Publish openapi/v1 API === 15:13:56 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 15:13:56 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/391/openapi/v1/core-command.yaml] 15:13:56 % Total % Received % Xferd Average Speed Time Time Time Current 15:13:56 Dload Upload Total Spent Left Speed 15:13:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8446 0:00:01 0:00:01 --:--:-- 8451 100 10522 0 0 100 10522 0 8235 0:00:01 0:00:01 --:--:-- 8239 15:13:57 15:13:57 15:13:57 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/391/openapi/v1/core-data.yaml] 15:13:57 % Total % Received % Xferd Average Speed Time Time Time Current 15:13:57 Dload Upload Total Spent Left Speed 15:13:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27011 0:00:01 0:00:01 --:--:-- 27018 100 32557 0 0 100 32557 0 27007 0:00:01 0:00:01 --:--:-- 27018 15:13:58 15:13:58 15:13:58 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/391/openapi/v1/core-metadata.yaml] 15:13:58 % Total % Received % Xferd Average Speed Time Time Time Current 15:13:58 Dload Upload Total Spent Left Speed 15:13:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62370 0:00:01 0:00:01 --:--:-- 62422 15:13:59 15:13:59 15:13:59 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/391/openapi/v1/support-logging.yaml] 15:13:59 % Total % Received % Xferd Average Speed Time Time Time Current 15:13:59 Dload Upload Total Spent Left Speed 15:14:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12634 0:00:01 0:00:01 --:--:-- 12633 100 13581 0 0 100 13581 0 12631 0:00:01 0:00:01 --:--:-- 12633 15:14:00 15:14:00 15:14:00 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/391/openapi/v1/support-notifications.yaml] 15:14:00 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:00 Dload Upload Total Spent Left Speed 15:14:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32207 0:00:01 0:00:01 --:--:-- 32220 100 38890 0 0 100 38890 0 28699 0:00:01 0:00:01 --:--:-- 28722 15:14:02 15:14:02 15:14:02 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/391/openapi/v1/support-scheduler.yaml] 15:14:02 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:02 Dload Upload Total Spent Left Speed 15:14:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11886 0:00:01 0:00:01 --:--:-- 11893 100 14249 0 0 100 14249 0 11884 0:00:01 0:00:01 --:--:-- 11893 15:14:03 15:14:03 15:14:03 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/391/openapi/v1/system-agent.yaml] 15:14:03 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:03 Dload Upload Total Spent Left Speed 15:14:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3542 0:00:01 0:00:01 --:--:-- 3543 100 4110 0 0 100 4110 0 3542 0:00:01 0:00:01 --:--:-- 3543 15:14:04 15:14:04 15:14:04 === Publish openapi/v2 API === 15:14:04 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:14:04 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/391/openapi/v2/core-command.yaml] 15:14:04 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:04 Dload Upload Total Spent Left Speed 15:14:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 25319 0:00:01 0:00:01 --:--:-- 25314 100 29744 0 0 100 29744 0 25315 0:00:01 0:00:01 --:--:-- 25314 15:14:05 15:14:05 15:14:05 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/391/openapi/v2/core-data.yaml] 15:14:05 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:05 Dload Upload Total Spent Left Speed 15:14:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 47489 0:00:01 0:00:01 --:--:-- 47521 100 57358 0 0 100 57358 0 43750 0:00:01 0:00:01 --:--:-- 43784 15:14:07 15:14:07 15:14:07 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/391/openapi/v2/core-metadata.yaml] 15:14:07 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:07 Dload Upload Total Spent Left Speed 15:14:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 97k 0:00:01 0:00:01 --:--:-- 98k 100 118k 0 0 100 118k 0 82711 0:00:01 0:00:01 --:--:-- 82767 15:14:08 15:14:08 15:14:08 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/391/openapi/v2/support-notifications.yaml] 15:14:08 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:08 Dload Upload Total Spent Left Speed 15:14:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 59331 0:00:01 0:00:01 --:--:-- 59327 100 71727 0 0 100 71727 0 59012 0:00:01 0:00:01 --:--:-- 58986 15:14:09 15:14:09 15:14:09 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/391/openapi/v2/support-scheduler.yaml] 15:14:09 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:09 Dload Upload Total Spent Left Speed 15:14:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39069 0 0 100 39069 0 33993 0:00:01 0:00:01 --:--:-- 34002 100 39069 0 0 100 39069 0 33988 0:00:01 0:00:01 --:--:-- 34002 15:14:11 15:14:11 15:14:11 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/391/openapi/v2/system-agent.yaml] 15:14:11 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:11 Dload Upload Total Spent Left Speed 15:14:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21854 0:00:01 0:00:01 --:--:-- 21864 100 24182 0 0 100 24182 0 21850 0:00:01 0:00:01 --:--:-- 21864 15:14:12 15:14:12 [Pipeline] } 15:14:12 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 15:14:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:14:12 . [Pipeline] withDockerContainer 15:14:13 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 15:14:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 15:14:14 $ docker top 1bf09a0861bc812bb4f8422f26e2689689e6ad42bb899cdec36a0eb4b002d916 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:14:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:14:14 [ssh-agent] Looking for ssh-agent implementation... 15:14:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:14:14 $ docker exec 1bf09a0861bc812bb4f8422f26e2689689e6ad42bb899cdec36a0eb4b002d916 ssh-agent 15:14:14 SSH_AUTH_SOCK=/tmp/ssh-MM8nZArPoBBB/agent.12 15:14:14 SSH_AGENT_PID=17 15:14:14 Running ssh-add (command line suppressed) 15:14:15 Identity added: /w/workspace/edgex-go/391@tmp/private_key_6325332421887347946.key (/w/workspace/edgex-go/391@tmp/private_key_6325332421887347946.key) 15:14:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:14:15 + git semver tag 15:14:15 # -> Open(): unable to determine branch for HEAD 15:14:15 # $GIT_DIR = /w/workspace/edgex-go/391/.git 15:14:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/391 15:14:15 # $SEMVER_REMOTE_NAME = origin 15:14:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:14:15 # $SEMVER_USER_NAME = edgex-jenkins 15:14:15 # $SEMVER_BRANCH = master 15:14:15 # $SEMVER_DIR = /w/workspace/edgex-go/391/.semver 15:14:15 # 3a622268bb16cc6f060a937717ebd043e18486e3 HEAD 15:14:16 # -> Force: false 15:14:16 # 8fa9a6109a3d745860ddf364c06e4e486b5a1aac refs/tags/v2.0.0-dev.124 [Pipeline] } 15:14:16 $ docker exec --env ******** --env ******** 1bf09a0861bc812bb4f8422f26e2689689e6ad42bb899cdec36a0eb4b002d916 ssh-agent -k 15:14:16 unset SSH_AUTH_SOCK; 15:14:16 unset SSH_AGENT_PID; 15:14:16 echo Agent pid 17 killed; 15:14:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:14:16 + git semver [Pipeline] } 15:14:16 $ docker stop --time=1 1bf09a0861bc812bb4f8422f26e2689689e6ad42bb899cdec36a0eb4b002d916 15:14:18 $ docker rm -f 1bf09a0861bc812bb4f8422f26e2689689e6ad42bb899cdec36a0eb4b002d916 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:14:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:14:18 15:14:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:14:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:14:19 0.23.1-centos7: Pulling from edgex-lftools 15:14:19 ab5ef0e58194: Pulling fs layer 15:14:19 9712f1f96733: Pulling fs layer 15:14:19 63f879dbbcfc: Pulling fs layer 15:14:19 0d9ebad4ef96: Pulling fs layer 15:14:19 e9a5061849ea: Pulling fs layer 15:14:19 d747dcd14b5f: Pulling fs layer 15:14:19 2de7ff778b66: Pulling fs layer 15:14:19 e9a5061849ea: Waiting 15:14:19 d747dcd14b5f: Waiting 15:14:19 2de7ff778b66: Waiting 15:14:19 0d9ebad4ef96: Waiting 15:14:19 9712f1f96733: Verifying Checksum 15:14:19 9712f1f96733: Download complete 15:14:21 63f879dbbcfc: Verifying Checksum 15:14:21 63f879dbbcfc: Download complete 15:14:21 e9a5061849ea: Verifying Checksum 15:14:21 e9a5061849ea: Download complete 15:14:21 d747dcd14b5f: Verifying Checksum 15:14:21 d747dcd14b5f: Download complete 15:14:21 2de7ff778b66: Verifying Checksum 15:14:21 2de7ff778b66: Download complete 15:14:21 0d9ebad4ef96: Verifying Checksum 15:14:21 0d9ebad4ef96: Download complete 15:14:22 ab5ef0e58194: Verifying Checksum 15:14:22 ab5ef0e58194: Download complete 15:14:27 ab5ef0e58194: Pull complete 15:14:27 9712f1f96733: Pull complete 15:14:29 63f879dbbcfc: Pull complete 15:14:36 0d9ebad4ef96: Pull complete 15:14:38 e9a5061849ea: Pull complete 15:14:38 d747dcd14b5f: Pull complete 15:14:41 2de7ff778b66: Pull complete 15:14:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:14:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:14:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:14:41 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 15:14:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 15:14:45 $ docker top e99f4e92d1a45941d15d219d50819b55d3f46b4461771ec63497438971d59f00 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:14:46 provisioning config files... 15:14:46 copy managed file [sigul-config] to file:/w/workspace/edgex-go/391@tmp/config6123906381909728171tmp 15:14:46 copy managed file [sigul-password] to file:/w/workspace/edgex-go/391@tmp/config1349077887382258127tmp 15:14:46 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/391@tmp/config3126358376621993914tmp [Pipeline] { [Pipeline] echo 15:14:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:14:46 ---> sigul-configuration.sh 15:14:46 gpg: directory `/root/.gnupg' created 15:14:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:14:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:14:46 gpg: keyring `/root/.gnupg/secring.gpg' created 15:14:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:14:46 gpg: CAST5 encrypted data 15:14:46 gpg: encrypted with 1 passphrase 15:14:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:14:47 + mkdir /home/jenkins 15:14:47 + mkdir /home/jenkins/sigul [Pipeline] sh 15:14:47 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:14:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:14:47 ---> sigul-install.sh 15:14:57 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:14:59 + git tag --list 15:14:59 0.6.0 15:14:59 0.6.1 15:14:59 0.7.0 15:14:59 0.7.1 15:14:59 v0.0.0 15:14:59 v0.0.1-dev.1 15:14:59 v1.0.0 15:14:59 v1.0.1 15:14:59 v1.1.0 15:14:59 v1.2.0 15:14:59 v1.2.1 15:14:59 v1.2.2-dev.1 15:14:59 v1.2.2-dev.10 15:14:59 v1.2.2-dev.100 15:14:59 v1.2.2-dev.101 15:14:59 v1.2.2-dev.102 15:14:59 v1.2.2-dev.103 15:14:59 v1.2.2-dev.104 15:14:59 v1.2.2-dev.105 15:14:59 v1.2.2-dev.106 15:14:59 v1.2.2-dev.107 15:14:59 v1.2.2-dev.11 15:14:59 v1.2.2-dev.12 15:14:59 v1.2.2-dev.13 15:14:59 v1.2.2-dev.14 15:14:59 v1.2.2-dev.15 15:14:59 v1.2.2-dev.16 15:14:59 v1.2.2-dev.17 15:14:59 v1.2.2-dev.18 15:14:59 v1.2.2-dev.19 15:14:59 v1.2.2-dev.2 15:14:59 v1.2.2-dev.20 15:14:59 v1.2.2-dev.21 15:14:59 v1.2.2-dev.22 15:14:59 v1.2.2-dev.23 15:14:59 v1.2.2-dev.24 15:14:59 v1.2.2-dev.25 15:14:59 v1.2.2-dev.26 15:14:59 v1.2.2-dev.27 15:14:59 v1.2.2-dev.28 15:14:59 v1.2.2-dev.29 15:14:59 v1.2.2-dev.3 15:14:59 v1.2.2-dev.30 15:14:59 v1.2.2-dev.31 15:14:59 v1.2.2-dev.32 15:14:59 v1.2.2-dev.33 15:14:59 v1.2.2-dev.34 15:14:59 v1.2.2-dev.35 15:14:59 v1.2.2-dev.36 15:14:59 v1.2.2-dev.37 15:14:59 v1.2.2-dev.38 15:14:59 v1.2.2-dev.39 15:14:59 v1.2.2-dev.4 15:14:59 v1.2.2-dev.40 15:14:59 v1.2.2-dev.41 15:14:59 v1.2.2-dev.42 15:14:59 v1.2.2-dev.43 15:14:59 v1.2.2-dev.44 15:14:59 v1.2.2-dev.45 15:14:59 v1.2.2-dev.46 15:14:59 v1.2.2-dev.47 15:14:59 v1.2.2-dev.48 15:14:59 v1.2.2-dev.49 15:14:59 v1.2.2-dev.5 15:14:59 v1.2.2-dev.50 15:14:59 v1.2.2-dev.51 15:14:59 v1.2.2-dev.52 15:14:59 v1.2.2-dev.53 15:14:59 v1.2.2-dev.54 15:14:59 v1.2.2-dev.55 15:14:59 v1.2.2-dev.56 15:14:59 v1.2.2-dev.57 15:14:59 v1.2.2-dev.58 15:14:59 v1.2.2-dev.59 15:14:59 v1.2.2-dev.6 15:14:59 v1.2.2-dev.60 15:14:59 v1.2.2-dev.61 15:14:59 v1.2.2-dev.62 15:14:59 v1.2.2-dev.63 15:14:59 v1.2.2-dev.64 15:14:59 v1.2.2-dev.65 15:14:59 v1.2.2-dev.66 15:14:59 v1.2.2-dev.67 15:14:59 v1.2.2-dev.68 15:14:59 v1.2.2-dev.69 15:14:59 v1.2.2-dev.7 15:14:59 v1.2.2-dev.70 15:14:59 v1.2.2-dev.71 15:14:59 v1.2.2-dev.72 15:14:59 v1.2.2-dev.73 15:14:59 v1.2.2-dev.74 15:14:59 v1.2.2-dev.75 15:14:59 v1.2.2-dev.76 15:14:59 v1.2.2-dev.77 15:14:59 v1.2.2-dev.78 15:14:59 v1.2.2-dev.79 15:14:59 v1.2.2-dev.8 15:14:59 v1.2.2-dev.80 15:14:59 v1.2.2-dev.81 15:14:59 v1.2.2-dev.82 15:14:59 v1.2.2-dev.83 15:14:59 v1.2.2-dev.84 15:14:59 v1.2.2-dev.85 15:14:59 v1.2.2-dev.86 15:14:59 v1.2.2-dev.87 15:14:59 v1.2.2-dev.88 15:14:59 v1.2.2-dev.89 15:14:59 v1.2.2-dev.9 15:14:59 v1.2.2-dev.90 15:14:59 v1.2.2-dev.91 15:14:59 v1.2.2-dev.92 15:14:59 v1.2.2-dev.93 15:14:59 v1.2.2-dev.94 15:14:59 v1.2.2-dev.95 15:14:59 v1.2.2-dev.96 15:14:59 v1.2.2-dev.97 15:14:59 v1.2.2-dev.98 15:14:59 v1.2.2-dev.99 15:14:59 v1.3.0 15:14:59 v1.3.1 15:14:59 v1.3.1-dev.1 15:14:59 v1.3.1-dev.10 15:14:59 v1.3.1-dev.11 15:14:59 v1.3.1-dev.12 15:14:59 v1.3.1-dev.13 15:14:59 v1.3.1-dev.14 15:14:59 v1.3.1-dev.15 15:14:59 v1.3.1-dev.16 15:14:59 v1.3.1-dev.17 15:14:59 v1.3.1-dev.18 15:14:59 v1.3.1-dev.2 15:14:59 v1.3.1-dev.3 15:14:59 v1.3.1-dev.4 15:14:59 v1.3.1-dev.5 15:14:59 v1.3.1-dev.6 15:14:59 v1.3.1-dev.7 15:14:59 v1.3.1-dev.8 15:14:59 v1.3.1-dev.9 15:14:59 v2.0.0-dev.1 15:14:59 v2.0.0-dev.10 15:14:59 v2.0.0-dev.100 15:14:59 v2.0.0-dev.101 15:14:59 v2.0.0-dev.102 15:14:59 v2.0.0-dev.103 15:14:59 v2.0.0-dev.104 15:14:59 v2.0.0-dev.105 15:14:59 v2.0.0-dev.106 15:14:59 v2.0.0-dev.107 15:14:59 v2.0.0-dev.108 15:14:59 v2.0.0-dev.109 15:14:59 v2.0.0-dev.11 15:14:59 v2.0.0-dev.110 15:14:59 v2.0.0-dev.111 15:14:59 v2.0.0-dev.112 15:14:59 v2.0.0-dev.113 15:14:59 v2.0.0-dev.114 15:14:59 v2.0.0-dev.115 15:14:59 v2.0.0-dev.116 15:14:59 v2.0.0-dev.117 15:14:59 v2.0.0-dev.118 15:14:59 v2.0.0-dev.119 15:14:59 v2.0.0-dev.12 15:14:59 v2.0.0-dev.120 15:14:59 v2.0.0-dev.121 15:14:59 v2.0.0-dev.122 15:14:59 v2.0.0-dev.123 15:14:59 v2.0.0-dev.124 15:14:59 v2.0.0-dev.13 15:14:59 v2.0.0-dev.14 15:14:59 v2.0.0-dev.15 15:14:59 v2.0.0-dev.16 15:14:59 v2.0.0-dev.17 15:14:59 v2.0.0-dev.18 15:14:59 v2.0.0-dev.19 15:14:59 v2.0.0-dev.2 15:14:59 v2.0.0-dev.20 15:14:59 v2.0.0-dev.21 15:14:59 v2.0.0-dev.22 15:14:59 v2.0.0-dev.23 15:14:59 v2.0.0-dev.24 15:14:59 v2.0.0-dev.25 15:14:59 v2.0.0-dev.26 15:14:59 v2.0.0-dev.27 15:14:59 v2.0.0-dev.28 15:14:59 v2.0.0-dev.29 15:14:59 v2.0.0-dev.3 15:14:59 v2.0.0-dev.30 15:14:59 v2.0.0-dev.31 15:14:59 v2.0.0-dev.32 15:14:59 v2.0.0-dev.33 15:14:59 v2.0.0-dev.34 15:14:59 v2.0.0-dev.35 15:14:59 v2.0.0-dev.36 15:14:59 v2.0.0-dev.37 15:14:59 v2.0.0-dev.38 15:14:59 v2.0.0-dev.39 15:14:59 v2.0.0-dev.4 15:14:59 v2.0.0-dev.40 15:14:59 v2.0.0-dev.41 15:14:59 v2.0.0-dev.42 15:14:59 v2.0.0-dev.43 15:14:59 v2.0.0-dev.44 15:14:59 v2.0.0-dev.45 15:14:59 v2.0.0-dev.46 15:14:59 v2.0.0-dev.47 15:14:59 v2.0.0-dev.48 15:14:59 v2.0.0-dev.49 15:14:59 v2.0.0-dev.5 15:14:59 v2.0.0-dev.50 15:14:59 v2.0.0-dev.51 15:14:59 v2.0.0-dev.52 15:14:59 v2.0.0-dev.53 15:14:59 v2.0.0-dev.54 15:14:59 v2.0.0-dev.55 15:14:59 v2.0.0-dev.56 15:14:59 v2.0.0-dev.57 15:14:59 v2.0.0-dev.58 15:14:59 v2.0.0-dev.59 15:14:59 v2.0.0-dev.6 15:14:59 v2.0.0-dev.60 15:14:59 v2.0.0-dev.61 15:14:59 v2.0.0-dev.62 15:14:59 v2.0.0-dev.63 15:14:59 v2.0.0-dev.64 15:14:59 v2.0.0-dev.65 15:14:59 v2.0.0-dev.66 15:14:59 v2.0.0-dev.67 15:14:59 v2.0.0-dev.68 15:14:59 v2.0.0-dev.69 15:14:59 v2.0.0-dev.7 15:14:59 v2.0.0-dev.70 15:14:59 v2.0.0-dev.71 15:14:59 v2.0.0-dev.72 15:14:59 v2.0.0-dev.73 15:14:59 v2.0.0-dev.74 15:14:59 v2.0.0-dev.75 15:14:59 v2.0.0-dev.76 15:14:59 v2.0.0-dev.77 15:14:59 v2.0.0-dev.78 15:14:59 v2.0.0-dev.79 15:14:59 v2.0.0-dev.8 15:14:59 v2.0.0-dev.80 15:14:59 v2.0.0-dev.81 15:14:59 v2.0.0-dev.82 15:14:59 v2.0.0-dev.83 15:14:59 v2.0.0-dev.84 15:14:59 v2.0.0-dev.85 15:14:59 v2.0.0-dev.86 15:14:59 v2.0.0-dev.87 15:14:59 v2.0.0-dev.88 15:14:59 v2.0.0-dev.89 15:14:59 v2.0.0-dev.9 15:14:59 v2.0.0-dev.90 15:14:59 v2.0.0-dev.91 15:14:59 v2.0.0-dev.92 15:14:59 v2.0.0-dev.93 15:14:59 v2.0.0-dev.94 15:14:59 v2.0.0-dev.95 15:14:59 v2.0.0-dev.96 15:14:59 v2.0.0-dev.97 15:14:59 v2.0.0-dev.98 15:14:59 v2.0.0-dev.99 [Pipeline] sh 15:14:59 + lftools sign git-tag v2.0.0-dev.124 15:15:00 Signing Git tag with Sigul... 15:15:00 Signing v2.0.0-dev.124 [Pipeline] echo 15:15:01 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:15:02 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:15:02 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:15:02 $ docker stop --time=1 e99f4e92d1a45941d15d219d50819b55d3f46b4461771ec63497438971d59f00 15:15:04 $ docker rm -f e99f4e92d1a45941d15d219d50819b55d3f46b4461771ec63497438971d59f00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:15:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:15:05 . [Pipeline] withDockerContainer 15:15:05 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 15:15:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 15:15:06 $ docker top decdbde4e719a9062b2a50e81ae4781799d63b038bb3490b16e5c7528dd6487e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:15:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:15:06 [ssh-agent] Looking for ssh-agent implementation... 15:15:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:15:07 $ docker exec decdbde4e719a9062b2a50e81ae4781799d63b038bb3490b16e5c7528dd6487e ssh-agent 15:15:07 SSH_AUTH_SOCK=/tmp/ssh-FUWcElavveFZ/agent.12 15:15:07 SSH_AGENT_PID=18 15:15:07 Running ssh-add (command line suppressed) 15:15:07 Identity added: /w/workspace/edgex-go/391@tmp/private_key_8473870723349390.key (/w/workspace/edgex-go/391@tmp/private_key_8473870723349390.key) 15:15:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:15:07 + git semver bump pre 15:15:07 # -> Open(): unable to determine branch for HEAD 15:15:07 # $GIT_DIR = /w/workspace/edgex-go/391/.git 15:15:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/391 15:15:07 # $SEMVER_REMOTE_NAME = origin 15:15:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:15:07 # $SEMVER_USER_NAME = edgex-jenkins 15:15:07 # $SEMVER_BRANCH = master 15:15:07 # $SEMVER_DIR = /w/workspace/edgex-go/391/.semver 15:15:07 2.0.0-dev.125 [Pipeline] } 15:15:07 $ docker exec --env ******** --env ******** decdbde4e719a9062b2a50e81ae4781799d63b038bb3490b16e5c7528dd6487e ssh-agent -k 15:15:08 unset SSH_AUTH_SOCK; 15:15:08 unset SSH_AGENT_PID; 15:15:08 echo Agent pid 18 killed; 15:15:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:15:08 + git semver [Pipeline] } 15:15:08 $ docker stop --time=1 decdbde4e719a9062b2a50e81ae4781799d63b038bb3490b16e5c7528dd6487e 15:15:09 $ docker rm -f decdbde4e719a9062b2a50e81ae4781799d63b038bb3490b16e5c7528dd6487e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:15:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:15:10 . [Pipeline] withDockerContainer 15:15:10 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 15:15:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 15:15:11 $ docker top ded11bb35e0d68e42d43413ab4ea88be5c50d820c5d233b38d68ecc9e8e4b03c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:15:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:15:11 [ssh-agent] Looking for ssh-agent implementation... 15:15:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:15:11 $ docker exec ded11bb35e0d68e42d43413ab4ea88be5c50d820c5d233b38d68ecc9e8e4b03c ssh-agent 15:15:12 SSH_AUTH_SOCK=/tmp/ssh-hep51xNiRunk/agent.11 15:15:12 SSH_AGENT_PID=16 15:15:12 Running ssh-add (command line suppressed) 15:15:12 Identity added: /w/workspace/edgex-go/391@tmp/private_key_8618985765534136793.key (/w/workspace/edgex-go/391@tmp/private_key_8618985765534136793.key) 15:15:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:15:12 + git semver push 15:15:12 # -> Open(): unable to determine branch for HEAD 15:15:12 # $GIT_DIR = /w/workspace/edgex-go/391/.git 15:15:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/391 15:15:12 # $SEMVER_REMOTE_NAME = origin 15:15:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:15:12 # $SEMVER_USER_NAME = edgex-jenkins 15:15:12 # $SEMVER_BRANCH = master 15:15:12 # $SEMVER_DIR = /w/workspace/edgex-go/391/.semver [Pipeline] } 15:15:22 $ docker exec --env ******** --env ******** ded11bb35e0d68e42d43413ab4ea88be5c50d820c5d233b38d68ecc9e8e4b03c ssh-agent -k 15:15:22 unset SSH_AUTH_SOCK; 15:15:22 unset SSH_AGENT_PID; 15:15:22 echo Agent pid 16 killed; 15:15:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:15:23 + git semver [Pipeline] } 15:15:23 $ docker stop --time=1 ded11bb35e0d68e42d43413ab4ea88be5c50d820c5d233b38d68ecc9e8e4b03c 15:15:24 $ docker rm -f ded11bb35e0d68e42d43413ab4ea88be5c50d820c5d233b38d68ecc9e8e4b03c [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 15:15:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:15:27 ---> package-listing.sh 15:15:27 ++ facter osfamily 15:15:27 ++ tr '[:upper:]' '[:lower:]' 15:15:27 + OS_FAMILY=redhat 15:15:27 + workspace=/w/workspace/edgex-go/391 15:15:27 + START_PACKAGES=/tmp/packages_start.txt 15:15:27 + END_PACKAGES=/tmp/packages_end.txt 15:15:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:15:27 + PACKAGES=/tmp/packages_start.txt 15:15:27 + '[' /w/workspace/edgex-go/391 ']' 15:15:27 + PACKAGES=/tmp/packages_end.txt 15:15:27 + case "${OS_FAMILY}" in 15:15:27 + rpm -qa 15:15:27 + sort 15:15:32 + '[' -f /tmp/packages_start.txt ']' 15:15:32 + '[' -f /tmp/packages_end.txt ']' 15:15:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:15:32 + '[' /w/workspace/edgex-go/391 ']' 15:15:32 + mkdir -p /w/workspace/edgex-go/391/archives/ 15:15:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/391/archives/ [Pipeline] echo 15:15:32 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/391/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:15:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:15:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:15:33 15:15:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:15:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:15:33 alpine: Pulling from edgex-lftools-log-publisher 15:15:33 df20fa9351a1: Pulling fs layer 15:15:33 36b3adc4ff6f: Pulling fs layer 15:15:33 8ad3a11d3b57: Pulling fs layer 15:15:33 46f8f816bc3b: Pulling fs layer 15:15:33 93b61091891f: Pulling fs layer 15:15:33 93b9cdb0e59b: Pulling fs layer 15:15:33 5e14af77c1be: Pulling fs layer 15:15:33 01666e4c0597: Pulling fs layer 15:15:33 aa168da1d23b: Pulling fs layer 15:15:33 93b9cdb0e59b: Waiting 15:15:33 5e14af77c1be: Waiting 15:15:33 46f8f816bc3b: Waiting 15:15:33 01666e4c0597: Waiting 15:15:33 93b61091891f: Waiting 15:15:33 aa168da1d23b: Waiting 15:15:33 36b3adc4ff6f: Verifying Checksum 15:15:33 36b3adc4ff6f: Download complete 15:15:33 46f8f816bc3b: Verifying Checksum 15:15:33 46f8f816bc3b: Download complete 15:15:33 df20fa9351a1: Verifying Checksum 15:15:33 df20fa9351a1: Download complete 15:15:33 93b9cdb0e59b: Download complete 15:15:33 93b61091891f: Verifying Checksum 15:15:33 93b61091891f: Download complete 15:15:33 5e14af77c1be: Verifying Checksum 15:15:33 5e14af77c1be: Download complete 15:15:33 01666e4c0597: Verifying Checksum 15:15:33 01666e4c0597: Download complete 15:15:33 8ad3a11d3b57: Verifying Checksum 15:15:33 8ad3a11d3b57: Download complete 15:15:33 df20fa9351a1: Pull complete 15:15:34 36b3adc4ff6f: Pull complete 15:15:35 aa168da1d23b: Verifying Checksum 15:15:35 8ad3a11d3b57: Pull complete 15:15:36 46f8f816bc3b: Pull complete 15:15:36 93b61091891f: Pull complete 15:15:36 93b9cdb0e59b: Pull complete 15:15:36 5e14af77c1be: Pull complete 15:15:36 01666e4c0597: Pull complete 15:15:44 aa168da1d23b: Pull complete 15:15:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:15:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:15:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:15:45 prd-centos7-docker-4c-2g-29527 does not seem to be running inside a container 15:15:45 $ 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/391/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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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 15:15:48 $ docker top 13446259a234ef978e1fc566cee8e4287cd653954efbc189066ae4bb907bb14b -eo pid,comm [Pipeline] { [Pipeline] sh 15:15:48 + touch /tmp/pre-build-complete [Pipeline] sh 15:15:49 + mkdir -p /var/log/sa [Pipeline] sh 15:15:49 + ls /var/log/sa-host 15:15:49 + sadf -c /var/log/sa-host/sa11 15:15:49 file_magic: OK 15:15:49 HZ: Using current value: 100 15:15:49 file_header: OK 15:15:49 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 15:15:49 Statistics: 15:15:49 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... 15:15:49 File successfully converted to sysstat format version 12.2.1 15:15:49 + sadf -c /var/log/sa-host/sa23 15:15:49 file_magic: OK 15:15:49 HZ: Using current value: 100 15:15:49 file_header: OK 15:15:49 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 15:15:49 Statistics: 15:15:49 Hnuu...uuuununununu... 15:15:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:15:50 provisioning config files... 15:15:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/391@tmp/config1350224569740005174tmp [Pipeline] { [Pipeline] echo 15:15:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:15:50 ---> create-netrc.sh [Pipeline] } 15:15:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:15:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:15:51 ---> python-tools-install.sh [Pipeline] echo 15:15:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:15:51 ---> sudo-logs.sh 15:15:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:15:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:15:51 ---> job-cost.sh 15:15:51 lf-activate-venv: SKIPPING 15:15:51 DEBUG: total: 0.20999999344348907 15:15:51 INFO: Retrieving Stack Cost... 15:15:52 INFO: Retrieving Pricing Info for: v1-standard-2 15:15:53 INFO: Archiving Costs [Pipeline] echo 15:15:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:15:53 ---> logs-deploy.sh 15:15:53 lf-activate-venv: SKIPPING 15:15:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/391 15:15:53 INFO: archiving workspace using pattern(s): 15:15:54 Archives upload complete. 15:15:54 INFO: archiving logs to Nexus 15:15:56 ---> uname -a: 15:15:56 Linux prd-centos7-docker-4c-2g-29527.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:15:56 15:15:56 15:15:56 ---> lscpu: 15:15:56 Architecture: x86_64 15:15:56 CPU op-mode(s): 32-bit, 64-bit 15:15:56 Byte Order: Little Endian 15:15:56 Address sizes: 40 bits physical, 48 bits virtual 15:15:56 CPU(s): 4 15:15:56 On-line CPU(s) list: 0-3 15:15:56 Thread(s) per core: 1 15:15:56 Core(s) per socket: 1 15:15:56 Socket(s): 4 15:15:56 NUMA node(s): 1 15:15:56 Vendor ID: GenuineIntel 15:15:56 CPU family: 6 15:15:56 Model: 44 15:15:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:15:56 Stepping: 1 15:15:56 CPU MHz: 2933.442 15:15:56 BogoMIPS: 5866.88 15:15:56 Virtualization: VT-x 15:15:56 Hypervisor vendor: KVM 15:15:56 Virtualization type: full 15:15:56 L1d cache: 128 KiB 15:15:56 L1i cache: 128 KiB 15:15:56 L2 cache: 16 MiB 15:15:56 L3 cache: 64 MiB 15:15:56 NUMA node0 CPU(s): 0-3 15:15:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:15:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:15:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:15:56 Vulnerability Meltdown: Mitigation; PTI 15:15:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:15:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:15:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:15:56 Vulnerability Srbds: Not affected 15:15:56 Vulnerability Tsx async abort: Not affected 15:15:56 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 15:15:56 15:15:56 15:15:56 ---> nproc: 15:15:56 4 15:15:56 15:15:56 15:15:56 ---> df -h: 15:15:56 Filesystem Size Used Available Use% Mounted on 15:15:56 overlay 50.0G 13.0G 37.0G 26% / 15:15:56 tmpfs 64.0M 0 64.0M 0% /dev 15:15:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:15:56 shm 64.0M 0 64.0M 0% /dev/shm 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/391@tmp 15:15:56 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/391 15:15:56 15:15:56 15:15:56 ---> free -m: 15:15:56 total used free shared buff/cache available 15:15:56 Mem: 1837 778 138 0 920 993 15:15:56 Swap: 1023 62 961 15:15:56 15:15:56 15:15:56 ---> ip addr: 15:15:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:15:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:15:56 inet 127.0.0.1/8 scope host lo 15:15:56 valid_lft forever preferred_lft forever 15:15:56 inet6 ::1/128 scope host 15:15:56 valid_lft forever preferred_lft forever 15:15:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:15:56 link/ether fa:16:3e:7a:f7:0c brd ff:ff:ff:ff:ff:ff 15:15:56 inet 10.30.123.230/23 brd 10.30.123.255 scope global dynamic eth0 15:15:56 valid_lft 85248sec preferred_lft 85248sec 15:15:56 inet6 fe80::f816:3eff:fe7a:f70c/64 scope link 15:15:56 valid_lft forever preferred_lft forever 15:15:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:15:56 link/ether 02:42:32:e0:e8:30 brd ff:ff:ff:ff:ff:ff 15:15:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:15:56 valid_lft forever preferred_lft forever 15:15:56 inet6 fe80::42:32ff:fee0:e830/64 scope link 15:15:56 valid_lft forever preferred_lft forever 15:15:56 15:15:56 15:15:56 ---> sar -b -r -n DEV: 15:15:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 15:15:56 15:15:56 14:56:32 LINUX RESTART (4 CPU) 15:15:56 15:15:56 14:57:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:15:56 14:58:01 120.35 54.18 66.16 0.00 9925.12 19747.16 0.00 15:15:56 14:59:01 303.92 100.65 203.28 0.00 4195.71 51561.77 0.00 15:15:56 15:00:01 148.52 54.23 94.29 0.00 2374.17 12687.52 0.00 15:15:56 15:01:01 141.75 70.25 71.50 0.00 3529.48 8522.11 0.00 15:15:56 15:02:02 1010.09 746.20 263.89 0.00 92958.40 166477.73 0.00 15:15:56 15:03:01 2423.76 2099.33 324.44 0.00 147082.88 156873.60 0.00 15:15:56 15:04:05 478.01 190.63 287.38 0.00 63757.90 113381.95 0.00 15:15:56 15:05:01 1697.17 1383.18 313.99 0.00 83619.59 92240.90 0.00 15:15:56 15:06:01 262.05 91.49 170.56 0.00 7871.73 16789.34 0.00 15:15:56 15:07:01 77.50 67.31 10.19 0.00 2921.97 248.88 0.00 15:15:56 15:08:01 0.45 0.03 0.42 0.00 0.67 7.69 0.00 15:15:56 15:09:01 0.23 0.02 0.22 0.00 0.13 3.05 0.00 15:15:56 15:10:01 0.45 0.00 0.45 0.00 0.00 4.91 0.00 15:15:56 15:11:01 0.58 0.32 0.27 0.00 3.46 4.68 0.00 15:15:56 15:12:01 1.67 1.42 0.25 0.00 49.04 4.15 0.00 15:15:56 15:13:01 1.05 0.25 0.80 0.00 94.84 15.55 0.00 15:15:56 15:14:02 315.33 164.21 151.12 0.00 8935.97 37096.65 0.00 15:15:56 15:15:01 225.09 82.37 142.72 0.00 6346.22 31279.12 0.00 15:15:56 Average: 395.59 278.97 116.62 0.00 23987.40 39321.30 0.00 15:15:56 15:15:56 14:57:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:15:56 14:58:01 405240 0 573676 30.49 2620 900008 1123448 38.34 439040 835500 136 15:15:56 14:59:01 262268 0 717136 38.11 1496 900644 1335248 45.57 494508 838800 48 15:15:56 15:00:01 225880 0 772060 41.03 736 882868 1515760 51.73 660164 704448 27968 15:15:56 15:01:01 196268 0 735388 39.08 628 949260 1333404 45.51 603604 782900 58720 15:15:56 15:02:02 380156 0 672628 35.75 4 828756 1332656 45.48 529668 759400 24 15:15:56 15:03:01 392108 0 1075184 57.14 4 414248 4203632 143.46 632892 581088 15680 15:15:56 15:04:05 66008 0 772616 41.06 4 1042916 1938372 66.15 753748 841404 65908 15:15:56 15:05:01 294224 0 774756 41.18 4 812560 2085856 71.19 525560 809756 7064 15:15:56 15:06:01 338052 0 653940 34.76 4 889548 1210280 41.30 519440 777156 32 15:15:56 15:07:01 257208 0 647516 34.41 4 976816 1201532 41.01 534948 844852 20 15:15:56 15:08:01 259660 0 645056 34.28 4 976824 1181992 40.34 533680 844232 8 15:15:56 15:09:01 261548 0 643164 34.18 4 976828 1167600 39.85 532492 843832 12 15:15:56 15:10:01 261604 0 643096 34.18 4 976840 1167600 39.85 532752 843836 8 15:15:56 15:11:01 261640 0 643072 34.18 4 976828 1167668 39.85 532568 843916 16 15:15:56 15:12:01 260344 0 643568 34.20 4 977628 1167668 39.85 532596 844704 20 15:15:56 15:13:01 254216 0 646888 34.38 4 980436 1167728 39.85 538616 844680 8 15:15:56 15:14:02 242556 0 708500 37.66 0 930488 1180712 40.30 638880 698016 32 15:15:56 15:15:01 81088 0 822532 43.72 0 977924 1347924 46.00 601816 846304 78988 15:15:56 Average: 261115 0 710599 37.77 307 909523 1490504 50.87 563165 799157 14150 15:15:56 15:15:56 14:57:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:15:56 14:58:01 eth0 1925.44 2018.48 6507.07 243.73 0.00 0.00 0.00 0.00 15:15:56 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 14:58:01 docker0 1141.38 798.53 85.53 2727.92 0.00 0.00 0.00 0.00 15:15:56 14:59:01 veth3806c80 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:15:56 14:59:01 eth0 496.46 406.69 3678.12 44.57 0.00 0.00 0.00 0.00 15:15:56 14:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 14:59:01 docker0 145.07 190.99 10.57 829.28 0.00 0.00 0.00 0.00 15:15:56 15:00:01 veth3806c80 0.93 0.97 0.08 0.08 0.00 0.00 0.00 0.00 15:15:56 15:00:01 eth0 32.97 20.22 20.98 62.75 0.00 0.00 0.00 0.00 15:15:56 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:00:01 docker0 0.93 0.93 0.06 0.08 0.00 0.00 0.00 0.00 15:15:56 15:01:01 veth3806c80 1.40 1.40 0.11 0.11 0.00 0.00 0.00 0.00 15:15:56 15:01:01 eth0 28.43 15.76 23.02 12.35 0.00 0.00 0.00 0.00 15:15:56 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:01:01 docker0 1.40 1.40 0.09 0.11 0.00 0.00 0.00 0.00 15:15:56 15:02:02 vetha63ede2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:02:02 veth7827314 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:15:56 15:02:02 veth4613610 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:02:02 eth0 227.43 185.50 1694.43 85.57 0.00 0.00 0.00 0.00 15:15:56 15:03:01 veth8af88cb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:15:56 15:03:01 veth51b5a63 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:15:56 15:03:01 veth7827314 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 15:15:56 15:03:01 veth252dcf1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:15:56 15:04:05 veth7827314 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 15:15:56 15:04:05 eth0 2768.28 2628.16 12732.90 452.01 0.00 0.00 0.00 0.00 15:15:56 15:04:05 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 15:15:56 15:04:05 docker0 1227.25 973.02 91.13 3617.76 0.00 0.00 0.00 0.00 15:15:56 15:05:01 vethc123cdf 2.07 3.18 0.36 15.54 0.00 0.00 0.00 0.00 15:15:56 15:05:01 veth7827314 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:05:01 veth77c8cae 0.00 0.04 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:05:01 eth0 108.47 65.31 400.39 91.25 0.00 0.00 0.00 0.00 15:15:56 15:06:01 eth0 288.05 253.13 237.67 760.09 0.00 0.00 0.00 0.00 15:15:56 15:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:15:56 15:06:01 docker0 1334.03 1099.10 98.70 4301.72 0.00 0.00 0.00 0.00 15:15:56 15:07:01 eth0 206.31 204.45 81.70 879.06 0.00 0.00 0.00 0.00 15:15:56 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:08:01 eth0 0.32 0.22 0.14 0.07 0.00 0.00 0.00 0.00 15:15:56 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:09:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:15:56 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:10:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:11:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:15:56 15:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:12:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:15:56 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:13:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 15:15:56 15:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:14:02 eth0 474.90 408.96 4298.33 46.66 0.00 0.00 0.00 0.00 15:15:56 15:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:14:02 docker0 39.49 37.82 3.80 250.93 0.00 0.00 0.00 0.00 15:15:56 15:15:01 eth0 494.89 418.59 3516.99 142.60 0.00 0.00 0.00 0.00 15:15:56 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 15:15:01 veth77e164c 27.50 38.00 1.91 223.17 0.00 0.00 0.00 0.00 15:15:56 15:15:01 docker0 27.50 37.86 1.53 223.16 0.00 0.00 0.00 0.00 15:15:56 Average: eth0 248.30 228.83 1220.15 133.05 0.00 0.00 0.00 0.00 15:15:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:15:56 Average: veth77e164c 1.51 2.08 0.10 12.22 0.00 0.00 0.00 0.00 15:15:56 Average: docker0 77.98 65.38 5.79 265.71 0.00 0.00 0.00 0.00 15:15:56 15:15:56 15:15:56 ---> sar -P ALL: 15:15:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 15:15:56 15:15:56 14:56:32 LINUX RESTART (4 CPU) 15:15:56 15:15:56 14:57:02 CPU %user %nice %system %iowait %steal %idle 15:15:56 14:58:01 all 19.34 0.00 7.58 2.56 0.05 70.47 15:15:56 14:58:01 0 20.08 0.00 10.68 4.36 0.05 64.83 15:15:56 14:58:01 1 19.76 0.00 6.30 3.65 0.05 70.23 15:15:56 14:58:01 2 16.78 0.00 7.03 1.18 0.05 74.95 15:15:56 14:58:01 3 20.74 0.00 6.32 1.06 0.05 71.82 15:15:56 14:59:01 all 11.68 0.00 9.93 6.63 0.08 71.68 15:15:56 14:59:01 0 11.55 0.00 11.22 4.22 0.09 72.92 15:15:56 14:59:01 1 11.59 0.00 9.52 10.04 0.07 68.79 15:15:56 14:59:01 2 12.04 0.00 9.22 7.07 0.09 71.58 15:15:56 14:59:01 3 11.55 0.00 9.76 5.18 0.07 73.44 15:15:56 15:00:01 all 51.67 0.00 11.99 4.44 0.05 31.85 15:15:56 15:00:01 0 48.72 0.00 12.62 5.22 0.05 33.39 15:15:56 15:00:01 1 52.62 0.00 11.68 2.99 0.03 32.68 15:15:56 15:00:01 2 51.37 0.00 12.44 5.24 0.07 30.89 15:15:56 15:00:01 3 53.96 0.00 11.25 4.31 0.03 30.45 15:15:56 15:01:01 all 50.08 0.00 14.63 2.64 0.05 32.60 15:15:56 15:01:01 0 49.27 0.00 14.91 1.17 0.05 34.60 15:15:56 15:01:01 1 50.77 0.00 14.83 3.73 0.07 30.59 15:15:56 15:01:01 2 50.43 0.00 14.57 3.79 0.05 31.16 15:15:56 15:01:01 3 49.82 0.00 14.21 1.84 0.03 34.10 15:15:56 15:02:02 all 21.37 0.00 20.40 10.47 0.10 47.67 15:15:56 15:02:02 0 21.72 0.00 20.00 9.84 0.07 48.37 15:15:56 15:02:02 1 21.97 0.00 20.35 10.75 0.12 46.81 15:15:56 15:02:02 2 20.81 0.00 20.93 12.05 0.10 46.10 15:15:56 15:02:02 3 20.96 0.00 20.31 9.23 0.10 49.39 15:15:56 15:03:01 all 30.17 0.00 23.85 26.47 0.10 19.41 15:15:56 15:03:01 0 30.55 0.00 23.05 26.57 0.11 19.71 15:15:56 15:03:01 1 29.46 0.00 23.66 25.89 0.09 20.90 15:15:56 15:03:01 2 30.60 0.00 24.33 26.00 0.09 18.98 15:15:56 15:03:01 3 30.06 0.00 24.36 27.42 0.11 18.06 15:15:56 15:04:05 all 40.14 0.00 18.81 20.50 0.06 20.50 15:15:56 15:04:05 0 40.24 0.00 17.91 20.87 0.05 20.92 15:15:56 15:04:05 1 40.71 0.00 18.59 22.05 0.07 18.58 15:15:56 15:04:05 2 40.30 0.00 19.50 19.77 0.05 20.38 15:15:56 15:04:05 3 39.27 0.00 19.26 19.26 0.07 22.15 15:15:56 15:05:01 all 45.28 0.00 19.88 24.99 0.07 9.78 15:15:56 15:05:01 0 44.39 0.00 19.35 24.58 0.06 11.63 15:15:56 15:05:01 1 44.17 0.00 21.49 27.46 0.07 6.80 15:15:56 15:05:01 2 46.75 0.00 18.94 23.40 0.07 10.83 15:15:56 15:05:01 3 45.81 0.00 19.77 24.52 0.06 9.85 15:15:56 15:06:01 all 20.95 0.00 10.17 10.25 0.06 58.56 15:15:56 15:06:01 0 19.28 0.00 10.24 11.60 0.07 58.81 15:15:56 15:06:01 1 22.39 0.00 9.86 6.90 0.05 60.79 15:15:56 15:06:01 2 21.13 0.00 9.83 11.54 0.05 57.44 15:15:56 15:06:01 3 21.00 0.00 10.76 10.95 0.09 57.20 15:15:56 15:07:01 all 4.79 0.00 1.94 1.78 0.03 91.46 15:15:56 15:07:01 0 4.94 0.00 2.22 1.53 0.03 91.27 15:15:56 15:07:01 1 4.80 0.00 1.93 1.70 0.02 91.55 15:15:56 15:07:01 2 4.58 0.00 1.81 1.66 0.03 91.91 15:15:56 15:07:01 3 4.84 0.00 1.78 2.25 0.02 91.12 15:15:56 15:08:01 all 0.15 0.00 0.04 0.01 0.00 99.80 15:15:56 15:08:01 0 0.52 0.00 0.03 0.00 0.00 99.45 15:15:56 15:08:01 1 0.03 0.00 0.05 0.03 0.00 99.88 15:15:56 15:08:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:15:56 15:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:15:56 15:15:56 15:08:01 CPU %user %nice %system %iowait %steal %idle 15:15:56 15:09:01 all 0.18 0.00 0.10 0.00 0.00 99.71 15:15:56 15:09:01 0 0.53 0.00 0.05 0.00 0.02 99.40 15:15:56 15:09:01 1 0.05 0.00 0.18 0.00 0.00 99.77 15:15:56 15:09:01 2 0.08 0.00 0.12 0.00 0.00 99.80 15:15:56 15:09:01 3 0.05 0.00 0.07 0.00 0.00 99.88 15:15:56 15:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:15:56 15:10:01 0 0.50 0.00 0.02 0.00 0.00 99.48 15:15:56 15:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 15:15:56 15:10:01 2 0.05 0.00 0.05 0.00 0.00 99.90 15:15:56 15:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:15:56 15:11:01 all 0.24 0.00 0.03 0.01 0.00 99.72 15:15:56 15:11:01 0 0.15 0.00 0.03 0.02 0.00 99.80 15:15:56 15:11:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:15:56 15:11:01 2 0.13 0.00 0.02 0.02 0.00 99.83 15:15:56 15:11:01 3 0.63 0.00 0.02 0.00 0.02 99.33 15:15:56 15:12:01 all 0.15 0.00 0.06 0.02 0.00 99.77 15:15:56 15:12:01 0 0.02 0.00 0.05 0.00 0.00 99.93 15:15:56 15:12:01 1 0.05 0.00 0.07 0.00 0.00 99.88 15:15:56 15:12:01 2 0.03 0.00 0.10 0.08 0.00 99.78 15:15:56 15:12:01 3 0.50 0.00 0.02 0.00 0.00 99.48 15:15:56 15:13:01 all 0.16 0.00 0.05 0.01 0.00 99.78 15:15:56 15:13:01 0 0.02 0.00 0.05 0.02 0.00 99.92 15:15:56 15:13:01 1 0.05 0.00 0.07 0.00 0.00 99.88 15:15:56 15:13:01 2 0.03 0.00 0.07 0.02 0.00 99.88 15:15:56 15:13:01 3 0.53 0.00 0.03 0.00 0.00 99.43 15:15:56 15:14:02 all 10.51 0.00 8.44 7.48 0.06 73.52 15:15:56 15:14:02 0 11.06 0.00 8.78 8.42 0.05 71.68 15:15:56 15:14:02 1 11.05 0.00 8.39 7.56 0.05 72.95 15:15:56 15:14:02 2 9.41 0.00 8.33 6.91 0.03 75.32 15:15:56 15:14:02 3 10.53 0.00 8.24 7.02 0.09 74.13 15:15:56 15:15:01 all 10.87 0.00 9.13 2.11 0.04 77.84 15:15:56 15:15:01 0 9.59 0.00 9.90 2.56 0.05 77.90 15:15:56 15:15:01 1 13.91 0.00 7.95 2.92 0.03 75.19 15:15:56 15:15:01 2 9.92 0.00 9.82 1.73 0.03 78.49 15:15:56 15:15:01 3 10.06 0.00 8.84 1.25 0.05 79.80 15:15:56 Average: all 17.35 0.00 8.57 6.54 0.04 67.50 15:15:56 Average: 0 17.11 0.00 8.80 6.60 0.04 67.46 15:15:56 Average: 1 17.67 0.00 8.44 6.81 0.04 67.03 15:15:56 Average: 2 17.17 0.00 8.59 6.56 0.04 67.65 15:15:56 Average: 3 17.46 0.00 8.44 6.18 0.04 67.88 15:15:56 15:15:56 15:15:56