Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a8b212ab85f9eb20ce60342de555149da787e9ca Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27189 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/366 [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/366 # 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 > 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 Checking out Revision a8b212ab85f9eb20ce60342de555149da787e9ca (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 Commit message: "feat(scheduler): Implement GET /interval/all V2 API (#3185)" > git rev-list --no-walk 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:06:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:06:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:06:54 ========================================================= 21:06:54 EdgeX Global Pipelines Version Info 21:06:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:07:01 ------------------- 21:07:01 stable info: 21:07:01 ------------------- 21:07:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:07:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:07:01 Message: update stable to v1.0.179 21:07:03 ------------------- 21:07:03 experimental info: 21:07:03 ------------------- 21:07:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:07:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:07:03 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:07:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:07:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:07:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:07:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:07:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:07:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:07:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] echo 21:07:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a8b212a [Pipeline] echo 21:07:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:07:06 provisioning config files... 21:07:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/366@tmp/config2165611860978635087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:07:07 ---> docker-login.sh 21:07:07 nexus3.edgexfoundry.org:10001 21:07:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:08 Configure a credential helper to remove this warning. See 21:07:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:08 21:07:08 Login Succeeded 21:07:08 nexus3.edgexfoundry.org:10002 21:07:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:10 Configure a credential helper to remove this warning. See 21:07:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:10 21:07:10 Login Succeeded 21:07:10 nexus3.edgexfoundry.org:10003 21:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:11 Configure a credential helper to remove this warning. See 21:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:11 21:07:11 Login Succeeded 21:07:11 nexus3.edgexfoundry.org:10004 21:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:12 Configure a credential helper to remove this warning. See 21:07:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:12 21:07:12 Login Succeeded 21:07:12 docker.io 21:07:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:14 Configure a credential helper to remove this warning. See 21:07:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:14 21:07:14 Login Succeeded 21:07:14 ---> docker-login.sh ends [Pipeline] } 21:07:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:07:15 ++ 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 21:07:15 + for file in '`ls cmd/**/Dockerfile`' 21:07:15 ++ dirname cmd/core-command/Dockerfile 21:07:15 ++ cut -d/ -f2 21:07:15 + echo core-command,cmd/core-command/Dockerfile 21:07:15 + for file in '`ls cmd/**/Dockerfile`' 21:07:15 ++ dirname cmd/core-data/Dockerfile 21:07:15 ++ cut -d/ -f2 21:07:15 + echo core-data,cmd/core-data/Dockerfile 21:07:15 + for file in '`ls cmd/**/Dockerfile`' 21:07:15 ++ cut -d/ -f2 21:07:15 ++ dirname cmd/core-metadata/Dockerfile 21:07:15 + echo core-metadata,cmd/core-metadata/Dockerfile 21:07:15 + for file in '`ls cmd/**/Dockerfile`' 21:07:15 ++ dirname cmd/security-bootstrapper/Dockerfile 21:07:15 ++ cut -d/ -f2 21:07:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:07:15 + for file in '`ls cmd/**/Dockerfile`' 21:07:15 ++ cut -d/ -f2 21:07:15 ++ dirname cmd/security-proxy-setup/Dockerfile 21:07:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:07:15 + for file in '`ls cmd/**/Dockerfile`' 21:07:15 ++ cut -d/ -f2 21:07:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:07:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:07:15 + for file in '`ls cmd/**/Dockerfile`' 21:07:15 ++ dirname cmd/support-notifications/Dockerfile 21:07:15 ++ cut -d/ -f2 21:07:15 + echo support-notifications,cmd/support-notifications/Dockerfile 21:07:15 + for file in '`ls cmd/**/Dockerfile`' 21:07:15 ++ dirname cmd/support-scheduler/Dockerfile 21:07:15 ++ cut -d/ -f2 21:07:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:07:15 + for file in '`ls cmd/**/Dockerfile`' 21:07:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:07:15 ++ cut -d/ -f2 21:07:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:07:15 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 21:07:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:07:16 21:07:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:07:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:07:17 latest: Pulling from edgex-devops/git-semver 21:07:17 31603596830f: Pulling fs layer 21:07:17 2a8b12db71e7: Pulling fs layer 21:07:17 6ca5941a6612: Pulling fs layer 21:07:17 ecc8261a40a4: Pulling fs layer 21:07:17 ecc8261a40a4: Waiting 21:07:17 2a8b12db71e7: Verifying Checksum 21:07:17 2a8b12db71e7: Download complete 21:07:18 31603596830f: Verifying Checksum 21:07:18 31603596830f: Download complete 21:07:19 31603596830f: Pull complete 21:07:19 ecc8261a40a4: Verifying Checksum 21:07:19 ecc8261a40a4: Download complete 21:07:20 2a8b12db71e7: Pull complete 21:07:20 6ca5941a6612: Download complete 21:07:21 6ca5941a6612: Pull complete 21:07:21 ecc8261a40a4: Pull complete 21:07:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:07:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:07:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:07:22 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:07:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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 21:07:26 $ docker top 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:07:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:07:27 [ssh-agent] Looking for ssh-agent implementation... 21:07:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:07:29 $ docker exec 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 ssh-agent 21:07:29 SSH_AUTH_SOCK=/tmp/ssh-7aMQqnMH8U56/agent.11 21:07:29 SSH_AGENT_PID=16 21:07:29 Running ssh-add (command line suppressed) 21:07:30 Identity added: /w/workspace/edgex-go/366@tmp/private_key_4692558358422549320.key (/w/workspace/edgex-go/366@tmp/private_key_4692558358422549320.key) 21:07:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:07:31 + git tag --points-at HEAD [Pipeline] } 21:07:31 $ docker exec --env ******** --env ******** 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 ssh-agent -k 21:07:31 unset SSH_AUTH_SOCK; 21:07:31 unset SSH_AGENT_PID; 21:07:31 echo Agent pid 16 killed; 21:07:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:07:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:07:32 [ssh-agent] Looking for ssh-agent implementation... 21:07:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:07:32 $ docker exec 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 ssh-agent 21:07:33 SSH_AUTH_SOCK=/tmp/ssh-luU82WWC6k1m/agent.45 21:07:33 SSH_AGENT_PID=50 21:07:33 Running ssh-add (command line suppressed) 21:07:34 Identity added: /w/workspace/edgex-go/366@tmp/private_key_5879652724807061696.key (/w/workspace/edgex-go/366@tmp/private_key_5879652724807061696.key) 21:07:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:07:35 + git semver init 21:07:35 # -> Open(): unable to determine branch for HEAD 21:07:35 # $GIT_DIR = /w/workspace/edgex-go/366/.git 21:07:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/366 21:07:35 # $SEMVER_REMOTE_NAME = origin 21:07:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:07:35 # $SEMVER_USER_NAME = edgex-jenkins 21:07:35 # $SEMVER_BRANCH = master 21:07:35 # $SEMVER_TEMP = /tmp/semver-627768839 21:07:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:08:25 # '/tmp/semver-627768839' -> '/w/workspace/edgex-go/366/.semver' 21:08:25 # -> Force: false 21:08:25 # $SEMVER_DIR = /w/workspace/edgex-go/366/.semver [Pipeline] } 21:08:25 $ docker exec --env ******** --env ******** 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 ssh-agent -k 21:08:26 unset SSH_AUTH_SOCK; 21:08:26 unset SSH_AGENT_PID; 21:08:26 echo Agent pid 50 killed; 21:08:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:08:28 + git semver [Pipeline] } 21:08:28 $ docker stop --time=1 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 21:08:31 $ docker rm -f 1b6364ceaf22ab9fc94a2a595a6d966b753b42e6e2744148fee0293245d41ba2 [Pipeline] // withDockerContainer [Pipeline] sh 21:08:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:08:34 Stashed 1 file(s) [Pipeline] echo 21:08:34 [edgeXSemver]: initialized semver on version 2.0.0-dev.100 [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 21:08:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:08:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:08:37 + sudo service docker restart 21:08:37 + true 21:08:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:08:39 ========================================================= 21:08:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:08:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:08:40 + 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 . 21:08:48 Sending build context to Docker daemon 327.9MB 21:08:48 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:08:48 Step 2/6 : FROM ${BASE} 21:08:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:08:48 188c0c94c7c5: Pulling fs layer 21:08:48 0ef7d3d256c8: Pulling fs layer 21:08:48 de9db76c5a1d: Pulling fs layer 21:08:48 bca2f99d35d6: Pulling fs layer 21:08:48 93359f2a8cfa: Pulling fs layer 21:08:48 7c6f9722023f: Pulling fs layer 21:08:48 a35cf1a2eb13: Pulling fs layer 21:08:48 bca2f99d35d6: Waiting 21:08:48 93359f2a8cfa: Waiting 21:08:48 7c6f9722023f: Waiting 21:08:48 a35cf1a2eb13: Waiting 21:08:48 de9db76c5a1d: Verifying Checksum 21:08:48 de9db76c5a1d: Download complete 21:08:48 0ef7d3d256c8: Verifying Checksum 21:08:48 0ef7d3d256c8: Download complete 21:08:49 93359f2a8cfa: Verifying Checksum 21:08:49 93359f2a8cfa: Download complete 21:08:49 7c6f9722023f: Verifying Checksum 21:08:49 7c6f9722023f: Download complete 21:08:50 Still waiting to schedule task 21:08:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:08:50 188c0c94c7c5: Verifying Checksum 21:08:50 188c0c94c7c5: Download complete 21:08:51 188c0c94c7c5: Pull complete 21:08:51 0ef7d3d256c8: Pull complete 21:08:51 de9db76c5a1d: Pull complete 21:08:59 a35cf1a2eb13: Verifying Checksum 21:08:59 a35cf1a2eb13: Download complete 21:09:02 bca2f99d35d6: Verifying Checksum 21:09:02 bca2f99d35d6: Download complete 21:09:16 bca2f99d35d6: Pull complete 21:09:16 93359f2a8cfa: Pull complete 21:09:17 7c6f9722023f: Pull complete 21:09:24 a35cf1a2eb13: Pull complete 21:09:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:09:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:09:24 ---> a62c8e92a672 21:09:24 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 21:09:24 ---> Running in bc3e75a5ffa9 21:09:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:27 (1/12) Installing libmagic (5.38-r0) 21:09:27 (2/12) Installing file (5.38-r0) 21:09:27 (3/12) Installing libc-dev (0.7.2-r3) 21:09:27 (4/12) Installing g++ (9.3.0-r2) 21:09:35 (5/12) Installing fortify-headers (1.1-r0) 21:09:35 (6/12) Installing patch (2.7.6-r6) 21:09:35 (7/12) Installing build-base (0.5-r2) 21:09:35 (8/12) Installing libsodium (1.0.18-r0) 21:09:35 (9/12) Installing pkgconf (1.7.2-r0) 21:09:35 (10/12) Installing libsodium-dev (1.0.18-r0) 21:09:35 (11/12) Installing libzmq (4.3.3-r0) 21:09:36 (12/12) Installing zeromq-dev (4.3.3-r0) 21:09:36 Executing busybox-1.31.1-r19.trigger 21:09:36 OK: 233 MiB in 51 packages 21:09:40 Removing intermediate container bc3e75a5ffa9 21:09:40 ---> 5297d1f82675 21:09:40 Step 4/6 : WORKDIR /edgex-go 21:09:40 ---> Running in 58b4bb2ceef2 21:09:41 Removing intermediate container 58b4bb2ceef2 21:09:41 ---> dcfb068da5af 21:09:41 Step 5/6 : COPY go.mod . 21:09:42 ---> 591202cb54e3 21:09:42 Step 6/6 : RUN go mod download 21:09:42 ---> Running in 79e4d240aaa1 21:10:33 Removing intermediate container 79e4d240aaa1 21:10:33 ---> b894ae55bab3 21:10:33 Successfully built b894ae55bab3 21:10:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:10:33 + docker inspect -f . ci-base-image-x86_64 21:10:34 . [Pipeline] withDockerContainer 21:10:34 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:10:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:10:36 $ docker top 38a95c8910100b8c62a1ac26ae934c0fdd37510b0a70472bb03ce1d72336da92 -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:38 + go version 21:10:38 go version go1.15.5 linux/amd64 [Pipeline] } 21:10:38 $ docker stop --time=1 38a95c8910100b8c62a1ac26ae934c0fdd37510b0a70472bb03ce1d72336da92 21:10:39 $ docker rm -f 38a95c8910100b8c62a1ac26ae934c0fdd37510b0a70472bb03ce1d72336da92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:41 + docker inspect -f . ci-base-image-x86_64 21:10:41 . [Pipeline] withDockerContainer 21:10:42 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:10:42 $ 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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:10:43 $ docker top ab16ad59b1f6c8c4b663e240920353b51526546b68343668a5d3f5f872bf8d36 -eo pid,comm [Pipeline] { [Pipeline] echo 21:10:44 ========================================================= 21:10:44 [edgeXBuildGoParallel] Running Tests and Build... 21:10:44 ========================================================= [Pipeline] sh 21:10:45 + make test 21:10:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:11:02 ? github.com/edgexfoundry/edgex-go [no test files] 21:11:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27193 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 21:11:20 Running in /w/workspace/edgex-go/366 [Pipeline] { [Pipeline] checkout 21:11:25 using credential edgex-jenkins-ssh 21:11:25 Cloning the remote Git repository 21:11:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:11:25 > git init /w/workspace/edgex-go/366 # timeout=10 21:11:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:11:25 > git --version # timeout=10 21:11:25 > git --version # 'git version 2.17.1' 21:11:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:11:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:11:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:11:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:11:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:11:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:11:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:11:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:11:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:11:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:11:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:11:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:11:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:11:44 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:11:44 Checking out Revision a8b212ab85f9eb20ce60342de555149da787e9ca (master) 21:11:44 > git config core.sparsecheckout # timeout=10 21:11:44 > git checkout -f a8b212ab85f9eb20ce60342de555149da787e9ca # timeout=10 21:11:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:11:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:11:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:11:49 Commit message: "feat(scheduler): Implement GET /interval/all V2 API (#3185)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:11:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:11:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.186s coverage: 45.9% of statements 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:11:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:11:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.134s coverage: 100.0% of statements 21:11:51 + sudo service docker restart 21:11:51 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:11:53 provisioning config files... 21:11:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/366@tmp/config6967071622669701937tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:11:54 ---> docker-login.sh 21:11:54 nexus3.edgexfoundry.org:10001 21:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.745s coverage: 27.1% of statements 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:11:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:11:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:11:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 65.8% of statements 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:11:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:56 Configure a credential helper to remove this warning. See 21:11:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:56 21:11:56 Login Succeeded 21:11:56 nexus3.edgexfoundry.org:10002 21:11:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:56 Configure a credential helper to remove this warning. See 21:11:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:56 21:11:56 Login Succeeded 21:11:56 nexus3.edgexfoundry.org:10003 21:11:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:56 Configure a credential helper to remove this warning. See 21:11:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:56 21:11:56 Login Succeeded 21:11:56 nexus3.edgexfoundry.org:10004 21:11:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:57 Configure a credential helper to remove this warning. See 21:11:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:57 21:11:57 Login Succeeded 21:11:57 docker.io 21:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.554s coverage: 82.3% of statements 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:11:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:57 Configure a credential helper to remove this warning. See 21:11:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:57 21:11:57 Login Succeeded 21:11:57 ---> docker-login.sh ends [Pipeline] } 21:11:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:11:58 ========================================================= 21:11:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:11:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:11:58 + 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 . 21:12:01 Sending build context to Docker daemon 166.3MB 21:12:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:12:01 Step 2/6 : FROM ${BASE} 21:12:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:12:01 5f621e34cdf4: Pulling fs layer 21:12:01 a4357932f1b6: Pulling fs layer 21:12:01 18c013af1878: Pulling fs layer 21:12:01 00ac8860ef70: Pulling fs layer 21:12:01 63d7cb157983: Pulling fs layer 21:12:01 b116817d02f9: Pulling fs layer 21:12:01 745a02a5169b: Pulling fs layer 21:12:01 63d7cb157983: Waiting 21:12:01 b116817d02f9: Waiting 21:12:01 745a02a5169b: Waiting 21:12:01 00ac8860ef70: Waiting 21:12:01 a4357932f1b6: Verifying Checksum 21:12:01 a4357932f1b6: Download complete 21:12:01 5f621e34cdf4: Verifying Checksum 21:12:01 5f621e34cdf4: Download complete 21:12:01 18c013af1878: Verifying Checksum 21:12:01 18c013af1878: Download complete 21:12:01 63d7cb157983: Verifying Checksum 21:12:01 63d7cb157983: Download complete 21:12:01 b116817d02f9: Verifying Checksum 21:12:01 b116817d02f9: Download complete 21:12:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.746s coverage: 28.6% of statements 21:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:12:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.107s coverage: 100.0% of statements 21:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:12:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.208s coverage: 100.0% of statements 21:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:12:01 5f621e34cdf4: Pull complete 21:12:02 a4357932f1b6: Pull complete 21:12:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.223s coverage: 86.7% of statements 21:12:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:12:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.176s coverage: 97.5% of statements 21:12:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:12:02 18c013af1878: Pull complete 21:12:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 21:12:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:12:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:12:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:12:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:12:05 745a02a5169b: Verifying Checksum 21:12:05 745a02a5169b: Download complete 21:12:05 00ac8860ef70: Download complete 21:12:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.019s coverage: 92.8% of statements 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:12:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:12:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.112s coverage: 0.1% of statements 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 45.5% of statements 21:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements 21:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.098s coverage: 94.1% of statements 21:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.161s coverage: 96.3% of statements 21:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements 21:12:15 00ac8860ef70: Pull complete 21:12:16 63d7cb157983: Pull complete 21:12:16 b116817d02f9: Pull complete 21:12:20 745a02a5169b: Pull complete 21:12:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:12:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:12:20 ---> b7e6874047d6 21:12:20 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 21:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements 21:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.082s coverage: 44.8% of statements 21:12:24 ---> Running in 77def02ec6f7 21:12:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:26 (1/12) Installing libmagic (5.38-r0) 21:12:26 (2/12) Installing file (5.38-r0) 21:12:26 (3/12) Installing libc-dev (0.7.2-r3) 21:12:26 (4/12) Installing g++ (9.3.0-r2) 21:12:33 (5/12) Installing fortify-headers (1.1-r0) 21:12:33 (6/12) Installing patch (2.7.6-r6) 21:12:33 (7/12) Installing build-base (0.5-r2) 21:12:33 (8/12) Installing libsodium (1.0.18-r0) 21:12:33 (9/12) Installing pkgconf (1.7.2-r0) 21:12:33 (10/12) Installing libsodium-dev (1.0.18-r0) 21:12:33 (11/12) Installing libzmq (4.3.3-r0) 21:12:33 (12/12) Installing zeromq-dev (4.3.3-r0) 21:12:33 Executing busybox-1.31.1-r19.trigger 21:12:33 OK: 217 MiB in 51 packages 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.378s coverage: 92.9% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.048s coverage: 77.8% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.198s coverage: 87.2% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.240s coverage: 80.8% of statements 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.6% of statements 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.272s coverage: 62.4% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.782s coverage: 68.9% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 36.1% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.289s coverage: 47.0% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.211s coverage: 100.0% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.064s coverage: 100.0% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:12:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.231s coverage: 89.4% of statements 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:12:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:12:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.100s coverage: 29.1% of statements 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:12:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.148s coverage: 99.0% of statements 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:12:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:12:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.135s coverage: 92.9% of statements 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:12:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:12:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:12:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.069s coverage: 87.9% of statements 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:12:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:12:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 21:12:37 Removing intermediate container 77def02ec6f7 21:12:37 ---> bb637248cd35 21:12:37 Step 4/6 : WORKDIR /edgex-go 21:12:37 ---> Running in 6a87cb711a7f 21:12:37 Removing intermediate container 6a87cb711a7f 21:12:37 ---> 4b0da92fd0aa 21:12:37 Step 5/6 : COPY go.mod . 21:12:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.132s coverage: 32.1% of statements 21:12:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.121s coverage: 100.0% of statements 21:12:38 ---> f1bb2cc11930 21:12:38 Step 6/6 : RUN go mod download 21:12:38 ---> Running in 9844d563615f 21:12:39 GO111MODULE=on go vet ./... 21:13:05 Removing intermediate container 9844d563615f 21:13:05 ---> a1eba823c06d 21:13:05 Successfully built a1eba823c06d 21:13:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:13:05 + docker inspect -f . ci-base-image-arm64 21:13:05 . [Pipeline] withDockerContainer 21:13:05 prd-ubuntu18.04-docker-arm64-4c-16g-27193 does not seem to be running inside a container 21:13:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:13:07 $ docker top 1cf32abb1e5c3871626b1e54d1541df0f154588af9636f281ca136d9bd9c909a -eo pid,comm [Pipeline] { [Pipeline] sh 21:13:08 + go version 21:13:08 go version go1.15.5 linux/arm64 [Pipeline] } 21:13:08 $ docker stop --time=1 1cf32abb1e5c3871626b1e54d1541df0f154588af9636f281ca136d9bd9c909a 21:13:10 $ docker rm -f 1cf32abb1e5c3871626b1e54d1541df0f154588af9636f281ca136d9bd9c909a [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 21:13:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:13:13 21:13:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:13:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:13:13 latest: Pulling from edgex-devops/edgex-compose-arm64 21:13:13 29e5d40040c1: Pulling fs layer 21:13:13 1ce36da41761: Pulling fs layer 21:13:13 25b303627fd3: Pulling fs layer 21:13:13 29e5d40040c1: Verifying Checksum 21:13:13 29e5d40040c1: Download complete 21:13:14 1ce36da41761: Verifying Checksum 21:13:14 1ce36da41761: Download complete 21:13:14 29e5d40040c1: Pull complete 21:13:15 1ce36da41761: Pull complete 21:13:15 25b303627fd3: Verifying Checksum 21:13:15 25b303627fd3: Download complete 21:13:19 gofmt -l . 21:13:20 [ "`gofmt -l .`" = "" ] 21:13:21 ./bin/test-go-mod-tidy.sh 21:13:23 ./bin/test-attribution-txt.sh 21:13:26 25b303627fd3: Pull complete 21:13:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:13:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:13:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:13:26 prd-ubuntu18.04-docker-arm64-4c-16g-27193 does not seem to be running inside a container 21:13:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:13:29 $ docker top 461d57086847cd4c726e5fd11263d80bac9ae9087276f2b555aedd42a3835972 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 21:13:31 + docker-compose build --help 21:13:31 + grep parallel 21:13:31 + ls -al . 21:13:31 total 704 21:13:31 drwxrwxr-x 10 1001 1001 4096 Feb 22 21:13 . 21:13:31 drwxr-xr-x 4 root root 32 Feb 22 21:10 .. 21:13:31 -rw-rw-r-- 1 1001 1001 11 Feb 22 21:06 .dockerignore 21:13:31 drwxrwxr-x 8 1001 1001 162 Feb 22 21:06 .git 21:13:31 drwxrwxr-x 3 1001 1001 125 Feb 22 21:06 .github 21:13:31 -rw-rw-r-- 1 1001 1001 818 Feb 22 21:06 .gitignore 21:13:31 drwx------ 3 1001 1001 45 Feb 22 21:08 .semver 21:13:31 -rw-rw-r-- 1 1001 1001 166 Feb 22 21:06 .sonarcloud.properties 21:13:31 -rw-rw-r-- 1 1001 1001 8475 Feb 22 21:06 Attribution.txt 21:13:31 -rw-rw-r-- 1 1001 1001 3804 Feb 22 21:06 CONTRIBUTING.md 21:13:31 -rw-rw-r-- 1 1001 1001 931 Feb 22 21:06 Dockerfile.build 21:13:31 -rw-rw-r-- 1 1001 1001 863 Feb 22 21:06 Jenkinsfile 21:13:31 -rw-rw-r-- 1 1001 1001 10775 Feb 22 21:06 LICENSE 21:13:31 -rw-rw-r-- 1 1001 1001 5774 Feb 22 21:06 Makefile 21:13:31 -rw-rw-r-- 1 1001 1001 6524 Feb 22 21:06 README.md 21:13:31 -rw-rw-r-- 1 1001 1001 6755 Feb 22 21:06 SECURITY.md 21:13:31 -rw-rw-r-- 1 1001 1001 13 Feb 22 21:08 VERSION 21:13:31 -rw-rw-r-- 1 1001 1001 4131 Feb 22 21:06 ZMQWindows.md 21:13:31 drwxrwxr-x 2 1001 1001 117 Feb 22 21:06 bin 21:13:31 drwxrwxr-x 14 1001 1001 4096 Feb 22 21:06 cmd 21:13:31 -rw-r--r-- 1 root root 593405 Feb 22 21:12 coverage.out 21:13:31 -rw-r--r-- 1 root root 1055 Feb 22 21:13 go.mod 21:13:31 -rw-r--r-- 1 root root 21410 Feb 22 21:13 go.sum 21:13:31 drwxrwxr-x 8 1001 1001 127 Feb 22 21:06 internal 21:13:31 drwxrwxr-x 4 1001 1001 26 Feb 22 21:06 openapi 21:13:31 drwxrwxr-x 4 1001 1001 71 Feb 22 21:06 snap 21:13:31 -rw-rw-r-- 1 1001 1001 168 Feb 22 21:06 version.go [Pipeline] sh 21:13:32 + '[' -e coverage.out ] 21:13:32 + chown 1001:1001 coverage.out [Pipeline] stash 21:13:33 Stashed 1 file(s) [Pipeline] sh 21:13:33 + make build 21:13:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-data/core-data ./cmd/core-data 21:13:34 --parallel Build images in parallel. [Pipeline] } 21:13:34 $ docker stop --time=1 461d57086847cd4c726e5fd11263d80bac9ae9087276f2b555aedd42a3835972 21:13:36 $ docker rm -f 461d57086847cd4c726e5fd11263d80bac9ae9087276f2b555aedd42a3835972 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:13:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:13:37 . [Pipeline] withDockerContainer 21:13:37 prd-ubuntu18.04-docker-arm64-4c-16g-27193 does not seem to be running inside a container 21:13:37 $ 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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:13:39 $ docker top 9285c87499a3ac2eeda3d8a53e1ab3668b7124ee17f69ea572e22c48956e132c -eo pid,comm 21:13:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] { [Pipeline] sh 21:13:40 + docker-compose -f ./docker-compose-build.yml build --parallel 21:13:43 Building docker-core-command-go ... 21:13:43 Building docker-core-data-go ... 21:13:43 Building docker-core-metadata-go ... 21:13:43 Building docker-security-bootstrapper-go ... 21:13:43 Building docker-security-proxy-setup-go ... 21:13:43 Building docker-security-secretstore-setup-go ... 21:13:43 Building docker-support-notifications-go ... 21:13:43 Building docker-support-scheduler-go ... 21:13:43 Building docker-sys-mgmt-agent-go ... 21:13:43 Building docker-core-data-go 21:13:43 Building docker-core-metadata-go 21:13:43 Building docker-support-scheduler-go 21:13:44 Building docker-security-secretstore-setup-go 21:13:44 Building docker-core-command-go 21:13:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-command/core-command ./cmd/core-command 21:13:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:13:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:14:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:14:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:14:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:14:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:14:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:14:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/secrets-config ./cmd/secrets-config 21:14:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:14:28 $ docker stop --time=1 ab16ad59b1f6c8c4b663e240920353b51526546b68343668a5d3f5f872bf8d36 21:14:30 $ docker rm -f ab16ad59b1f6c8c4b663e240920353b51526546b68343668a5d3f5f872bf8d36 21:14:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:14:31 ---> a1eba823c06d 21:14:31 Step 3/22 : WORKDIR /edgex-go 21:14:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:14:31 ---> a1eba823c06d 21:14:31 Step 3/23 : WORKDIR /edgex-go 21:14:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:14:31 ---> a1eba823c06d 21:14:31 Step 3/23 : WORKDIR /edgex-go 21:14:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:31 21:14:31 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder 21:14:31 21:14:31 ---> a1eba823c06d 21:14:31 ---> a1eba823c06d 21:14:31 Step 3/23 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go 21:14:31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:14:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:14:33 21:14:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix 21:14:33 ---> Running in a7f13189441f 21:14:33 ---> Running in 6e8bb26ff46e 21:14:33 ---> Running in 36ca77e13d3b 21:14:33 ---> Running in b0fe29cef6dc 21:14:33 ---> Running in aa2e6538322e [Pipeline] sh 21:14:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:14:34 Removing intermediate container a7f13189441f 21:14:34 ---> 5313af04703d 21:14:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:34 Removing intermediate container 36ca77e13d3b 21:14:34 ---> a048d87b65a9 21:14:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:34 latest: Pulling from edgex-devops/edgex-compose 21:14:34 cbdbe7a5bc2a: Pulling fs layer 21:14:34 ca9280d653b3: Pulling fs layer 21:14:34 7e9c9ca2126c: Pulling fs layer 21:14:34 ---> Running in a701437ed625 21:14:34 Removing intermediate container b0fe29cef6dc 21:14:34 ---> 50f300086d90 21:14:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:34 Removing intermediate container aa2e6538322e 21:14:34 ---> 864cc7e49ae0 21:14:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:34 Removing intermediate container 6e8bb26ff46e 21:14:34 ---> a652694d69b1 21:14:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:34 ---> Running in 8270f01da809 21:14:34 ---> Running in 7aad4ec26dfa 21:14:34 ---> Running in d54f9e3a4317 21:14:34 ---> Running in 89e9dc39023a 21:14:35 cbdbe7a5bc2a: Verifying Checksum 21:14:35 cbdbe7a5bc2a: Download complete 21:14:36 cbdbe7a5bc2a: Pull complete 21:14:37 ca9280d653b3: Verifying Checksum 21:14:37 ca9280d653b3: Download complete 21:14:38 Removing intermediate container a701437ed625 21:14:38 ---> e20007826ae4 21:14:38 Step 5/23 : RUN apk add --update --no-cache make git 21:14:38 ---> Running in 1b0535d0c90e 21:14:38 Removing intermediate container 8270f01da809 21:14:38 ---> d6098ac470d4 21:14:38 Step 5/23 : RUN apk add --update --no-cache make git 21:14:38 ---> Running in da3a664b36f1 21:14:38 Removing intermediate container 89e9dc39023a 21:14:38 ---> 2a1a6a229a0e 21:14:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:14:39 ---> Running in 039d3c06a761 21:14:39 Removing intermediate container d54f9e3a4317 21:14:39 ---> 77e7666ce4a0 21:14:39 Step 5/22 : RUN apk add --update --no-cache make git 21:14:39 Removing intermediate container 7aad4ec26dfa 21:14:39 ---> 36816a55f987 21:14:39 Step 5/24 : RUN apk add --update --no-cache make git 21:14:39 ---> Running in 3dce26b3d48d 21:14:39 ---> Running in 71bc656a5cb7 21:14:39 ca9280d653b3: Pull complete 21:14:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:41 OK: 217 MiB in 51 packages 21:14:41 7e9c9ca2126c: Verifying Checksum 21:14:41 7e9c9ca2126c: Download complete 21:14:41 OK: 217 MiB in 51 packages 21:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:42 OK: 217 MiB in 51 packages 21:14:42 OK: 217 MiB in 51 packages 21:14:43 OK: 217 MiB in 51 packages 21:14:43 Removing intermediate container 1b0535d0c90e 21:14:43 ---> 854a28c6a9bd 21:14:43 Step 6/23 : COPY go.mod . 21:14:43 Removing intermediate container da3a664b36f1 21:14:43 ---> 95ac7dbf2db8 21:14:43 Step 6/23 : COPY go.mod . 21:14:44 Removing intermediate container 039d3c06a761 21:14:44 ---> 6e1bf0705d72 21:14:44 Step 6/23 : COPY go.mod . 21:14:44 Removing intermediate container 71bc656a5cb7 21:14:44 ---> ee16747e7371 21:14:44 Step 6/24 : COPY go.mod . 21:14:44 ---> d76e872e2592 21:14:44 Step 7/23 : RUN go mod download 21:14:44 ---> 0de326099221 21:14:44 Step 7/23 : RUN go mod download 21:14:44 Removing intermediate container 3dce26b3d48d 21:14:44 ---> 5cde9077b141 21:14:44 Step 6/22 : COPY go.mod . 21:14:45 ---> Running in f4268cc3e3d8 21:14:45 ---> Running in 82d72f5c675f 21:14:45 ---> 31248d652987 21:14:45 Step 7/23 : RUN go mod download 21:14:45 ---> 402429f554b0 21:14:45 Step 7/24 : RUN go mod download 21:14:45 ---> Running in 3ca8136e90a5 21:14:46 ---> Running in 0deba55199f7 21:14:46 ---> ad618515b0f9 21:14:46 Step 7/22 : RUN go mod download 21:14:46 ---> Running in 930c994fe96e 21:14:49 Removing intermediate container 82d72f5c675f 21:14:49 ---> e930867ba053 21:14:49 Step 8/23 : COPY . . 21:14:50 Removing intermediate container f4268cc3e3d8 21:14:50 ---> 5cc9cca8bd31 21:14:50 Step 8/23 : COPY . . 21:14:50 Removing intermediate container 3ca8136e90a5 21:14:50 ---> df1a0ae93fb3 21:14:50 Step 8/23 : COPY . . 21:14:50 Removing intermediate container 0deba55199f7 21:14:50 ---> 6df00983362f 21:14:50 Step 8/24 : COPY . . 21:14:50 Removing intermediate container 930c994fe96e 21:14:50 ---> c142d190886d 21:14:50 Step 8/22 : COPY . . 21:14:54 7e9c9ca2126c: Pull complete 21:14:54 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:14:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:14:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:14:56 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:14:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:15:02 $ docker top 0023fa8a0b63496865bdb00cfea6fec16081b17864b77952a9874ba782defbde -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:03 + docker-compose build --help 21:15:03 + grep parallel 21:15:04 --parallel Build images in parallel. [Pipeline] } 21:15:05 $ docker stop --time=1 0023fa8a0b63496865bdb00cfea6fec16081b17864b77952a9874ba782defbde 21:15:07 $ docker rm -f 0023fa8a0b63496865bdb00cfea6fec16081b17864b77952a9874ba782defbde [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:15:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:15:09 . [Pipeline] withDockerContainer 21:15:09 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:15:10 $ 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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:15:12 $ docker top f411e0692113061f323f629eabf098aefdd627d08b15bd90e96fc54caef8a896 -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:13 ---> 53c0f3c038c9 21:15:13 Step 9/23 : RUN make cmd/core-command/core-command 21:15:13 ---> 0bd29342fed2 21:15:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:15:13 ---> f8f7dda0ead0 21:15:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:15:13 ---> e0c91094ddc5 21:15:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:15:13 ---> 9c5b3a1e5127 21:15:13 Step 9/23 : RUN make cmd/core-data/core-data 21:15:13 ---> Running in a1af3bb8fa7e 21:15:13 ---> Running in f902b6f3a1a3 21:15:13 ---> Running in dba06db0c322 21:15:13 ---> Running in 79d43462adea 21:15:13 ---> Running in 9dd7276f6556 21:15:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-command/core-command ./cmd/core-command 21:15:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:15:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:15:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-data/core-data ./cmd/core-data 21:15:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:15:14 + docker-compose -f ./docker-compose-build.yml build --parallel 21:15:15 Building docker-core-command-go ... 21:15:15 Building docker-core-data-go ... 21:15:15 Building docker-core-metadata-go ... 21:15:15 Building docker-security-bootstrapper-go ... 21:15:15 Building docker-security-proxy-setup-go ... 21:15:15 Building docker-security-secretstore-setup-go ... 21:15:15 Building docker-support-notifications-go ... 21:15:15 Building docker-support-scheduler-go ... 21:15:15 Building docker-sys-mgmt-agent-go ... 21:15:15 Building docker-core-metadata-go 21:15:15 Building docker-security-bootstrapper-go 21:15:16 Building docker-core-command-go 21:15:16 Building docker-support-notifications-go 21:15:16 Building docker-support-scheduler-go 21:16:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:16:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:16:54 ---> b894ae55bab3 21:16:54 Step 3/23 : WORKDIR /edgex-go 21:16:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:16:54 ---> b894ae55bab3 21:16:54 Step 3/23 : WORKDIR /edgex-go 21:16:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:16:54 ---> b894ae55bab3 21:16:54 Step 3/22 : WORKDIR /edgex-go 21:16:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:16:54 ---> b894ae55bab3 21:16:54 Step 3/22 : WORKDIR /edgex-go 21:16:54 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:16:54 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:16:54 ---> b894ae55bab3 21:16:54 Step 3/30 : WORKDIR /edgex-go 21:16:54 ---> Running in f1613d429e53 21:16:54 ---> Running in 2ac3cb338bab 21:16:54 ---> Running in 44849dfc2dd7 21:16:54 ---> Running in ee025e427992 21:16:54 ---> Running in 78a6b3715140 21:16:54 Removing intermediate container 44849dfc2dd7 21:16:54 ---> 5ba60c884390 21:16:54 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:54 Removing intermediate container ee025e427992 21:16:54 ---> 575739152090 21:16:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:54 Removing intermediate container f1613d429e53 21:16:54 ---> 8f1f0cf74da6 21:16:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:54 Removing intermediate container 2ac3cb338bab 21:16:54 ---> 791dc3ba4c5b 21:16:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:54 Removing intermediate container 78a6b3715140 21:16:54 ---> 09c12ece47f2 21:16:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:54 ---> Running in 7f769705108c 21:16:54 ---> Running in 2061380631c1 21:16:54 ---> Running in 37f099d265f3 21:16:54 ---> Running in 6352ee74a6de 21:16:54 ---> Running in 92d2a42a5f3c 21:16:55 Removing intermediate container 9dd7276f6556 21:16:55 ---> fabeded029e7 21:16:55 21:16:55 Step 10/24 : FROM alpine:3.12 21:16:55 3.12: Pulling from library/alpine 21:16:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:16:56 Status: Downloaded newer image for alpine:3.12 21:16:56 ---> afeebe901d6b 21:16:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:16:56 ---> Running in 1706ab8a90f6 21:16:56 Removing intermediate container 37f099d265f3 21:16:56 ---> af079a94b5b3 21:16:56 Step 5/30 : RUN apk add --update --no-cache make git 21:16:56 Removing intermediate container 7f769705108c 21:16:56 ---> fac46b3f1a80 21:16:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:16:57 ---> Running in de548e6b4eec 21:16:57 Removing intermediate container 2061380631c1 21:16:57 ---> fa1d5e2fd94c 21:16:57 Step 5/22 : RUN apk add --update --no-cache make git 21:16:57 ---> Running in 5062059e5adb 21:16:58 Removing intermediate container 92d2a42a5f3c 21:16:58 ---> 183f75500d1d 21:16:58 Step 5/23 : RUN apk add --update --no-cache make git 21:16:58 Removing intermediate container 6352ee74a6de 21:16:58 ---> eb26fafb275d 21:16:58 Step 5/23 : RUN apk add --update --no-cache make git 21:16:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:58 ---> Running in f1f8be549300 21:16:58 ---> Running in 6d013a9fccf0 21:16:58 ---> Running in 164879f8bcda 21:16:58 (1/5) Installing ca-certificates (20191127-r4) 21:16:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:16:59 (3/5) Installing libcurl (7.69.1-r3) 21:16:59 (4/5) Installing curl (7.69.1-r3) 21:16:59 (5/5) Installing dumb-init (1.2.2-r1) 21:16:59 Executing busybox-1.31.1-r19.trigger 21:16:59 Executing ca-certificates-20191127-r4.trigger 21:16:59 OK: 7 MiB in 19 packages 21:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:02 Removing intermediate container 1706ab8a90f6 21:17:02 ---> 6a8bed473aff 21:17:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:17:02 ---> Running in e9332734c1de 21:17:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:03 Removing intermediate container e9332734c1de 21:17:03 ---> 81e852e8734d 21:17:03 Step 13/24 : WORKDIR / 21:17:03 ---> Running in 25accdb3af1f 21:17:03 OK: 233 MiB in 51 packages 21:17:03 OK: 233 MiB in 51 packages 21:17:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:04 Removing intermediate container 25accdb3af1f 21:17:04 ---> c01deb26a816 21:17:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:17:04 OK: 233 MiB in 51 packages 21:17:04 OK: 233 MiB in 51 packages 21:17:05 ---> a0fe350e9aba 21:17:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:17:06 OK: 233 MiB in 51 packages 21:17:07 ---> 14d4c6faa262 21:17:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:17:08 Removing intermediate container de548e6b4eec 21:17:08 ---> 8158240638b2 21:17:08 Step 6/30 : COPY go.mod . 21:17:08 Removing intermediate container 5062059e5adb 21:17:08 ---> 195bc047abf0 21:17:08 Step 6/22 : COPY go.mod . 21:17:09 Removing intermediate container f1f8be549300 21:17:09 ---> b2ceac0159f3 21:17:09 Step 6/22 : COPY go.mod . 21:17:09 Removing intermediate container 164879f8bcda 21:17:09 ---> 1d876aa3ff1f 21:17:09 Step 6/23 : COPY go.mod . 21:17:09 ---> 471deec6e07f 21:17:09 Step 7/30 : RUN go mod download 21:17:09 ---> 378b67bcfc6c 21:17:09 Step 7/22 : RUN go mod download 21:17:09 Removing intermediate container 6d013a9fccf0 21:17:09 ---> 170a0b70d26f 21:17:09 Step 6/23 : COPY go.mod . 21:17:10 ---> fbf8c8b07d1a 21:17:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:17:10 ---> Running in 3fc52e575b9f 21:17:10 ---> Running in 1d50fc02c549 21:17:10 ---> f8229449ea7b 21:17:10 Step 7/22 : RUN go mod download 21:17:11 ---> 55cefe5e3dae 21:17:11 Step 7/23 : RUN go mod download 21:17:11 ---> Running in 1378869e54d4 21:17:11 ---> bfe195ecbf35 21:17:11 Step 7/23 : RUN go mod download 21:17:11 ---> Running in 36cf4f48c91e 21:17:11 ---> Running in 41abb5f086a7 21:17:11 Removing intermediate container a1af3bb8fa7e 21:17:11 ---> 0226e2c3e914 21:17:11 21:17:11 Step 10/23 : FROM alpine:3.12 21:17:11 ---> afeebe901d6b 21:17:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:17:12 ---> Running in 65bf2a975bce 21:17:12 ---> 6142c4f53b18 21:17:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:17:13 Removing intermediate container dba06db0c322 21:17:13 ---> c2bdf8b8b63c 21:17:13 21:17:13 Step 10/22 : FROM alpine:3.12 21:17:13 ---> afeebe901d6b 21:17:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:17:13 ---> Running in 7effb9c0fe24 21:17:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:17:15 ---> d97880ab0aed 21:17:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:17:15 (1/1) Installing dumb-init (1.2.2-r1) 21:17:15 Executing busybox-1.31.1-r19.trigger 21:17:15 OK: 5 MiB in 15 packages 21:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:17:16 (1/1) Installing dumb-init (1.2.2-r1) 21:17:16 Executing busybox-1.31.1-r19.trigger 21:17:16 OK: 5 MiB in 15 packages 21:17:16 ---> 76431be85a6d 21:17:16 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/ 21:17:17 ---> Running in 9cde97a89c18 21:17:19 Removing intermediate container 65bf2a975bce 21:17:19 ---> 89647f5eb8a4 21:17:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:17:19 Removing intermediate container 7effb9c0fe24 21:17:19 ---> f54c85362e96 21:17:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:17:20 ---> Running in 621ec2a9a5ce 21:17:20 ---> Running in 40fdbfe2ff58 21:17:20 Removing intermediate container 1d50fc02c549 21:17:20 ---> f2b99c96cb0e 21:17:20 Step 8/22 : COPY . . 21:17:20 Removing intermediate container 41abb5f086a7 21:17:20 ---> 2cee051caa92 21:17:20 Step 8/23 : COPY . . 21:17:20 Removing intermediate container 3fc52e575b9f 21:17:20 ---> 8a17fd3f2496 21:17:20 Step 8/30 : COPY . . 21:17:20 Removing intermediate container 36cf4f48c91e 21:17:20 ---> 7c22500ce52e 21:17:20 Step 8/23 : COPY . . 21:17:20 Removing intermediate container 1378869e54d4 21:17:20 ---> 01d60150abce 21:17:20 Step 8/22 : COPY . . 21:17:21 Removing intermediate container 40fdbfe2ff58 21:17:21 ---> edfcbb98a1a1 21:17:21 Step 13/22 : ENV APP_PORT=48085 21:17:21 Removing intermediate container 621ec2a9a5ce 21:17:21 ---> cf577a78bd35 21:17:21 Step 13/23 : ENV APP_PORT=48082 21:17:21 Removing intermediate container f902b6f3a1a3 21:17:21 ---> 89f74658ef42 21:17:21 21:17:21 Step 10/23 : FROM alpine:3.12 21:17:21 ---> afeebe901d6b 21:17:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:17:21 ---> Using cache 21:17:21 ---> f54c85362e96 21:17:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:17:21 ---> Using cache 21:17:21 ---> edfcbb98a1a1 21:17:21 Step 13/23 : ENV APP_PORT=48081 21:17:21 ---> Running in e7972274b045 21:17:21 ---> Running in 3406cd9573d2 21:17:22 ---> Running in 42b2f6bc9d44 21:17:22 Removing intermediate container 9cde97a89c18 21:17:22 ---> fd7014f4b30a 21:17:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:17:22 ---> Running in 31338bedd7de 21:17:22 Removing intermediate container 3406cd9573d2 21:17:22 ---> 7f5347a91b23 21:17:22 Step 14/22 : EXPOSE $APP_PORT 21:17:22 Removing intermediate container e7972274b045 21:17:22 ---> 136c4471dc8d 21:17:22 Step 14/23 : EXPOSE $APP_PORT 21:17:22 ---> Running in 9eb42023fb42 21:17:23 ---> Running in a5746830460a 21:17:23 Removing intermediate container 42b2f6bc9d44 21:17:23 ---> d591d3cef37c 21:17:23 Step 14/23 : EXPOSE $APP_PORT 21:17:23 Removing intermediate container 31338bedd7de 21:17:23 ---> 0b15f15643d8 21:17:23 Step 22/24 : LABEL arch=arm64 21:17:23 ---> Running in ffc2935188da 21:17:23 ---> Running in cbc9db2d4585 21:17:23 Removing intermediate container 9eb42023fb42 21:17:23 ---> b7a25bfa787b 21:17:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:23 Removing intermediate container a5746830460a 21:17:23 ---> 7b463e76f211 21:17:23 Step 15/23 : WORKDIR / 21:17:24 ---> Running in 1fda45e02115 21:17:24 Removing intermediate container ffc2935188da 21:17:24 ---> 953662827cce 21:17:24 Step 15/23 : WORKDIR / 21:17:24 Removing intermediate container cbc9db2d4585 21:17:24 ---> ec9ed43fe49c 21:17:24 Step 23/24 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:17:24 ---> Running in 589def1c046d 21:17:24 ---> Running in 49d268d3948d 21:17:24 ---> 0c3d75498e44 21:17:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:17:24 Removing intermediate container 1fda45e02115 21:17:24 ---> a2613cb2cd9c 21:17:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:25 Removing intermediate container 589def1c046d 21:17:25 ---> c57b04ee07ea 21:17:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:26 Removing intermediate container 49d268d3948d 21:17:26 ---> 70e3b5eec15f 21:17:26 Step 24/24 : LABEL version=2.0.0-dev.100 21:17:26 ---> cdf0a3142170 21:17:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:17:27 ---> Running in 13b001e6e945 21:17:27 ---> 96e1970feea1 21:17:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:17:27 ---> 3323ecd3d5ce 21:17:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:17:27 Removing intermediate container 13b001e6e945 21:17:27 ---> 452e2e6a6ee1 21:17:27 21:17:28 Removing intermediate container 79d43462adea 21:17:28 ---> 0766d8d62227 21:17:28 21:17:28 Step 10/23 : FROM alpine:3.12 21:17:28 ---> afeebe901d6b 21:17:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:17:28 Successfully built 452e2e6a6ee1 21:17:28 ---> 9565a5ea2a3f 21:17:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:17:28 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:17:28  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 21:17:28 ---> Running in 97c69b646b7a 21:17:28 ---> 0e9f50759d4a 21:17:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:17:29 ---> Running in b5b83bdd898a 21:17:29 ---> d686438c4bf1 21:17:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:17:29 Removing intermediate container 97c69b646b7a 21:17:29 ---> 79ca5d8d25df 21:17:29 Step 12/23 : ENV APP_PORT=48080 21:17:29 ---> 3ae9491ad8fd 21:17:29 Step 19/23 : ENTRYPOINT ["/core-command"] 21:17:30 ---> Running in bffa3e8035a6 21:17:30 ---> Running in f8550fdb833c 21:17:30 Removing intermediate container b5b83bdd898a 21:17:30 ---> da7874c00529 21:17:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:17:31 ---> 355fe3d80263 21:17:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:17:31 ---> Running in 58181fa0916c 21:17:31 Removing intermediate container bffa3e8035a6 21:17:31 ---> 75dbc71e1090 21:17:31 Step 13/23 : EXPOSE $APP_PORT 21:17:31 Removing intermediate container f8550fdb833c 21:17:31 ---> 9c7b84a23aa9 21:17:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:17:32 ---> Running in 37900a9a2185 21:17:32 ---> Running in 92038a726eb1 21:17:32 ---> Running in 2d36133985c1 21:17:32 Removing intermediate container 58181fa0916c 21:17:32 ---> f0ce71cc343c 21:17:32 Step 20/22 : LABEL arch=arm64 21:17:32 ---> Running in 387a7770c7ab 21:17:33 Removing intermediate container 92038a726eb1 21:17:33 Removing intermediate container 37900a9a2185 21:17:33 ---> f14ef9848e06 21:17:33 ---> 3f7a31a0fadb 21:17:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:17:33 Removing intermediate container 2d36133985c1 21:17:33 ---> e362ad53dbad 21:17:33 Step 21/23 : LABEL arch=arm64 21:17:33 ---> Running in 3e2f0107fd77 21:17:33 ---> Running in 6d4fb1aec29f 21:17:33 ---> Running in 1c8f825caf26 21:17:33 Removing intermediate container 387a7770c7ab 21:17:33 ---> 72f5468dcb7e 21:17:33 Step 21/22 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:17:34 ---> Running in 7a059e75b9dd 21:17:34 Removing intermediate container 6d4fb1aec29f 21:17:34 ---> 411b8a2a4941 21:17:34 Step 21/23 : LABEL arch=arm64 21:17:34 Removing intermediate container 1c8f825caf26 21:17:34 ---> 7e4b9f45b873 21:17:34 Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:17:34 ---> Running in cf3596b14ec7 21:17:34 ---> Running in e906b2e16b25 21:17:35 Removing intermediate container 7a059e75b9dd 21:17:35 ---> e0dcb157b7c7 21:17:35 Step 22/22 : LABEL version=2.0.0-dev.100 21:17:35 Removing intermediate container cf3596b14ec7 21:17:35 ---> f95f52784c90 21:17:35 Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:17:35 ---> Running in 0833ef0035a8 21:17:36 Removing intermediate container e906b2e16b25 21:17:36 ---> f5231db0ff75 21:17:36 Step 23/23 : LABEL version=2.0.0-dev.100 21:17:36 ---> Running in 268df3900bd3 21:17:36 ---> Running in c6efdf8f77e6 21:17:36 Removing intermediate container 0833ef0035a8 21:17:36 ---> c4f40f88e176 21:17:36 21:17:37 Removing intermediate container 268df3900bd3 21:17:37 Removing intermediate container 3e2f0107fd77 21:17:37 ---> 28c9613c4e4e 21:17:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:17:37 ---> 662a95d93cf5 21:17:37 Step 23/23 : LABEL version=2.0.0-dev.100 21:17:37 Successfully built c4f40f88e176 21:17:37 Successfully tagged docker-support-scheduler-go-arm64:latest 21:17:37  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 21:17:37 Removing intermediate container c6efdf8f77e6 21:17:37 ---> 4228b6d8db3f 21:17:37 21:17:37 ---> Running in a06b8da280b5 21:17:37 ---> Running in 244b49a71535 21:17:38 Successfully built 4228b6d8db3f 21:17:38 Successfully tagged docker-core-command-go-arm64:latest 21:17:38  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 21:17:38 Removing intermediate container a06b8da280b5 21:17:38 ---> 66bd02c60277 21:17:38 21:17:39 Successfully built 66bd02c60277 21:17:39 Successfully tagged docker-core-metadata-go-arm64:latest 21:17:39  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 21:17:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:17:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:17:41 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:17:41 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:17:41 ---> a1eba823c06d 21:17:41 Step 3/30 : WORKDIR /edgex-go 21:17:41 ---> Using cache 21:17:41 ---> 864cc7e49ae0 21:17:41 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:41 ---> Using cache 21:17:41 ---> 77e7666ce4a0 21:17:41 Step 5/30 : RUN apk add --update --no-cache make git 21:17:41 ---> Using cache 21:17:41 ---> 5cde9077b141 21:17:41 Step 6/30 : COPY go.mod . 21:17:41 ---> Using cache 21:17:41 ---> ad618515b0f9 21:17:41 Step 7/30 : RUN go mod download 21:17:41 ---> Using cache 21:17:41 ---> c142d190886d 21:17:41 Step 8/30 : COPY . . 21:17:41 ---> Using cache 21:17:41 ---> f8f7dda0ead0 21:17:41 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:17:41 (1/6) Installing dumb-init (1.2.2-r1) 21:17:41 (2/6) Installing libgcc (9.3.0-r2) 21:17:41 (3/6) Installing libsodium (1.0.18-r0) 21:17:41 (4/6) Installing libstdc++ (9.3.0-r2) 21:17:42 (5/6) Installing libzmq (4.3.3-r0) 21:17:42 ---> Running in 82eaa322e15f 21:17:42 (6/6) Installing zeromq (4.3.3-r0) 21:17:42 Executing busybox-1.31.1-r19.trigger 21:17:42 OK: 8 MiB in 20 packages 21:17:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:17:46 Removing intermediate container 244b49a71535 21:17:46 ---> 04edbc83ef64 21:17:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:47 ---> 47fd6e51b9e5 21:17:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:17:49 ---> a8817c66bd44 21:17:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:17:50 ---> bfdb5381dab0 21:17:50 Step 19/23 : ENTRYPOINT ["/core-data"] 21:17:50 ---> Running in 705a613a7218 21:17:51 Removing intermediate container 705a613a7218 21:17:51 ---> dafe34499b93 21:17:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:17:51 ---> Running in 02b081e996c4 21:17:52 Removing intermediate container 02b081e996c4 21:17:52 ---> 2983c52d9ab5 21:17:52 Step 21/23 : LABEL arch=arm64 21:17:52 ---> Running in 5b03ab70fa8d 21:17:53 Removing intermediate container 5b03ab70fa8d 21:17:53 ---> dceecad4bc43 21:17:53 Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:17:53 ---> Running in 74c169e2fd8b 21:17:54 Removing intermediate container 74c169e2fd8b 21:17:54 ---> f5ca68e6a2d9 21:17:54 Step 23/23 : LABEL version=2.0.0-dev.100 21:17:55 ---> Running in de573018f9d1 21:17:56 Removing intermediate container de573018f9d1 21:17:56 ---> e2177fcb4ccf 21:17:56 21:17:57 Successfully built e2177fcb4ccf 21:17:57 Successfully tagged docker-core-data-go-arm64:latest 21:18:04  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:18:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:18:04 ---> a1eba823c06d 21:18:04 Step 3/22 : WORKDIR /edgex-go 21:18:04 ---> Using cache 21:18:04 ---> 864cc7e49ae0 21:18:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:18:04 ---> Using cache 21:18:04 ---> 77e7666ce4a0 21:18:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:18:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:18:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:18:05 ---> a1eba823c06d 21:18:05 Step 3/21 : WORKDIR /edgex-go 21:18:05 ---> Using cache 21:18:05 ---> 864cc7e49ae0 21:18:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:18:05 ---> Using cache 21:18:05 ---> 77e7666ce4a0 21:18:05 Step 5/21 : RUN apk add --update --no-cache make git 21:18:05 ---> Using cache 21:18:05 ---> 5cde9077b141 21:18:05 Step 6/21 : COPY go.mod . 21:18:05 ---> Using cache 21:18:05 ---> ad618515b0f9 21:18:05 Step 7/21 : RUN go mod download 21:18:05 ---> Using cache 21:18:05 ---> c142d190886d 21:18:05 Step 8/21 : COPY . . 21:18:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:18:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:18:05 ---> a1eba823c06d 21:18:05 Step 3/26 : WORKDIR /edgex-go 21:18:05 ---> Using cache 21:18:05 ---> 864cc7e49ae0 21:18:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:18:05 ---> Using cache 21:18:05 ---> 77e7666ce4a0 21:18:05 Step 5/26 : RUN apk add --update --no-cache make bash git 21:18:05 ---> Using cache 21:18:05 ---> f8f7dda0ead0 21:18:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:18:06 ---> Running in 946d9f540a8b 21:18:06 ---> Running in 45f9308530f8 21:18:06 ---> Running in 2e360f377435 21:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:18:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:18:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:18:11 OK: 217 MiB in 51 packages 21:18:11 OK: 217 MiB in 51 packages 21:18:13 Removing intermediate container 946d9f540a8b 21:18:13 ---> bb561fc0f266 21:18:13 Step 6/22 : COPY go.mod . 21:18:13 Removing intermediate container 45f9308530f8 21:18:13 ---> 07a33fdc972a 21:18:13 Step 6/26 : COPY go.mod . 21:18:14 ---> faa2fcf53af1 21:18:14 Step 7/22 : RUN go mod download 21:18:14 ---> Running in 1b7d89cd5fdf 21:18:15 ---> 077c27e7ce65 21:18:15 Step 7/26 : RUN go mod download 21:18:15 ---> Running in 8db1126ffdae 21:18:19 Removing intermediate container 1b7d89cd5fdf 21:18:19 ---> ae5ebc0b4f2b 21:18:19 Step 8/22 : COPY . . 21:18:20 Removing intermediate container 8db1126ffdae 21:18:20 ---> 675ad186531c 21:18:20 Step 8/26 : COPY . . 21:18:38 ---> 11498a8494b9 21:18:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:18:38 ---> 56e7b664a54c 21:18:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:18:38 ---> Running in 59afbffb636a 21:18:38 ---> Running in f8c6ee185d8a 21:18:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:18:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:18:39 Removing intermediate container 82eaa322e15f 21:18:39 ---> 542fbf676e34 21:18:39 21:18:39 Step 10/30 : FROM alpine:3.12 21:18:39 ---> afeebe901d6b 21:18:39 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:18:39 ---> Running in b5db57c1805d 21:18:40 Removing intermediate container b5db57c1805d 21:18:40 ---> 42be76ea3c9a 21:18:40 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 21:18:40 ---> Running in e510ca535f49 21:18:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:18:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:18:43 (1/2) Installing dumb-init (1.2.2-r1) 21:18:43 (2/2) Installing su-exec (0.2-r1) 21:18:43 Executing busybox-1.31.1-r19.trigger 21:18:43 OK: 5 MiB in 16 packages 21:18:45 Removing intermediate container e510ca535f49 21:18:45 ---> 88493c5b0a7f 21:18:45 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 21:18:45 ---> Running in 3db5bdcd0136 21:18:46 Removing intermediate container 3db5bdcd0136 21:18:46 ---> fd5b7030b81f 21:18:46 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:18:46 ---> Running in e3ce1d338f6c 21:18:46 Removing intermediate container e3ce1d338f6c 21:18:46 ---> 7aa0afd04157 21:18:46 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:18:46 ---> Running in d68ccc0fb0b9 21:18:50 Removing intermediate container d68ccc0fb0b9 21:18:50 ---> 5870773585ce 21:18:50 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 21:18:50 ---> Running in 3160f58f0278 21:18:51 Removing intermediate container 3160f58f0278 21:18:51 ---> 29416d6739fb 21:18:51 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:18:52 ---> de94e19e1ced 21:18:52 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:18:52 ---> Running in 55de134fea77 21:18:56 Removing intermediate container 55de134fea77 21:18:56 ---> 76abf960cf4d 21:18:56 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:18:57 ---> 709b5cdf726f 21:18:57 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:18:59 ---> 609c3aa8bb3d 21:18:59 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:19:00 ---> 4605f31d7717 21:19:00 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:19:01 ---> 0131666a46b0 21:19:01 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:19:01 ---> Running in 702c3d3affd1 21:19:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/secrets-config ./cmd/secrets-config 21:19:02 Removing intermediate container 702c3d3affd1 21:19:02 ---> 774fc7a60443 21:19:02 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:19:03 ---> 5efe541d68f9 21:19:03 Step 25/30 : RUN chmod +x /entrypoint.sh 21:19:04 ---> Running in 000fd4db4654 21:19:07 Removing intermediate container 000fd4db4654 21:19:07 ---> 5db269263e6a 21:19:07 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:19:08 ---> Running in 649b6eab4f0a 21:19:08 Removing intermediate container 649b6eab4f0a 21:19:08 ---> 1583472c56ff 21:19:08 Step 27/30 : CMD ["gate"] 21:19:09 ---> Running in 9bb8558856a8 21:19:10 Removing intermediate container 9bb8558856a8 21:19:10 ---> 9275e000f5f6 21:19:10 Step 28/30 : LABEL arch=arm64 21:19:10 ---> Running in e9ded618ee43 21:19:11 Removing intermediate container e9ded618ee43 21:19:11 ---> 0a61406146f6 21:19:11 Step 29/30 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:19:11 ---> Running in d805b8ed2f32 21:19:12 Removing intermediate container d805b8ed2f32 21:19:12 ---> 2b47a90207bb 21:19:12 Step 30/30 : LABEL version=2.0.0-dev.100 21:19:12 ---> Running in 9788fb107d67 21:19:13 Removing intermediate container 9788fb107d67 21:19:13 ---> c463d6a70a56 21:19:13 21:19:13 Successfully built c463d6a70a56 21:19:13 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:19:19  Building docker-security-bootstrapper-go ... done Removing intermediate container 2e360f377435 21:19:19 ---> e5a644df3ed1 21:19:19 21:19:19 Step 10/21 : FROM alpine:3.12 21:19:19 ---> afeebe901d6b 21:19:19 Step 11/21 : RUN apk add --update --no-cache curl 21:19:19 ---> Running in 23159bb849ec 21:19:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:20 (1/4) Installing ca-certificates (20191127-r4) 21:19:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:19:21 (3/4) Installing libcurl (7.69.1-r3) 21:19:21 (4/4) Installing curl (7.69.1-r3) 21:19:21 Executing busybox-1.31.1-r19.trigger 21:19:21 Executing ca-certificates-20191127-r4.trigger 21:19:21 OK: 7 MiB in 18 packages 21:19:23 Removing intermediate container 23159bb849ec 21:19:23 ---> 941f4e56a0db 21:19:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:19:23 ---> Running in b2ccd949740a 21:19:24 Removing intermediate container b2ccd949740a 21:19:24 ---> 5d7a14c26300 21:19:24 Step 13/21 : WORKDIR /edgex 21:19:24 ---> Running in 854b46b0a57e 21:19:25 Removing intermediate container 854b46b0a57e 21:19:25 ---> 9d2fcd4dd064 21:19:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:19:26 ---> 700ed51bf6a8 21:19:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:19:28 ---> 29043c6c6475 21:19:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:19:30 ---> d4e08657fc08 21:19:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:19:30 ---> Running in 0b43c676a019 21:19:31 Removing intermediate container 0b43c676a019 21:19:31 ---> 8c48efcc1773 21:19:31 Step 18/21 : CMD ["--init=true"] 21:19:31 ---> Running in d3a9fd9382ac 21:19:31 Removing intermediate container d3a9fd9382ac 21:19:31 ---> 8f1001b2bd1b 21:19:31 Step 19/21 : LABEL arch=arm64 21:19:31 ---> Running in ddfd9af2de3f 21:19:32 Removing intermediate container ddfd9af2de3f 21:19:32 ---> 074abf7d7584 21:19:32 Step 20/21 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:19:32 ---> Running in 49317d5846a3 21:19:33 Removing intermediate container 49317d5846a3 21:19:33 ---> a3d6bf085f6f 21:19:33 Step 21/21 : LABEL version=2.0.0-dev.100 21:19:33 ---> Running in ff1ba892679b 21:19:34 Removing intermediate container ff1ba892679b 21:19:34 ---> 5065dd3fc484 21:19:34 21:19:34 Successfully built 5065dd3fc484 21:19:34 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:19:44  Building docker-security-proxy-setup-go ... done Removing intermediate container 59afbffb636a 21:19:44 ---> b1faf2b17320 21:19:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:19:44 ---> Running in 23891a4bfeb0 21:19:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:19:47 Removing intermediate container f8c6ee185d8a 21:19:47 ---> 500461b7cb4f 21:19:47 21:19:47 Step 10/22 : FROM alpine:3.12 21:19:47 ---> afeebe901d6b 21:19:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:19:47 ---> Running in bf4e58a8b746 21:19:47 Removing intermediate container 23891a4bfeb0 21:19:47 ---> 96537ef9a626 21:19:47 21:19:47 Step 11/26 : FROM docker:20.10.0 21:19:47 20.10.0: Pulling from library/docker 21:19:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:49 (1/2) Installing ca-certificates (20191127-r4) 21:19:49 (2/2) Installing dumb-init (1.2.2-r1) 21:19:49 Executing busybox-1.31.1-r19.trigger 21:19:49 Executing ca-certificates-20191127-r4.trigger 21:19:49 OK: 6 MiB in 16 packages 21:19:52 Removing intermediate container bf4e58a8b746 21:19:52 ---> c08ae95bd809 21:19:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:19:52 ---> Running in dcef28b29a35 21:19:53 Removing intermediate container dcef28b29a35 21:19:53 ---> 0ec7f1439dbf 21:19:53 Step 13/22 : ENV APP_PORT=48060 21:19:53 ---> Running in a68dde678e2b 21:19:54 Removing intermediate container a68dde678e2b 21:19:54 ---> 5d274dedbdb0 21:19:54 Step 14/22 : EXPOSE $APP_PORT 21:19:55 ---> Running in e2a8b674f556 21:19:55 Removing intermediate container e2a8b674f556 21:19:55 ---> afffa7ddd807 21:19:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:56 ---> fd10c217f6ec 21:19:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:19:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:19:56 Status: Downloaded newer image for docker:20.10.0 21:19:56 ---> eeaf43b92773 21:19:56 Step 12/26 : RUN apk add --no-cache bash 21:19:57 ---> Running in 5d9c829a1895 21:19:57 ---> 25b381fbf201 21:19:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:58 ---> e80b5f902135 21:19:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:19:58 ---> Running in 9d5d51a37393 21:19:59 (1/2) Installing readline (8.0.4-r0) 21:19:59 (2/2) Installing bash (5.0.17-r0) 21:19:59 Executing bash-5.0.17-r0.post-install 21:19:59 Executing busybox-1.31.1-r19.trigger 21:19:59 OK: 12 MiB in 22 packages 21:19:59 Removing intermediate container 9d5d51a37393 21:19:59 ---> 43d5a56dc091 21:19:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:59 ---> Running in e078c7b24bc5 21:19:59 Removing intermediate container e078c7b24bc5 21:19:59 ---> f6b39978359d 21:19:59 Step 20/22 : LABEL arch=arm64 21:20:00 ---> Running in afadca45511c 21:20:00 Removing intermediate container 5d9c829a1895 21:20:00 ---> 122c0c9bb3e9 21:20:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:20:00 ---> c38d1e7b5c2d 21:20:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:20:00 ---> 2e5ddbebc492 21:20:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:20:00 ---> 3d502d055cb4 21:20:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:20:00 ---> Running in a93f6f8572c0 21:20:00 ---> Running in 4d469044958d 21:20:00 ---> Running in b7d366915d83 21:20:00 ---> 8b2bbb09b256 21:20:00 Step 9/23 : RUN make cmd/core-command/core-command 21:20:00 ---> 2ac42564ea26 21:20:00 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:20:00 ---> Running in 353a103b7010 21:20:00 ---> Running in dacdd2d600b2 21:20:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-command/core-command ./cmd/core-command 21:20:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:20:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:20:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:20:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:20:00 Removing intermediate container afadca45511c 21:20:00 ---> 90d0a2cadc00 21:20:00 Step 21/22 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:20:00 ---> Running in 8f2c1333b7c0 21:20:00 ---> Running in 916fc659b07b 21:20:01 Removing intermediate container 8f2c1333b7c0 21:20:01 ---> 1a74092f9c77 21:20:01 Step 14/26 : ENV APP_PORT=48090 21:20:01 Removing intermediate container 916fc659b07b 21:20:01 ---> f0ad44541a2a 21:20:01 Step 22/22 : LABEL version=2.0.0-dev.100 21:20:01 ---> Running in 41a60d3199c4 21:20:01 ---> Running in b875f181f02c 21:20:01 Removing intermediate container 41a60d3199c4 21:20:01 ---> dd4ca6d30057 21:20:01 Step 15/26 : EXPOSE $APP_PORT 21:20:01 Removing intermediate container b875f181f02c 21:20:01 ---> 03f596854be5 21:20:01 21:20:02 ---> Running in 2b4ce350a394 21:20:02 Successfully built 03f596854be5 21:20:02 Successfully tagged docker-support-notifications-go-arm64:latest 21:20:02  Building docker-support-notifications-go ... done Removing intermediate container 2b4ce350a394 21:20:02 ---> 8f6d6a8ede97 21:20:02 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:20:03 ---> 9c6adb4070f7 21:20:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:20:04 ---> ca754a77ded6 21:20:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:20:05 ---> aa425fa633ae 21:20:05 Step 19/26 : RUN apk --no-cache add py3-pip 21:20:05 ---> Running in 3edeaa2f9961 21:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:07 (1/33) Installing libbz2 (1.0.8-r1) 21:20:07 (2/33) Installing expat (2.2.9-r1) 21:20:07 (3/33) Installing libffi (3.3-r2) 21:20:07 (4/33) Installing gdbm (1.13-r1) 21:20:07 (5/33) Installing xz-libs (5.2.5-r0) 21:20:07 (6/33) Installing sqlite-libs (3.32.1-r0) 21:20:07 (7/33) Installing python3 (3.8.5-r1) 21:20:09 (8/33) Installing py3-appdirs (1.4.4-r1) 21:20:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:20:09 (10/33) Installing py3-parsing (2.4.7-r0) 21:20:09 (11/33) Installing py3-six (1.15.0-r0) 21:20:09 (12/33) Installing py3-packaging (20.4-r0) 21:20:09 (13/33) Installing py3-setuptools (47.0.0-r0) 21:20:09 (14/33) Installing py3-chardet (3.0.4-r4) 21:20:09 (15/33) Installing py3-idna (2.9-r0) 21:20:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:20:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:20:09 (18/33) Installing py3-requests (2.23.0-r0) 21:20:09 (19/33) Installing py3-msgpack (1.0.0-r0) 21:20:09 (20/33) Installing py3-lockfile (0.12.2-r3) 21:20:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:20:09 (22/33) Installing py3-colorama (0.4.3-r0) 21:20:09 (23/33) Installing py3-distlib (0.3.0-r0) 21:20:09 (24/33) Installing py3-distro (1.5.0-r1) 21:20:09 (25/33) Installing py3-webencodings (0.5.1-r3) 21:20:09 (26/33) Installing py3-html5lib (1.0.1-r4) 21:20:09 (27/33) Installing py3-pytoml (0.1.21-r0) 21:20:09 (28/33) Installing py3-pep517 (0.8.2-r0) 21:20:09 (29/33) Installing py3-progress (1.5-r0) 21:20:09 (30/33) Installing py3-toml (0.10.1-r0) 21:20:09 (31/33) Installing py3-retrying (1.3.3-r0) 21:20:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:20:09 (33/33) Installing py3-pip (20.1.1-r0) 21:20:09 Executing busybox-1.31.1-r19.trigger 21:20:09 OK: 71 MiB in 55 packages 21:20:16 Removing intermediate container 3edeaa2f9961 21:20:16 ---> 0c514c8173bc 21:20:16 Step 20/26 : RUN pip install docker-compose==1.23.2 21:20:16 ---> Running in 9e183bf439bc 21:20:20 Collecting docker-compose==1.23.2 21:20:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:20:21 Collecting cached-property<2,>=1.2.0 21:20:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:20:21 Collecting PyYAML<4,>=3.10 21:20:21 Downloading PyYAML-3.13.tar.gz (270 kB) 21:20:25 Collecting websocket-client<1.0,>=0.32.0 21:20:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:20:25 Collecting docopt<0.7,>=0.6.1 21:20:25 Downloading docopt-0.6.2.tar.gz (25 kB) 21:20:27 Collecting texttable<0.10,>=0.9.0 21:20:27 Downloading texttable-0.9.1.tar.gz (11 kB) 21:20:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:20:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:20:29 Collecting jsonschema<3,>=2.5.1 21:20:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:20:30 Collecting docker<4.0,>=3.6.0 21:20:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:20:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:20:31 Collecting dockerpty<0.5,>=0.4.1 21:20:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:20:32 Collecting idna<2.8,>=2.5 21:20:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:20:32 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) 21:20:33 Collecting urllib3<1.25,>=1.21.1 21:20:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:20:33 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) 21:20:33 Collecting docker-pycreds>=0.4.0 21:20:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:20:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:20:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:20:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:20:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:20:34 Installing collected packages: cached-property, PyYAML, websocket-client, docopt, texttable, idna, urllib3, requests, jsonschema, docker-pycreds, docker, dockerpty, docker-compose 21:20:34 Running setup.py install for PyYAML: started 21:20:36 Running setup.py install for PyYAML: finished with status 'done' 21:20:37 Running setup.py install for docopt: started 21:20:38 Running setup.py install for docopt: finished with status 'done' 21:20:38 Running setup.py install for texttable: started 21:20:40 Running setup.py install for texttable: finished with status 'done' 21:20:40 Attempting uninstall: idna 21:20:40 Found existing installation: idna 2.9 21:20:40 Uninstalling idna-2.9: 21:20:40 Successfully uninstalled idna-2.9 21:20:40 Attempting uninstall: urllib3 21:20:40 Found existing installation: urllib3 1.25.9 21:20:40 Uninstalling urllib3-1.25.9: 21:20:41 Successfully uninstalled urllib3-1.25.9 21:20:41 Attempting uninstall: requests 21:20:41 Found existing installation: requests 2.23.0 21:20:41 Uninstalling requests-2.23.0: 21:20:41 Successfully uninstalled requests-2.23.0 21:20:43 Running setup.py install for dockerpty: started 21:20:45 Running setup.py install for dockerpty: finished with status 'done' 21:20:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:20:50 Removing intermediate container 9e183bf439bc 21:20:50 ---> b3ea6584c3e2 21:20:50 Step 21/26 : RUN apk --no-cache add curl 21:20:50 ---> Running in 8a3b3d846e2d 21:20:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:20:51 (2/3) Installing libcurl (7.69.1-r3) 21:20:51 (3/3) Installing curl (7.69.1-r3) 21:20:51 Executing busybox-1.31.1-r19.trigger 21:20:51 OK: 71 MiB in 58 packages 21:20:52 Removing intermediate container 8a3b3d846e2d 21:20:52 ---> c2b3299d7070 21:20:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:20:52 ---> Running in dc38de8cc2d2 21:20:53 Removing intermediate container dc38de8cc2d2 21:20:53 ---> 03760c9b5ca7 21:20:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:20:53 ---> Running in 5370452d0a2d 21:20:54 Removing intermediate container 5370452d0a2d 21:20:54 ---> 549614ba8651 21:20:54 Step 24/26 : LABEL arch=arm64 21:20:54 ---> Running in 9d7d57f3f008 21:20:54 Removing intermediate container 9d7d57f3f008 21:20:54 ---> bd6515bdc6ca 21:20:54 Step 25/26 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:20:54 ---> Running in e0fad95852d7 21:20:55 Removing intermediate container e0fad95852d7 21:20:55 ---> 6c0004f07e2d 21:20:55 Step 26/26 : LABEL version=2.0.0-dev.100 21:20:55 ---> Running in c52ee419b34f 21:20:55 Removing intermediate container c52ee419b34f 21:20:55 ---> 03773bcce2ca 21:20:55 21:20:56 Successfully built 03773bcce2ca 21:20:56 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:20:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:20:56 $ docker stop --time=1 9285c87499a3ac2eeda3d8a53e1ab3668b7124ee17f69ea572e22c48956e132c 21:20:58 $ docker rm -f 9285c87499a3ac2eeda3d8a53e1ab3668b7124ee17f69ea572e22c48956e132c [Pipeline] // withDockerContainer [Pipeline] sh 21:20:59 Removing intermediate container 353a103b7010 21:20:59 ---> 030c353099d2 21:20:59 21:20:59 Step 10/30 : FROM alpine:3.12 21:20:59 3.12: Pulling from library/alpine 21:20:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:20:59 Status: Downloaded newer image for alpine:3.12 21:20:59 ---> 389fef711851 21:20:59 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:20:59 + docker images 21:20:59 + grep docker 21:20:59 docker-sys-mgmt-agent-go-arm64 latest 03773bcce2ca 4 seconds ago 300MB 21:20:59 docker-support-notifications-go-arm64 latest 03f596854be5 58 seconds ago 16.8MB 21:20:59 docker-security-proxy-setup-go-arm64 latest 5065dd3fc484 About a minute ago 23.4MB 21:20:59 docker-security-bootstrapper-go-arm64 latest c463d6a70a56 About a minute ago 17.3MB 21:20:59 docker-core-data-go-arm64 latest e2177fcb4ccf 3 minutes ago 21.1MB 21:20:59 docker-core-metadata-go-arm64 latest 66bd02c60277 3 minutes ago 17.9MB 21:20:59 docker-core-command-go-arm64 latest 4228b6d8db3f 3 minutes ago 16.2MB 21:20:59 docker-support-scheduler-go-arm64 latest c4f40f88e176 3 minutes ago 16.3MB 21:20:59 docker-security-secretstore-setup-go-arm64 latest 452e2e6a6ee1 3 minutes ago 23.7MB 21:20:59 docker 20.10.0 eeaf43b92773 2 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 21:21:00 provisioning config files... 21:21:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/366@tmp/config6880993630711355280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:21:00 ---> docker-login.sh 21:21:00 nexus3.edgexfoundry.org:10001 21:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:01 Configure a credential helper to remove this warning. See 21:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:01 21:21:01 Login Succeeded 21:21:01 nexus3.edgexfoundry.org:10002 21:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:01 Configure a credential helper to remove this warning. See 21:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:01 21:21:01 Login Succeeded 21:21:01 nexus3.edgexfoundry.org:10003 21:21:02 ---> Running in 36a0914283d6 21:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:02 Configure a credential helper to remove this warning. See 21:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:02 21:21:02 Login Succeeded 21:21:02 nexus3.edgexfoundry.org:10004 21:21:02 Removing intermediate container dacdd2d600b2 21:21:02 ---> 1ea04b78eac7 21:21:02 21:21:02 Step 10/23 : FROM alpine:3.12 21:21:02 ---> 389fef711851 21:21:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:03 Configure a credential helper to remove this warning. See 21:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:03 21:21:03 Login Succeeded 21:21:03 docker.io 21:21:03 Removing intermediate container a93f6f8572c0 21:21:03 ---> 802dd59ed0e1 21:21:03 21:21:03 Step 10/22 : FROM alpine:3.12 21:21:03 ---> 389fef711851 21:21:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:21:03 Removing intermediate container b7d366915d83 21:21:03 ---> 38a6745f340d 21:21:03 21:21:03 Step 10/22 : FROM alpine:3.12 21:21:03 ---> 389fef711851 21:21:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:21:03 ---> Running in 71eb136a8d0b 21:21:03 ---> Running in d6eda51db987 21:21:03 ---> Running in 8235c27b0371 21:21:03 Removing intermediate container 36a0914283d6 21:21:03 ---> 3f508c4cbcd5 21:21:03 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 21:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:03 Configure a credential helper to remove this warning. See 21:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:03 21:21:03 Login Succeeded 21:21:03 ---> docker-login.sh ends [Pipeline] } 21:21:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:04 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 21:21:04 a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:04 2.0.0-dev.100 21:21:04 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:04 master 21:21:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:04 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:21:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:21:05 f040c9143bec: Preparing 21:21:05 b36064b7a0e8: Preparing 21:21:05 6b0865f16cf7: Preparing 21:21:05 fe38532204bf: Preparing 21:21:05 379067d0cb53: Preparing 21:21:05 ---> Running in ceaa6b5888a4 21:21:05 Removing intermediate container 4d469044958d 21:21:05 ---> 17b196c995b0 21:21:05 21:21:05 Step 10/23 : FROM alpine:3.12 21:21:05 ---> 389fef711851 21:21:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:21:05 ---> Running in e8f35d0f54f8 21:21:05 379067d0cb53: Layer already exists 21:21:05 f040c9143bec: Pushed 21:21:05 6b0865f16cf7: Pushed 21:21:05 fe38532204bf: Pushed 21:21:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:07 (1/1) Installing dumb-init (1.2.2-r1) 21:21:07 Executing busybox-1.31.1-r19.trigger 21:21:07 OK: 6 MiB in 15 packages 21:21:07 (1/2) Installing ca-certificates (20191127-r4) 21:21:07 (2/2) Installing dumb-init (1.2.2-r1) 21:21:07 Executing busybox-1.31.1-r19.trigger 21:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:07 b36064b7a0e8: Pushed 21:21:08 Executing ca-certificates-20191127-r4.trigger 21:21:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:08 (1/1) Installing dumb-init (1.2.2-r1) 21:21:08 Executing busybox-1.31.1-r19.trigger 21:21:08 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:df9a3793364a8aec55e55ae3e1ee652dba752d6bbe070fdc2d49882a05e2bdb0 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:21:08 OK: 6 MiB in 15 packages 21:21:08 OK: 6 MiB in 16 packages 21:21:08 (1/1) Installing dumb-init (1.2.2-r1) 21:21:08 Executing busybox-1.31.1-r19.trigger 21:21:08 OK: 6 MiB in 15 packages 21:21:08 (1/2) Installing dumb-init (1.2.2-r1) 21:21:08 (2/2) Installing su-exec (0.2-r1) 21:21:08 Executing busybox-1.31.1-r19.trigger 21:21:08 OK: 6 MiB in 16 packages 21:21:08 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.100 21:21:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:21:08 f040c9143bec: Preparing 21:21:08 b36064b7a0e8: Preparing 21:21:08 6b0865f16cf7: Preparing 21:21:08 fe38532204bf: Preparing 21:21:08 379067d0cb53: Preparing 21:21:08 6b0865f16cf7: Layer already exists 21:21:08 f040c9143bec: Layer already exists 21:21:08 b36064b7a0e8: Layer already exists 21:21:08 fe38532204bf: Layer already exists 21:21:09 379067d0cb53: Layer already exists 21:21:09 2.0.0-dev.100: digest: sha256:df9a3793364a8aec55e55ae3e1ee652dba752d6bbe070fdc2d49882a05e2bdb0 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:21:09 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:09 Removing intermediate container 71eb136a8d0b 21:21:09 ---> 1c519c956e49 21:21:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:21:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:21:09 f040c9143bec: Preparing 21:21:09 b36064b7a0e8: Preparing 21:21:09 6b0865f16cf7: Preparing 21:21:09 fe38532204bf: Preparing 21:21:09 379067d0cb53: Preparing 21:21:09 379067d0cb53: Layer already exists 21:21:09 fe38532204bf: Layer already exists 21:21:09 b36064b7a0e8: Layer already exists 21:21:09 6b0865f16cf7: Layer already exists 21:21:09 f040c9143bec: Layer already exists 21:21:10 ---> Running in cf2605ee5a86 21:21:10 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:df9a3793364a8aec55e55ae3e1ee652dba752d6bbe070fdc2d49882a05e2bdb0 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:21:10 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:21:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 21:21:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:21:10 f040c9143bec: Preparing 21:21:10 b36064b7a0e8: Preparing 21:21:10 6b0865f16cf7: Preparing 21:21:10 fe38532204bf: Preparing 21:21:10 379067d0cb53: Preparing 21:21:10 379067d0cb53: Layer already exists 21:21:10 fe38532204bf: Layer already exists 21:21:10 f040c9143bec: Layer already exists 21:21:10 6b0865f16cf7: Layer already exists 21:21:10 Removing intermediate container 8235c27b0371 21:21:10 ---> bf8ac05ccac6 21:21:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:21:10 Removing intermediate container ceaa6b5888a4 21:21:10 ---> 97bda8f63b25 21:21:10 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 21:21:10 Removing intermediate container d6eda51db987 21:21:10 ---> f396c1cff873 21:21:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:21:11 b36064b7a0e8: Layer already exists 21:21:11 master: digest: sha256:df9a3793364a8aec55e55ae3e1ee652dba752d6bbe070fdc2d49882a05e2bdb0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:11 ===================================================== [Pipeline] echo 21:21:11 taggedImages: 21:21:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.100 21:21:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 21:21:11 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 21:21:11 a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:11 2.0.0-dev.100 21:21:11 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:11 master 21:21:11 ===================================================== [Pipeline] withEnv [Pipeline] { 21:21:11 Removing intermediate container e8f35d0f54f8 21:21:11 ---> 93b84588d0ff 21:21:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:11 Removing intermediate container cf2605ee5a86 21:21:11 ---> f4b4f6af4a0b 21:21:11 Step 13/22 : ENV APP_PORT=48085 21:21:11 ---> Running in 46b64ae74e05 21:21:11 ---> Running in 94dbb6817b50 21:21:11 ---> Running in 3ee9048bcb4c 21:21:11 ---> Running in af39f0d947a5 21:21:11 ---> Running in e38252df7352 21:21:11 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:21:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:21:12 687a13bce7b3: Preparing 21:21:12 31b4e35fba6d: Preparing 21:21:12 6b0865f16cf7: Preparing 21:21:12 c6891c9d4e79: Preparing 21:21:12 1aa1248d508a: Preparing 21:21:12 379067d0cb53: Preparing 21:21:12 379067d0cb53: Waiting 21:21:12 6b0865f16cf7: Layer already exists 21:21:12 379067d0cb53: Layer already exists 21:21:12 1aa1248d508a: Pushed 21:21:12 687a13bce7b3: Pushed 21:21:12 Removing intermediate container 3ee9048bcb4c 21:21:12 ---> 5e0bf584b1fe 21:21:12 Step 13/22 : ENV APP_PORT=48060 21:21:12 Removing intermediate container 46b64ae74e05 21:21:12 ---> a3c18a3fda17 21:21:12 Step 13/23 : ENV APP_PORT=48082 21:21:12 Removing intermediate container e38252df7352 21:21:12 ---> 06e62d64e41e 21:21:12 Step 14/22 : EXPOSE $APP_PORT 21:21:12 Removing intermediate container af39f0d947a5 21:21:12 ---> 779ba9840260 21:21:12 Step 13/23 : ENV APP_PORT=48081 21:21:12 Removing intermediate container 94dbb6817b50 21:21:12 ---> 93f46873c3c4 21:21:12 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:21:12 ---> Running in 471a6f46597d 21:21:13 c6891c9d4e79: Pushed 21:21:13 ---> Running in cc1846723a4c 21:21:13 ---> Running in 22bfbca9de5e 21:21:13 ---> Running in 2dbcfcb6c7e7 21:21:13 ---> Running in 11183169342f 21:21:14 Removing intermediate container 471a6f46597d 21:21:14 ---> 171f09cf3bb0 21:21:14 Step 14/23 : EXPOSE $APP_PORT 21:21:14 Removing intermediate container cc1846723a4c 21:21:14 ---> 8fd9e7166a78 21:21:14 Step 14/22 : EXPOSE $APP_PORT 21:21:14 Removing intermediate container 2dbcfcb6c7e7 21:21:14 ---> 61bb73bcaf41 21:21:14 Step 14/23 : EXPOSE $APP_PORT 21:21:14 Removing intermediate container 11183169342f 21:21:14 ---> a99092fd3978 21:21:14 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:21:14 ---> Running in 25f17914b638 21:21:14 Removing intermediate container 22bfbca9de5e 21:21:14 ---> f184a4438581 21:21:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:15 ---> Running in e8c6deb09ee4 21:21:15 ---> Running in 7469a02e1753 21:21:15 ---> Running in 88180ce40e37 21:21:15 31b4e35fba6d: Pushed 21:21:15 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:ef86777c870c3866fdb94fc60676840def1ae7680d319251174a93f7e4659ff7 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:21:16 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.100 21:21:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:21:16 687a13bce7b3: Preparing 21:21:16 31b4e35fba6d: Preparing 21:21:16 6b0865f16cf7: Preparing 21:21:16 c6891c9d4e79: Preparing 21:21:16 1aa1248d508a: Preparing 21:21:16 379067d0cb53: Preparing 21:21:16 379067d0cb53: Waiting 21:21:16 687a13bce7b3: Layer already exists 21:21:16 6b0865f16cf7: Layer already exists 21:21:16 c6891c9d4e79: Layer already exists 21:21:16 31b4e35fba6d: Layer already exists 21:21:16 1aa1248d508a: Layer already exists 21:21:16 379067d0cb53: Layer already exists 21:21:16 2.0.0-dev.100: digest: sha256:ef86777c870c3866fdb94fc60676840def1ae7680d319251174a93f7e4659ff7 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:21:17 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:21:17 687a13bce7b3: Preparing 21:21:17 31b4e35fba6d: Preparing 21:21:17 6b0865f16cf7: Preparing 21:21:17 c6891c9d4e79: Preparing 21:21:17 1aa1248d508a: Preparing 21:21:17 379067d0cb53: Preparing 21:21:17 379067d0cb53: Waiting 21:21:17 31b4e35fba6d: Layer already exists 21:21:17 1aa1248d508a: Layer already exists 21:21:17 6b0865f16cf7: Layer already exists 21:21:17 c6891c9d4e79: Layer already exists 21:21:17 687a13bce7b3: Layer already exists 21:21:17 379067d0cb53: Layer already exists 21:21:17 Removing intermediate container 25f17914b638 21:21:17 ---> b48604161617 21:21:17 Step 15/23 : WORKDIR / 21:21:17 Removing intermediate container e8c6deb09ee4 21:21:17 ---> ddd3d25662aa 21:21:17 Step 15/23 : WORKDIR / 21:21:17 Removing intermediate container 7469a02e1753 21:21:17 ---> e2449e9e9bae 21:21:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:17 ---> 285ec1bd3a3b 21:21:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:21:17 ---> Running in 49765851cd52 21:21:17 ---> Running in ce8674b55fcc 21:21:17 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:ef86777c870c3866fdb94fc60676840def1ae7680d319251174a93f7e4659ff7 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:21:18 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:21:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 21:21:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:21:18 687a13bce7b3: Preparing 21:21:18 31b4e35fba6d: Preparing 21:21:18 6b0865f16cf7: Preparing 21:21:18 c6891c9d4e79: Preparing 21:21:18 1aa1248d508a: Preparing 21:21:18 379067d0cb53: Preparing 21:21:18 379067d0cb53: Waiting 21:21:18 c6891c9d4e79: Layer already exists 21:21:18 31b4e35fba6d: Layer already exists 21:21:18 687a13bce7b3: Layer already exists 21:21:18 1aa1248d508a: Layer already exists 21:21:18 6b0865f16cf7: Layer already exists 21:21:18 379067d0cb53: Layer already exists 21:21:18 master: digest: sha256:ef86777c870c3866fdb94fc60676840def1ae7680d319251174a93f7e4659ff7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:18 ===================================================== [Pipeline] echo 21:21:18 taggedImages: 21:21:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.100 21:21:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 21:21:18 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 21:21:18 a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:18 2.0.0-dev.100 21:21:18 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:18 master 21:21:18 ===================================================== 21:21:18 Removing intermediate container ce8674b55fcc 21:21:18 ---> c19ce5c93ff5 21:21:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:19 ---> 3e7dc8bedecc 21:21:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:21:19 Removing intermediate container 49765851cd52 21:21:19 ---> 73fcae99dfe1 21:21:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:19 ---> 2d031146c6e0 21:21:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:21:19 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:21:19 Removing intermediate container 88180ce40e37 21:21:19 ---> d9b29639af92 21:21:19 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 21:21:19 ---> a99da973a8fa 21:21:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:21:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:21:19 0700a464bf8d: Preparing 21:21:19 dbce37a00797: Preparing 21:21:19 6b0865f16cf7: Preparing 21:21:19 9e00734ce7ab: Preparing 21:21:19 379067d0cb53: Preparing 21:21:20 ---> Running in 8fbab8e180c9 21:21:20 379067d0cb53: Layer already exists 21:21:20 6b0865f16cf7: Layer already exists 21:21:20 0700a464bf8d: Pushed 21:21:20 9e00734ce7ab: Pushed 21:21:20 ---> 54ef56f365cc 21:21:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:21:21 ---> 97b63175d07e 21:21:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:21:21 ---> Running in 5a747601e3e5 21:21:21 ---> 4a2641773b0e 21:21:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:21:21 Removing intermediate container 8fbab8e180c9 21:21:21 ---> 9b0722f2b5a1 21:21:21 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:21:21 ---> 36bcb0008835 21:21:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:21:22 ---> aacbebaffdb2 21:21:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:21:23 Removing intermediate container 5a747601e3e5 21:21:23 ---> 5723ba1f4094 21:21:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:21:23 ---> Running in 8817c20b05f3 21:21:23 ---> 7cf119bf4471 21:21:23 Step 19/23 : ENTRYPOINT ["/core-command"] 21:21:23 dbce37a00797: Pushed 21:21:23 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:e9a04c453d40253ca21cf56fbbb9095e965e8da349e60d6cb91de85a48ae770f size: 1363 [Pipeline] isUnix [Pipeline] sh 21:21:23 ---> 2f95f8132682 21:21:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:21:23 ---> 0b6f8491d8f3 21:21:23 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:21:23 ---> 7799c94499cf 21:21:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:21:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.100 21:21:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:21:24 0700a464bf8d: Preparing 21:21:24 dbce37a00797: Preparing 21:21:24 6b0865f16cf7: Preparing 21:21:24 9e00734ce7ab: Preparing 21:21:24 379067d0cb53: Preparing 21:21:24 379067d0cb53: Layer already exists 21:21:24 9e00734ce7ab: Layer already exists 21:21:24 dbce37a00797: Layer already exists 21:21:24 6b0865f16cf7: Layer already exists 21:21:24 0700a464bf8d: Layer already exists 21:21:24 ---> Running in a80e88402e29 21:21:24 ---> Running in 5065153abdf7 21:21:24 ---> Running in 36e958aab2c0 21:21:24 ---> Running in df93651aa680 21:21:24 2.0.0-dev.100: digest: sha256:e9a04c453d40253ca21cf56fbbb9095e965e8da349e60d6cb91de85a48ae770f size: 1363 [Pipeline] isUnix [Pipeline] sh 21:21:24 Removing intermediate container 8817c20b05f3 21:21:24 ---> f75ae1272576 21:21:24 Step 20/22 : LABEL arch=x86_64 21:21:24 ---> Running in f504f15b6280 21:21:24 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:25 Removing intermediate container 36e958aab2c0 21:21:25 ---> c1007b2f1bc5 21:21:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:21:25 Removing intermediate container a80e88402e29 21:21:25 ---> 2b140c625c05 21:21:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:21:25 Removing intermediate container 5065153abdf7 21:21:25 ---> d16b606c03c9 21:21:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:21:25 ---> Running in eb51e4ab319f 21:21:25 ---> Running in 7de71613319b 21:21:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:21:25 0700a464bf8d: Preparing 21:21:25 dbce37a00797: Preparing 21:21:25 6b0865f16cf7: Preparing 21:21:25 9e00734ce7ab: Preparing 21:21:25 379067d0cb53: Preparing 21:21:25 379067d0cb53: Layer already exists 21:21:25 9e00734ce7ab: Layer already exists 21:21:25 0700a464bf8d: Layer already exists 21:21:25 dbce37a00797: Layer already exists 21:21:25 6b0865f16cf7: Layer already exists 21:21:25 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:e9a04c453d40253ca21cf56fbbb9095e965e8da349e60d6cb91de85a48ae770f size: 1363 [Pipeline] isUnix [Pipeline] sh 21:21:25 ---> Running in 9d4ecb90006b 21:21:25 Removing intermediate container f504f15b6280 21:21:25 ---> 3352b4f63655 21:21:25 Step 21/22 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:25 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:21:25 ---> Running in 02b0dc7993e3 21:21:25 Removing intermediate container 7de71613319b 21:21:25 ---> adf8c6e21983 21:21:25 Step 21/23 : LABEL arch=x86_64 21:21:25 Removing intermediate container eb51e4ab319f 21:21:25 ---> d9b8335167a1 21:21:25 Step 21/23 : LABEL arch=x86_64 21:21:25 Removing intermediate container 9d4ecb90006b 21:21:25 ---> 4c6dec18d6a7 21:21:25 Step 20/22 : LABEL arch=x86_64 21:21:25 ---> Running in a6c935da45a6 21:21:25 ---> Running in ab620deff0e3 21:21:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 21:21:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:21:26 0700a464bf8d: Preparing 21:21:26 dbce37a00797: Preparing 21:21:26 6b0865f16cf7: Preparing 21:21:26 9e00734ce7ab: Preparing 21:21:26 379067d0cb53: Preparing 21:21:26 379067d0cb53: Layer already exists 21:21:26 dbce37a00797: Layer already exists 21:21:26 6b0865f16cf7: Layer already exists 21:21:26 9e00734ce7ab: Layer already exists 21:21:26 0700a464bf8d: Layer already exists 21:21:26 master: digest: sha256:e9a04c453d40253ca21cf56fbbb9095e965e8da349e60d6cb91de85a48ae770f size: 1363 [Pipeline] } 21:21:26 ---> Running in 241f707735eb [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:26 ===================================================== [Pipeline] echo 21:21:26 taggedImages: 21:21:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.100 21:21:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 21:21:26 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 21:21:26 a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:26 2.0.0-dev.100 21:21:26 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:26 master 21:21:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 21:21:26 Removing intermediate container 02b0dc7993e3 21:21:26 ---> 688aeaa6e16d 21:21:26 Step 22/22 : LABEL version=2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:27 ---> Running in 1a9354451852 21:21:27 Removing intermediate container a6c935da45a6 21:21:27 ---> c59de5e9607e 21:21:27 Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:27 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:21:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 21:21:27 3bcbaee54c7a: Preparing 21:21:27 3bcbaee54c7a: Preparing 21:21:27 f0eed1035cf6: Preparing 21:21:27 7afb2940ca00: Preparing 21:21:27 5449e7f8bab1: Preparing 21:21:27 6b0865f16cf7: Preparing 21:21:27 1e3eee3b0c4f: Preparing 21:21:27 1e3eee3b0c4f: Preparing 21:21:27 d310db2b8729: Preparing 21:21:27 3fbda8282feb: Preparing 21:21:27 379067d0cb53: Preparing 21:21:27 1e3eee3b0c4f: Waiting 21:21:27 d310db2b8729: Waiting 21:21:27 3fbda8282feb: Waiting 21:21:27 379067d0cb53: Waiting 21:21:27 Removing intermediate container ab620deff0e3 21:21:27 ---> 7cc901ef143c 21:21:27 Step 21/22 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:27 Removing intermediate container 241f707735eb 21:21:27 ---> ff59fe66ce95 21:21:27 Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:27 ---> Running in 44b7e72f0e5b 21:21:27 ---> Running in c270431a3574 21:21:27 ---> Running in 5080268b588c 21:21:27 6b0865f16cf7: Layer already exists 21:21:27 3bcbaee54c7a: Pushed 21:21:27 7afb2940ca00: Pushed 21:21:27 f0eed1035cf6: Pushed 21:21:28 Removing intermediate container 1a9354451852 21:21:28 ---> 7c6a96e157a0 21:21:28 21:21:28 Removing intermediate container df93651aa680 21:21:28 ---> a85cbd8fe3f2 21:21:28 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:28 Removing intermediate container 44b7e72f0e5b 21:21:28 ---> b2ecbd191c60 21:21:28 Step 23/23 : LABEL version=2.0.0-dev.100 21:21:28 1e3eee3b0c4f: Pushed 21:21:28 379067d0cb53: Layer already exists 21:21:28 d310db2b8729: Pushed 21:21:28 3fbda8282feb: Pushed 21:21:28 Removing intermediate container c270431a3574 21:21:28 ---> 301bc1c1ce71 21:21:28 Step 22/22 : LABEL version=2.0.0-dev.100 21:21:28 ---> Running in ab6cf8f61898 21:21:28 Removing intermediate container 5080268b588c 21:21:28 ---> c94521b515f4 21:21:28 Step 23/23 : LABEL version=2.0.0-dev.100 21:21:29 Successfully built 7c6a96e157a0 21:21:29 ---> 0afdf38c8d02 21:21:29 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:21:29 Successfully tagged docker-support-scheduler-go:latest 21:21:29  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 21:21:29 ---> Running in 7b46c3b056f5 21:21:29 ---> Running in 5af93e344ac8 21:21:29 Removing intermediate container ab6cf8f61898 21:21:29 ---> 9a2c5cb6d379 21:21:29 21:21:30 5449e7f8bab1: Pushed 21:21:31 Removing intermediate container 7b46c3b056f5 21:21:31 ---> b3db040eb4ee 21:21:31 21:21:31 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:cbad0ee697bbfd921c9b08e70d1ea910b264ba020e1cddebd282129ff2a67b65 size: 2609 [Pipeline] isUnix [Pipeline] sh 21:21:31 Removing intermediate container 5af93e344ac8 21:21:31 ---> b73fe6ecbc52 21:21:31 21:21:31 Successfully built 9a2c5cb6d379 21:21:31 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.100 21:21:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 21:21:31 3bcbaee54c7a: Preparing 21:21:31 3bcbaee54c7a: Preparing 21:21:31 f0eed1035cf6: Preparing 21:21:31 7afb2940ca00: Preparing 21:21:31 5449e7f8bab1: Preparing 21:21:31 6b0865f16cf7: Preparing 21:21:31 1e3eee3b0c4f: Preparing 21:21:31 1e3eee3b0c4f: Preparing 21:21:31 d310db2b8729: Preparing 21:21:31 3fbda8282feb: Preparing 21:21:31 379067d0cb53: Preparing 21:21:31 d310db2b8729: Waiting 21:21:31 3fbda8282feb: Waiting 21:21:31 379067d0cb53: Waiting 21:21:31 1e3eee3b0c4f: Waiting 21:21:31 5449e7f8bab1: Layer already exists 21:21:32 6b0865f16cf7: Layer already exists 21:21:32 f0eed1035cf6: Layer already exists 21:21:32 3bcbaee54c7a: Layer already exists 21:21:32 7afb2940ca00: Layer already exists 21:21:32 379067d0cb53: Layer already exists 21:21:32 1e3eee3b0c4f: Layer already exists 21:21:32 d310db2b8729: Layer already exists 21:21:32 3fbda8282feb: Layer already exists 21:21:32 2.0.0-dev.100: digest: sha256:cbad0ee697bbfd921c9b08e70d1ea910b264ba020e1cddebd282129ff2a67b65 size: 2609 [Pipeline] isUnix [Pipeline] sh 21:21:32 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:32 Successfully built b3db040eb4ee 21:21:32 Successfully tagged docker-core-metadata-go:latest 21:21:32  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 21:21:32 Successfully tagged docker-support-notifications-go:latest 21:21:32 ---> 6467566c5c96 21:21:32 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:21:32 Successfully built b73fe6ecbc52 21:21:32 Building docker-core-data-go 21:21:32  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest 21:21:32  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 21:21:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 21:21:32 3bcbaee54c7a: Preparing 21:21:32 3bcbaee54c7a: Preparing 21:21:32 f0eed1035cf6: Preparing 21:21:32 7afb2940ca00: Preparing 21:21:32 5449e7f8bab1: Preparing 21:21:32 6b0865f16cf7: Preparing 21:21:32 1e3eee3b0c4f: Preparing 21:21:32 1e3eee3b0c4f: Preparing 21:21:32 d310db2b8729: Preparing 21:21:32 3fbda8282feb: Preparing 21:21:32 379067d0cb53: Preparing 21:21:32 d310db2b8729: Waiting 21:21:32 3fbda8282feb: Waiting 21:21:32 379067d0cb53: Waiting 21:21:32 1e3eee3b0c4f: Waiting 21:21:32 f0eed1035cf6: Layer already exists 21:21:32 6b0865f16cf7: Layer already exists 21:21:32 5449e7f8bab1: Layer already exists 21:21:32 3bcbaee54c7a: Layer already exists 21:21:32 7afb2940ca00: Layer already exists 21:21:32 1e3eee3b0c4f: Layer already exists 21:21:32 d310db2b8729: Layer already exists 21:21:32 379067d0cb53: Layer already exists 21:21:32 3fbda8282feb: Layer already exists 21:21:33 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:cbad0ee697bbfd921c9b08e70d1ea910b264ba020e1cddebd282129ff2a67b65 size: 2609 [Pipeline] isUnix [Pipeline] sh 21:21:33 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:21:33 ---> 42fd0097f100 21:21:33 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:21:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 21:21:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 21:21:33 3bcbaee54c7a: Preparing 21:21:33 3bcbaee54c7a: Preparing 21:21:33 f0eed1035cf6: Preparing 21:21:33 7afb2940ca00: Preparing 21:21:33 5449e7f8bab1: Preparing 21:21:33 6b0865f16cf7: Preparing 21:21:33 1e3eee3b0c4f: Preparing 21:21:33 1e3eee3b0c4f: Preparing 21:21:33 d310db2b8729: Preparing 21:21:33 3fbda8282feb: Preparing 21:21:33 379067d0cb53: Preparing 21:21:33 1e3eee3b0c4f: Waiting 21:21:33 3fbda8282feb: Waiting 21:21:33 d310db2b8729: Waiting 21:21:33 3bcbaee54c7a: Layer already exists 21:21:33 6b0865f16cf7: Layer already exists 21:21:33 7afb2940ca00: Layer already exists 21:21:33 f0eed1035cf6: Layer already exists 21:21:33 5449e7f8bab1: Layer already exists 21:21:33 d310db2b8729: Layer already exists 21:21:33 1e3eee3b0c4f: Layer already exists 21:21:33 3fbda8282feb: Layer already exists 21:21:33 379067d0cb53: Layer already exists 21:21:33 master: digest: sha256:cbad0ee697bbfd921c9b08e70d1ea910b264ba020e1cddebd282129ff2a67b65 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:34 ===================================================== [Pipeline] echo 21:21:34 taggedImages: 21:21:34 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:34 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.100 21:21:34 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:34 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 21:21:34 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 21:21:34 a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:34 2.0.0-dev.100 21:21:34 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:34 master 21:21:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:34 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:21:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:21:35 cef0a2e0dd8a: Preparing 21:21:35 46b5e158d959: Preparing 21:21:35 f1826e7c323d: Preparing 21:21:35 8e5c4a383f1b: Preparing 21:21:35 d50e869f3613: Preparing 21:21:35 379067d0cb53: Preparing 21:21:35 379067d0cb53: Waiting 21:21:35 8e5c4a383f1b: Pushed 21:21:35 379067d0cb53: Layer already exists 21:21:35 f1826e7c323d: Pushed 21:21:36 d50e869f3613: Pushed 21:21:37 cef0a2e0dd8a: Pushed 21:21:37 46b5e158d959: Pushed 21:21:37 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:c800bd3540ed9e159a70923c4fe16f19e2daa69dc7b02ca89451781a96c7cac5 size: 1575 [Pipeline] isUnix [Pipeline] sh 21:21:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.100 21:21:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:21:38 cef0a2e0dd8a: Preparing 21:21:38 46b5e158d959: Preparing 21:21:38 f1826e7c323d: Preparing 21:21:38 8e5c4a383f1b: Preparing 21:21:38 d50e869f3613: Preparing 21:21:38 379067d0cb53: Preparing 21:21:38 379067d0cb53: Waiting 21:21:38 46b5e158d959: Layer already exists 21:21:38 8e5c4a383f1b: Layer already exists 21:21:38 f1826e7c323d: Layer already exists 21:21:38 d50e869f3613: Layer already exists 21:21:38 cef0a2e0dd8a: Layer already exists 21:21:38 379067d0cb53: Layer already exists 21:21:38 2.0.0-dev.100: digest: sha256:c800bd3540ed9e159a70923c4fe16f19e2daa69dc7b02ca89451781a96c7cac5 size: 1575 [Pipeline] isUnix [Pipeline] sh 21:21:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:21:39 cef0a2e0dd8a: Preparing 21:21:39 46b5e158d959: Preparing 21:21:39 f1826e7c323d: Preparing 21:21:39 8e5c4a383f1b: Preparing 21:21:39 d50e869f3613: Preparing 21:21:39 379067d0cb53: Preparing 21:21:39 379067d0cb53: Waiting 21:21:39 8e5c4a383f1b: Layer already exists 21:21:39 f1826e7c323d: Layer already exists 21:21:39 d50e869f3613: Layer already exists 21:21:39 46b5e158d959: Layer already exists 21:21:39 cef0a2e0dd8a: Layer already exists 21:21:39 379067d0cb53: Layer already exists 21:21:39 ---> 06e8b3969883 21:21:39 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:21:39 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:c800bd3540ed9e159a70923c4fe16f19e2daa69dc7b02ca89451781a96c7cac5 size: 1575 [Pipeline] isUnix [Pipeline] sh 21:21:39 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:21:39 ---> Running in 835c647ba2c2 21:21:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 21:21:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:21:40 cef0a2e0dd8a: Preparing 21:21:40 46b5e158d959: Preparing 21:21:40 f1826e7c323d: Preparing 21:21:40 8e5c4a383f1b: Preparing 21:21:40 d50e869f3613: Preparing 21:21:40 379067d0cb53: Preparing 21:21:40 379067d0cb53: Waiting 21:21:40 f1826e7c323d: Layer already exists 21:21:40 46b5e158d959: Layer already exists 21:21:40 8e5c4a383f1b: Layer already exists 21:21:40 cef0a2e0dd8a: Layer already exists 21:21:40 d50e869f3613: Layer already exists 21:21:40 379067d0cb53: Layer already exists 21:21:40 master: digest: sha256:c800bd3540ed9e159a70923c4fe16f19e2daa69dc7b02ca89451781a96c7cac5 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:40 ===================================================== [Pipeline] echo 21:21:40 taggedImages: 21:21:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.100 21:21:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 21:21:40 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 21:21:40 a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:40 2.0.0-dev.100 21:21:40 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:40 master 21:21:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:41 Removing intermediate container 835c647ba2c2 21:21:41 ---> 60db54d151a5 21:21:41 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:21:41 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:21:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:21:41 474d0775b235: Preparing 21:21:41 919d039be7b8: Preparing 21:21:41 bcab15057337: Preparing 21:21:41 8eb6838ad206: Preparing 21:21:41 08f961a9d3a8: Preparing 21:21:41 5823f5dcd52a: Preparing 21:21:41 a15b00e1f450: Preparing 21:21:41 e08da1f93b99: Preparing 21:21:41 379067d0cb53: Preparing 21:21:41 a15b00e1f450: Waiting 21:21:41 5823f5dcd52a: Waiting 21:21:41 e08da1f93b99: Waiting 21:21:41 379067d0cb53: Waiting 21:21:41 474d0775b235: Pushed 21:21:41 08f961a9d3a8: Pushed 21:21:41 919d039be7b8: Pushed 21:21:42 5823f5dcd52a: Pushed 21:21:42 a15b00e1f450: Pushed 21:21:42 379067d0cb53: Layer already exists 21:21:42 e08da1f93b99: Pushed 21:21:43 ---> 835d921df14b 21:21:43 Step 25/30 : RUN chmod +x /entrypoint.sh 21:21:44 8eb6838ad206: Pushed 21:21:44 bcab15057337: Pushed 21:21:44 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:34db7070ff47d3871e6a0820d1d243ac6c171939f8ac0ed996ff16cbc88e8f15 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:21:44 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.100 21:21:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:21:44 474d0775b235: Preparing 21:21:44 919d039be7b8: Preparing 21:21:44 bcab15057337: Preparing 21:21:44 8eb6838ad206: Preparing 21:21:44 08f961a9d3a8: Preparing 21:21:44 5823f5dcd52a: Preparing 21:21:44 a15b00e1f450: Preparing 21:21:44 e08da1f93b99: Preparing 21:21:44 379067d0cb53: Preparing 21:21:44 5823f5dcd52a: Waiting 21:21:44 e08da1f93b99: Waiting 21:21:44 379067d0cb53: Waiting 21:21:44 a15b00e1f450: Waiting 21:21:44 bcab15057337: Layer already exists 21:21:44 08f961a9d3a8: Layer already exists 21:21:44 919d039be7b8: Layer already exists 21:21:45 8eb6838ad206: Layer already exists 21:21:45 474d0775b235: Layer already exists 21:21:45 a15b00e1f450: Layer already exists 21:21:45 5823f5dcd52a: Layer already exists 21:21:45 e08da1f93b99: Layer already exists 21:21:45 379067d0cb53: Layer already exists 21:21:45 2.0.0-dev.100: digest: sha256:34db7070ff47d3871e6a0820d1d243ac6c171939f8ac0ed996ff16cbc88e8f15 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:21:45 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:21:45 474d0775b235: Preparing 21:21:45 919d039be7b8: Preparing 21:21:45 bcab15057337: Preparing 21:21:45 8eb6838ad206: Preparing 21:21:45 08f961a9d3a8: Preparing 21:21:45 5823f5dcd52a: Preparing 21:21:45 a15b00e1f450: Preparing 21:21:45 e08da1f93b99: Preparing 21:21:45 379067d0cb53: Preparing 21:21:45 a15b00e1f450: Waiting 21:21:45 379067d0cb53: Waiting 21:21:45 e08da1f93b99: Waiting 21:21:45 5823f5dcd52a: Waiting 21:21:45 474d0775b235: Layer already exists 21:21:45 919d039be7b8: Layer already exists 21:21:45 8eb6838ad206: Layer already exists 21:21:45 bcab15057337: Layer already exists 21:21:45 08f961a9d3a8: Layer already exists 21:21:46 e08da1f93b99: Layer already exists 21:21:46 a15b00e1f450: Layer already exists 21:21:46 379067d0cb53: Layer already exists 21:21:46 5823f5dcd52a: Layer already exists 21:21:46 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:34db7070ff47d3871e6a0820d1d243ac6c171939f8ac0ed996ff16cbc88e8f15 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:21:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:21:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 21:21:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:21:46 474d0775b235: Preparing 21:21:46 919d039be7b8: Preparing 21:21:46 bcab15057337: Preparing 21:21:46 8eb6838ad206: Preparing 21:21:46 08f961a9d3a8: Preparing 21:21:46 5823f5dcd52a: Preparing 21:21:46 a15b00e1f450: Preparing 21:21:46 e08da1f93b99: Preparing 21:21:46 379067d0cb53: Preparing 21:21:46 5823f5dcd52a: Waiting 21:21:46 a15b00e1f450: Waiting 21:21:46 379067d0cb53: Waiting 21:21:46 e08da1f93b99: Waiting 21:21:46 08f961a9d3a8: Layer already exists 21:21:46 919d039be7b8: Layer already exists 21:21:47 8eb6838ad206: Layer already exists 21:21:47 474d0775b235: Layer already exists 21:21:47 bcab15057337: Layer already exists 21:21:47 a15b00e1f450: Layer already exists 21:21:47 e08da1f93b99: Layer already exists 21:21:47 5823f5dcd52a: Layer already exists 21:21:47 379067d0cb53: Layer already exists 21:21:47 master: digest: sha256:34db7070ff47d3871e6a0820d1d243ac6c171939f8ac0ed996ff16cbc88e8f15 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:47 ===================================================== [Pipeline] echo 21:21:47 taggedImages: 21:21:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.100 21:21:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 21:21:47 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 21:21:47 a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:47 2.0.0-dev.100 21:21:47 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:47 master 21:21:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:47 ---> Running in 21daf65a6faf 21:21:47 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:21:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:21:48 63b349d5181e: Preparing 21:21:48 54818edf59fd: Preparing 21:21:48 6b0865f16cf7: Preparing 21:21:48 81dce68b327e: Preparing 21:21:48 379067d0cb53: Preparing 21:21:48 6b0865f16cf7: Layer already exists 21:21:48 379067d0cb53: Layer already exists 21:21:48 63b349d5181e: Pushed 21:21:48 81dce68b327e: Pushed 21:21:51 54818edf59fd: Pushed 21:21:51 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:9a6326a9dcf3afb26311d97a53694ef51b78c0fabd8f7a61251a5ad25fc0e492 size: 1364 [Pipeline] isUnix [Pipeline] sh 21:21:51 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.100 21:21:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:21:52 63b349d5181e: Preparing 21:21:52 54818edf59fd: Preparing 21:21:52 6b0865f16cf7: Preparing 21:21:52 81dce68b327e: Preparing 21:21:52 379067d0cb53: Preparing 21:21:52 63b349d5181e: Layer already exists 21:21:52 81dce68b327e: Layer already exists 21:21:52 54818edf59fd: Layer already exists 21:21:52 379067d0cb53: Layer already exists 21:21:52 6b0865f16cf7: Layer already exists 21:21:52 2.0.0-dev.100: digest: sha256:9a6326a9dcf3afb26311d97a53694ef51b78c0fabd8f7a61251a5ad25fc0e492 size: 1364 [Pipeline] isUnix [Pipeline] sh 21:21:52 Removing intermediate container 21daf65a6faf 21:21:52 ---> bfcf524b695b 21:21:52 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:21:52 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:21:53 63b349d5181e: Preparing 21:21:53 54818edf59fd: Preparing 21:21:53 6b0865f16cf7: Preparing 21:21:53 81dce68b327e: Preparing 21:21:53 379067d0cb53: Preparing 21:21:53 81dce68b327e: Layer already exists 21:21:53 54818edf59fd: Layer already exists 21:21:53 63b349d5181e: Layer already exists 21:21:53 6b0865f16cf7: Layer already exists 21:21:53 379067d0cb53: Layer already exists 21:21:53 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:9a6326a9dcf3afb26311d97a53694ef51b78c0fabd8f7a61251a5ad25fc0e492 size: 1364 [Pipeline] isUnix [Pipeline] sh 21:21:53 ---> Running in dea627985e33 21:21:53 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:21:53 Removing intermediate container dea627985e33 21:21:53 ---> f06ded9d751b 21:21:53 Step 27/30 : CMD ["gate"] 21:21:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 21:21:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:21:53 63b349d5181e: Preparing 21:21:53 54818edf59fd: Preparing 21:21:53 6b0865f16cf7: Preparing 21:21:53 81dce68b327e: Preparing 21:21:53 379067d0cb53: Preparing 21:21:53 63b349d5181e: Layer already exists 21:21:53 379067d0cb53: Layer already exists 21:21:53 81dce68b327e: Layer already exists 21:21:53 6b0865f16cf7: Layer already exists 21:21:53 54818edf59fd: Layer already exists 21:21:54 ---> Running in dfdafb0dd0a9 21:21:54 master: digest: sha256:9a6326a9dcf3afb26311d97a53694ef51b78c0fabd8f7a61251a5ad25fc0e492 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:54 ===================================================== [Pipeline] echo 21:21:54 taggedImages: 21:21:54 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:54 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.100 21:21:54 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:54 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 21:21:54 Removing intermediate container dfdafb0dd0a9 21:21:54 ---> af0fbb0c249c 21:21:54 Step 28/30 : LABEL arch=x86_64 [Pipeline] echo 21:21:54 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 21:21:54 a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:54 2.0.0-dev.100 21:21:54 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:21:54 master 21:21:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:54 ---> Running in 8087d06dd575 21:21:55 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:21:55 Removing intermediate container 8087d06dd575 21:21:55 ---> 47c432a9c86d 21:21:55 Step 29/30 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:21:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:21:55 f74b5b527f95: Preparing 21:21:55 8be7d3e84b22: Preparing 21:21:55 6b0865f16cf7: Preparing 21:21:55 9e00734ce7ab: Preparing 21:21:55 379067d0cb53: Preparing 21:21:55 9e00734ce7ab: Layer already exists 21:21:55 ---> Running in 1304385d8c01 21:21:55 6b0865f16cf7: Layer already exists 21:21:55 379067d0cb53: Layer already exists 21:21:55 f74b5b527f95: Pushed 21:21:56 Removing intermediate container 1304385d8c01 21:21:56 ---> 6d14e8f3a78a 21:21:56 Step 30/30 : LABEL version=2.0.0-dev.100 21:21:56 ---> Running in f3d71887ba96 21:21:57 Removing intermediate container f3d71887ba96 21:21:57 ---> 6d208ebb91bb 21:21:57 21:21:57 Successfully built 6d208ebb91bb 21:21:57 Successfully tagged docker-security-bootstrapper-go:latest 21:21:58 8be7d3e84b22: Pushed 21:21:58 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:663b0c8ca4c4f7af34ccf20a41fc77c689a1dc4ab1873f4340b6a907e974bc4b size: 1363 [Pipeline] isUnix [Pipeline] sh 21:21:58 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:21:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.100 21:21:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:21:59 f74b5b527f95: Preparing 21:21:59 8be7d3e84b22: Preparing 21:21:59 6b0865f16cf7: Preparing 21:21:59 9e00734ce7ab: Preparing 21:21:59 379067d0cb53: Preparing 21:21:59 f74b5b527f95: Layer already exists 21:21:59 8be7d3e84b22: Layer already exists 21:21:59 379067d0cb53: Layer already exists 21:21:59 6b0865f16cf7: Layer already exists 21:21:59 9e00734ce7ab: Layer already exists 21:21:59 2.0.0-dev.100: digest: sha256:663b0c8ca4c4f7af34ccf20a41fc77c689a1dc4ab1873f4340b6a907e974bc4b size: 1363 [Pipeline] isUnix [Pipeline] sh 21:21:59 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:22:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:22:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:22:00 f74b5b527f95: Preparing 21:22:00 8be7d3e84b22: Preparing 21:22:00 6b0865f16cf7: Preparing 21:22:00 9e00734ce7ab: Preparing 21:22:00 379067d0cb53: Preparing 21:22:00 6b0865f16cf7: Layer already exists 21:22:00 8be7d3e84b22: Layer already exists 21:22:00 f74b5b527f95: Layer already exists 21:22:00 9e00734ce7ab: Layer already exists 21:22:00 379067d0cb53: Layer already exists 21:22:00 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:663b0c8ca4c4f7af34ccf20a41fc77c689a1dc4ab1873f4340b6a907e974bc4b size: 1363 [Pipeline] isUnix [Pipeline] sh 21:22:00 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:22:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 21:22:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:22:01 f74b5b527f95: Preparing 21:22:01 8be7d3e84b22: Preparing 21:22:01 6b0865f16cf7: Preparing 21:22:01 9e00734ce7ab: Preparing 21:22:01 379067d0cb53: Preparing 21:22:01 9e00734ce7ab: Layer already exists 21:22:01 379067d0cb53: Layer already exists 21:22:01 8be7d3e84b22: Layer already exists 21:22:01 f74b5b527f95: Layer already exists 21:22:01 6b0865f16cf7: Layer already exists 21:22:01 master: digest: sha256:663b0c8ca4c4f7af34ccf20a41fc77c689a1dc4ab1873f4340b6a907e974bc4b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:22:01 ===================================================== [Pipeline] echo 21:22:01 taggedImages: 21:22:01 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:22:01 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.100 21:22:01 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:22:01 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 21:22:01 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 21:22:01 a8b212ab85f9eb20ce60342de555149da787e9ca 21:22:01 2.0.0-dev.100 21:22:01 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:22:01 master 21:22:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:02 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:22:02 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:22:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:22:02 d04b6c2b88ae: Preparing 21:22:02 d5e1b5856975: Preparing 21:22:02 32d58a020b4b: Preparing 21:22:02 76a667d62638: Preparing 21:22:02 e6ca124c25bd: Preparing 21:22:02 d84cd3110d3f: Preparing 21:22:02 5823f45b7763: Preparing 21:22:02 9ded3b6bb9b5: Preparing 21:22:02 fa1afe8e6ed9: Preparing 21:22:02 87a09b4c083e: Preparing 21:22:02 0f74e9ff2a61: Preparing 21:22:02 b122376c33c6: Preparing 21:22:02 f8381ed47b22: Preparing 21:22:02 e934a737d657: Preparing 21:22:02 fa1afe8e6ed9: Waiting 21:22:02 87a09b4c083e: Waiting 21:22:02 0f74e9ff2a61: Waiting 21:22:02 b122376c33c6: Waiting 21:22:02 f8381ed47b22: Waiting 21:22:02 e934a737d657: Waiting 21:22:02 5823f45b7763: Waiting 21:22:02 d84cd3110d3f: Waiting 21:22:02 9ded3b6bb9b5: Waiting 21:22:03 e6ca124c25bd: Pushed 21:22:03 d04b6c2b88ae: Pushed 21:22:03 76a667d62638: Pushed 21:22:03 9ded3b6bb9b5: Layer already exists 21:22:03 fa1afe8e6ed9: Layer already exists 21:22:04 5823f45b7763: Pushed 21:22:04 87a09b4c083e: Layer already exists 21:22:04 0f74e9ff2a61: Layer already exists 21:22:04 b122376c33c6: Layer already exists 21:22:04 f8381ed47b22: Layer already exists 21:22:04 e934a737d657: Layer already exists 21:22:04 d5e1b5856975: Pushed 21:22:05 d84cd3110d3f: Pushed 21:22:15 32d58a020b4b: Pushed 21:22:15 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:6d6a572ea1c4938a59396bdb2e3c94c7f5266712d56c092007338be8060a130a size: 3252 [Pipeline] isUnix [Pipeline] sh 21:22:15 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:22:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.100 21:22:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:22:16 d04b6c2b88ae: Preparing 21:22:16 d5e1b5856975: Preparing 21:22:16 32d58a020b4b: Preparing 21:22:16 76a667d62638: Preparing 21:22:16 e6ca124c25bd: Preparing 21:22:16 d84cd3110d3f: Preparing 21:22:16 5823f45b7763: Preparing 21:22:16 9ded3b6bb9b5: Preparing 21:22:16 fa1afe8e6ed9: Preparing 21:22:16 87a09b4c083e: Preparing 21:22:16 0f74e9ff2a61: Preparing 21:22:16 b122376c33c6: Preparing 21:22:16 f8381ed47b22: Preparing 21:22:16 e934a737d657: Preparing 21:22:16 87a09b4c083e: Waiting 21:22:16 0f74e9ff2a61: Waiting 21:22:16 d84cd3110d3f: Waiting 21:22:16 5823f45b7763: Waiting 21:22:16 9ded3b6bb9b5: Waiting 21:22:16 b122376c33c6: Waiting 21:22:16 fa1afe8e6ed9: Waiting 21:22:16 e934a737d657: Waiting 21:22:16 76a667d62638: Layer already exists 21:22:16 e6ca124c25bd: Layer already exists 21:22:16 d04b6c2b88ae: Layer already exists 21:22:16 d5e1b5856975: Layer already exists 21:22:16 32d58a020b4b: Layer already exists 21:22:16 5823f45b7763: Layer already exists 21:22:16 9ded3b6bb9b5: Layer already exists 21:22:16 d84cd3110d3f: Layer already exists 21:22:16 fa1afe8e6ed9: Layer already exists 21:22:16 87a09b4c083e: Layer already exists 21:22:16 f8381ed47b22: Layer already exists 21:22:16 e934a737d657: Layer already exists 21:22:16 0f74e9ff2a61: Layer already exists 21:22:16 b122376c33c6: Layer already exists 21:22:16 2.0.0-dev.100: digest: sha256:6d6a572ea1c4938a59396bdb2e3c94c7f5266712d56c092007338be8060a130a size: 3252 [Pipeline] isUnix [Pipeline] sh 21:22:16 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:22:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:22:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:22:16 d04b6c2b88ae: Preparing 21:22:16 d5e1b5856975: Preparing 21:22:16 32d58a020b4b: Preparing 21:22:16 76a667d62638: Preparing 21:22:16 e6ca124c25bd: Preparing 21:22:16 d84cd3110d3f: Preparing 21:22:16 5823f45b7763: Preparing 21:22:16 9ded3b6bb9b5: Preparing 21:22:16 fa1afe8e6ed9: Preparing 21:22:16 87a09b4c083e: Preparing 21:22:16 0f74e9ff2a61: Preparing 21:22:16 b122376c33c6: Preparing 21:22:16 f8381ed47b22: Preparing 21:22:16 e934a737d657: Preparing 21:22:16 87a09b4c083e: Waiting 21:22:16 0f74e9ff2a61: Waiting 21:22:16 b122376c33c6: Waiting 21:22:16 f8381ed47b22: Waiting 21:22:16 e934a737d657: Waiting 21:22:16 5823f45b7763: Waiting 21:22:16 9ded3b6bb9b5: Waiting 21:22:16 fa1afe8e6ed9: Waiting 21:22:16 32d58a020b4b: Layer already exists 21:22:16 d04b6c2b88ae: Layer already exists 21:22:16 76a667d62638: Layer already exists 21:22:16 d5e1b5856975: Layer already exists 21:22:16 e6ca124c25bd: Layer already exists 21:22:17 5823f45b7763: Layer already exists 21:22:17 d84cd3110d3f: Layer already exists 21:22:17 fa1afe8e6ed9: Layer already exists 21:22:17 9ded3b6bb9b5: Layer already exists 21:22:17 87a09b4c083e: Layer already exists 21:22:17 0f74e9ff2a61: Layer already exists 21:22:17 b122376c33c6: Layer already exists 21:22:17 f8381ed47b22: Layer already exists 21:22:17 e934a737d657: Layer already exists 21:22:17 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:6d6a572ea1c4938a59396bdb2e3c94c7f5266712d56c092007338be8060a130a size: 3252 [Pipeline] isUnix [Pipeline] sh 21:22:17 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:22:17 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 21:22:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:22:17 d04b6c2b88ae: Preparing 21:22:17 d5e1b5856975: Preparing 21:22:17 32d58a020b4b: Preparing 21:22:17 76a667d62638: Preparing 21:22:17 e6ca124c25bd: Preparing 21:22:17 d84cd3110d3f: Preparing 21:22:17 5823f45b7763: Preparing 21:22:17 9ded3b6bb9b5: Preparing 21:22:17 fa1afe8e6ed9: Preparing 21:22:17 87a09b4c083e: Preparing 21:22:17 0f74e9ff2a61: Preparing 21:22:17 b122376c33c6: Preparing 21:22:17 f8381ed47b22: Preparing 21:22:17 e934a737d657: Preparing 21:22:17 87a09b4c083e: Waiting 21:22:17 0f74e9ff2a61: Waiting 21:22:17 b122376c33c6: Waiting 21:22:17 f8381ed47b22: Waiting 21:22:17 d84cd3110d3f: Waiting 21:22:17 e934a737d657: Waiting 21:22:17 5823f45b7763: Waiting 21:22:17 fa1afe8e6ed9: Waiting 21:22:17 9ded3b6bb9b5: Waiting 21:22:17 32d58a020b4b: Layer already exists 21:22:17 d5e1b5856975: Layer already exists 21:22:17 e6ca124c25bd: Layer already exists 21:22:17 d04b6c2b88ae: Layer already exists 21:22:17 76a667d62638: Layer already exists 21:22:18 5823f45b7763: Layer already exists 21:22:18 d84cd3110d3f: Layer already exists 21:22:18 9ded3b6bb9b5: Layer already exists 21:22:18 87a09b4c083e: Layer already exists 21:22:18 fa1afe8e6ed9: Layer already exists 21:22:18 b122376c33c6: Layer already exists 21:22:18 0f74e9ff2a61: Layer already exists 21:22:18 f8381ed47b22: Layer already exists 21:22:18 e934a737d657: Layer already exists 21:22:18 master: digest: sha256:6d6a572ea1c4938a59396bdb2e3c94c7f5266712d56c092007338be8060a130a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:22:18 ===================================================== [Pipeline] echo 21:22:18 taggedImages: 21:22:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca 21:22:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.100 21:22:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:22:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:22:46  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:22:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:22:46 ---> b894ae55bab3 21:22:46 Step 3/23 : WORKDIR /edgex-go 21:22:46 ---> Using cache 21:22:46 ---> 09c12ece47f2 21:22:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:22:46 ---> Using cache 21:22:46 ---> 183f75500d1d 21:22:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:22:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:22:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:22:46 ---> b894ae55bab3 21:22:46 Step 3/24 : WORKDIR /edgex-go 21:22:46 ---> Using cache 21:22:46 ---> 09c12ece47f2 21:22:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:22:46 ---> Using cache 21:22:46 ---> 183f75500d1d 21:22:46 Step 5/24 : RUN apk add --update --no-cache make git 21:22:46 ---> Using cache 21:22:46 ---> 170a0b70d26f 21:22:46 Step 6/24 : COPY go.mod . 21:22:46 ---> Using cache 21:22:46 ---> bfe195ecbf35 21:22:46 Step 7/24 : RUN go mod download 21:22:46 ---> Using cache 21:22:46 ---> 2cee051caa92 21:22:46 Step 8/24 : COPY . . 21:22:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:22:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:22:46 ---> b894ae55bab3 21:22:46 Step 3/21 : WORKDIR /edgex-go 21:22:46 ---> Using cache 21:22:46 ---> 09c12ece47f2 21:22:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:22:46 ---> Using cache 21:22:46 ---> 183f75500d1d 21:22:46 Step 5/21 : RUN apk add --update --no-cache make git 21:22:46 ---> Using cache 21:22:46 ---> 170a0b70d26f 21:22:46 Step 6/21 : COPY go.mod . 21:22:46 ---> Using cache 21:22:46 ---> bfe195ecbf35 21:22:46 Step 7/21 : RUN go mod download 21:22:46 ---> Using cache 21:22:46 ---> 2cee051caa92 21:22:46 Step 8/21 : COPY . . 21:22:46 ---> Using cache 21:22:46 ---> 2e5ddbebc492 21:22:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:22:46 ---> Using cache 21:22:46 ---> 2e5ddbebc492 21:22:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:22:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:22:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:22:48 ---> b894ae55bab3 21:22:48 Step 3/26 : WORKDIR /edgex-go 21:22:48 ---> Using cache 21:22:48 ---> 09c12ece47f2 21:22:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:22:48 ---> Using cache 21:22:48 ---> 183f75500d1d 21:22:48 Step 5/26 : RUN apk add --update --no-cache make bash git 21:22:49 ---> Running in 074bcb136bc8 21:22:49 ---> Running in f8f32a1375da 21:22:49 ---> Running in 91cf4ebd6368 21:22:49 ---> Running in cf06ab3c2581 21:22:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:22:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:22:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:57 OK: 233 MiB in 51 packages 21:22:57 OK: 233 MiB in 51 packages 21:22:59 Removing intermediate container 074bcb136bc8 21:22:59 ---> d6c01b576462 21:22:59 Step 6/26 : COPY go.mod . 21:23:00 Removing intermediate container cf06ab3c2581 21:23:00 ---> 4b6fa775ffd6 21:23:00 Step 6/23 : COPY go.mod . 21:23:02 ---> 5213ef0ae5e9 21:23:02 Step 7/23 : RUN go mod download 21:23:02 ---> efce6832ad2c 21:23:02 Step 7/26 : RUN go mod download 21:23:02 ---> Running in 6ede90555809 21:23:02 ---> Running in 37a32130b081 21:23:10 Removing intermediate container 6ede90555809 21:23:10 ---> 396d133911bd 21:23:10 Step 8/23 : COPY . . 21:23:10 Removing intermediate container 37a32130b081 21:23:10 ---> 72e33f26e36d 21:23:10 Step 8/26 : COPY . . 21:23:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/secrets-config ./cmd/secrets-config 21:23:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:24:33 Removing intermediate container f8f32a1375da 21:24:33 ---> 6daa2dfc6b14 21:24:33 21:24:33 Step 10/24 : FROM alpine:3.12 21:24:33 ---> 389fef711851 21:24:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:24:33 Removing intermediate container 91cf4ebd6368 21:24:33 ---> 4357d2ebd7a4 21:24:33 21:24:33 Step 10/21 : FROM alpine:3.12 21:24:33 ---> 389fef711851 21:24:33 Step 11/21 : RUN apk add --update --no-cache curl 21:24:33 ---> Running in 24cde1862acf 21:24:33 ---> Running in 0cd4d7ac7128 21:24:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:24:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:24:42 ---> 030f5bd625e7 21:24:42 Step 9/23 : RUN make cmd/core-data/core-data 21:24:43 (1/4) Installing ca-certificates (20191127-r4) 21:24:43 (1/5) Installing ca-certificates (20191127-r4) 21:24:43 ---> 659679e4e0ef 21:24:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:24:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:24:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:24:43 (3/4) Installing libcurl (7.69.1-r3) 21:24:43 (3/5) Installing libcurl (7.69.1-r3) 21:24:43 (4/5) Installing curl (7.69.1-r3) 21:24:43 (5/5) Installing dumb-init (1.2.2-r1) 21:24:43 (4/4) Installing curl (7.69.1-r3) 21:24:43 Executing busybox-1.31.1-r19.trigger 21:24:43 Executing busybox-1.31.1-r19.trigger 21:24:43 Executing ca-certificates-20191127-r4.trigger 21:24:43 Executing ca-certificates-20191127-r4.trigger 21:24:43 OK: 7 MiB in 18 packages 21:24:43 OK: 7 MiB in 19 packages 21:24:43 ---> Running in 8b67e25caf38 21:24:44 ---> Running in 2d631fea127a 21:24:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/core-data/core-data ./cmd/core-data 21:24:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:24:47 Removing intermediate container 24cde1862acf 21:24:47 ---> 1e75b9ec313d 21:24:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:24:48 Removing intermediate container 0cd4d7ac7128 21:24:48 ---> f1a164b27a54 21:24:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:24:49 ---> Running in 4c28ca59b2cf 21:24:49 ---> Running in d103d21fc806 21:24:50 Removing intermediate container d103d21fc806 21:24:50 ---> 9826b04a7bbc 21:24:50 Step 13/21 : WORKDIR /edgex 21:24:50 Removing intermediate container 4c28ca59b2cf 21:24:50 ---> 3c682df668e2 21:24:50 Step 13/24 : WORKDIR / 21:24:50 ---> Running in a151db6be4d4 21:24:50 ---> Running in 0bcfeaf64cb0 21:24:51 Removing intermediate container a151db6be4d4 21:24:51 ---> b891339a10e3 21:24:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:24:51 Removing intermediate container 0bcfeaf64cb0 21:24:51 ---> cf26d2358064 21:24:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:24:52 ---> 6cfb1c6a2702 21:24:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:24:53 ---> 34bd4af183ed 21:24:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:24:54 ---> c06495fc073e 21:24:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:24:54 ---> 342fb01ddbd7 21:24:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:24:56 ---> 27e9467841cd 21:24:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:24:56 ---> ed7039818084 21:24:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:24:56 ---> Running in 06af62f67f10 21:24:57 Removing intermediate container 06af62f67f10 21:24:57 ---> e724d8eaea4a 21:24:57 Step 18/21 : CMD ["--init=true"] 21:24:57 ---> ff52fef1199f 21:24:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:24:58 ---> Running in ddcbae010c11 21:24:59 Removing intermediate container ddcbae010c11 21:24:59 ---> 62716098b933 21:24:59 Step 19/21 : LABEL arch=x86_64 21:24:59 ---> 16eb11fca4f7 21:24:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:24:59 ---> Running in d0126e5f11ff 21:25:01 Removing intermediate container d0126e5f11ff 21:25:01 ---> 4b55e3cc7270 21:25:01 Step 20/21 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:25:01 ---> 1d271fc014f6 21:25:01 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:25:01 ---> Running in f2fcf4fbaff8 21:25:01 ---> Running in 00dd91607b40 21:25:04 Removing intermediate container f2fcf4fbaff8 21:25:04 ---> f9ddcfd62e7b 21:25:04 Step 21/21 : LABEL version=2.0.0-dev.100 21:25:04 ---> Running in ec554f418ccd 21:25:04 Removing intermediate container ec554f418ccd 21:25:04 ---> a99b20e6272b 21:25:04 21:25:08 Successfully built a99b20e6272b 21:25:09 Successfully tagged docker-security-proxy-setup-go:latest 21:25:09  Building docker-security-proxy-setup-go ... done Removing intermediate container 00dd91607b40 21:25:09 ---> d7769115db53 21:25:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:25:10 ---> Running in 4ad5552c6144 21:25:11 Removing intermediate container 4ad5552c6144 21:25:11 ---> e776002cc3dd 21:25:11 Step 22/24 : LABEL arch=x86_64 21:25:11 ---> Running in 46515bab3e85 21:25:12 Removing intermediate container 46515bab3e85 21:25:12 ---> f67b26961242 21:25:12 Step 23/24 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:25:12 ---> Running in 097da9372545 21:25:12 Removing intermediate container 097da9372545 21:25:12 ---> 8ed11669c5a4 21:25:12 Step 24/24 : LABEL version=2.0.0-dev.100 21:25:13 ---> Running in 4fb711d068ad 21:25:13 Removing intermediate container 4fb711d068ad 21:25:13 ---> f748c1699b48 21:25:13 21:25:14 Successfully built f748c1699b48 21:25:14 Successfully tagged docker-security-secretstore-setup-go:latest 21:25:21  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2d631fea127a 21:25:21 ---> 04d1f81e64ae 21:25:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:25:21 ---> Running in a69f480c407b 21:25:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.100" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:25:25 Removing intermediate container 8b67e25caf38 21:25:25 ---> cdb75e9cc414 21:25:25 21:25:25 Step 10/23 : FROM alpine:3.12 21:25:25 ---> 389fef711851 21:25:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:25:26 ---> Running in 50d6a4161458 21:25:26 Removing intermediate container a69f480c407b 21:25:26 ---> ec6e55344fe7 21:25:26 21:25:26 Step 11/26 : FROM docker:20.10.0 21:25:26 20.10.0: Pulling from library/docker 21:25:26 Removing intermediate container 50d6a4161458 21:25:26 ---> 757f8b40fe1d 21:25:26 Step 12/23 : ENV APP_PORT=48080 21:25:26 ---> Running in 91abae7a3bb2 21:25:27 Removing intermediate container 91abae7a3bb2 21:25:27 ---> 5a0a53bf0504 21:25:27 Step 13/23 : EXPOSE $APP_PORT 21:25:27 ---> Running in 7fa5fd5b850f 21:25:28 Removing intermediate container 7fa5fd5b850f 21:25:28 ---> f8ae4d66a39b 21:25:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:25:29 ---> Running in 0ff4ab8efbc5 21:25:32 Removing intermediate container 0ff4ab8efbc5 21:25:32 ---> 9b8c193110b2 21:25:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:25:32 ---> Running in b5198245040c 21:25:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:35 (1/6) Installing dumb-init (1.2.2-r1) 21:25:35 (2/6) Installing libgcc (9.3.0-r2) 21:25:35 (3/6) Installing libsodium (1.0.18-r0) 21:25:35 (4/6) Installing libstdc++ (9.3.0-r2) 21:25:36 (5/6) Installing libzmq (4.3.3-r0) 21:25:36 (6/6) Installing zeromq (4.3.3-r0) 21:25:36 Executing busybox-1.31.1-r19.trigger 21:25:36 OK: 8 MiB in 20 packages 21:25:38 Removing intermediate container b5198245040c 21:25:38 ---> 7ee0b14f8b2e 21:25:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:25:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:25:38 Status: Downloaded newer image for docker:20.10.0 21:25:38 ---> aefe523efa57 21:25:38 Step 12/26 : RUN apk add --no-cache bash 21:25:38 ---> Running in b84217cf087a 21:25:38 ---> b887be651272 21:25:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:25:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:39 ---> 5cbb723c6587 21:25:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:25:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:40 (1/2) Installing readline (8.0.4-r0) 21:25:40 (2/2) Installing bash (5.0.17-r0) 21:25:40 Executing bash-5.0.17-r0.post-install 21:25:40 Executing busybox-1.31.1-r19.trigger 21:25:40 OK: 12 MiB in 22 packages 21:25:41 ---> 42d7b2d8788a 21:25:41 Step 19/23 : ENTRYPOINT ["/core-data"] 21:25:41 ---> Running in 94c7c9838bf8 21:25:41 Removing intermediate container 94c7c9838bf8 21:25:41 ---> 4849a658ef9c 21:25:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:25:41 ---> Running in 56ee29e8d43a 21:25:42 Removing intermediate container b84217cf087a 21:25:42 ---> 2cb3a1ebd7c6 21:25:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:25:42 Removing intermediate container 56ee29e8d43a 21:25:42 ---> e9be4d9925e5 21:25:42 Step 21/23 : LABEL arch=x86_64 21:25:42 ---> Running in 7232c9f87c30 21:25:42 ---> Running in 84d3ecc32e4a 21:25:43 Removing intermediate container 7232c9f87c30 21:25:43 ---> 091049487c8a 21:25:43 Step 14/26 : ENV APP_PORT=48090 21:25:43 ---> Running in 03c8eb9fba2f 21:25:43 Removing intermediate container 84d3ecc32e4a 21:25:43 ---> e0cf79e2e7d2 21:25:43 Step 22/23 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:25:44 ---> Running in e44dc132dbd3 21:25:44 Removing intermediate container 03c8eb9fba2f 21:25:44 ---> 2d7b5415671a 21:25:44 Step 15/26 : EXPOSE $APP_PORT 21:25:44 ---> Running in 88b3fdf0f169 21:25:44 Removing intermediate container e44dc132dbd3 21:25:44 ---> a64ca7d79207 21:25:44 Step 23/23 : LABEL version=2.0.0-dev.100 21:25:44 ---> Running in 994d70c7f3df 21:25:44 Removing intermediate container 88b3fdf0f169 21:25:44 ---> 7840ebaa38f5 21:25:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:25:45 Removing intermediate container 994d70c7f3df 21:25:45 ---> c3ca9fa6b729 21:25:45 21:25:45 ---> e0c1fdeb4b36 21:25:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:25:46 Successfully built c3ca9fa6b729 21:25:46 Successfully tagged docker-core-data-go:latest 21:25:46  Building docker-core-data-go ... done  ---> 0e40c3819722 21:25:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:25:47 ---> 86be5b95a02f 21:25:47 Step 19/26 : RUN apk --no-cache add py3-pip 21:25:47 ---> Running in 2929bb1e96f5 21:25:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:49 (1/33) Installing libbz2 (1.0.8-r1) 21:25:49 (2/33) Installing expat (2.2.9-r1) 21:25:50 (3/33) Installing libffi (3.3-r2) 21:25:50 (4/33) Installing gdbm (1.13-r1) 21:25:50 (5/33) Installing xz-libs (5.2.5-r0) 21:25:50 (6/33) Installing sqlite-libs (3.32.1-r0) 21:25:50 (7/33) Installing python3 (3.8.5-r1) 21:25:51 (8/33) Installing py3-appdirs (1.4.4-r1) 21:25:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:25:51 (10/33) Installing py3-parsing (2.4.7-r0) 21:25:51 (11/33) Installing py3-six (1.15.0-r0) 21:25:51 (12/33) Installing py3-packaging (20.4-r0) 21:25:51 (13/33) Installing py3-setuptools (47.0.0-r0) 21:25:51 (14/33) Installing py3-chardet (3.0.4-r4) 21:25:51 (15/33) Installing py3-idna (2.9-r0) 21:25:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:25:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:25:51 (18/33) Installing py3-requests (2.23.0-r0) 21:25:51 (19/33) Installing py3-msgpack (1.0.0-r0) 21:25:51 (20/33) Installing py3-lockfile (0.12.2-r3) 21:25:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:25:51 (22/33) Installing py3-colorama (0.4.3-r0) 21:25:51 (23/33) Installing py3-distlib (0.3.0-r0) 21:25:51 (24/33) Installing py3-distro (1.5.0-r1) 21:25:51 (25/33) Installing py3-webencodings (0.5.1-r3) 21:25:51 (26/33) Installing py3-html5lib (1.0.1-r4) 21:25:52 (27/33) Installing py3-pytoml (0.1.21-r0) 21:25:52 (28/33) Installing py3-pep517 (0.8.2-r0) 21:25:52 (29/33) Installing py3-progress (1.5-r0) 21:25:52 (30/33) Installing py3-toml (0.10.1-r0) 21:25:52 (31/33) Installing py3-retrying (1.3.3-r0) 21:25:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:25:52 (33/33) Installing py3-pip (20.1.1-r0) 21:25:52 Executing busybox-1.31.1-r19.trigger 21:25:52 OK: 71 MiB in 55 packages 21:26:05 Removing intermediate container 2929bb1e96f5 21:26:05 ---> dc21b66f27cb 21:26:05 Step 20/26 : RUN pip install docker-compose==1.23.2 21:26:05 ---> Running in c6e03df74c89 21:26:08 Collecting docker-compose==1.23.2 21:26:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:26:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:26:08 Collecting cached-property<2,>=1.2.0 21:26:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:26:08 Collecting PyYAML<4,>=3.10 21:26:08 Downloading PyYAML-3.13.tar.gz (270 kB) 21:26:09 Collecting dockerpty<0.5,>=0.4.1 21:26:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:26:10 Collecting jsonschema<3,>=2.5.1 21:26:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:26:10 Collecting websocket-client<1.0,>=0.32.0 21:26:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:26:11 Collecting docker<4.0,>=3.6.0 21:26:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:26:11 Collecting docopt<0.7,>=0.6.1 21:26:11 Downloading docopt-0.6.2.tar.gz (25 kB) 21:26:12 Collecting texttable<0.10,>=0.9.0 21:26:12 Downloading texttable-0.9.1.tar.gz (11 kB) 21:26:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:26:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:26:14 Collecting docker-pycreds>=0.4.0 21:26:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:26:14 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:26:14 Collecting idna<2.8,>=2.5 21:26:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:26:14 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:26:14 Collecting urllib3<1.25,>=1.21.1 21:26:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:26:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:26:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:26:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:26:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:26:14 Installing collected packages: cached-property, PyYAML, dockerpty, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, texttable, docker-compose 21:26:15 Running setup.py install for PyYAML: started 21:26:16 Running setup.py install for PyYAML: finished with status 'done' 21:26:16 Running setup.py install for dockerpty: started 21:26:16 Running setup.py install for dockerpty: finished with status 'done' 21:26:17 Attempting uninstall: idna 21:26:17 Found existing installation: idna 2.9 21:26:17 Uninstalling idna-2.9: 21:26:17 Successfully uninstalled idna-2.9 21:26:18 Attempting uninstall: urllib3 21:26:18 Found existing installation: urllib3 1.25.9 21:26:18 Uninstalling urllib3-1.25.9: 21:26:18 Successfully uninstalled urllib3-1.25.9 21:26:18 Attempting uninstall: requests 21:26:18 Found existing installation: requests 2.23.0 21:26:18 Uninstalling requests-2.23.0: 21:26:18 Successfully uninstalled requests-2.23.0 21:26:19 Running setup.py install for docopt: started 21:26:19 Running setup.py install for docopt: finished with status 'done' 21:26:19 Running setup.py install for texttable: started 21:26:20 Running setup.py install for texttable: finished with status 'done' 21:26:20 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:26:25 Removing intermediate container c6e03df74c89 21:26:25 ---> fb701fcafc9e 21:26:25 Step 21/26 : RUN apk --no-cache add curl 21:26:25 ---> Running in abb98b750bf8 21:26:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:26:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:26:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:26:26 (2/3) Installing libcurl (7.69.1-r3) 21:26:26 (3/3) Installing curl (7.69.1-r3) 21:26:26 Executing busybox-1.31.1-r19.trigger 21:26:26 OK: 72 MiB in 58 packages 21:26:27 Removing intermediate container abb98b750bf8 21:26:27 ---> c21f25e914b3 21:26:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:26:27 ---> Running in b6719795d67b 21:26:28 Removing intermediate container b6719795d67b 21:26:28 ---> f2c30042bfaa 21:26:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:26:28 ---> Running in 467ccbea4add 21:26:28 Removing intermediate container 467ccbea4add 21:26:28 ---> 0b86f49d19b4 21:26:28 Step 24/26 : LABEL arch=x86_64 21:26:29 ---> Running in dbfb92e36119 21:26:29 Removing intermediate container dbfb92e36119 21:26:29 ---> 539209dfe3d5 21:26:29 Step 25/26 : LABEL git_sha=a8b212ab85f9eb20ce60342de555149da787e9ca 21:26:29 ---> Running in b008c672f01a 21:26:30 Removing intermediate container b008c672f01a 21:26:30 ---> 8b3f3fec1003 21:26:30 Step 26/26 : LABEL version=2.0.0-dev.100 21:26:30 ---> Running in dd7ff6c16baf 21:26:31 Removing intermediate container dd7ff6c16baf 21:26:31 ---> 20dbb809bba5 21:26:31 21:26:31 Successfully built 20dbb809bba5 21:26:31 Successfully tagged docker-sys-mgmt-agent-go:latest 21:26:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:26:32 $ docker stop --time=1 f411e0692113061f323f629eabf098aefdd627d08b15bd90e96fc54caef8a896 21:26:35 $ docker rm -f f411e0692113061f323f629eabf098aefdd627d08b15bd90e96fc54caef8a896 [Pipeline] // withDockerContainer [Pipeline] sh 21:26:37 + docker images 21:26:37 + grep docker 21:26:39 docker-sys-mgmt-agent-go latest 20dbb809bba5 9 seconds ago 313MB 21:26:39 docker-core-data-go latest c3ca9fa6b729 54 seconds ago 22.4MB 21:26:39 docker-security-secretstore-setup-go latest f748c1699b48 About a minute ago 24.9MB 21:26:39 docker-security-proxy-setup-go latest a99b20e6272b About a minute ago 24.7MB 21:26:39 docker-security-bootstrapper-go latest 6d208ebb91bb 4 minutes ago 18.3MB 21:26:39 docker-core-command-go latest b73fe6ecbc52 5 minutes ago 17MB 21:26:39 docker-support-notifications-go latest b3db040eb4ee 5 minutes ago 17.7MB 21:26:39 docker-core-metadata-go latest 9a2c5cb6d379 5 minutes ago 19MB 21:26:39 docker-support-scheduler-go latest 7c6a96e157a0 5 minutes ago 17.2MB 21:26:39 docker 20.10.0 aefe523efa57 2 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 21:26:39 provisioning config files... 21:26:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/366@tmp/config5317042869545007813tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:26:40 ---> docker-login.sh 21:26:40 nexus3.edgexfoundry.org:10001 21:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:41 Configure a credential helper to remove this warning. See 21:26:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:41 21:26:41 Login Succeeded 21:26:41 nexus3.edgexfoundry.org:10002 21:26:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:42 Configure a credential helper to remove this warning. See 21:26:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:42 21:26:42 Login Succeeded 21:26:42 nexus3.edgexfoundry.org:10003 21:26:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:42 Configure a credential helper to remove this warning. See 21:26:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:42 21:26:42 Login Succeeded 21:26:42 nexus3.edgexfoundry.org:10004 21:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:43 Configure a credential helper to remove this warning. See 21:26:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:43 21:26:43 Login Succeeded 21:26:43 docker.io 21:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:44 Configure a credential helper to remove this warning. See 21:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:44 21:26:44 Login Succeeded 21:26:44 ---> docker-login.sh ends [Pipeline] } 21:26:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:26:45 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 21:26:45 a8b212ab85f9eb20ce60342de555149da787e9ca 21:26:45 2.0.0-dev.100 21:26:45 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:26:45 master 21:26:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:26:45 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:26:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:26:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:26:46 89f8c4db1adc: Preparing 21:26:46 02bb4c8d6f4b: Preparing 21:26:46 b2c99a8bb91a: Preparing 21:26:46 701b7a0fbc3b: Preparing 21:26:46 777b2c648970: Preparing 21:26:47 701b7a0fbc3b: Pushed 21:26:47 777b2c648970: Layer already exists 21:26:47 89f8c4db1adc: Pushed 21:26:47 b2c99a8bb91a: Pushed 21:26:49 02bb4c8d6f4b: Pushed 21:26:50 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:51c14a62d6a845a6519297ca7b4d1f058a257289c6a0402fc248d403dc5dde67 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:26:50 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:26:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.100 21:26:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:26:52 89f8c4db1adc: Preparing 21:26:52 02bb4c8d6f4b: Preparing 21:26:52 b2c99a8bb91a: Preparing 21:26:52 701b7a0fbc3b: Preparing 21:26:52 777b2c648970: Preparing 21:26:52 777b2c648970: Layer already exists 21:26:52 b2c99a8bb91a: Layer already exists 21:26:52 89f8c4db1adc: Layer already exists 21:26:52 701b7a0fbc3b: Layer already exists 21:26:52 02bb4c8d6f4b: Layer already exists 21:26:52 2.0.0-dev.100: digest: sha256:51c14a62d6a845a6519297ca7b4d1f058a257289c6a0402fc248d403dc5dde67 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:26:52 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:26:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:26:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:26:53 89f8c4db1adc: Preparing 21:26:53 02bb4c8d6f4b: Preparing 21:26:53 b2c99a8bb91a: Preparing 21:26:53 701b7a0fbc3b: Preparing 21:26:53 777b2c648970: Preparing 21:26:53 701b7a0fbc3b: Layer already exists 21:26:53 777b2c648970: Layer already exists 21:26:53 02bb4c8d6f4b: Layer already exists 21:26:53 89f8c4db1adc: Layer already exists 21:26:53 b2c99a8bb91a: Layer already exists 21:26:53 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:51c14a62d6a845a6519297ca7b4d1f058a257289c6a0402fc248d403dc5dde67 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:26:53 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 21:26:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 21:26:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:26:55 89f8c4db1adc: Preparing 21:26:55 02bb4c8d6f4b: Preparing 21:26:55 b2c99a8bb91a: Preparing 21:26:55 701b7a0fbc3b: Preparing 21:26:55 777b2c648970: Preparing 21:26:55 89f8c4db1adc: Layer already exists 21:26:55 02bb4c8d6f4b: Layer already exists 21:26:55 701b7a0fbc3b: Layer already exists 21:26:55 b2c99a8bb91a: Layer already exists 21:26:55 777b2c648970: Layer already exists 21:26:55 master: digest: sha256:51c14a62d6a845a6519297ca7b4d1f058a257289c6a0402fc248d403dc5dde67 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:26:55 ===================================================== [Pipeline] echo 21:26:55 taggedImages: 21:26:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:26:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.100 21:26:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:26:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 21:26:55 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 21:26:55 a8b212ab85f9eb20ce60342de555149da787e9ca 21:26:55 2.0.0-dev.100 21:26:55 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:26:55 master 21:26:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:26:56 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:26:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:26:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:26:57 cb4f25a9d662: Preparing 21:26:57 e2f88330d789: Preparing 21:26:57 b2c99a8bb91a: Preparing 21:26:57 296e5e0f6a48: Preparing 21:26:57 efb149ef66d2: Preparing 21:26:57 777b2c648970: Preparing 21:26:57 777b2c648970: Waiting 21:26:57 b2c99a8bb91a: Layer already exists 21:26:58 777b2c648970: Layer already exists 21:26:58 efb149ef66d2: Pushed 21:26:58 cb4f25a9d662: Pushed 21:26:58 296e5e0f6a48: Pushed 21:27:00 e2f88330d789: Pushed 21:27:00 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:c673311fb7c9edb1c7cc83497232da28312bd52de4a08908c506ebd60b6cd820 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:27:00 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.100 21:27:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:27:01 cb4f25a9d662: Preparing 21:27:01 e2f88330d789: Preparing 21:27:01 b2c99a8bb91a: Preparing 21:27:01 296e5e0f6a48: Preparing 21:27:01 efb149ef66d2: Preparing 21:27:01 777b2c648970: Preparing 21:27:01 777b2c648970: Waiting 21:27:01 b2c99a8bb91a: Layer already exists 21:27:01 e2f88330d789: Layer already exists 21:27:01 cb4f25a9d662: Layer already exists 21:27:01 efb149ef66d2: Layer already exists 21:27:01 296e5e0f6a48: Layer already exists 21:27:01 777b2c648970: Layer already exists 21:27:01 2.0.0-dev.100: digest: sha256:c673311fb7c9edb1c7cc83497232da28312bd52de4a08908c506ebd60b6cd820 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:27:02 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:27:03 cb4f25a9d662: Preparing 21:27:03 e2f88330d789: Preparing 21:27:03 b2c99a8bb91a: Preparing 21:27:03 296e5e0f6a48: Preparing 21:27:03 efb149ef66d2: Preparing 21:27:03 777b2c648970: Preparing 21:27:03 777b2c648970: Waiting 21:27:03 cb4f25a9d662: Layer already exists 21:27:03 296e5e0f6a48: Layer already exists 21:27:03 e2f88330d789: Layer already exists 21:27:03 b2c99a8bb91a: Layer already exists 21:27:03 efb149ef66d2: Layer already exists 21:27:03 777b2c648970: Layer already exists 21:27:03 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:c673311fb7c9edb1c7cc83497232da28312bd52de4a08908c506ebd60b6cd820 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:27:03 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 21:27:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 21:27:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:27:05 cb4f25a9d662: Preparing 21:27:05 e2f88330d789: Preparing 21:27:05 b2c99a8bb91a: Preparing 21:27:05 296e5e0f6a48: Preparing 21:27:05 efb149ef66d2: Preparing 21:27:05 777b2c648970: Preparing 21:27:05 777b2c648970: Waiting 21:27:05 b2c99a8bb91a: Layer already exists 21:27:05 cb4f25a9d662: Layer already exists 21:27:05 efb149ef66d2: Layer already exists 21:27:05 e2f88330d789: Layer already exists 21:27:05 296e5e0f6a48: Layer already exists 21:27:05 777b2c648970: Layer already exists 21:27:05 master: digest: sha256:c673311fb7c9edb1c7cc83497232da28312bd52de4a08908c506ebd60b6cd820 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:27:05 ===================================================== [Pipeline] echo 21:27:05 taggedImages: 21:27:05 - nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:05 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.100 21:27:05 - nexus3.edgexfoundry.org:10004/docker-core-data-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:05 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 21:27:05 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 21:27:05 a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:05 2.0.0-dev.100 21:27:05 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:05 master 21:27:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:27:06 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:27:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:27:07 009791454596: Preparing 21:27:07 60cc290fac40: Preparing 21:27:07 b2c99a8bb91a: Preparing 21:27:07 8db0fa66dc82: Preparing 21:27:07 777b2c648970: Preparing 21:27:07 b2c99a8bb91a: Layer already exists 21:27:08 777b2c648970: Layer already exists 21:27:08 009791454596: Pushed 21:27:08 8db0fa66dc82: Pushed 21:27:10 60cc290fac40: Pushed 21:27:11 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:1da52da634dffdd92c2a0c0b80e2271ae01ac9f5c0bf4f9bf3a531a0d1378fb8 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:27:11 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.100 21:27:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:27:12 009791454596: Preparing 21:27:12 60cc290fac40: Preparing 21:27:12 b2c99a8bb91a: Preparing 21:27:12 8db0fa66dc82: Preparing 21:27:12 777b2c648970: Preparing 21:27:12 b2c99a8bb91a: Layer already exists 21:27:12 009791454596: Layer already exists 21:27:12 777b2c648970: Layer already exists 21:27:12 8db0fa66dc82: Layer already exists 21:27:12 60cc290fac40: Layer already exists 21:27:12 2.0.0-dev.100: digest: sha256:1da52da634dffdd92c2a0c0b80e2271ae01ac9f5c0bf4f9bf3a531a0d1378fb8 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:27:12 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:27:13 009791454596: Preparing 21:27:13 60cc290fac40: Preparing 21:27:13 b2c99a8bb91a: Preparing 21:27:13 8db0fa66dc82: Preparing 21:27:13 777b2c648970: Preparing 21:27:13 777b2c648970: Layer already exists 21:27:13 60cc290fac40: Layer already exists 21:27:13 b2c99a8bb91a: Layer already exists 21:27:13 8db0fa66dc82: Layer already exists 21:27:13 009791454596: Layer already exists 21:27:13 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:1da52da634dffdd92c2a0c0b80e2271ae01ac9f5c0bf4f9bf3a531a0d1378fb8 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:27:15 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 21:27:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 21:27:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:27:16 009791454596: Preparing 21:27:16 60cc290fac40: Preparing 21:27:16 b2c99a8bb91a: Preparing 21:27:16 8db0fa66dc82: Preparing 21:27:16 777b2c648970: Preparing 21:27:16 60cc290fac40: Layer already exists 21:27:16 009791454596: Layer already exists 21:27:16 b2c99a8bb91a: Layer already exists 21:27:16 8db0fa66dc82: Layer already exists 21:27:16 777b2c648970: Layer already exists 21:27:16 master: digest: sha256:1da52da634dffdd92c2a0c0b80e2271ae01ac9f5c0bf4f9bf3a531a0d1378fb8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:27:16 ===================================================== [Pipeline] echo 21:27:16 taggedImages: 21:27:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.100 21:27:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 21:27:17 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 21:27:17 a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:17 2.0.0-dev.100 21:27:17 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:17 master 21:27:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:27:18 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:27:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 21:27:19 8ff5c553ab3d: Preparing 21:27:19 8ff5c553ab3d: Preparing 21:27:19 d2fb3d94d6f7: Preparing 21:27:19 fe8530a061d9: Preparing 21:27:19 26ce6cd77cf2: Preparing 21:27:19 b2c99a8bb91a: Preparing 21:27:19 8fcc3add11ca: Preparing 21:27:19 8fcc3add11ca: Preparing 21:27:19 0d717492741e: Preparing 21:27:19 604ca0c71ea5: Preparing 21:27:19 777b2c648970: Preparing 21:27:19 8fcc3add11ca: Waiting 21:27:19 0d717492741e: Waiting 21:27:19 604ca0c71ea5: Waiting 21:27:19 777b2c648970: Waiting 21:27:19 b2c99a8bb91a: Layer already exists 21:27:20 8ff5c553ab3d: Pushed 21:27:20 d2fb3d94d6f7: Pushed 21:27:20 fe8530a061d9: Pushed 21:27:20 8fcc3add11ca: Pushed 21:27:20 777b2c648970: Layer already exists 21:27:21 0d717492741e: Pushed 21:27:21 604ca0c71ea5: Pushed 21:27:22 26ce6cd77cf2: Pushed 21:27:22 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:750bb91a1d50aab493d99279cd0200f1409691e0aef3a8db0196d3f3ffbcee91 size: 2609 [Pipeline] isUnix [Pipeline] sh 21:27:22 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.100 21:27:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 21:27:23 8ff5c553ab3d: Preparing 21:27:23 8ff5c553ab3d: Preparing 21:27:23 d2fb3d94d6f7: Preparing 21:27:23 fe8530a061d9: Preparing 21:27:23 26ce6cd77cf2: Preparing 21:27:23 b2c99a8bb91a: Preparing 21:27:23 8fcc3add11ca: Preparing 21:27:23 8fcc3add11ca: Preparing 21:27:23 0d717492741e: Preparing 21:27:23 604ca0c71ea5: Preparing 21:27:23 777b2c648970: Preparing 21:27:23 0d717492741e: Waiting 21:27:23 604ca0c71ea5: Waiting 21:27:23 777b2c648970: Waiting 21:27:23 8fcc3add11ca: Waiting 21:27:23 b2c99a8bb91a: Layer already exists 21:27:23 8ff5c553ab3d: Layer already exists 21:27:23 d2fb3d94d6f7: Layer already exists 21:27:23 fe8530a061d9: Layer already exists 21:27:23 26ce6cd77cf2: Layer already exists 21:27:23 8fcc3add11ca: Layer already exists 21:27:23 0d717492741e: Layer already exists 21:27:23 777b2c648970: Layer already exists 21:27:23 604ca0c71ea5: Layer already exists 21:27:23 2.0.0-dev.100: digest: sha256:750bb91a1d50aab493d99279cd0200f1409691e0aef3a8db0196d3f3ffbcee91 size: 2609 [Pipeline] isUnix [Pipeline] sh 21:27:24 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 21:27:24 8ff5c553ab3d: Preparing 21:27:24 8ff5c553ab3d: Preparing 21:27:24 d2fb3d94d6f7: Preparing 21:27:24 fe8530a061d9: Preparing 21:27:24 26ce6cd77cf2: Preparing 21:27:24 b2c99a8bb91a: Preparing 21:27:24 8fcc3add11ca: Preparing 21:27:24 8fcc3add11ca: Preparing 21:27:24 0d717492741e: Preparing 21:27:24 604ca0c71ea5: Preparing 21:27:24 777b2c648970: Preparing 21:27:24 8fcc3add11ca: Waiting 21:27:24 0d717492741e: Waiting 21:27:24 604ca0c71ea5: Waiting 21:27:24 777b2c648970: Waiting 21:27:24 fe8530a061d9: Layer already exists 21:27:24 b2c99a8bb91a: Layer already exists 21:27:24 26ce6cd77cf2: Layer already exists 21:27:24 8ff5c553ab3d: Layer already exists 21:27:24 d2fb3d94d6f7: Layer already exists 21:27:24 0d717492741e: Layer already exists 21:27:24 604ca0c71ea5: Layer already exists 21:27:24 777b2c648970: Layer already exists 21:27:24 8fcc3add11ca: Layer already exists 21:27:24 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:750bb91a1d50aab493d99279cd0200f1409691e0aef3a8db0196d3f3ffbcee91 size: 2609 [Pipeline] isUnix [Pipeline] sh 21:27:25 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 21:27:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 21:27:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 21:27:26 8ff5c553ab3d: Preparing 21:27:26 8ff5c553ab3d: Preparing 21:27:26 d2fb3d94d6f7: Preparing 21:27:26 fe8530a061d9: Preparing 21:27:26 26ce6cd77cf2: Preparing 21:27:26 b2c99a8bb91a: Preparing 21:27:26 8fcc3add11ca: Preparing 21:27:26 8fcc3add11ca: Preparing 21:27:26 0d717492741e: Preparing 21:27:26 604ca0c71ea5: Preparing 21:27:26 777b2c648970: Preparing 21:27:26 8fcc3add11ca: Waiting 21:27:26 0d717492741e: Waiting 21:27:26 604ca0c71ea5: Waiting 21:27:26 777b2c648970: Waiting 21:27:26 d2fb3d94d6f7: Layer already exists 21:27:26 26ce6cd77cf2: Layer already exists 21:27:26 b2c99a8bb91a: Layer already exists 21:27:26 fe8530a061d9: Layer already exists 21:27:26 8ff5c553ab3d: Layer already exists 21:27:26 604ca0c71ea5: Layer already exists 21:27:26 8fcc3add11ca: Layer already exists 21:27:26 0d717492741e: Layer already exists 21:27:26 777b2c648970: Layer already exists 21:27:26 master: digest: sha256:750bb91a1d50aab493d99279cd0200f1409691e0aef3a8db0196d3f3ffbcee91 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:27:27 ===================================================== [Pipeline] echo 21:27:27 taggedImages: 21:27:27 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:27 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.100 21:27:27 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:27 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 21:27:27 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 21:27:27 a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:27 2.0.0-dev.100 21:27:27 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:27 master 21:27:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:27:27 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:27:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:27:29 a75583292e27: Preparing 21:27:29 3ecd34f48ec5: Preparing 21:27:29 5512cd584c9f: Preparing 21:27:29 534f27b54b37: Preparing 21:27:29 c2a5c5066d89: Preparing 21:27:29 777b2c648970: Preparing 21:27:29 777b2c648970: Waiting 21:27:29 534f27b54b37: Pushed 21:27:30 5512cd584c9f: Pushed 21:27:30 777b2c648970: Layer already exists 21:27:31 c2a5c5066d89: Pushed 21:27:32 a75583292e27: Pushed 21:27:32 3ecd34f48ec5: Pushed 21:27:33 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:f24d57cfdfdf58b18fb0a89460ecdd9bec786baad3dc0ace4706b9af86387b85 size: 1575 [Pipeline] isUnix [Pipeline] sh 21:27:33 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.100 21:27:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:27:34 a75583292e27: Preparing 21:27:34 3ecd34f48ec5: Preparing 21:27:34 5512cd584c9f: Preparing 21:27:34 534f27b54b37: Preparing 21:27:34 c2a5c5066d89: Preparing 21:27:34 777b2c648970: Preparing 21:27:34 777b2c648970: Waiting 21:27:34 3ecd34f48ec5: Layer already exists 21:27:34 a75583292e27: Layer already exists 21:27:34 c2a5c5066d89: Layer already exists 21:27:34 5512cd584c9f: Layer already exists 21:27:34 534f27b54b37: Layer already exists 21:27:34 777b2c648970: Layer already exists 21:27:34 2.0.0-dev.100: digest: sha256:f24d57cfdfdf58b18fb0a89460ecdd9bec786baad3dc0ace4706b9af86387b85 size: 1575 [Pipeline] isUnix [Pipeline] sh 21:27:35 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:27:35 a75583292e27: Preparing 21:27:35 3ecd34f48ec5: Preparing 21:27:35 5512cd584c9f: Preparing 21:27:35 534f27b54b37: Preparing 21:27:35 c2a5c5066d89: Preparing 21:27:35 777b2c648970: Preparing 21:27:35 777b2c648970: Waiting 21:27:35 c2a5c5066d89: Layer already exists 21:27:35 534f27b54b37: Layer already exists 21:27:35 3ecd34f48ec5: Layer already exists 21:27:35 a75583292e27: Layer already exists 21:27:35 5512cd584c9f: Layer already exists 21:27:35 777b2c648970: Layer already exists 21:27:36 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:f24d57cfdfdf58b18fb0a89460ecdd9bec786baad3dc0ace4706b9af86387b85 size: 1575 [Pipeline] isUnix [Pipeline] sh 21:27:36 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 21:27:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 21:27:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:27:36 a75583292e27: Preparing 21:27:36 3ecd34f48ec5: Preparing 21:27:36 5512cd584c9f: Preparing 21:27:36 534f27b54b37: Preparing 21:27:36 c2a5c5066d89: Preparing 21:27:36 777b2c648970: Preparing 21:27:36 777b2c648970: Waiting 21:27:36 534f27b54b37: Layer already exists 21:27:36 a75583292e27: Layer already exists 21:27:36 5512cd584c9f: Layer already exists 21:27:36 3ecd34f48ec5: Layer already exists 21:27:36 c2a5c5066d89: Layer already exists 21:27:36 777b2c648970: Layer already exists 21:27:37 master: digest: sha256:f24d57cfdfdf58b18fb0a89460ecdd9bec786baad3dc0ace4706b9af86387b85 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:27:37 ===================================================== [Pipeline] echo 21:27:37 taggedImages: 21:27:37 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:37 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.100 21:27:37 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:37 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 21:27:37 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 21:27:37 a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:37 2.0.0-dev.100 21:27:37 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:37 master 21:27:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:27:37 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:27:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:27:38 7b90c4af072c: Preparing 21:27:38 b4e4b3514086: Preparing 21:27:38 82c2d79c2151: Preparing 21:27:38 2454458b4267: Preparing 21:27:38 14b4f6506c3c: Preparing 21:27:38 921ae2eba5d2: Preparing 21:27:38 afcd89303d76: Preparing 21:27:38 37c38aff4607: Preparing 21:27:38 777b2c648970: Preparing 21:27:38 afcd89303d76: Waiting 21:27:38 37c38aff4607: Waiting 21:27:38 921ae2eba5d2: Waiting 21:27:38 777b2c648970: Waiting 21:27:39 14b4f6506c3c: Pushed 21:27:39 b4e4b3514086: Pushed 21:27:39 7b90c4af072c: Pushed 21:27:40 921ae2eba5d2: Pushed 21:27:40 777b2c648970: Layer already exists 21:27:40 afcd89303d76: Pushed 21:27:40 37c38aff4607: Pushed 21:27:41 82c2d79c2151: Pushed 21:27:41 2454458b4267: Pushed 21:27:41 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:563bac58bb24afeb3d86a63a509198906356394b9e50e48f56f7ce3b8eb72f44 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:27:42 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.100 21:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:27:43 7b90c4af072c: Preparing 21:27:43 b4e4b3514086: Preparing 21:27:43 82c2d79c2151: Preparing 21:27:43 2454458b4267: Preparing 21:27:43 14b4f6506c3c: Preparing 21:27:43 921ae2eba5d2: Preparing 21:27:43 afcd89303d76: Preparing 21:27:43 37c38aff4607: Preparing 21:27:43 777b2c648970: Preparing 21:27:43 921ae2eba5d2: Waiting 21:27:43 afcd89303d76: Waiting 21:27:43 37c38aff4607: Waiting 21:27:43 777b2c648970: Waiting 21:27:43 b4e4b3514086: Layer already exists 21:27:43 2454458b4267: Layer already exists 21:27:43 82c2d79c2151: Layer already exists 21:27:43 14b4f6506c3c: Layer already exists 21:27:43 7b90c4af072c: Layer already exists 21:27:43 37c38aff4607: Layer already exists 21:27:43 afcd89303d76: Layer already exists 21:27:43 921ae2eba5d2: Layer already exists 21:27:43 777b2c648970: Layer already exists 21:27:43 2.0.0-dev.100: digest: sha256:563bac58bb24afeb3d86a63a509198906356394b9e50e48f56f7ce3b8eb72f44 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:27:44 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:27:46 7b90c4af072c: Preparing 21:27:46 b4e4b3514086: Preparing 21:27:46 82c2d79c2151: Preparing 21:27:46 2454458b4267: Preparing 21:27:46 14b4f6506c3c: Preparing 21:27:46 921ae2eba5d2: Preparing 21:27:46 afcd89303d76: Preparing 21:27:46 37c38aff4607: Preparing 21:27:46 777b2c648970: Preparing 21:27:46 921ae2eba5d2: Waiting 21:27:46 afcd89303d76: Waiting 21:27:46 37c38aff4607: Waiting 21:27:46 777b2c648970: Waiting 21:27:46 82c2d79c2151: Layer already exists 21:27:46 b4e4b3514086: Layer already exists 21:27:46 7b90c4af072c: Layer already exists 21:27:46 14b4f6506c3c: Layer already exists 21:27:46 2454458b4267: Layer already exists 21:27:46 777b2c648970: Layer already exists 21:27:46 37c38aff4607: Layer already exists 21:27:46 afcd89303d76: Layer already exists 21:27:46 921ae2eba5d2: Layer already exists 21:27:46 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:563bac58bb24afeb3d86a63a509198906356394b9e50e48f56f7ce3b8eb72f44 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:27:47 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 21:27:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 21:27:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:27:48 7b90c4af072c: Preparing 21:27:48 b4e4b3514086: Preparing 21:27:48 82c2d79c2151: Preparing 21:27:48 2454458b4267: Preparing 21:27:48 14b4f6506c3c: Preparing 21:27:48 921ae2eba5d2: Preparing 21:27:48 afcd89303d76: Preparing 21:27:48 37c38aff4607: Preparing 21:27:48 777b2c648970: Preparing 21:27:48 921ae2eba5d2: Waiting 21:27:48 afcd89303d76: Waiting 21:27:48 37c38aff4607: Waiting 21:27:48 777b2c648970: Waiting 21:27:48 82c2d79c2151: Layer already exists 21:27:48 14b4f6506c3c: Layer already exists 21:27:48 7b90c4af072c: Layer already exists 21:27:48 2454458b4267: Layer already exists 21:27:48 b4e4b3514086: Layer already exists 21:27:48 921ae2eba5d2: Layer already exists 21:27:48 777b2c648970: Layer already exists 21:27:48 37c38aff4607: Layer already exists 21:27:48 afcd89303d76: Layer already exists 21:27:48 master: digest: sha256:563bac58bb24afeb3d86a63a509198906356394b9e50e48f56f7ce3b8eb72f44 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:27:49 ===================================================== [Pipeline] echo 21:27:49 taggedImages: 21:27:49 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:49 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.100 21:27:49 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:49 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 21:27:49 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 21:27:49 a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:49 2.0.0-dev.100 21:27:49 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:49 master 21:27:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:27:49 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:27:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:27:50 d730e49b8fa0: Preparing 21:27:50 eda9f3fdbaaa: Preparing 21:27:50 b2c99a8bb91a: Preparing 21:27:50 8839164092fb: Preparing 21:27:50 777b2c648970: Preparing 21:27:50 b2c99a8bb91a: Layer already exists 21:27:50 777b2c648970: Layer already exists 21:27:51 d730e49b8fa0: Pushed 21:27:52 8839164092fb: Pushed 21:27:54 eda9f3fdbaaa: Pushed 21:27:54 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:8525917fd82c50099ddd7ea1f5ed068bfa7cdeeac9d9cbee8b6a2ad6eb954186 size: 1364 [Pipeline] isUnix [Pipeline] sh 21:27:55 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.100 21:27:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:27:56 d730e49b8fa0: Preparing 21:27:56 eda9f3fdbaaa: Preparing 21:27:56 b2c99a8bb91a: Preparing 21:27:56 8839164092fb: Preparing 21:27:56 777b2c648970: Preparing 21:27:56 b2c99a8bb91a: Layer already exists 21:27:56 eda9f3fdbaaa: Layer already exists 21:27:56 8839164092fb: Layer already exists 21:27:56 777b2c648970: Layer already exists 21:27:56 d730e49b8fa0: Layer already exists 21:27:57 2.0.0-dev.100: digest: sha256:8525917fd82c50099ddd7ea1f5ed068bfa7cdeeac9d9cbee8b6a2ad6eb954186 size: 1364 [Pipeline] isUnix [Pipeline] sh 21:27:57 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:27:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:27:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:27:58 d730e49b8fa0: Preparing 21:27:58 eda9f3fdbaaa: Preparing 21:27:58 b2c99a8bb91a: Preparing 21:27:58 8839164092fb: Preparing 21:27:58 777b2c648970: Preparing 21:27:58 8839164092fb: Layer already exists 21:27:58 777b2c648970: Layer already exists 21:27:58 b2c99a8bb91a: Layer already exists 21:27:58 eda9f3fdbaaa: Layer already exists 21:27:58 d730e49b8fa0: Layer already exists 21:27:58 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:8525917fd82c50099ddd7ea1f5ed068bfa7cdeeac9d9cbee8b6a2ad6eb954186 size: 1364 [Pipeline] isUnix [Pipeline] sh 21:27:59 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 21:27:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 21:27:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:27:59 d730e49b8fa0: Preparing 21:27:59 eda9f3fdbaaa: Preparing 21:27:59 b2c99a8bb91a: Preparing 21:27:59 8839164092fb: Preparing 21:27:59 777b2c648970: Preparing 21:27:59 8839164092fb: Layer already exists 21:27:59 eda9f3fdbaaa: Layer already exists 21:27:59 d730e49b8fa0: Layer already exists 21:27:59 777b2c648970: Layer already exists 21:27:59 b2c99a8bb91a: Layer already exists 21:27:59 master: digest: sha256:8525917fd82c50099ddd7ea1f5ed068bfa7cdeeac9d9cbee8b6a2ad6eb954186 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:27:59 ===================================================== [Pipeline] echo 21:28:00 taggedImages: 21:28:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:28:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.100 21:28:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:28:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 21:28:00 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 21:28:00 a8b212ab85f9eb20ce60342de555149da787e9ca 21:28:00 2.0.0-dev.100 21:28:00 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:28:00 master 21:28:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:28:00 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:28:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:28:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:28:02 7a81387ac4fb: Preparing 21:28:02 9d02fd0a0364: Preparing 21:28:02 b2c99a8bb91a: Preparing 21:28:02 8e8044b65afd: Preparing 21:28:02 777b2c648970: Preparing 21:28:02 777b2c648970: Layer already exists 21:28:02 b2c99a8bb91a: Layer already exists 21:28:02 8e8044b65afd: Pushed 21:28:02 7a81387ac4fb: Pushed 21:28:05 9d02fd0a0364: Pushed 21:28:05 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:db05b8e31182c4d9cea89d872535d03ed273de64bc952119590d9d7aa3c69ad3 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:28:06 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:28:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.100 21:28:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:28:06 7a81387ac4fb: Preparing 21:28:06 9d02fd0a0364: Preparing 21:28:06 b2c99a8bb91a: Preparing 21:28:06 8e8044b65afd: Preparing 21:28:06 777b2c648970: Preparing 21:28:06 7a81387ac4fb: Layer already exists 21:28:06 8e8044b65afd: Layer already exists 21:28:06 9d02fd0a0364: Layer already exists 21:28:06 777b2c648970: Layer already exists 21:28:06 b2c99a8bb91a: Layer already exists 21:28:07 2.0.0-dev.100: digest: sha256:db05b8e31182c4d9cea89d872535d03ed273de64bc952119590d9d7aa3c69ad3 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:28:07 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:28:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:28:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:28:07 7a81387ac4fb: Preparing 21:28:07 9d02fd0a0364: Preparing 21:28:07 b2c99a8bb91a: Preparing 21:28:07 8e8044b65afd: Preparing 21:28:07 777b2c648970: Preparing 21:28:08 8e8044b65afd: Layer already exists 21:28:08 7a81387ac4fb: Layer already exists 21:28:08 777b2c648970: Layer already exists 21:28:08 b2c99a8bb91a: Layer already exists 21:28:08 9d02fd0a0364: Layer already exists 21:28:08 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:db05b8e31182c4d9cea89d872535d03ed273de64bc952119590d9d7aa3c69ad3 size: 1363 [Pipeline] isUnix [Pipeline] sh 21:28:08 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 21:28:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 21:28:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:28:09 7a81387ac4fb: Preparing 21:28:09 9d02fd0a0364: Preparing 21:28:09 b2c99a8bb91a: Preparing 21:28:09 8e8044b65afd: Preparing 21:28:09 777b2c648970: Preparing 21:28:09 b2c99a8bb91a: Layer already exists 21:28:09 777b2c648970: Layer already exists 21:28:09 8e8044b65afd: Layer already exists 21:28:09 9d02fd0a0364: Layer already exists 21:28:09 7a81387ac4fb: Layer already exists 21:28:09 master: digest: sha256:db05b8e31182c4d9cea89d872535d03ed273de64bc952119590d9d7aa3c69ad3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:28:10 ===================================================== [Pipeline] echo 21:28:10 taggedImages: 21:28:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:28:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.100 21:28:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:28:10 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 21:28:10 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 21:28:10 a8b212ab85f9eb20ce60342de555149da787e9ca 21:28:10 2.0.0-dev.100 21:28:10 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:28:10 master 21:28:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:28:10 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] isUnix [Pipeline] sh 21:28:11 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:28:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:28:11 5518c3c89eac: Preparing 21:28:11 5b27df5b7dc3: Preparing 21:28:11 062af340e96a: Preparing 21:28:11 e00da696d537: Preparing 21:28:11 61d7746f0b09: Preparing 21:28:11 32078f0b398e: Preparing 21:28:11 5d8f3505e1ea: Preparing 21:28:11 0754057c0ad3: Preparing 21:28:11 998cdf262ab1: Preparing 21:28:11 02e56110abd2: Preparing 21:28:11 abc36efb885a: Preparing 21:28:11 b0b09059f4e1: Preparing 21:28:11 bb961f40224b: Preparing 21:28:11 f4666769fca7: Preparing 21:28:11 32078f0b398e: Waiting 21:28:11 5d8f3505e1ea: Waiting 21:28:11 0754057c0ad3: Waiting 21:28:11 998cdf262ab1: Waiting 21:28:11 02e56110abd2: Waiting 21:28:11 abc36efb885a: Waiting 21:28:11 b0b09059f4e1: Waiting 21:28:11 bb961f40224b: Waiting 21:28:11 f4666769fca7: Waiting 21:28:13 61d7746f0b09: Pushed 21:28:13 5518c3c89eac: Pushed 21:28:13 e00da696d537: Pushed 21:28:14 0754057c0ad3: Layer already exists 21:28:14 5b27df5b7dc3: Pushed 21:28:14 998cdf262ab1: Layer already exists 21:28:14 abc36efb885a: Layer already exists 21:28:14 02e56110abd2: Layer already exists 21:28:15 5d8f3505e1ea: Pushed 21:28:15 b0b09059f4e1: Layer already exists 21:28:15 bb961f40224b: Layer already exists 21:28:15 f4666769fca7: Layer already exists 21:28:16 32078f0b398e: Pushed 21:28:21 062af340e96a: Pushed 21:28:21 a8b212ab85f9eb20ce60342de555149da787e9ca: digest: sha256:0426f7351949d9d8ce461a8f1aae44c910792f7f0aa843a5ace0991180a7da24 size: 3252 [Pipeline] isUnix [Pipeline] sh 21:28:22 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:28:22 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.100 21:28:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:28:23 5518c3c89eac: Preparing 21:28:23 5b27df5b7dc3: Preparing 21:28:23 062af340e96a: Preparing 21:28:23 e00da696d537: Preparing 21:28:23 61d7746f0b09: Preparing 21:28:23 32078f0b398e: Preparing 21:28:23 5d8f3505e1ea: Preparing 21:28:23 0754057c0ad3: Preparing 21:28:23 998cdf262ab1: Preparing 21:28:23 02e56110abd2: Preparing 21:28:23 abc36efb885a: Preparing 21:28:23 b0b09059f4e1: Preparing 21:28:23 bb961f40224b: Preparing 21:28:23 f4666769fca7: Preparing 21:28:23 32078f0b398e: Waiting 21:28:23 5d8f3505e1ea: Waiting 21:28:23 0754057c0ad3: Waiting 21:28:23 998cdf262ab1: Waiting 21:28:23 02e56110abd2: Waiting 21:28:23 abc36efb885a: Waiting 21:28:23 b0b09059f4e1: Waiting 21:28:23 bb961f40224b: Waiting 21:28:23 f4666769fca7: Waiting 21:28:23 5b27df5b7dc3: Layer already exists 21:28:23 5518c3c89eac: Layer already exists 21:28:23 062af340e96a: Layer already exists 21:28:23 e00da696d537: Layer already exists 21:28:23 61d7746f0b09: Layer already exists 21:28:23 32078f0b398e: Layer already exists 21:28:23 02e56110abd2: Layer already exists 21:28:23 5d8f3505e1ea: Layer already exists 21:28:23 0754057c0ad3: Layer already exists 21:28:23 998cdf262ab1: Layer already exists 21:28:23 abc36efb885a: Layer already exists 21:28:23 f4666769fca7: Layer already exists 21:28:23 b0b09059f4e1: Layer already exists 21:28:23 bb961f40224b: Layer already exists 21:28:23 2.0.0-dev.100: digest: sha256:0426f7351949d9d8ce461a8f1aae44c910792f7f0aa843a5ace0991180a7da24 size: 3252 [Pipeline] isUnix [Pipeline] sh 21:28:23 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 [Pipeline] isUnix [Pipeline] sh 21:28:24 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:28:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:28:24 5518c3c89eac: Preparing 21:28:24 5b27df5b7dc3: Preparing 21:28:24 062af340e96a: Preparing 21:28:24 e00da696d537: Preparing 21:28:24 61d7746f0b09: Preparing 21:28:24 32078f0b398e: Preparing 21:28:24 5d8f3505e1ea: Preparing 21:28:24 0754057c0ad3: Preparing 21:28:24 998cdf262ab1: Preparing 21:28:24 02e56110abd2: Preparing 21:28:24 abc36efb885a: Preparing 21:28:24 b0b09059f4e1: Preparing 21:28:24 bb961f40224b: Preparing 21:28:24 f4666769fca7: Preparing 21:28:24 32078f0b398e: Waiting 21:28:24 5d8f3505e1ea: Waiting 21:28:24 0754057c0ad3: Waiting 21:28:24 998cdf262ab1: Waiting 21:28:24 02e56110abd2: Waiting 21:28:24 abc36efb885a: Waiting 21:28:24 b0b09059f4e1: Waiting 21:28:24 bb961f40224b: Waiting 21:28:24 f4666769fca7: Waiting 21:28:24 5b27df5b7dc3: Layer already exists 21:28:24 e00da696d537: Layer already exists 21:28:24 062af340e96a: Layer already exists 21:28:24 5518c3c89eac: Layer already exists 21:28:24 61d7746f0b09: Layer already exists 21:28:24 32078f0b398e: Layer already exists 21:28:24 0754057c0ad3: Layer already exists 21:28:24 02e56110abd2: Layer already exists 21:28:24 5d8f3505e1ea: Layer already exists 21:28:24 998cdf262ab1: Layer already exists 21:28:24 abc36efb885a: Layer already exists 21:28:24 b0b09059f4e1: Layer already exists 21:28:24 f4666769fca7: Layer already exists 21:28:24 bb961f40224b: Layer already exists 21:28:24 a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100: digest: sha256:0426f7351949d9d8ce461a8f1aae44c910792f7f0aa843a5ace0991180a7da24 size: 3252 [Pipeline] isUnix [Pipeline] sh 21:28:25 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 21:28:25 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 21:28:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:28:26 5518c3c89eac: Preparing 21:28:26 5b27df5b7dc3: Preparing 21:28:26 062af340e96a: Preparing 21:28:26 e00da696d537: Preparing 21:28:26 61d7746f0b09: Preparing 21:28:26 32078f0b398e: Preparing 21:28:26 5d8f3505e1ea: Preparing 21:28:26 0754057c0ad3: Preparing 21:28:26 998cdf262ab1: Preparing 21:28:26 02e56110abd2: Preparing 21:28:26 abc36efb885a: Preparing 21:28:26 b0b09059f4e1: Preparing 21:28:26 bb961f40224b: Preparing 21:28:26 f4666769fca7: Preparing 21:28:26 32078f0b398e: Waiting 21:28:26 5d8f3505e1ea: Waiting 21:28:26 0754057c0ad3: Waiting 21:28:26 998cdf262ab1: Waiting 21:28:26 02e56110abd2: Waiting 21:28:26 abc36efb885a: Waiting 21:28:26 b0b09059f4e1: Waiting 21:28:26 bb961f40224b: Waiting 21:28:26 f4666769fca7: Waiting 21:28:26 062af340e96a: Layer already exists 21:28:26 5518c3c89eac: Layer already exists 21:28:26 61d7746f0b09: Layer already exists 21:28:26 5b27df5b7dc3: Layer already exists 21:28:26 e00da696d537: Layer already exists 21:28:26 998cdf262ab1: Layer already exists 21:28:26 5d8f3505e1ea: Layer already exists 21:28:26 02e56110abd2: Layer already exists 21:28:26 32078f0b398e: Layer already exists 21:28:26 0754057c0ad3: Layer already exists 21:28:26 abc36efb885a: Layer already exists 21:28:26 b0b09059f4e1: Layer already exists 21:28:26 bb961f40224b: Layer already exists 21:28:26 f4666769fca7: Layer already exists 21:28:26 master: digest: sha256:0426f7351949d9d8ce461a8f1aae44c910792f7f0aa843a5ace0991180a7da24 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:28:26 ===================================================== [Pipeline] echo 21:28:26 taggedImages: 21:28:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca 21:28:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.100 21:28:26 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a8b212ab85f9eb20ce60342de555149da787e9ca-2.0.0-dev.100 21:28: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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:28:30 provisioning config files... 21:28:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/366@tmp/config3905227880643847419tmp [Pipeline] { [Pipeline] sh 21:28:30 + set +x 21:28:30 + bash -s -- 21:28:30 + curl -s https://codecov.io/bash 21:28:31 21:28:31 _____ _ 21:28:31 / ____| | | 21:28:31 | | ___ __| | ___ ___ _____ __ 21:28:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:28:31 | |___| (_) | (_| | __/ (_| (_) \ V / 21:28:31 \_____\___/ \__,_|\___|\___\___/ \_/ 21:28:31 Bash-20210129-7c25fce 21:28:31 21:28:31 21:28:31 ==> git version 2.24.3 found 21:28:31 ==> 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 21:28:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:28:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:28:31 ==> Jenkins CI detected. 21:28:31 project root: . 21:28:31 --> token set from env 21:28:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:28:32 ==> Running gcov in . (disable via -X gcov) 21:28:32 ==> Python coveragepy not found 21:28:32 ==> Searching for coverage reports in: 21:28:32 + . 21:28:32 -> Found 1 reports 21:28:32 ==> Detecting git/mercurial file structure 21:28:32 ==> Reading reports 21:28:32 + ./coverage.out bytes=593405 21:28:32 ==> Appending adjustments 21:28:32 https://docs.codecov.io/docs/fixing-reports 21:28:41 + Found adjustments 21:28:41 ==> Gzipping contents 21:28:41 88K /tmp/codecov.Weryiw.gz 21:28:41 ==> Uploading reports 21:28:41 url: https://codecov.io 21:28:41 query: branch=master&commit=a8b212ab85f9eb20ce60342de555149da787e9ca&build=366&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F366%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:28:41 -> Pinging Codecov 21:28:41 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=a8b212ab85f9eb20ce60342de555149da787e9ca&build=366&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F366%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:28:41 -> Uploading to 21:28:41 https://storage.googleapis.com/codecov/v4/raw/2021-02-22/00271124DB129430A58F1EEE437C3FCB/a8b212ab85f9eb20ce60342de555149da787e9ca/3767a6bf-da71-439f-8945-b34cde6e34f3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T212840Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=391f6275b0601cc030f5889141924aa4e81d85a79b2066842223f330fa70da0b 21:28:41 % Total % Received % Xferd Average Speed Time Time Time Current 21:28:41 Dload Upload Total Spent Left Speed 21:28:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88541 0 0 100 88541 0 142k --:--:-- --:--:-- --:--:-- 142k 21:28:41 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a8b212ab85f9eb20ce60342de555149da787e9ca [Pipeline] } 21:28:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:28:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:28:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:28:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:28:44 21:28:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:28:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:28:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:28:44 188c0c94c7c5: Already exists 21:28:44 0ef7d3d256c8: Already exists 21:28:44 de9db76c5a1d: Already exists 21:28:44 0eba1c9be4d2: Pulling fs layer 21:28:44 0d57e429df01: Pulling fs layer 21:28:44 4e4be7b47b0d: Pulling fs layer 21:28:44 e1f770b5df2f: Pulling fs layer 21:28:44 85a0685a4137: Pulling fs layer 21:28:44 e1f770b5df2f: Waiting 21:28:44 85a0685a4137: Waiting 21:28:44 0d57e429df01: Verifying Checksum 21:28:44 0d57e429df01: Download complete 21:28:44 4e4be7b47b0d: Verifying Checksum 21:28:44 4e4be7b47b0d: Download complete 21:28:46 e1f770b5df2f: Verifying Checksum 21:28:46 e1f770b5df2f: Download complete 21:28:55 0eba1c9be4d2: Verifying Checksum 21:28:55 0eba1c9be4d2: Download complete 21:29:01 85a0685a4137: Verifying Checksum 21:29:01 85a0685a4137: Download complete 21:29:09 0eba1c9be4d2: Pull complete 21:29:09 0d57e429df01: Pull complete 21:29:10 4e4be7b47b0d: Pull complete 21:29:15 e1f770b5df2f: Pull complete 21:29:28 85a0685a4137: Pull complete 21:29:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:29:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:29:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:29:28 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:29:29 $ 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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:29:32 $ docker top fae82b16fc042c16460aecb1397a235f8fbed890588c0c823deb00ab71a127c1 -eo pid,comm [Pipeline] { [Pipeline] echo 21:29:33 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:29:34 + set -o pipefail 21:29:34 + snyk monitor '--org=edgex-jenkins' 21:30:08 21:30:08 Monitoring /w/workspace/edgex-go/366 (github.com/edgexfoundry/edgex-go)... 21:30:08 21:30:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/903b4d3c-e280-4f30-ae3f-2f8eb81122a0 21:30:08 21:30:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:30:08 21:30:08 21:30:08 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 21:30:08 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:30:08 $ docker stop --time=1 fae82b16fc042c16460aecb1397a235f8fbed890588c0c823deb00ab71a127c1 21:30:12 $ docker rm -f fae82b16fc042c16460aecb1397a235f8fbed890588c0c823deb00ab71a127c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:30:15 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:30:15 provisioning config files... 21:30:15 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/366@tmp/config8161587475522105381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:30:15 --> edgex-publish-swagger.sh 21:30:15 === Publish openapi/v1 API === 21:30:15 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 21:30:15 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/366/openapi/v1/core-command.yaml] 21:30:15 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:15 Dload Upload Total Spent Left Speed 21:30:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7602 0:00:01 0:00:01 --:--:-- 7608 100 10522 0 0 100 10522 0 7600 0:00:01 0:00:01 --:--:-- 7602 21:30:17 21:30:17 21:30:17 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/366/openapi/v1/core-data.yaml] 21:30:17 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:17 Dload Upload Total Spent Left Speed 21:30:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 25959 0:00:01 0:00:01 --:--:-- 25983 100 32557 0 0 100 32557 0 25950 0:00:01 0:00:01 --:--:-- 25962 21:30:18 21:30:18 21:30:18 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/366/openapi/v1/core-metadata.yaml] 21:30:18 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:18 Dload Upload Total Spent Left Speed 21:30:20 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 50839 0:00:01 0:00:01 --:--:-- 50842 100 73721 0 0 100 73721 0 40501 0:00:01 0:00:01 --:--:-- 40506 21:30:20 21:30:20 21:30:20 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/366/openapi/v1/support-logging.yaml] 21:30:20 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:20 Dload Upload Total Spent Left Speed 21:30:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 9918 0:00:01 0:00:01 --:--:-- 9927 100 13581 0 0 100 13581 0 9339 0:00:01 0:00:01 --:--:-- 9346 21:30:21 21:30:21 21:30:21 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/366/openapi/v1/support-notifications.yaml] 21:30:21 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:21 Dload Upload Total Spent Left Speed 21:30:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 30266 0:00:01 0:00:01 --:--:-- 30264 100 38890 0 0 100 38890 0 29745 0:00:01 0:00:01 --:--:-- 29732 21:30:23 21:30:23 21:30:23 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/366/openapi/v1/support-scheduler.yaml] 21:30:23 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:23 Dload Upload Total Spent Left Speed 21:30:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 6938 0:00:02 0:00:02 --:--:-- 6940 100 14249 0 0 100 14249 0 6602 0:00:02 0:00:02 --:--:-- 6605 21:30:25 21:30:25 21:30:25 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/366/openapi/v1/system-agent.yaml] 21:30:25 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:25 Dload Upload Total Spent Left Speed 21:30:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3519 0:00:01 0:00:01 --:--:-- 3521 21:30:27 21:30:27 21:30:27 === Publish openapi/v2 API === 21:30:27 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 21:30:27 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/366/openapi/v2/core-command.yaml] 21:30:27 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:27 Dload Upload Total Spent Left Speed 21:30:28 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 22484 0:00:01 0:00:01 --:--:-- 22482 100 29744 0 0 100 29744 0 21305 0:00:01 0:00:01 --:--:-- 21306 21:30:28 21:30:28 21:30:28 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/366/openapi/v2/core-data.yaml] 21:30:28 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:28 Dload Upload Total Spent Left Speed 21:30:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 35827 0:00:01 0:00:01 --:--:-- 35821 100 57136 0 0 100 57136 0 33513 0:00:01 0:00:01 --:--:-- 33510 21:30:30 21:30:30 21:30:30 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/366/openapi/v2/core-metadata.yaml] 21:30:30 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:30 Dload Upload Total Spent Left Speed 21:30:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 78611 0:00:01 0:00:01 --:--:-- 78644 100 118k 0 0 100 118k 0 78591 0:00:01 0:00:01 --:--:-- 78644 21:30:31 21:30:31 21:30:31 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/366/openapi/v2/support-notifications.yaml] 21:30:31 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:31 Dload Upload Total Spent Left Speed 21:30:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 46862 0:00:01 0:00:01 --:--:-- 46864 100 59705 0 0 100 59705 0 43753 0:00:01 0:00:01 --:--:-- 43739 21:30:33 21:30:33 21:30:33 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/366/openapi/v2/support-scheduler.yaml] 21:30:33 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:33 Dload Upload Total Spent Left Speed 21:30:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 28732 0:00:01 0:00:01 --:--:-- 28754 100 37783 0 0 100 37783 0 18826 0:00:02 0:00:02 --:--:-- 18834 100 37783 0 0 100 37783 0 18822 0:00:02 0:00:02 --:--:-- 18834 21:30:35 21:30:35 21:30:35 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/366/openapi/v2/system-agent.yaml] 21:30:35 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:35 Dload Upload Total Spent Left Speed 21:30:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 16038 0:00:01 0:00:01 --:--:-- 16035 100 24182 0 0 100 24182 0 15977 0:00:01 0:00:01 --:--:-- 15972 21:30:37 21:30:37 [Pipeline] } 21:30:37 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 21:30:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:30:38 . [Pipeline] withDockerContainer 21:30:38 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:30:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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:10004/edgex-devops/git-semver:latest cat 21:30:41 $ docker top 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:30:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:30:41 [ssh-agent] Looking for ssh-agent implementation... 21:30:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:30:42 $ docker exec 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc ssh-agent 21:30:43 SSH_AUTH_SOCK=/tmp/ssh-mVsxCAck12jT/agent.12 21:30:43 SSH_AGENT_PID=17 21:30:43 Running ssh-add (command line suppressed) 21:30:43 Identity added: /w/workspace/edgex-go/366@tmp/private_key_7768273931789228897.key (/w/workspace/edgex-go/366@tmp/private_key_7768273931789228897.key) 21:30:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:30:45 + git semver tag 21:30:45 # -> Open(): unable to determine branch for HEAD 21:30:45 # $GIT_DIR = /w/workspace/edgex-go/366/.git 21:30:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/366 21:30:45 # $SEMVER_REMOTE_NAME = origin 21:30:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:30:45 # $SEMVER_USER_NAME = edgex-jenkins 21:30:45 # $SEMVER_BRANCH = master 21:30:45 # $SEMVER_DIR = /w/workspace/edgex-go/366/.semver 21:30:45 # a8b212ab85f9eb20ce60342de555149da787e9ca HEAD 21:30:47 # -> Force: false 21:30:47 # 8c030196edf5975f858ac0a6cefbdd3ffcee0035 refs/tags/v2.0.0-dev.100 [Pipeline] } 21:30:47 $ docker exec --env ******** --env ******** 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc ssh-agent -k 21:30:47 unset SSH_AUTH_SOCK; 21:30:47 unset SSH_AGENT_PID; 21:30:47 echo Agent pid 17 killed; 21:30:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:30:48 + git semver [Pipeline] } 21:30:49 $ docker stop --time=1 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc 21:30:50 $ docker rm -f 09fd051f9b7039654c2b311b598dc2b207b5ea4fba9eb7814b9445e479661ffc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:30:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:30:51 21:30:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:30:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:30:52 0.23.1-centos7: Pulling from edgex-lftools 21:30:52 ab5ef0e58194: Pulling fs layer 21:30:52 9712f1f96733: Pulling fs layer 21:30:52 63f879dbbcfc: Pulling fs layer 21:30:52 0d9ebad4ef96: Pulling fs layer 21:30:52 e9a5061849ea: Pulling fs layer 21:30:52 d747dcd14b5f: Pulling fs layer 21:30:52 2de7ff778b66: Pulling fs layer 21:30:52 e9a5061849ea: Waiting 21:30:52 d747dcd14b5f: Waiting 21:30:52 2de7ff778b66: Waiting 21:30:52 0d9ebad4ef96: Waiting 21:30:52 9712f1f96733: Verifying Checksum 21:30:52 9712f1f96733: Download complete 21:31:00 63f879dbbcfc: Verifying Checksum 21:31:00 63f879dbbcfc: Download complete 21:31:01 e9a5061849ea: Verifying Checksum 21:31:01 e9a5061849ea: Download complete 21:31:01 d747dcd14b5f: Verifying Checksum 21:31:01 d747dcd14b5f: Download complete 21:31:05 2de7ff778b66: Verifying Checksum 21:31:05 2de7ff778b66: Download complete 21:31:08 ab5ef0e58194: Verifying Checksum 21:31:08 ab5ef0e58194: Download complete 21:31:08 0d9ebad4ef96: Verifying Checksum 21:31:08 0d9ebad4ef96: Download complete 21:31:18 ab5ef0e58194: Pull complete 21:31:18 9712f1f96733: Pull complete 21:31:23 63f879dbbcfc: Pull complete 21:31:38 0d9ebad4ef96: Pull complete 21:31:40 e9a5061849ea: Pull complete 21:31:41 d747dcd14b5f: Pull complete 21:31:43 2de7ff778b66: Pull complete 21:31:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:31:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:31:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:31:44 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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-lftools:0.23.1-centos7 cat 21:31:51 $ docker top c4de71627783f7f3f89f33018731451242034020c9cc520c154825bab06a3a59 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:31:52 provisioning config files... 21:31:52 copy managed file [sigul-config] to file:/w/workspace/edgex-go/366@tmp/config3330988397035247861tmp 21:31:52 copy managed file [sigul-password] to file:/w/workspace/edgex-go/366@tmp/config2398165312058897372tmp 21:31:52 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/366@tmp/config9104027151542545346tmp [Pipeline] { [Pipeline] echo 21:31:52 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:31:53 ---> sigul-configuration.sh 21:31:53 gpg: directory `/root/.gnupg' created 21:31:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:31:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:31:53 gpg: keyring `/root/.gnupg/secring.gpg' created 21:31:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:31:53 gpg: CAST5 encrypted data 21:31:53 gpg: encrypted with 1 passphrase 21:31:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:31:54 + mkdir /home/jenkins 21:31:54 + mkdir /home/jenkins/sigul [Pipeline] sh 21:31:56 + 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 21:31:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:31:57 ---> sigul-install.sh 21:32:09 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:32:11 + git tag --list 21:32:11 0.6.0 21:32:11 0.6.1 21:32:11 0.7.0 21:32:11 0.7.1 21:32:11 v0.0.0 21:32:11 v0.0.1-dev.1 21:32:11 v1.0.0 21:32:11 v1.0.1 21:32:11 v1.1.0 21:32:11 v1.2.0 21:32:11 v1.2.1 21:32:11 v1.2.2-dev.1 21:32:11 v1.2.2-dev.10 21:32:11 v1.2.2-dev.100 21:32:11 v1.2.2-dev.101 21:32:11 v1.2.2-dev.102 21:32:11 v1.2.2-dev.103 21:32:11 v1.2.2-dev.104 21:32:11 v1.2.2-dev.105 21:32:11 v1.2.2-dev.106 21:32:11 v1.2.2-dev.107 21:32:11 v1.2.2-dev.11 21:32:11 v1.2.2-dev.12 21:32:11 v1.2.2-dev.13 21:32:11 v1.2.2-dev.14 21:32:11 v1.2.2-dev.15 21:32:11 v1.2.2-dev.16 21:32:11 v1.2.2-dev.17 21:32:11 v1.2.2-dev.18 21:32:11 v1.2.2-dev.19 21:32:11 v1.2.2-dev.2 21:32:11 v1.2.2-dev.20 21:32:11 v1.2.2-dev.21 21:32:11 v1.2.2-dev.22 21:32:11 v1.2.2-dev.23 21:32:11 v1.2.2-dev.24 21:32:11 v1.2.2-dev.25 21:32:11 v1.2.2-dev.26 21:32:11 v1.2.2-dev.27 21:32:11 v1.2.2-dev.28 21:32:11 v1.2.2-dev.29 21:32:11 v1.2.2-dev.3 21:32:11 v1.2.2-dev.30 21:32:11 v1.2.2-dev.31 21:32:11 v1.2.2-dev.32 21:32:11 v1.2.2-dev.33 21:32:11 v1.2.2-dev.34 21:32:11 v1.2.2-dev.35 21:32:11 v1.2.2-dev.36 21:32:11 v1.2.2-dev.37 21:32:11 v1.2.2-dev.38 21:32:11 v1.2.2-dev.39 21:32:11 v1.2.2-dev.4 21:32:11 v1.2.2-dev.40 21:32:11 v1.2.2-dev.41 21:32:11 v1.2.2-dev.42 21:32:11 v1.2.2-dev.43 21:32:11 v1.2.2-dev.44 21:32:11 v1.2.2-dev.45 21:32:11 v1.2.2-dev.46 21:32:11 v1.2.2-dev.47 21:32:11 v1.2.2-dev.48 21:32:11 v1.2.2-dev.49 21:32:11 v1.2.2-dev.5 21:32:11 v1.2.2-dev.50 21:32:11 v1.2.2-dev.51 21:32:11 v1.2.2-dev.52 21:32:11 v1.2.2-dev.53 21:32:11 v1.2.2-dev.54 21:32:11 v1.2.2-dev.55 21:32:11 v1.2.2-dev.56 21:32:11 v1.2.2-dev.57 21:32:11 v1.2.2-dev.58 21:32:11 v1.2.2-dev.59 21:32:11 v1.2.2-dev.6 21:32:11 v1.2.2-dev.60 21:32:11 v1.2.2-dev.61 21:32:11 v1.2.2-dev.62 21:32:11 v1.2.2-dev.63 21:32:11 v1.2.2-dev.64 21:32:11 v1.2.2-dev.65 21:32:11 v1.2.2-dev.66 21:32:11 v1.2.2-dev.67 21:32:11 v1.2.2-dev.68 21:32:11 v1.2.2-dev.69 21:32:11 v1.2.2-dev.7 21:32:11 v1.2.2-dev.70 21:32:11 v1.2.2-dev.71 21:32:11 v1.2.2-dev.72 21:32:11 v1.2.2-dev.73 21:32:11 v1.2.2-dev.74 21:32:11 v1.2.2-dev.75 21:32:11 v1.2.2-dev.76 21:32:11 v1.2.2-dev.77 21:32:11 v1.2.2-dev.78 21:32:11 v1.2.2-dev.79 21:32:11 v1.2.2-dev.8 21:32:11 v1.2.2-dev.80 21:32:11 v1.2.2-dev.81 21:32:11 v1.2.2-dev.82 21:32:11 v1.2.2-dev.83 21:32:11 v1.2.2-dev.84 21:32:11 v1.2.2-dev.85 21:32:11 v1.2.2-dev.86 21:32:11 v1.2.2-dev.87 21:32:11 v1.2.2-dev.88 21:32:11 v1.2.2-dev.89 21:32:11 v1.2.2-dev.9 21:32:11 v1.2.2-dev.90 21:32:11 v1.2.2-dev.91 21:32:11 v1.2.2-dev.92 21:32:11 v1.2.2-dev.93 21:32:11 v1.2.2-dev.94 21:32:11 v1.2.2-dev.95 21:32:11 v1.2.2-dev.96 21:32:11 v1.2.2-dev.97 21:32:11 v1.2.2-dev.98 21:32:11 v1.2.2-dev.99 21:32:11 v1.3.0 21:32:11 v1.3.1 21:32:11 v1.3.1-dev.1 21:32:11 v1.3.1-dev.10 21:32:11 v1.3.1-dev.11 21:32:11 v1.3.1-dev.12 21:32:11 v1.3.1-dev.13 21:32:11 v1.3.1-dev.14 21:32:11 v1.3.1-dev.15 21:32:11 v1.3.1-dev.16 21:32:11 v1.3.1-dev.17 21:32:11 v1.3.1-dev.18 21:32:11 v1.3.1-dev.2 21:32:11 v1.3.1-dev.3 21:32:11 v1.3.1-dev.4 21:32:11 v1.3.1-dev.5 21:32:11 v1.3.1-dev.6 21:32:11 v1.3.1-dev.7 21:32:11 v1.3.1-dev.8 21:32:11 v1.3.1-dev.9 21:32:11 v2.0.0-dev.1 21:32:11 v2.0.0-dev.10 21:32:11 v2.0.0-dev.100 21:32:11 v2.0.0-dev.11 21:32:11 v2.0.0-dev.12 21:32:11 v2.0.0-dev.13 21:32:11 v2.0.0-dev.14 21:32:11 v2.0.0-dev.15 21:32:11 v2.0.0-dev.16 21:32:11 v2.0.0-dev.17 21:32:11 v2.0.0-dev.18 21:32:11 v2.0.0-dev.19 21:32:11 v2.0.0-dev.2 21:32:11 v2.0.0-dev.20 21:32:11 v2.0.0-dev.21 21:32:11 v2.0.0-dev.22 21:32:11 v2.0.0-dev.23 21:32:11 v2.0.0-dev.24 21:32:11 v2.0.0-dev.25 21:32:11 v2.0.0-dev.26 21:32:11 v2.0.0-dev.27 21:32:11 v2.0.0-dev.28 21:32:11 v2.0.0-dev.29 21:32:11 v2.0.0-dev.3 21:32:11 v2.0.0-dev.30 21:32:11 v2.0.0-dev.31 21:32:11 v2.0.0-dev.32 21:32:11 v2.0.0-dev.33 21:32:11 v2.0.0-dev.34 21:32:11 v2.0.0-dev.35 21:32:11 v2.0.0-dev.36 21:32:11 v2.0.0-dev.37 21:32:11 v2.0.0-dev.38 21:32:11 v2.0.0-dev.39 21:32:11 v2.0.0-dev.4 21:32:11 v2.0.0-dev.40 21:32:11 v2.0.0-dev.41 21:32:11 v2.0.0-dev.42 21:32:11 v2.0.0-dev.43 21:32:11 v2.0.0-dev.44 21:32:11 v2.0.0-dev.45 21:32:11 v2.0.0-dev.46 21:32:11 v2.0.0-dev.47 21:32:11 v2.0.0-dev.48 21:32:11 v2.0.0-dev.49 21:32:11 v2.0.0-dev.5 21:32:11 v2.0.0-dev.50 21:32:11 v2.0.0-dev.51 21:32:11 v2.0.0-dev.52 21:32:11 v2.0.0-dev.53 21:32:11 v2.0.0-dev.54 21:32:11 v2.0.0-dev.55 21:32:11 v2.0.0-dev.56 21:32:11 v2.0.0-dev.57 21:32:11 v2.0.0-dev.58 21:32:11 v2.0.0-dev.59 21:32:11 v2.0.0-dev.6 21:32:11 v2.0.0-dev.60 21:32:11 v2.0.0-dev.61 21:32:11 v2.0.0-dev.62 21:32:11 v2.0.0-dev.63 21:32:11 v2.0.0-dev.64 21:32:11 v2.0.0-dev.65 21:32:11 v2.0.0-dev.66 21:32:11 v2.0.0-dev.67 21:32:11 v2.0.0-dev.68 21:32:11 v2.0.0-dev.69 21:32:11 v2.0.0-dev.7 21:32:11 v2.0.0-dev.70 21:32:11 v2.0.0-dev.71 21:32:11 v2.0.0-dev.72 21:32:11 v2.0.0-dev.73 21:32:11 v2.0.0-dev.74 21:32:11 v2.0.0-dev.75 21:32:11 v2.0.0-dev.76 21:32:11 v2.0.0-dev.77 21:32:11 v2.0.0-dev.78 21:32:11 v2.0.0-dev.79 21:32:11 v2.0.0-dev.8 21:32:11 v2.0.0-dev.80 21:32:11 v2.0.0-dev.81 21:32:11 v2.0.0-dev.82 21:32:11 v2.0.0-dev.83 21:32:11 v2.0.0-dev.84 21:32:11 v2.0.0-dev.85 21:32:11 v2.0.0-dev.86 21:32:11 v2.0.0-dev.87 21:32:11 v2.0.0-dev.88 21:32:11 v2.0.0-dev.89 21:32:11 v2.0.0-dev.9 21:32:11 v2.0.0-dev.90 21:32:11 v2.0.0-dev.91 21:32:11 v2.0.0-dev.92 21:32:11 v2.0.0-dev.93 21:32:11 v2.0.0-dev.94 21:32:11 v2.0.0-dev.95 21:32:11 v2.0.0-dev.96 21:32:11 v2.0.0-dev.97 21:32:11 v2.0.0-dev.98 21:32:11 v2.0.0-dev.99 [Pipeline] sh 21:32:11 + lftools sign git-tag v2.0.0-dev.100 21:32:13 Signing Git tag with Sigul... 21:32:13 Signing v2.0.0-dev.100 [Pipeline] echo 21:32:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:32:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:32:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:32:16 $ docker stop --time=1 c4de71627783f7f3f89f33018731451242034020c9cc520c154825bab06a3a59 21:32:19 $ docker rm -f c4de71627783f7f3f89f33018731451242034020c9cc520c154825bab06a3a59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:32:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:32:21 . [Pipeline] withDockerContainer 21:32:21 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:32:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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:10004/edgex-devops/git-semver:latest cat 21:32:23 $ docker top 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:32:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:32:24 [ssh-agent] Looking for ssh-agent implementation... 21:32:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:32:26 $ docker exec 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 ssh-agent 21:32:27 SSH_AUTH_SOCK=/tmp/ssh-d9lDEPXdrar4/agent.11 21:32:27 SSH_AGENT_PID=16 21:32:27 Running ssh-add (command line suppressed) 21:32:27 Identity added: /w/workspace/edgex-go/366@tmp/private_key_6411193898558713719.key (/w/workspace/edgex-go/366@tmp/private_key_6411193898558713719.key) 21:32:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:32:29 + git semver bump pre 21:32:29 # -> Open(): unable to determine branch for HEAD 21:32:29 # $GIT_DIR = /w/workspace/edgex-go/366/.git 21:32:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/366 21:32:29 # $SEMVER_REMOTE_NAME = origin 21:32:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:32:29 # $SEMVER_USER_NAME = edgex-jenkins 21:32:29 # $SEMVER_BRANCH = master 21:32:29 # $SEMVER_DIR = /w/workspace/edgex-go/366/.semver 21:32:29 2.0.0-dev.101 [Pipeline] } 21:32:29 $ docker exec --env ******** --env ******** 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 ssh-agent -k 21:32:30 unset SSH_AUTH_SOCK; 21:32:30 unset SSH_AGENT_PID; 21:32:30 echo Agent pid 16 killed; 21:32:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:32:31 + git semver [Pipeline] } 21:32:31 $ docker stop --time=1 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 21:32:33 $ docker rm -f 7dcbfaedc9507366950d6d27ba3385ae2409993a4f739904ad31e7181c440667 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:32:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:32:35 . [Pipeline] withDockerContainer 21:32:36 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:32:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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:10004/edgex-devops/git-semver:latest cat 21:32:38 $ docker top 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:32:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:32:39 [ssh-agent] Looking for ssh-agent implementation... 21:32:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:32:40 $ docker exec 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f ssh-agent 21:32:40 SSH_AUTH_SOCK=/tmp/ssh-WbFlgdRGNjrr/agent.11 21:32:40 SSH_AGENT_PID=16 21:32:40 Running ssh-add (command line suppressed) 21:32:41 Identity added: /w/workspace/edgex-go/366@tmp/private_key_46360410942505833.key (/w/workspace/edgex-go/366@tmp/private_key_46360410942505833.key) 21:32:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:32:42 + git semver push 21:32:43 # -> Open(): unable to determine branch for HEAD 21:32:43 # $GIT_DIR = /w/workspace/edgex-go/366/.git 21:32:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/366 21:32:43 # $SEMVER_REMOTE_NAME = origin 21:32:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:32:43 # $SEMVER_USER_NAME = edgex-jenkins 21:32:43 # $SEMVER_BRANCH = master 21:32:43 # $SEMVER_DIR = /w/workspace/edgex-go/366/.semver [Pipeline] } 21:33:01 $ docker exec --env ******** --env ******** 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f ssh-agent -k 21:33:01 unset SSH_AUTH_SOCK; 21:33:01 unset SSH_AGENT_PID; 21:33:01 echo Agent pid 16 killed; 21:33:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:33:03 + git semver [Pipeline] } 21:33:03 $ docker stop --time=1 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f 21:33:05 $ docker rm -f 07efcfd8b07dd22f63edc2555c57f598e404698df9a439e7b6c6a18aeea5ca4f [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 21:33:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:33:08 ---> package-listing.sh 21:33:08 ++ facter osfamily 21:33:08 ++ tr '[:upper:]' '[:lower:]' 21:33:09 + OS_FAMILY=redhat 21:33:09 + workspace=/w/workspace/edgex-go/366 21:33:09 + START_PACKAGES=/tmp/packages_start.txt 21:33:09 + END_PACKAGES=/tmp/packages_end.txt 21:33:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:33:09 + PACKAGES=/tmp/packages_start.txt 21:33:09 + '[' /w/workspace/edgex-go/366 ']' 21:33:09 + PACKAGES=/tmp/packages_end.txt 21:33:09 + case "${OS_FAMILY}" in 21:33:09 + rpm -qa 21:33:09 + sort 21:33:19 + '[' -f /tmp/packages_start.txt ']' 21:33:19 + '[' -f /tmp/packages_end.txt ']' 21:33:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:33:19 + '[' /w/workspace/edgex-go/366 ']' 21:33:19 + mkdir -p /w/workspace/edgex-go/366/archives/ 21:33:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/366/archives/ [Pipeline] echo 21:33:19 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/366/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:33:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:33:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:33:21 21:33:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:33:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:33:22 alpine: Pulling from edgex-lftools-log-publisher 21:33:22 df20fa9351a1: Pulling fs layer 21:33:22 36b3adc4ff6f: Pulling fs layer 21:33:22 8ad3a11d3b57: Pulling fs layer 21:33:22 46f8f816bc3b: Pulling fs layer 21:33:22 93b61091891f: Pulling fs layer 21:33:22 93b9cdb0e59b: Pulling fs layer 21:33:22 5e14af77c1be: Pulling fs layer 21:33:22 01666e4c0597: Pulling fs layer 21:33:22 aa168da1d23b: Pulling fs layer 21:33:22 93b9cdb0e59b: Waiting 21:33:22 5e14af77c1be: Waiting 21:33:22 46f8f816bc3b: Waiting 21:33:22 01666e4c0597: Waiting 21:33:22 93b61091891f: Waiting 21:33:22 aa168da1d23b: Waiting 21:33:22 36b3adc4ff6f: Verifying Checksum 21:33:22 36b3adc4ff6f: Download complete 21:33:22 46f8f816bc3b: Verifying Checksum 21:33:22 46f8f816bc3b: Download complete 21:33:23 df20fa9351a1: Verifying Checksum 21:33:23 df20fa9351a1: Download complete 21:33:23 93b61091891f: Verifying Checksum 21:33:23 93b61091891f: Download complete 21:33:23 93b9cdb0e59b: Verifying Checksum 21:33:23 93b9cdb0e59b: Download complete 21:33:23 5e14af77c1be: Verifying Checksum 21:33:23 5e14af77c1be: Download complete 21:33:23 01666e4c0597: Verifying Checksum 21:33:23 01666e4c0597: Download complete 21:33:24 8ad3a11d3b57: Verifying Checksum 21:33:24 8ad3a11d3b57: Download complete 21:33:25 df20fa9351a1: Pull complete 21:33:25 36b3adc4ff6f: Pull complete 21:33:29 8ad3a11d3b57: Pull complete 21:33:29 46f8f816bc3b: Pull complete 21:33:31 93b61091891f: Pull complete 21:33:31 93b9cdb0e59b: Pull complete 21:33:32 5e14af77c1be: Pull complete 21:33:32 01666e4c0597: Pull complete 21:33:35 aa168da1d23b: Verifying Checksum 21:33:35 aa168da1d23b: Download complete 21:33:54 aa168da1d23b: Pull complete 21:33:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:33:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:33:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:33:54 prd-centos7-docker-4c-2g-27189 does not seem to be running inside a container 21:33:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/366/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/366 -v /w/workspace/edgex-go/366:/w/workspace/edgex-go/366:rw,z -v /w/workspace/edgex-go/366@tmp:/w/workspace/edgex-go/366@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-lftools-log-publisher:alpine cat 21:33:59 $ docker top 7b51fe2a760a181c6307d72e47b6dc83e2901620574131be4854a24547d2e8f2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:34:01 + touch /tmp/pre-build-complete [Pipeline] sh 21:34:02 + mkdir -p /var/log/sa [Pipeline] sh 21:34:03 + ls /var/log/sa-host 21:34:03 + sadf -c /var/log/sa-host/sa22 21:34:03 file_magic: OK 21:34:03 HZ: Using current value: 100 21:34:03 file_header: OK 21:34:03 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 21:34:03 Statistics: 21:34:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:34:03 File successfully converted to sysstat format version 12.2.1 21:34:03 + sadf -c /var/log/sa-host/sa23 21:34:03 file_magic: OK 21:34:03 HZ: Using current value: 100 21:34:03 file_header: OK 21:34:03 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 21:34:03 Statistics: 21:34:03 Hnuu...uuuununununu... 21:34:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:34:04 provisioning config files... 21:34:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/366@tmp/config809172933087554352tmp [Pipeline] { [Pipeline] echo 21:34:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:34:05 ---> create-netrc.sh [Pipeline] } 21:34:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:34:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:34:06 ---> python-tools-install.sh [Pipeline] echo 21:34:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:34:07 ---> sudo-logs.sh 21:34:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:34:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:34:08 ---> job-cost.sh 21:34:08 lf-activate-venv: SKIPPING 21:34:08 INFO: No Stack... 21:34:09 INFO: Retrieving Pricing Info for: v1-standard-2 21:34:09 INFO: Archiving Costs [Pipeline] echo 21:34:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:34:12 ---> logs-deploy.sh 21:34:12 lf-activate-venv: SKIPPING 21:34:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/366 21:34:12 INFO: archiving workspace using pattern(s): 21:34:14 Archives upload complete. 21:34:15 INFO: archiving logs to Nexus 21:34:16 ---> uname -a: 21:34:16 Linux prd-centos7-docker-4c-2g-27189.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:34:16 21:34:16 21:34:16 ---> lscpu: 21:34:16 Architecture: x86_64 21:34:16 CPU op-mode(s): 32-bit, 64-bit 21:34:16 Byte Order: Little Endian 21:34:16 Address sizes: 40 bits physical, 48 bits virtual 21:34:16 CPU(s): 4 21:34:16 On-line CPU(s) list: 0-3 21:34:16 Thread(s) per core: 1 21:34:16 Core(s) per socket: 1 21:34:16 Socket(s): 4 21:34:16 NUMA node(s): 1 21:34:16 Vendor ID: GenuineIntel 21:34:16 CPU family: 6 21:34:16 Model: 44 21:34:16 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:34:16 Stepping: 1 21:34:16 CPU MHz: 2933.438 21:34:16 BogoMIPS: 5866.87 21:34:16 Virtualization: VT-x 21:34:16 Hypervisor vendor: KVM 21:34:16 Virtualization type: full 21:34:16 L1d cache: 128 KiB 21:34:16 L1i cache: 128 KiB 21:34:16 L2 cache: 16 MiB 21:34:16 L3 cache: 64 MiB 21:34:16 NUMA node0 CPU(s): 0-3 21:34:16 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:34:16 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:34:16 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:34:16 Vulnerability Meltdown: Mitigation; PTI 21:34:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:34:16 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:34:16 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:34:16 Vulnerability Srbds: Not affected 21:34:16 Vulnerability Tsx async abort: Not affected 21:34:16 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 21:34:16 21:34:16 21:34:16 ---> nproc: 21:34:16 4 21:34:16 21:34:16 21:34:16 ---> df -h: 21:34:16 Filesystem Size Used Available Use% Mounted on 21:34:16 overlay 50.0G 13.0G 37.0G 26% / 21:34:16 tmpfs 64.0M 0 64.0M 0% /dev 21:34:16 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:34:16 shm 64.0M 0 64.0M 0% /dev/shm 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/366 21:34:16 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/366@tmp 21:34:16 21:34:16 21:34:16 ---> free -m: 21:34:16 total used free shared buff/cache available 21:34:16 Mem: 1837 743 140 0 953 1028 21:34:16 Swap: 1023 79 944 21:34:16 21:34:16 21:34:16 ---> ip addr: 21:34:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:34:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:34:16 inet 127.0.0.1/8 scope host lo 21:34:16 valid_lft forever preferred_lft forever 21:34:16 inet6 ::1/128 scope host 21:34:16 valid_lft forever preferred_lft forever 21:34:16 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:34:16 link/ether fa:16:3e:38:2c:a4 brd ff:ff:ff:ff:ff:ff 21:34:16 inet 10.30.123.13/23 brd 10.30.123.255 scope global dynamic eth0 21:34:16 valid_lft 84635sec preferred_lft 84635sec 21:34:16 inet6 fe80::f816:3eff:fe38:2ca4/64 scope link 21:34:16 valid_lft forever preferred_lft forever 21:34:16 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:34:16 link/ether 02:42:89:ec:81:6a brd ff:ff:ff:ff:ff:ff 21:34:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:34:16 valid_lft forever preferred_lft forever 21:34:16 inet6 fe80::42:89ff:feec:816a/64 scope link 21:34:16 valid_lft forever preferred_lft forever 21:34:16 21:34:16 21:34:16 ---> sar -b -r -n DEV: 21:34:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 21:34:16 21:34:16 21:04:34 LINUX RESTART (4 CPU) 21:34:16 21:34:16 21:05:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:34:16 21:06:02 166.93 109.02 57.91 0.00 8652.17 36201.12 0.00 21:34:16 21:07:02 32.28 5.97 26.31 0.00 658.74 6572.09 0.00 21:34:16 21:08:01 38.75 11.60 27.15 0.00 4635.90 4206.96 0.00 21:34:16 21:09:01 97.12 52.37 44.76 0.00 4344.94 23051.51 0.00 21:34:16 21:10:02 149.95 46.75 103.20 0.00 2085.49 24224.75 0.00 21:34:16 21:11:01 165.00 69.62 95.38 0.00 2383.53 12633.77 0.00 21:34:16 21:12:01 99.52 31.92 67.60 0.00 1226.83 10058.90 0.00 21:34:16 21:13:01 63.41 27.50 35.91 0.00 1313.51 3872.39 0.00 21:34:16 21:14:02 71.82 28.33 43.49 0.00 2017.48 3032.55 0.00 21:34:16 21:15:01 80.54 10.77 69.77 0.00 579.27 20904.16 0.00 21:34:16 21:16:08 231.84 105.55 126.29 0.00 51726.28 98901.23 0.00 21:34:16 21:17:02 803.56 705.28 98.28 0.00 39532.51 42809.74 0.00 21:34:16 21:18:09 988.95 893.09 95.86 0.00 45241.54 50757.82 0.00 21:34:16 21:19:13 957.03 863.14 93.89 0.00 58378.32 60257.91 0.00 21:34:16 21:20:01 743.50 641.17 102.33 0.00 35998.19 36965.04 0.00 21:34:16 21:21:02 164.37 49.68 114.70 0.00 6833.87 23992.10 0.00 21:34:16 21:22:02 285.32 91.16 194.16 0.00 27937.81 76379.27 0.00 21:34:16 21:23:02 817.16 721.38 95.78 0.00 50910.85 53057.24 0.00 21:34:16 21:24:04 848.15 744.53 103.61 0.00 41864.65 43906.50 0.00 21:34:16 21:25:03 550.17 434.85 115.32 0.00 26087.59 29664.38 0.00 21:34:16 21:26:01 177.87 31.48 146.40 0.00 2166.17 26859.38 0.00 21:34:16 21:27:01 73.55 30.57 42.98 0.00 3751.70 2024.53 0.00 21:34:16 21:28:02 20.92 11.36 9.56 0.00 1524.30 183.43 0.00 21:34:16 21:29:01 49.55 23.31 26.24 0.00 1550.82 12564.04 0.00 21:34:16 21:30:01 293.69 171.33 122.36 0.00 8182.47 22055.48 0.00 21:34:16 21:31:02 42.66 17.48 25.18 0.00 2395.63 5587.66 0.00 21:34:16 21:32:01 176.47 44.67 131.79 0.00 2723.67 27742.30 0.00 21:34:16 21:33:01 42.18 23.56 18.62 0.00 2232.13 2965.18 0.00 21:34:16 21:34:01 150.96 63.33 87.62 0.00 6124.07 19164.10 0.00 21:34:16 Average: 289.03 208.93 80.09 0.00 15466.12 27279.85 0.00 21:34:16 21:34:16 21:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:34:16 21:06:02 74976 0 466224 24.78 2620 1337724 917516 31.31 296388 1313132 48868 21:34:16 21:07:02 89356 0 551764 29.33 2620 1237804 1106556 37.76 494452 1097276 12336 21:34:16 21:08:01 81688 0 665216 35.35 2620 1132020 1343148 45.84 574832 1018204 82940 21:34:16 21:09:01 76960 0 624624 33.20 2596 1177364 1347520 45.99 670704 918232 61580 21:34:16 21:10:02 92892 0 707988 37.63 1924 1078740 1561764 53.30 587624 947664 21788 21:34:16 21:11:01 163980 0 760952 40.44 1492 955120 1723828 58.83 605440 830340 50416 21:34:16 21:12:01 188508 0 788476 41.91 816 903744 1614484 55.10 677252 721564 40476 21:34:16 21:13:01 253796 0 738276 39.24 816 888656 1620640 55.31 588268 740248 40104 21:34:16 21:14:02 245212 0 697672 37.08 708 937952 1287876 43.95 602952 735888 84172 21:34:16 21:15:01 132344 0 758424 40.31 588 990188 1921648 65.58 604468 851576 40 21:34:16 21:16:08 75476 0 784440 41.69 108 1021520 2232496 76.19 763356 837052 48112 21:34:16 21:17:02 351684 0 756956 40.23 0 772904 2881824 98.35 621064 690732 60 21:34:16 21:18:09 78624 0 796988 42.36 0 1005932 2351092 80.24 741120 845676 12820 21:34:16 21:19:13 74364 0 806508 42.86 0 1000672 2350828 80.23 675228 902544 57176 21:34:16 21:20:01 103044 0 1247032 66.28 0 531468 4428228 151.13 924908 577920 12692 21:34:16 21:21:02 336628 0 699260 37.16 0 845656 1549744 52.89 601064 688772 4272 21:34:16 21:22:02 74640 0 753404 40.04 0 1053500 2205876 75.28 729408 841500 51920 21:34:16 21:23:02 315716 0 734420 39.03 0 831408 2614704 89.24 592936 739772 172 21:34:16 21:24:04 77744 0 731408 38.87 0 1072392 2148708 73.33 702588 864068 67948 21:34:16 21:25:03 113520 0 840096 44.65 0 927928 2446380 83.49 748088 774648 0 21:34:16 21:26:01 98248 0 624980 33.22 0 1158316 1410960 48.15 579264 941776 0 21:34:16 21:27:01 90048 0 612904 32.57 0 1178592 1495776 51.05 555220 983708 48 21:34:16 21:28:02 77592 0 627060 33.33 0 1176892 1525076 52.05 589320 961016 28 21:34:16 21:29:01 65648 0 664016 35.29 0 1151880 1745284 59.56 742060 819728 50744 21:34:16 21:30:01 103756 0 729956 38.80 0 1047832 1511944 51.60 650512 807552 71720 21:34:16 21:31:02 75544 0 669108 35.56 0 1136892 1524368 52.02 714556 799140 64140 21:34:16 21:32:01 179972 0 753920 40.07 0 947652 1469524 50.15 453816 895584 1448 21:34:16 21:33:01 195732 0 714004 37.95 0 971808 1368936 46.72 451460 883092 56 21:34:16 21:34:01 192936 0 718444 38.18 0 970164 1558388 53.19 401872 927456 48 21:34:16 Average: 140711 0 724983 38.53 583 1015266 1836728 62.68 618628 860547 30556 21:34:16 21:34:16 21:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:34:16 21:06:02 eth0 77.10 45.86 333.22 12.03 0.00 0.00 0.00 0.00 21:34:16 21:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:07:02 eth0 593.51 280.72 3089.82 60.46 0.00 0.00 0.00 0.00 21:34:16 21:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:08:01 vetha71b900 344.02 474.81 47.42 2414.22 0.00 0.00 0.00 0.00 21:34:16 21:08:01 eth0 549.83 401.31 2755.18 89.63 0.00 0.00 0.00 0.00 21:34:16 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:08:01 docker0 344.02 474.67 42.72 2414.21 0.00 0.00 0.00 0.00 21:34:16 21:09:01 eth0 346.38 284.83 3012.00 30.19 0.00 0.00 0.00 0.00 21:34:16 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:09:01 docker0 40.47 54.14 4.41 264.33 0.00 0.00 0.00 0.00 21:34:16 21:10:02 eth0 225.22 129.19 764.50 51.07 0.00 0.00 0.00 0.00 21:34:16 21:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:10:02 veth74dd45a 70.46 118.67 5.92 312.75 0.00 0.00 0.00 0.00 21:34:16 21:10:02 docker0 102.88 182.62 6.94 671.53 0.00 0.00 0.00 0.00 21:34:16 21:11:01 vethee80487 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:11:01 eth0 66.33 41.57 188.53 33.12 0.00 0.00 0.00 0.00 21:34:16 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:11:01 docker0 18.95 39.53 1.41 165.25 0.00 0.00 0.00 0.00 21:34:16 21:12:01 vethee80487 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:12:01 eth0 21.50 15.44 17.25 9.35 0.00 0.00 0.00 0.00 21:34:16 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:13:01 vethee80487 1.53 1.53 0.12 0.13 0.00 0.00 0.00 0.00 21:34:16 21:13:01 eth0 25.95 22.36 14.67 45.25 0.00 0.00 0.00 0.00 21:34:16 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:13:01 docker0 1.53 1.53 0.10 0.13 0.00 0.00 0.00 0.00 21:34:16 21:14:02 vethee80487 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:14:02 eth0 26.47 21.67 19.59 33.65 0.00 0.00 0.00 0.00 21:34:16 21:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:15:01 vethdfbbd08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:15:01 veth4c34dac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:15:01 eth0 186.09 145.16 1716.39 51.08 0.00 0.00 0.00 0.00 21:34:16 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:16:08 veth27d7840 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:16:08 eth0 15.91 12.03 15.76 6.67 0.00 0.00 0.00 0.00 21:34:16 21:16:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:16:08 docker0 450.54 667.88 49.24 3117.69 0.00 0.00 0.00 0.00 21:34:16 21:17:02 vethde33fe3 1.59 2.72 0.11 19.29 0.00 0.00 0.00 0.00 21:34:16 21:17:02 vethcdcf7d8 2.41 3.21 0.16 19.29 0.00 0.00 0.00 0.00 21:34:16 21:17:02 veth27d7840 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:17:02 veth42b69cd 0.06 0.06 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:18:09 veth27d7840 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:18:09 eth0 1933.59 1271.66 10669.46 398.83 0.00 0.00 0.00 0.00 21:34:16 21:18:09 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:34:16 21:18:09 docker0 460.95 684.72 49.68 3227.36 0.00 0.00 0.00 0.00 21:34:16 21:19:13 veth27d7840 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:19:13 eth0 1.21 0.99 0.89 0.51 0.00 0.00 0.00 0.00 21:34:16 21:19:13 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:19:13 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:20:01 vethf5e8d97 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:20:01 veth457ded0 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:20:01 veth27d7840 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:20:01 vethb491b09 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:21:02 veth27d7840 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:21:02 eth0 2184.69 1438.79 12021.51 452.11 0.00 0.00 0.00 0.00 21:34:16 21:21:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:34:16 21:21:02 docker0 517.02 768.00 55.72 3619.88 0.00 0.00 0.00 0.00 21:34:16 21:22:02 veth27d7840 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:22:02 eth0 93.26 53.09 184.26 73.54 0.00 0.00 0.00 0.00 21:34:16 21:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:22:02 docker0 12.14 40.85 0.65 152.38 0.00 0.00 0.00 0.00 21:34:16 21:23:02 veth27d7840 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:23:02 eth0 22.60 14.86 69.12 6.07 0.00 0.00 0.00 0.00 21:34:16 21:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:23:02 vethae7654a 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 21:34:16 21:24:04 veth27d7840 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:24:04 eth0 17.29 16.66 10.15 31.22 0.00 0.00 0.00 0.00 21:34:16 21:24:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:24:04 docker0 519.39 795.68 55.10 3727.88 0.00 0.00 0.00 0.00 21:34:16 21:25:03 vethb0b28a7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:25:03 veth27d7840 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:25:03 veth6deec2c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:25:03 eth0 58.23 31.15 96.66 34.55 0.00 0.00 0.00 0.00 21:34:16 21:26:01 veth27d7840 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 21:34:16 21:26:01 eth0 231.18 158.25 1687.57 49.69 0.00 0.00 0.00 0.00 21:34:16 21:26:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:34:16 21:26:01 docker0 591.17 949.79 60.70 4446.74 0.00 0.00 0.00 0.00 21:34:16 21:27:01 eth0 121.36 111.44 117.14 304.26 0.00 0.00 0.00 0.00 21:34:16 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:27:01 docker0 8.33 13.51 0.73 56.64 0.00 0.00 0.00 0.00 21:34:16 21:28:02 eth0 241.82 249.55 124.43 755.98 0.00 0.00 0.00 0.00 21:34:16 21:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:29:01 eth0 531.95 500.62 4121.51 634.70 0.00 0.00 0.00 0.00 21:34:16 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:30:01 eth0 68.87 63.36 275.48 39.71 0.00 0.00 0.00 0.00 21:34:16 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:30:01 veth19d53d4 45.25 45.70 4.60 257.84 0.00 0.00 0.00 0.00 21:34:16 21:30:01 docker0 45.25 45.57 3.98 257.83 0.00 0.00 0.00 0.00 21:34:16 21:31:02 eth0 317.93 254.59 2548.78 71.77 0.00 0.00 0.00 0.00 21:34:16 21:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:31:02 docker0 0.23 0.25 0.04 0.06 0.00 0.00 0.00 0.00 21:34:16 21:32:01 eth0 111.21 89.21 711.87 48.11 0.00 0.00 0.00 0.00 21:34:16 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:32:01 veth4ca5d0d 5.41 5.33 0.41 14.62 0.00 0.00 0.00 0.00 21:34:16 21:32:01 docker0 5.41 5.19 0.34 14.61 0.00 0.00 0.00 0.00 21:34:16 21:33:01 eth0 78.35 55.99 247.78 38.48 0.00 0.00 0.00 0.00 21:34:16 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:33:01 veth8c50e6a 2.58 2.05 0.86 1.14 0.00 0.00 0.00 0.00 21:34:16 21:33:01 docker0 25.22 37.40 2.09 205.87 0.00 0.00 0.00 0.00 21:34:16 21:34:01 eth0 217.53 188.55 2181.26 51.84 0.00 0.00 0.00 0.00 21:34:16 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 Average: eth0 148.18 111.30 841.59 89.57 0.00 0.00 0.00 0.00 21:34:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:16 Average: docker0 22.74 35.37 2.28 167.59 0.00 0.00 0.00 0.00 21:34:16 21:34:16 21:34:16 ---> sar -P ALL: 21:34:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 21:34:16 21:34:16 21:04:34 LINUX RESTART (4 CPU) 21:34:16 21:34:16 21:05:02 CPU %user %nice %system %iowait %steal %idle 21:34:16 21:06:02 all 9.20 0.00 8.58 17.12 31.14 33.96 21:34:16 21:06:02 0 7.25 0.00 9.51 17.59 32.85 32.80 21:34:16 21:06:02 1 10.11 0.00 7.80 15.70 31.32 35.07 21:34:16 21:06:02 2 9.17 0.00 7.55 16.19 30.20 36.90 21:34:16 21:06:02 3 10.35 0.00 9.43 19.03 30.11 31.08 21:34:16 21:07:02 all 6.17 0.00 1.66 0.50 29.23 62.43 21:34:16 21:07:02 0 3.36 0.00 1.48 0.31 34.03 60.81 21:34:16 21:07:02 1 5.72 0.00 1.76 0.30 28.47 63.75 21:34:16 21:07:02 2 9.00 0.00 1.53 0.28 27.09 62.11 21:34:16 21:07:02 3 6.87 0.00 1.91 1.13 26.96 63.14 21:34:16 21:08:01 all 4.35 0.00 3.24 0.85 30.16 61.39 21:34:16 21:08:01 0 4.90 0.00 3.44 0.04 34.73 56.88 21:34:16 21:08:01 1 3.74 0.00 3.09 0.43 30.85 61.88 21:34:16 21:08:01 2 5.25 0.00 3.19 2.07 27.35 62.15 21:34:16 21:08:01 3 3.55 0.00 3.23 0.88 27.65 64.69 21:34:16 21:09:01 all 5.70 0.00 3.12 1.90 25.55 63.73 21:34:16 21:09:01 0 5.07 0.00 3.12 2.38 29.36 60.06 21:34:16 21:09:01 1 3.58 0.00 2.45 1.13 25.97 66.88 21:34:16 21:09:01 2 8.39 0.00 3.03 2.14 24.09 62.36 21:34:16 21:09:01 3 5.82 0.00 3.92 1.97 22.70 65.58 21:34:16 21:10:02 all 4.07 0.00 4.20 2.81 28.23 60.68 21:34:16 21:10:02 0 3.42 0.00 3.68 3.36 33.59 55.94 21:34:16 21:10:02 1 5.12 0.00 4.12 3.06 27.29 60.42 21:34:16 21:10:02 2 4.07 0.00 4.14 2.73 25.59 63.47 21:34:16 21:10:02 3 3.70 0.00 4.89 2.06 26.31 63.04 21:34:16 21:11:01 all 9.72 0.00 5.75 5.94 22.48 56.12 21:34:16 21:11:01 0 10.44 0.00 6.32 3.64 23.97 55.63 21:34:16 21:11:01 1 9.50 0.00 5.67 7.12 22.57 55.14 21:34:16 21:11:01 2 8.13 0.00 5.00 5.77 21.98 59.12 21:34:16 21:11:01 3 10.85 0.00 6.02 7.19 21.40 54.55 21:34:16 21:12:01 all 44.96 0.00 11.86 4.43 20.59 18.17 21:34:16 21:12:01 0 43.46 0.00 11.92 4.17 21.79 18.65 21:34:16 21:12:01 1 46.42 0.00 12.35 4.15 18.88 18.20 21:34:16 21:12:01 2 45.63 0.00 11.03 3.39 20.65 19.31 21:34:16 21:12:01 3 44.36 0.00 12.12 5.97 21.02 16.52 21:34:16 21:13:01 all 32.62 0.00 11.47 2.34 24.65 28.92 21:34:16 21:13:01 0 29.73 0.00 10.75 2.85 26.58 30.10 21:34:16 21:13:01 1 34.32 0.00 12.39 1.69 22.75 28.85 21:34:16 21:13:01 2 34.80 0.00 11.72 2.78 23.71 27.00 21:34:16 21:13:01 3 31.72 0.00 11.04 2.02 25.51 29.72 21:34:16 21:14:02 all 25.09 0.00 10.22 3.32 19.09 42.28 21:34:16 21:14:02 0 23.34 0.00 9.74 3.22 20.04 43.67 21:34:16 21:14:02 1 24.32 0.00 9.74 4.25 18.32 43.37 21:34:16 21:14:02 2 25.01 0.00 10.47 3.71 19.02 41.79 21:34:16 21:14:02 3 27.75 0.00 10.97 2.07 18.97 40.24 21:34:16 21:15:01 all 7.74 0.00 6.84 1.08 30.58 53.77 21:34:16 21:15:01 0 6.35 0.00 6.97 1.16 33.22 52.30 21:34:16 21:15:01 1 7.47 0.00 6.20 1.11 29.14 56.09 21:34:16 21:15:01 2 8.26 0.00 6.50 0.95 29.29 55.00 21:34:16 21:15:01 3 8.93 0.00 7.73 1.07 30.64 51.64 21:34:16 21:16:08 all 7.66 0.00 9.09 16.93 31.49 34.82 21:34:16 21:16:08 0 7.95 0.00 8.67 14.48 33.08 35.81 21:34:16 21:16:08 1 7.89 0.00 9.57 17.03 31.00 34.51 21:34:16 21:16:08 2 7.36 0.00 8.82 19.05 30.14 34.64 21:34:16 21:16:08 3 7.44 0.00 9.33 17.20 31.73 34.30 21:34:16 21:34:16 21:16:08 CPU %user %nice %system %iowait %steal %idle 21:34:16 21:17:02 all 6.49 0.00 7.48 26.85 31.98 27.20 21:34:16 21:17:02 0 6.06 0.00 7.10 28.79 31.45 26.60 21:34:16 21:17:02 1 6.76 0.00 7.24 22.84 31.33 31.83 21:34:16 21:17:02 2 6.64 0.00 7.57 29.84 30.82 25.12 21:34:16 21:17:02 3 6.53 0.00 8.00 25.89 34.27 25.31 21:34:16 21:18:09 all 2.82 0.00 6.04 39.95 26.69 24.52 21:34:16 21:18:09 0 2.44 0.00 5.69 34.66 26.17 31.03 21:34:16 21:18:09 1 3.30 0.00 6.58 42.88 25.13 22.11 21:34:16 21:18:09 2 2.94 0.00 5.83 38.65 26.25 26.33 21:34:16 21:18:09 3 2.61 0.00 6.06 43.65 29.11 18.57 21:34:16 21:19:13 all 4.90 0.00 4.63 43.46 29.18 17.83 21:34:16 21:19:13 0 4.95 0.00 4.52 43.67 28.15 18.70 21:34:16 21:19:13 1 5.00 0.00 4.87 43.30 29.02 17.81 21:34:16 21:19:13 2 4.81 0.00 4.56 44.30 28.05 18.28 21:34:16 21:19:13 3 4.85 0.00 4.58 42.58 31.45 16.54 21:34:16 21:20:01 all 11.60 0.00 7.19 34.93 28.10 18.18 21:34:16 21:20:01 0 11.73 0.00 7.17 34.39 26.35 20.36 21:34:16 21:20:01 1 11.95 0.00 6.69 33.37 27.59 20.39 21:34:16 21:20:01 2 11.78 0.00 7.07 37.17 27.89 16.09 21:34:16 21:20:01 3 10.90 0.00 7.86 34.84 30.64 15.76 21:34:16 21:21:02 all 59.61 0.00 11.65 8.50 14.93 5.31 21:34:16 21:21:02 0 57.72 0.00 11.46 8.92 15.87 6.03 21:34:16 21:21:02 1 61.04 0.00 11.33 9.92 13.70 4.01 21:34:16 21:21:02 2 60.21 0.00 11.81 6.96 14.10 6.92 21:34:16 21:21:02 3 59.45 0.00 11.99 8.20 16.06 4.30 21:34:16 21:22:02 all 7.56 0.00 11.29 13.89 31.87 35.40 21:34:16 21:22:02 0 7.82 0.00 11.24 10.88 32.72 37.34 21:34:16 21:22:02 1 7.20 0.00 10.64 15.58 31.68 34.90 21:34:16 21:22:02 2 7.83 0.00 11.90 14.65 31.72 33.90 21:34:16 21:22:02 3 7.38 0.00 11.40 14.48 31.34 35.39 21:34:16 21:23:02 all 7.36 0.00 6.68 27.40 30.37 28.19 21:34:16 21:23:02 0 7.06 0.00 6.50 23.75 31.50 31.19 21:34:16 21:23:02 1 6.80 0.00 6.00 25.15 31.47 30.57 21:34:16 21:23:02 2 7.92 0.00 7.31 29.93 29.34 25.51 21:34:16 21:23:02 3 7.70 0.00 6.96 30.99 29.07 25.28 21:34:16 21:24:04 all 18.08 0.00 9.52 31.32 26.06 15.02 21:34:16 21:24:04 0 18.49 0.00 9.19 32.78 26.31 13.23 21:34:16 21:24:04 1 18.44 0.00 9.93 30.42 24.79 16.41 21:34:16 21:24:04 2 17.93 0.00 9.81 33.43 25.39 13.43 21:34:16 21:24:04 3 17.45 0.00 9.16 28.57 27.74 17.09 21:34:16 21:25:03 all 15.02 0.00 7.71 27.40 27.78 22.09 21:34:16 21:25:03 0 14.62 0.00 6.82 32.43 29.18 16.95 21:34:16 21:25:03 1 15.48 0.00 7.60 21.85 26.35 28.72 21:34:16 21:25:03 2 15.11 0.00 7.69 28.23 27.19 21.78 21:34:16 21:25:03 3 14.87 0.00 8.77 27.11 28.38 20.88 21:34:16 21:26:01 all 15.82 0.00 10.43 5.86 20.80 47.09 21:34:16 21:26:01 0 15.52 0.00 9.43 5.12 21.20 48.73 21:34:16 21:26:01 1 14.21 0.00 10.47 5.70 21.36 48.26 21:34:16 21:26:01 2 17.40 0.00 10.94 6.46 21.56 43.64 21:34:16 21:26:01 3 16.14 0.00 10.91 6.19 19.03 47.72 21:34:16 21:27:01 all 5.77 0.00 4.89 3.96 18.61 66.76 21:34:16 21:27:01 0 4.48 0.00 4.30 3.36 21.62 66.25 21:34:16 21:27:01 1 7.02 0.00 4.60 6.24 17.26 64.89 21:34:16 21:27:01 2 4.20 0.00 4.88 3.28 18.81 68.82 21:34:16 21:27:01 3 7.46 0.00 5.81 2.98 16.65 67.10 21:34:16 21:34:16 21:27:01 CPU %user %nice %system %iowait %steal %idle 21:34:16 21:28:02 all 4.35 0.00 3.78 0.99 27.77 63.11 21:34:16 21:28:02 0 3.79 0.00 3.61 1.36 30.67 60.56 21:34:16 21:28:02 1 4.24 0.00 3.71 0.48 27.39 64.18 21:34:16 21:28:02 2 4.95 0.00 4.12 0.93 26.90 63.10 21:34:16 21:28:02 3 4.42 0.00 3.69 1.19 25.99 64.71 21:34:16 21:29:01 all 5.26 0.00 3.94 1.79 25.44 63.56 21:34:16 21:29:01 0 4.29 0.00 4.18 0.72 28.50 62.31 21:34:16 21:29:01 1 5.04 0.00 4.27 2.90 25.32 62.46 21:34:16 21:29:01 2 5.91 0.00 3.53 1.45 23.86 65.25 21:34:16 21:29:01 3 5.79 0.00 3.78 2.10 24.07 64.26 21:34:16 21:30:01 all 5.48 0.00 5.91 5.26 24.87 58.49 21:34:16 21:30:01 0 4.29 0.00 5.60 4.71 26.31 59.09 21:34:16 21:30:01 1 4.95 0.00 6.73 5.66 24.19 58.47 21:34:16 21:30:01 2 5.42 0.00 5.53 5.17 23.94 59.94 21:34:16 21:30:01 3 7.31 0.00 5.76 5.49 25.03 56.42 21:34:16 21:31:02 all 1.98 0.00 3.04 1.66 18.84 74.48 21:34:16 21:31:02 0 2.07 0.00 2.97 1.12 22.29 71.54 21:34:16 21:31:02 1 1.81 0.00 3.19 0.67 18.14 76.19 21:34:16 21:31:02 2 2.10 0.00 3.16 4.11 17.69 72.94 21:34:16 21:31:02 3 1.94 0.00 2.84 0.78 17.11 77.33 21:34:16 21:32:01 all 5.43 0.00 7.23 3.23 24.60 59.51 21:34:16 21:32:01 0 4.68 0.00 6.63 2.68 26.64 59.36 21:34:16 21:32:01 1 5.56 0.00 7.44 3.54 24.64 58.81 21:34:16 21:32:01 2 5.75 0.00 7.66 3.17 23.48 59.94 21:34:16 21:32:01 3 5.76 0.00 7.21 3.56 23.54 59.92 21:34:16 21:33:01 all 4.27 0.00 5.37 1.36 18.04 70.95 21:34:16 21:33:01 0 3.40 0.00 5.36 1.47 20.06 69.71 21:34:16 21:33:01 1 7.82 0.00 5.45 1.20 17.68 67.85 21:34:16 21:33:01 2 3.42 0.00 5.20 1.49 18.37 71.52 21:34:16 21:33:01 3 2.47 0.00 5.49 1.28 16.00 74.76 21:34:16 21:34:01 all 4.35 0.00 5.47 3.79 25.31 61.07 21:34:16 21:34:01 0 4.28 0.00 5.33 6.20 27.46 56.73 21:34:16 21:34:01 1 4.39 0.00 6.02 1.98 25.36 62.26 21:34:16 21:34:01 2 3.82 0.00 4.65 2.38 25.03 64.13 21:34:16 21:34:01 3 4.94 0.00 5.93 4.63 23.33 61.17 21:34:16 Average: all 10.91 0.00 6.66 11.62 25.82 45.00 21:34:16 Average: 0 10.19 0.00 6.47 11.26 27.67 44.41 21:34:16 Average: 1 11.06 0.00 6.63 11.28 25.32 45.71 21:34:16 Average: 2 11.24 0.00 6.58 11.99 24.92 45.27 21:34:16 Average: 3 11.16 0.00 6.95 11.95 25.34 44.60 21:34:16 21:34:16 21:34:16