Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f1ea93c16db09b36626d9198e09713e38083a332 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4553 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/481 [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/481 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f1ea93c16db09b36626d9198e09713e38083a332 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 Commit message: "ci: update local docker image names (#3428)" > git rev-list --no-walk f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:00:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:00:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:00:59 ========================================================= 18:00:59 EdgeX Global Pipelines Version Info 18:00:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:01:01 ------------------- 18:01:01 stable info: 18:01:01 ------------------- 18:01:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:01:01 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 18:01:01 Message: update stable to v1.0.192 18:01:02 ------------------- 18:01:02 experimental info: 18:01:02 ------------------- 18:01:02 Commited By: **** collab-it+edgex@linuxfoundation.org 18:01:02 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 18:01:02 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1ea93c [Pipeline] echo 18:01:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:01:03 provisioning config files... 18:01:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/481@tmp/config2688723574119706619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:01:03 ---> docker-login.sh 18:01:03 nexus3.edgexfoundry.org:10001 18:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:04 Configure a credential helper to remove this warning. See 18:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:04 18:01:04 Login Succeeded 18:01:04 nexus3.edgexfoundry.org:10002 18:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:04 Configure a credential helper to remove this warning. See 18:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:04 18:01:04 Login Succeeded 18:01:04 nexus3.edgexfoundry.org:10003 18:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:04 Configure a credential helper to remove this warning. See 18:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:04 18:01:04 Login Succeeded 18:01:04 nexus3.edgexfoundry.org:10004 18:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:04 Configure a credential helper to remove this warning. See 18:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:04 18:01:04 Login Succeeded 18:01:04 docker.io 18:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:05 Configure a credential helper to remove this warning. See 18:01:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:05 18:01:05 Login Succeeded 18:01:05 ---> docker-login.sh ends [Pipeline] } 18:01:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:01:05 ++ 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 18:01:05 + for file in '`ls cmd/**/Dockerfile`' 18:01:05 ++ dirname cmd/core-command/Dockerfile 18:01:05 ++ cut -d/ -f2 18:01:05 + echo core-command,cmd/core-command/Dockerfile 18:01:05 + for file in '`ls cmd/**/Dockerfile`' 18:01:05 ++ dirname cmd/core-data/Dockerfile 18:01:05 ++ cut -d/ -f2 18:01:05 + echo core-data,cmd/core-data/Dockerfile 18:01:05 + for file in '`ls cmd/**/Dockerfile`' 18:01:05 ++ dirname cmd/core-metadata/Dockerfile 18:01:05 ++ cut -d/ -f2 18:01:05 + echo core-metadata,cmd/core-metadata/Dockerfile 18:01:05 + for file in '`ls cmd/**/Dockerfile`' 18:01:05 ++ dirname cmd/security-bootstrapper/Dockerfile 18:01:05 ++ cut -d/ -f2 18:01:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:01:05 + for file in '`ls cmd/**/Dockerfile`' 18:01:05 ++ dirname cmd/security-proxy-setup/Dockerfile 18:01:05 ++ cut -d/ -f2 18:01:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:01:05 + for file in '`ls cmd/**/Dockerfile`' 18:01:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:01:05 ++ cut -d/ -f2 18:01:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:01:05 + for file in '`ls cmd/**/Dockerfile`' 18:01:05 ++ dirname cmd/support-notifications/Dockerfile 18:01:05 ++ cut -d/ -f2 18:01:05 + echo support-notifications,cmd/support-notifications/Dockerfile 18:01:05 + for file in '`ls cmd/**/Dockerfile`' 18:01:05 ++ dirname cmd/support-scheduler/Dockerfile 18:01:05 ++ cut -d/ -f2 18:01:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:01:05 + for file in '`ls cmd/**/Dockerfile`' 18:01:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:01:05 ++ cut -d/ -f2 18:01:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:01:05 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:01:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:01:06 18:01:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:01:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:01:06 latest: Pulling from edgex-devops/git-semver 18:01:06 31603596830f: Pulling fs layer 18:01:06 54011a49482f: Pulling fs layer 18:01:06 a6820b24f6d8: Pulling fs layer 18:01:06 f581987b2513: Pulling fs layer 18:01:06 f581987b2513: Waiting 18:01:06 54011a49482f: Verifying Checksum 18:01:06 54011a49482f: Download complete 18:01:06 31603596830f: Verifying Checksum 18:01:06 31603596830f: Download complete 18:01:06 f581987b2513: Verifying Checksum 18:01:06 f581987b2513: Download complete 18:01:06 a6820b24f6d8: Verifying Checksum 18:01:06 a6820b24f6d8: Download complete 18:01:07 31603596830f: Pull complete 18:01:07 54011a49482f: Pull complete 18:01:08 a6820b24f6d8: Pull complete 18:01:08 f581987b2513: Pull complete 18:01:08 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 18:01:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:01:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:01:08 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:01:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:01:11 $ docker top c0e7ffb627aab9aa1060744a0a2077261d4f447456690a5f50a4a4137b44cf1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:01:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:01:11 [ssh-agent] Looking for ssh-agent implementation... 18:01:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:01:11 $ docker exec c0e7ffb627aab9aa1060744a0a2077261d4f447456690a5f50a4a4137b44cf1a ssh-agent 18:01:11 SSH_AUTH_SOCK=/tmp/ssh-3srfsloJEKgF/agent.11 18:01:11 SSH_AGENT_PID=16 18:01:11 Running ssh-add (command line suppressed) 18:01:11 Identity added: /w/workspace/edgex-go/481@tmp/private_key_6668626975434959530.key (/w/workspace/edgex-go/481@tmp/private_key_6668626975434959530.key) 18:01:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:01:12 + git tag --points-at HEAD [Pipeline] } 18:01:12 $ docker exec --env ******** --env ******** c0e7ffb627aab9aa1060744a0a2077261d4f447456690a5f50a4a4137b44cf1a ssh-agent -k 18:01:12 unset SSH_AUTH_SOCK; 18:01:12 unset SSH_AGENT_PID; 18:01:12 echo Agent pid 16 killed; 18:01:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:01:12 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.0.0-dev.212' [Pipeline] sshagent 18:01:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:01:12 [ssh-agent] Looking for ssh-agent implementation... 18:01:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:01:12 $ docker exec c0e7ffb627aab9aa1060744a0a2077261d4f447456690a5f50a4a4137b44cf1a ssh-agent 18:01:12 SSH_AUTH_SOCK=/tmp/ssh-AMg2YTOjWUAW/agent.46 18:01:12 SSH_AGENT_PID=51 18:01:12 Running ssh-add (command line suppressed) 18:01:12 Identity added: /w/workspace/edgex-go/481@tmp/private_key_2195961001464263606.key (/w/workspace/edgex-go/481@tmp/private_key_2195961001464263606.key) 18:01:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:01:13 + git semver init 18:01:13 # -> Open(): unable to determine branch for HEAD 18:01:13 # $GIT_DIR = /w/workspace/edgex-go/481/.git 18:01:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/481 18:01:13 # $SEMVER_REMOTE_NAME = origin 18:01:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:01:13 # $SEMVER_USER_NAME = edgex-jenkins 18:01:13 # $SEMVER_BRANCH = master 18:01:13 # $SEMVER_TEMP = /tmp/semver-887999997 18:01:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:01:31 # '/tmp/semver-887999997' -> '/w/workspace/edgex-go/481/.semver' 18:01:31 # -> Force: false 18:01:31 # $SEMVER_DIR = /w/workspace/edgex-go/481/.semver [Pipeline] } 18:01:31 $ docker exec --env ******** --env ******** c0e7ffb627aab9aa1060744a0a2077261d4f447456690a5f50a4a4137b44cf1a ssh-agent -k 18:01:32 unset SSH_AUTH_SOCK; 18:01:32 unset SSH_AGENT_PID; 18:01:32 echo Agent pid 51 killed; 18:01:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:01:32 + git semver [Pipeline] } 18:01:32 $ docker stop --time=1 c0e7ffb627aab9aa1060744a0a2077261d4f447456690a5f50a4a4137b44cf1a 18:01:34 $ docker rm -f c0e7ffb627aab9aa1060744a0a2077261d4f447456690a5f50a4a4137b44cf1a [Pipeline] // withDockerContainer [Pipeline] sh 18:01:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:01:35 Stashed 1 file(s) [Pipeline] echo 18:01:35 [edgeXSemver]: initialized semver on version 2.0.0-dev.213 [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 18:01:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:01:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:01:36 + sudo service docker restart 18:01:36 + true 18:01:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:01:36 ========================================================= 18:01:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:01:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:01:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 18:01:41 Sending build context to Docker daemon 330.2MB 18:01:41 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 18:01:41 Step 2/6 : FROM ${BASE} 18:01:41 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:01:41 540db60ca938: Pulling fs layer 18:01:41 adcc1eea9eea: Pulling fs layer 18:01:41 4c4ab2625f07: Pulling fs layer 18:01:41 0510c868ecb4: Pulling fs layer 18:01:41 afea3b2eda06: Pulling fs layer 18:01:41 7809a108b3ef: Pulling fs layer 18:01:41 f706445af74f: Pulling fs layer 18:01:41 afea3b2eda06: Waiting 18:01:41 7809a108b3ef: Waiting 18:01:41 f706445af74f: Waiting 18:01:41 0510c868ecb4: Waiting 18:01:41 4c4ab2625f07: Verifying Checksum 18:01:41 4c4ab2625f07: Download complete 18:01:41 adcc1eea9eea: Verifying Checksum 18:01:41 adcc1eea9eea: Download complete 18:01:41 afea3b2eda06: Verifying Checksum 18:01:41 afea3b2eda06: Download complete 18:01:41 7809a108b3ef: Verifying Checksum 18:01:41 7809a108b3ef: Download complete 18:01:41 540db60ca938: Verifying Checksum 18:01:41 540db60ca938: Download complete 18:01:41 540db60ca938: Pull complete 18:01:42 adcc1eea9eea: Pull complete 18:01:42 4c4ab2625f07: Pull complete 18:01:43 f706445af74f: Verifying Checksum 18:01:43 f706445af74f: Download complete 18:01:44 0510c868ecb4: Verifying Checksum 18:01:44 0510c868ecb4: Download complete 18:01:50 Still waiting to schedule task 18:01:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:01:51 0510c868ecb4: Pull complete 18:01:51 afea3b2eda06: Pull complete 18:01:51 7809a108b3ef: Pull complete 18:01:55 f706445af74f: Pull complete 18:01:55 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 18:01:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:01:55 ---> b068be0155e3 18:01:55 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 18:01:55 ---> Running in fbcb41803170 18:01:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:01:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:01:57 (1/12) Installing libmagic (5.39-r0) 18:01:58 (2/12) Installing file (5.39-r0) 18:01:58 (3/12) Installing libc-dev (0.7.2-r3) 18:01:58 (4/12) Installing g++ (10.2.1_pre1-r3) 18:02:03 (5/12) Installing fortify-headers (1.1-r0) 18:02:03 (6/12) Installing patch (2.7.6-r6) 18:02:03 (7/12) Installing build-base (0.5-r2) 18:02:03 (8/12) Installing libsodium (1.0.18-r0) 18:02:03 (9/12) Installing pkgconf (1.7.3-r0) 18:02:03 (10/12) Installing libsodium-dev (1.0.18-r0) 18:02:03 (11/12) Installing libzmq (4.3.3-r1) 18:02:04 (12/12) Installing zeromq-dev (4.3.3-r1) 18:02:04 Executing busybox-1.32.1-r6.trigger 18:02:04 OK: 219 MiB in 52 packages 18:02:08 Removing intermediate container fbcb41803170 18:02:08 ---> 1a3f11759eca 18:02:08 Step 4/6 : WORKDIR /edgex-go 18:02:08 ---> Running in ad2dd279a930 18:02:08 Removing intermediate container ad2dd279a930 18:02:08 ---> 30d0e20ad253 18:02:08 Step 5/6 : COPY go.mod . 18:02:08 ---> ecbe26488635 18:02:08 Step 6/6 : RUN go mod download 18:02:08 ---> Running in 83c0d0564214 18:02:30 Removing intermediate container 83c0d0564214 18:02:30 ---> ffca0c6ce7f9 18:02:30 Successfully built ffca0c6ce7f9 18:02:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:02:31 + docker inspect -f . ci-base-image-x86_64 18:02:31 . [Pipeline] withDockerContainer 18:02:31 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:02:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:02:32 $ docker top 04f42ab7d6e48e23ae464dd34aade101effaed5f27432e07971d241ef8c066c7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:02:32 + go version 18:02:32 go version go1.16.3 linux/amd64 [Pipeline] } 18:02:32 $ docker stop --time=1 04f42ab7d6e48e23ae464dd34aade101effaed5f27432e07971d241ef8c066c7 18:02:34 $ docker rm -f 04f42ab7d6e48e23ae464dd34aade101effaed5f27432e07971d241ef8c066c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:02:34 + docker inspect -f . ci-base-image-x86_64 18:02:34 . [Pipeline] withDockerContainer 18:02:34 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:02:34 $ 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/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:02:35 $ docker top 35b8ae29dd2e8eafb1174f9d8a4b69d6801258b66272618042a8548e00371838 -eo pid,comm [Pipeline] { [Pipeline] echo 18:02:35 ========================================================= 18:02:35 [edgeXBuildGoParallel] Running Tests and Build... 18:02:35 ========================================================= [Pipeline] sh 18:02:35 + go mod tidy [Pipeline] sh 18:02:38 + make test 18:02:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:02:48 ? github.com/edgexfoundry/edgex-go [no test files] 18:03:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:03:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:03:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:03:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:03:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:03:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:03:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:03:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:03:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:03:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:03:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:03:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:03:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:03:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.143s coverage: 45.9% of statements 18:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:03:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.072s coverage: 28.7% of statements 18:03:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.105s coverage: 100.0% of statements 18:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.215s coverage: 27.8% of statements 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.110s coverage: 81.2% of statements 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:03:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 71.3% of statements 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:03:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.185s coverage: 87.7% of statements 18:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:03:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.079s coverage: 78.9% of statements 18:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.196s coverage: 97.5% of statements 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:03:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.370s coverage: 95.1% of statements 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:03:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:03:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.9% of statements 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:03:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.079s coverage: 22.0% of statements 18:03:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:03:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements 18:03:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements 18:03:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 18:03:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 18:03:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 18:03:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4557 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 18:03:41 Running in /w/workspace/edgex-go/481 [Pipeline] { [Pipeline] checkout 18:03:46 using credential edgex-jenkins-ssh 18:03:46 Cloning the remote Git repository 18:03:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:03:46 > git init /w/workspace/edgex-go/481 # timeout=10 18:03:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:03:46 > git --version # timeout=10 18:03:47 > git --version # 'git version 2.17.1' 18:03:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:03:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 18:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 18:03:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.268s coverage: 81.8% of statements 18:03:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.050s coverage: 87.2% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.0% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.099s coverage: 87.2% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.111s coverage: 91.2% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 64.4% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 66.9% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.199s coverage: 43.4% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.063s coverage: 22.7% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 92.6% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.797s coverage: 28.7% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.065s coverage: 64.6% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.147s coverage: 97.6% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:04:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 18:04:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:04:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:04:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 18:04:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 18:04:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 18:04:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.029s coverage: 85.7% of statements 18:04:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 18:04:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 18:04:02 GO111MODULE=on go vet ./... 18:04:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:04:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:04:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:04:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:04:02 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:04:03 Checking out Revision f1ea93c16db09b36626d9198e09713e38083a332 (master) 18:04:03 > git config core.sparsecheckout # timeout=10 18:04:03 > git checkout -f f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 18:04:08 Commit message: "ci: update local docker image names (#3428)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:04:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:04:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:04:10 + + true 18:04:10 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:04:12 provisioning config files... 18:04:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/481@tmp/config4216887971382439638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:04:12 ---> docker-login.sh 18:04:12 nexus3.edgexfoundry.org:10001 18:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:14 Configure a credential helper to remove this warning. See 18:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:14 18:04:14 Login Succeeded 18:04:14 nexus3.edgexfoundry.org:10002 18:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:14 Configure a credential helper to remove this warning. See 18:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:14 18:04:14 Login Succeeded 18:04:14 nexus3.edgexfoundry.org:10003 18:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:15 Configure a credential helper to remove this warning. See 18:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:15 18:04:15 Login Succeeded 18:04:15 nexus3.edgexfoundry.org:10004 18:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:15 Configure a credential helper to remove this warning. See 18:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:15 18:04:15 Login Succeeded 18:04:15 docker.io 18:04:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:16 Configure a credential helper to remove this warning. See 18:04:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:16 18:04:16 Login Succeeded 18:04:16 ---> docker-login.sh ends [Pipeline] } 18:04:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:04:16 ========================================================= 18:04:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 18:04:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:04:17 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 18:04:19 Sending build context to Docker daemon 167.7MB 18:04:19 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 18:04:19 Step 2/6 : FROM ${BASE} 18:04:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:04:19 595b0fe564bb: Pulling fs layer 18:04:19 7186ed65a4f7: Pulling fs layer 18:04:19 316046926c0a: Pulling fs layer 18:04:19 4ebd0625c992: Pulling fs layer 18:04:19 207e8628e3a3: Pulling fs layer 18:04:19 c791037a9be2: Pulling fs layer 18:04:19 ffd874e62e21: Pulling fs layer 18:04:19 4ebd0625c992: Waiting 18:04:19 207e8628e3a3: Waiting 18:04:19 c791037a9be2: Waiting 18:04:19 ffd874e62e21: Waiting 18:04:19 316046926c0a: Verifying Checksum 18:04:19 316046926c0a: Download complete 18:04:19 7186ed65a4f7: Verifying Checksum 18:04:19 7186ed65a4f7: Download complete 18:04:19 207e8628e3a3: Verifying Checksum 18:04:19 207e8628e3a3: Download complete 18:04:19 c791037a9be2: Verifying Checksum 18:04:19 c791037a9be2: Download complete 18:04:19 595b0fe564bb: Verifying Checksum 18:04:19 595b0fe564bb: Download complete 18:04:20 595b0fe564bb: Pull complete 18:04:21 7186ed65a4f7: Pull complete 18:04:21 316046926c0a: Pull complete 18:04:21 ffd874e62e21: Verifying Checksum 18:04:21 ffd874e62e21: Download complete 18:04:22 4ebd0625c992: Verifying Checksum 18:04:22 4ebd0625c992: Download complete 18:04:32 4ebd0625c992: Pull complete 18:04:33 207e8628e3a3: Pull complete 18:04:33 c791037a9be2: Pull complete 18:04:36 ffd874e62e21: Pull complete 18:04:37 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 18:04:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:04:37 ---> cfc18b08335c 18:04:37 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 18:04:40 ---> Running in c62bd7db4f6a 18:04:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:04:42 gofmt -l . 18:04:42 [ "`gofmt -l .`" = "" ] 18:04:42 ./bin/test-go-mod-tidy.sh 18:04:42 ./bin/test-attribution-txt.sh [Pipeline] sh 18:04:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:04:42 + ls -al . 18:04:42 total 828 18:04:42 drwxrwxr-x 10 1001 1001 4096 May 11 18:04 . 18:04:42 drwxr-xr-x 4 root root 32 May 11 18:02 .. 18:04:42 -rw-rw-r-- 1 1001 1001 11 May 11 18:00 .dockerignore 18:04:42 drwxrwxr-x 8 1001 1001 162 May 11 18:00 .git 18:04:42 drwxrwxr-x 3 1001 1001 125 May 11 18:00 .github 18:04:42 -rw-rw-r-- 1 1001 1001 818 May 11 18:00 .gitignore 18:04:42 drwx------ 3 1001 1001 45 May 11 18:01 .semver 18:04:42 -rw-rw-r-- 1 1001 1001 166 May 11 18:00 .sonarcloud.properties 18:04:42 -rw-rw-r-- 1 1001 1001 8609 May 11 18:00 Attribution.txt 18:04:42 -rw-rw-r-- 1 1001 1001 3804 May 11 18:00 CONTRIBUTING.md 18:04:42 -rw-rw-r-- 1 1001 1001 931 May 11 18:00 Dockerfile.build 18:04:42 -rw-rw-r-- 1 1001 1001 863 May 11 18:00 Jenkinsfile 18:04:42 -rw-rw-r-- 1 1001 1001 10775 May 11 18:00 LICENSE 18:04:42 -rw-rw-r-- 1 1001 1001 5594 May 11 18:00 Makefile 18:04:42 -rw-rw-r-- 1 1001 1001 7978 May 11 18:00 README.md 18:04:42 -rw-rw-r-- 1 1001 1001 6755 May 11 18:00 SECURITY.md 18:04:42 -rw-rw-r-- 1 1001 1001 13 May 11 18:01 VERSION 18:04:42 -rw-rw-r-- 1 1001 1001 4131 May 11 18:00 ZMQWindows.md 18:04:42 drwxrwxr-x 2 1001 1001 117 May 11 18:00 bin 18:04:42 drwxrwxr-x 14 1001 1001 4096 May 11 18:00 cmd 18:04:42 -rw-r--r-- 1 root root 720868 May 11 18:04 coverage.out 18:04:42 -rw-r--r-- 1 root root 1060 May 11 18:04 go.mod 18:04:42 -rw-r--r-- 1 root root 21595 May 11 18:02 go.sum 18:04:42 drwxrwxr-x 8 1001 1001 127 May 11 18:00 internal 18:04:42 drwxrwxr-x 4 1001 1001 26 May 11 18:00 openapi 18:04:42 drwxrwxr-x 4 1001 1001 71 May 11 18:00 snap 18:04:42 -rw-rw-r-- 1 1001 1001 168 May 11 18:00 version.go [Pipeline] sh 18:04:42 + '[' -e coverage.out ] 18:04:42 + chown 1001:1001 coverage.out [Pipeline] stash 18:04:43 Stashed 1 file(s) [Pipeline] sh 18:04:43 + make build 18:04:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/core-data/core-data ./cmd/core-data 18:04:43 (1/12) Installing libmagic (5.39-r0) 18:04:43 (2/12) Installing file (5.39-r0) 18:04:43 (3/12) Installing libc-dev (0.7.2-r3) 18:04:43 (4/12) Installing g++ (10.2.1_pre1-r3) 18:04:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:04:50 (5/12) Installing fortify-headers (1.1-r0) 18:04:50 (6/12) Installing patch (2.7.6-r6) 18:04:50 (7/12) Installing build-base (0.5-r2) 18:04:50 (8/12) Installing libsodium (1.0.18-r0) 18:04:50 (9/12) Installing pkgconf (1.7.3-r0) 18:04:50 (10/12) Installing libsodium-dev (1.0.18-r0) 18:04:50 (11/12) Installing libzmq (4.3.3-r1) 18:04:50 (12/12) Installing zeromq-dev (4.3.3-r1) 18:04:50 Executing busybox-1.32.1-r6.trigger 18:04:50 OK: 218 MiB in 52 packages 18:04:54 Removing intermediate container c62bd7db4f6a 18:04:54 ---> 32a5b6e554c4 18:04:54 Step 4/6 : WORKDIR /edgex-go 18:04:54 ---> Running in 37c102a367d9 18:04:55 Removing intermediate container 37c102a367d9 18:04:55 ---> e3f12086805a 18:04:55 Step 5/6 : COPY go.mod . 18:04:55 ---> 567d0cf40b28 18:04:55 Step 6/6 : RUN go mod download 18:04:56 ---> Running in 48ff57baa755 18:04:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/core-command/core-command ./cmd/core-command 18:04:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:04:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:04:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:05:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:05:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:05:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:05:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:05:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/secrets-config ./cmd/secrets-config 18:05:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:05:09 $ docker stop --time=1 35b8ae29dd2e8eafb1174f9d8a4b69d6801258b66272618042a8548e00371838 18:05:11 $ docker rm -f 35b8ae29dd2e8eafb1174f9d8a4b69d6801258b66272618042a8548e00371838 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:05:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:05:13 18:05:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:05:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:05:13 latest: Pulling from edgex-devops/edgex-compose 18:05:13 cbdbe7a5bc2a: Pulling fs layer 18:05:13 ca9280d653b3: Pulling fs layer 18:05:13 7e9c9ca2126c: Pulling fs layer 18:05:13 cbdbe7a5bc2a: Verifying Checksum 18:05:13 cbdbe7a5bc2a: Download complete 18:05:13 ca9280d653b3: Verifying Checksum 18:05:13 ca9280d653b3: Download complete 18:05:13 cbdbe7a5bc2a: Pull complete 18:05:14 ca9280d653b3: Pull complete 18:05:14 7e9c9ca2126c: Download complete 18:05:22 Removing intermediate container 48ff57baa755 18:05:22 ---> 2458bbb41fb2 18:05:22 Successfully built 2458bbb41fb2 18:05:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:05:23 7e9c9ca2126c: Pull complete 18:05:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:05:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:05:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:05:23 + docker inspect -f . ci-base-image-arm64 18:05:23 . 18:05:23 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:05:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:05:24 $ docker top a0a0ba066e4479d8a5bfb19d1536532d0df7208478f58adef026c259598006b1 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 18:05:24 prd-ubuntu18.04-docker-arm64-4c-16g-4557 does not seem to be running inside a container 18:05:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:05:26 $ docker top e4a90c59f9024c6e47cb7b8179019655065e5f2ee9f533a46c564afcc485e818 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 18:05:26 + docker-compose build --help 18:05:26 + grep parallel 18:05:27 + go version 18:05:27 go version go1.16.3 linux/arm64 [Pipeline] } 18:05:27 $ docker stop --time=1 e4a90c59f9024c6e47cb7b8179019655065e5f2ee9f533a46c564afcc485e818 18:05:27 --parallel Build images in parallel. 18:05:29 $ docker rm -f e4a90c59f9024c6e47cb7b8179019655065e5f2ee9f533a46c564afcc485e818 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 18:05:29 $ docker stop --time=1 a0a0ba066e4479d8a5bfb19d1536532d0df7208478f58adef026c259598006b1 18:05:30 $ docker rm -f a0a0ba066e4479d8a5bfb19d1536532d0df7208478f58adef026c259598006b1 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] writeFile Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:05:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:05:31 . [Pipeline] withDockerContainer 18:05:31 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:05:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:05:31 18:05:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:05:31 $ 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/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@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 18:05:32 $ docker top 8c621692962546b6c76f5ed8a4fa41bcd159c7f4613dbe09e67f7acb200cc7b9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:05:32 + docker-compose -f ./docker-compose-build.yml build --parallel 18:05:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:05:32 latest: Pulling from edgex-devops/edgex-compose-arm64 18:05:32 29e5d40040c1: Pulling fs layer 18:05:32 1ce36da41761: Pulling fs layer 18:05:32 25b303627fd3: Pulling fs layer 18:05:33 29e5d40040c1: Verifying Checksum 18:05:33 29e5d40040c1: Download complete 18:05:33 Building core-command ... 18:05:33 Building core-data ... 18:05:33 Building core-metadata ... 18:05:33 Building security-bootstrapper ... 18:05:33 Building security-proxy-setup ... 18:05:33 Building security-secretstore-setup ... 18:05:33 Building support-notifications ... 18:05:33 Building support-scheduler ... 18:05:33 Building sys-mgmt-agent ... 18:05:33 Building support-scheduler 18:05:33 Building security-proxy-setup 18:05:33 Building sys-mgmt-agent 18:05:33 Building security-secretstore-setup 18:05:33 Building core-command 18:05:33 1ce36da41761: Verifying Checksum 18:05:33 1ce36da41761: Download complete 18:05:33 29e5d40040c1: Pull complete 18:05:35 1ce36da41761: Pull complete 18:05:35 25b303627fd3: Verifying Checksum 18:05:35 25b303627fd3: Download complete 18:05:45 25b303627fd3: Pull complete 18:05:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:05:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:05:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:05:45 prd-ubuntu18.04-docker-arm64-4c-16g-4557 does not seem to be running inside a container 18:05:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:05:48 $ docker top 38111aea99561dda2e888a5438f319af7bf035f8420d985ff7bd39cb843f9d8e -eo pid,comm [Pipeline] { [Pipeline] sh 18:05:49 + docker-compose build --help 18:05:49 + grep parallel 18:05:53 --parallel Build images in parallel. [Pipeline] } 18:05:53 $ docker stop --time=1 38111aea99561dda2e888a5438f319af7bf035f8420d985ff7bd39cb843f9d8e 18:05:55 $ docker rm -f 38111aea99561dda2e888a5438f319af7bf035f8420d985ff7bd39cb843f9d8e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:05:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:05:55 . [Pipeline] withDockerContainer 18:05:56 prd-ubuntu18.04-docker-arm64-4c-16g-4557 does not seem to be running inside a container 18:05:56 $ 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/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@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 18:05:57 $ docker top b931e3d3cf7474564f01c1be5aa43fb2b4c3b306f396ed50acc59ec2ee9308f0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:05:58 + docker-compose -f ./docker-compose-build.yml build --parallel 18:06:01 Building core-command ... 18:06:01 Building core-data ... 18:06:01 Building core-metadata ... 18:06:01 Building security-bootstrapper ... 18:06:01 Building security-proxy-setup ... 18:06:01 Building security-secretstore-setup ... 18:06:01 Building support-notifications ... 18:06:01 Building support-scheduler ... 18:06:01 Building sys-mgmt-agent ... 18:06:01 Building support-scheduler 18:06:01 Building core-metadata 18:06:01 Building core-command 18:06:01 Building sys-mgmt-agent 18:06:01 Building security-bootstrapper 18:06:05 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:06:05 ---> ffca0c6ce7f9 18:06:05 Step 3/24 : WORKDIR /edgex-go 18:06:05 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:06:05 ---> ffca0c6ce7f9 18:06:05 Step 3/24 : WORKDIR /edgex-go 18:06:05 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:06:05 ---> ffca0c6ce7f9 18:06:05 Step 3/26 : WORKDIR /edgex-go 18:06:05 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:06:05 ---> ffca0c6ce7f9 18:06:05 Step 3/22 : WORKDIR /edgex-go 18:06:05 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:06:05 ---> ffca0c6ce7f9 18:06:05 Step 3/23 : WORKDIR /edgex-go 18:06:06 ---> Running in 509766fa869f 18:06:06 ---> Running in be2598f1537e 18:06:06 ---> Running in 099050f38e8c 18:06:06 ---> Running in e2a38fa673d8 18:06:06 ---> Running in df3491936a89 18:06:06 Removing intermediate container 509766fa869f 18:06:06 ---> 31163e5ca1b5 18:06:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:06 Removing intermediate container be2598f1537e 18:06:06 ---> d25366fad806 18:06:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:06 Removing intermediate container df3491936a89 18:06:06 ---> ed96b9fe9bb0 18:06:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:06 Removing intermediate container e2a38fa673d8 18:06:06 ---> 9047fb12876d 18:06:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:06 Removing intermediate container 099050f38e8c 18:06:06 ---> 49f67feef7f5 18:06:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:07 ---> Running in 66625285f9c1 18:06:07 ---> Running in 12ab1593624d 18:06:07 ---> Running in bf7532568b8b 18:06:07 ---> Running in a38f8daeaa13 18:06:07 ---> Running in a3dca77fcbd9 18:06:09 Removing intermediate container bf7532568b8b 18:06:09 ---> 3dd1a4b50b7b 18:06:09 Step 5/26 : RUN apk add --update --no-cache make git 18:06:09 Removing intermediate container 12ab1593624d 18:06:09 ---> fa9b16d94fd8 18:06:09 Step 5/24 : RUN apk add --update --no-cache make bash git 18:06:09 ---> Running in e76d9e348dd8 18:06:09 ---> Running in 6c5391157d54 18:06:09 Removing intermediate container 66625285f9c1 18:06:09 ---> f4847c293a94 18:06:09 Step 5/22 : RUN apk add --update --no-cache make git 18:06:09 Removing intermediate container a38f8daeaa13 18:06:09 ---> 1746c1631f3f 18:06:09 Step 5/24 : RUN apk add --update --no-cache make git 18:06:09 Removing intermediate container a3dca77fcbd9 18:06:09 ---> 29e2ed1d1a49 18:06:09 Step 5/23 : RUN apk add --update --no-cache make git 18:06:09 ---> Running in 092beb30efe8 18:06:09 ---> Running in 39aaeec106d2 18:06:10 ---> Running in 91274189a4cb 18:06:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:06:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:06:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:06:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:06:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:06:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:06:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:06:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:06:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:06:11 OK: 219 MiB in 52 packages 18:06:11 OK: 219 MiB in 52 packages 18:06:12 OK: 219 MiB in 52 packages 18:06:12 OK: 219 MiB in 52 packages 18:06:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:06:12 OK: 219 MiB in 52 packages 18:06:12 Removing intermediate container 39aaeec106d2 18:06:12 ---> f651d6743077 18:06:12 Step 6/24 : COPY go.mod . 18:06:12 Removing intermediate container e76d9e348dd8 18:06:12 ---> cdf0c31663a2 18:06:12 Step 6/26 : COPY go.mod . 18:06:12 Removing intermediate container 6c5391157d54 18:06:12 ---> dbc29f3f774a 18:06:12 Step 6/24 : COPY go.mod . 18:06:12 Removing intermediate container 092beb30efe8 18:06:12 ---> fc5c61ac08bc 18:06:12 Step 6/22 : COPY go.mod . 18:06:13 ---> 78f4b9b2889b 18:06:13 Step 7/24 : RUN go mod download 18:06:13 ---> addda5e68056 18:06:13 Step 7/26 : RUN go mod download 18:06:13 ---> Running in 451df9b0a155 18:06:13 ---> Running in 120a3539b24d 18:06:13 ---> 4f5e18928e7f 18:06:13 Step 7/24 : RUN go mod download 18:06:13 ---> c0ae2e21f1b4 18:06:13 Step 7/22 : RUN go mod download 18:06:13 Removing intermediate container 91274189a4cb 18:06:13 ---> e4b385aac9e5 18:06:13 Step 6/23 : COPY go.mod . 18:06:13 ---> Running in efcd18a59f66 18:06:13 ---> Running in 647b942cd386 18:06:13 ---> 3f13a51889b5 18:06:13 Step 7/23 : RUN go mod download 18:06:14 ---> Running in 10198d6da59b 18:06:15 Removing intermediate container 451df9b0a155 18:06:15 ---> 082c5ffe4dae 18:06:15 Step 8/24 : COPY . . 18:06:15 Removing intermediate container 120a3539b24d 18:06:15 ---> 4d38c0442d43 18:06:15 Step 8/26 : COPY . . 18:06:15 Removing intermediate container efcd18a59f66 18:06:15 ---> 975816df0f98 18:06:15 Step 8/24 : COPY . . 18:06:15 Removing intermediate container 10198d6da59b 18:06:15 ---> b906fdf54384 18:06:15 Step 8/23 : COPY . . 18:06:17 Removing intermediate container 647b942cd386 18:06:17 ---> 17e0188ad123 18:06:17 Step 8/22 : COPY . . 18:06:56 ---> fcd9de99936f 18:06:56 ---> 9317ee164994 18:06:56 Step 9/26 : RUN go mod tidyStep 9/24 : RUN go mod tidy 18:06:56 18:06:56 ---> 84d314f0f144 18:06:56 Step 9/23 : RUN go mod tidy 18:06:57 ---> 5a6a37c8c1d9 18:06:57 Step 9/24 : RUN go mod tidy 18:06:57 ---> Running in e7cecdef6e94 18:06:57 ---> Running in aeb4ad980f72 18:06:57 ---> Running in 3a226d98a4cc 18:06:57 ---> e4ed8a0a8fea 18:06:57 Step 9/22 : RUN go mod tidy 18:06:57 ---> Running in 3aa04793a991 18:06:57 ---> Running in 7662fae5c2b4 18:06:58 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:06:58 ---> 2458bbb41fb2 18:06:58 Step 3/24 : WORKDIR /edgex-go 18:06:58 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:06:58 ---> 2458bbb41fb2 18:06:58 Step 3/24 : WORKDIR /edgex-go 18:06:58 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:06:58 ---> 2458bbb41fb2 18:06:58 Step 3/23 : WORKDIR /edgex-go 18:06:58 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:58 Step 2/32 : FROM ${BUILDER_BASE} AS builder 18:06:58 ---> 2458bbb41fb2 18:06:58 Step 3/32 : WORKDIR /edgex-go 18:06:58 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:06:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:06:58 ---> 2458bbb41fb2 18:06:58 Step 3/24 : WORKDIR /edgex-go 18:06:58 ---> Running in 48d305e650da 18:06:58 ---> Running in 1592ab11827f 18:06:58 ---> Running in b3d6a6acddc0 18:06:58 ---> Running in b97e289ba6e5 18:06:58 ---> Running in c06250edc72e 18:06:58 Removing intermediate container c06250edc72e 18:06:58 ---> d99daea3ffb1 18:06:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:58 Removing intermediate container 1592ab11827f 18:06:58 ---> 37d208c3f1ac 18:06:58 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:58 Removing intermediate container b97e289ba6e5 18:06:58 ---> e2c0495de82b 18:06:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:58 Removing intermediate container b3d6a6acddc0 18:06:58 ---> 4170c82d6cf8 18:06:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:58 Removing intermediate container 48d305e650da 18:06:58 ---> 672bc69c748d 18:06:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:58 ---> Running in c3e95d11103f 18:06:58 ---> Running in dcf054f0b103 18:06:58 ---> Running in 337736f866a9 18:06:58 ---> Running in 8849acf1d5a7 18:06:58 ---> Running in 1dee43877faa 18:06:59 Removing intermediate container c3e95d11103f 18:06:59 ---> 501ce588df0e 18:06:59 Step 5/32 : RUN apk add --update --no-cache make git 18:06:59 ---> Running in 0a1be98e8989 18:06:59 Removing intermediate container 1dee43877faa 18:06:59 ---> 57fcb8308579 18:06:59 Step 5/23 : RUN apk add --update --no-cache make git 18:07:00 Removing intermediate container 337736f866a9 18:07:00 ---> 35eee58289a6 18:07:00 Step 5/24 : RUN apk add --update --no-cache make git 18:07:00 ---> Running in 323a9ff0eb47 18:07:00 ---> Running in 98622d537a9c 18:07:00 Removing intermediate container 8849acf1d5a7 18:07:00 ---> 310f5ec4093f 18:07:00 Step 5/24 : RUN apk add --update --no-cache make git 18:07:00 Removing intermediate container dcf054f0b103 18:07:00 ---> 309c0313be4e 18:07:00 Step 5/24 : RUN apk add --update --no-cache make bash git 18:07:00 ---> Running in 6d7d08405bce 18:07:00 ---> Running in bfb5795d40a2 18:07:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:07:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:07:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:07:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:07:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:07:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:07:02 Removing intermediate container 7662fae5c2b4 18:07:02 ---> 6ec42c626091 18:07:02 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:07:02 Removing intermediate container 3aa04793a991 18:07:02 ---> c703dbc461ab 18:07:02 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:07:02 Removing intermediate container aeb4ad980f72 18:07:02 ---> 2f324423f586 18:07:02 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 18:07:02 Removing intermediate container e7cecdef6e94 18:07:02 ---> 278864672470 18:07:02 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:07:02 Removing intermediate container 3a226d98a4cc 18:07:02 ---> 29c7d17113b7 18:07:02 Step 10/24 : RUN make cmd/core-command/core-command 18:07:02 ---> Running in 6f92adc496a5 18:07:02 ---> Running in 86032df8c8b1 18:07:02 ---> Running in 40913adfcfd7 18:07:02 ---> Running in ce70aa57004a 18:07:02 ---> Running in 6a5e191651ce 18:07:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:07:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:07:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:07:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:07:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:07:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:07:03 OK: 218 MiB in 52 packages 18:07:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:07:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/core-command/core-command ./cmd/core-command 18:07:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:07:04 OK: 218 MiB in 52 packages 18:07:04 OK: 218 MiB in 52 packages 18:07:04 OK: 218 MiB in 52 packages 18:07:04 OK: 218 MiB in 52 packages 18:07:05 Removing intermediate container 0a1be98e8989 18:07:05 ---> e63262c67577 18:07:05 Step 6/32 : COPY go.mod . 18:07:06 ---> 97656782c643 18:07:06 Step 7/32 : RUN go mod download 18:07:06 Removing intermediate container 323a9ff0eb47 18:07:06 ---> f8721a6cd38a 18:07:06 Step 6/23 : COPY go.mod . 18:07:06 Removing intermediate container 98622d537a9c 18:07:06 ---> 4963385af0a0 18:07:06 Step 6/24 : COPY go.mod . 18:07:06 ---> Running in ff6d68d53b97 18:07:06 Removing intermediate container 6d7d08405bce 18:07:06 ---> 2f1bcef8c979 18:07:06 Step 6/24 : COPY go.mod . 18:07:06 Removing intermediate container bfb5795d40a2 18:07:06 ---> 604d32ba0c5d 18:07:06 Step 6/24 : COPY go.mod . 18:07:07 ---> 131242512c71 18:07:07 ---> 8fc7f9df80ce 18:07:07 Step 7/23 : RUN go mod downloadStep 7/24 : RUN go mod download 18:07:07 18:07:07 ---> Running in ae2db3964570 18:07:07 ---> Running in 9d84da7c4ffa 18:07:08 ---> fb40d26e3f2f 18:07:08 Step 7/24 : RUN go mod download 18:07:08 ---> 8dbb4ba36a62 18:07:08 Step 7/24 : RUN go mod download 18:07:08 ---> Running in 0a70b1a8cfef 18:07:08 ---> Running in 9d5acfc6408e 18:07:10 Removing intermediate container ff6d68d53b97 18:07:10 ---> d54515d74343 18:07:10 Step 8/32 : COPY . . 18:07:12 Removing intermediate container 9d84da7c4ffa 18:07:12 ---> 937c44278af3 18:07:12 Step 8/23 : COPY . . 18:07:13 Removing intermediate container ae2db3964570 18:07:13 ---> f320092a5e38 18:07:13 Step 8/24 : COPY . . 18:07:13 Removing intermediate container 0a70b1a8cfef 18:07:13 ---> 3d3c2cb33312 18:07:13 Step 8/24 : COPY . . 18:07:13 Removing intermediate container 9d5acfc6408e 18:07:13 ---> e437dd0c48f4 18:07:13 Step 8/24 : COPY . . 18:07:31 ---> b72b777276b0 18:07:31 Step 9/32 : RUN go mod tidy 18:07:31 ---> Running in eaf17c7393a7 18:07:31 ---> be68a0d57ce9 18:07:31 Step 9/23 : RUN go mod tidy 18:07:31 ---> 25c7a5797216 18:07:31 Step 9/24 : RUN go mod tidy 18:07:31 ---> b4a50ef2ff83 18:07:31 Step 9/24 : RUN go mod tidy 18:07:31 ---> Running in 455f7e5ee5c9 18:07:31 ---> Running in 9bb6c67c00db 18:07:31 ---> Running in 2b7aec144c33 18:07:32 ---> a1cb335f3e02 18:07:32 Step 9/24 : RUN go mod tidy 18:07:32 ---> Running in c7f58fa105cd 18:07:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/secrets-config ./cmd/secrets-config 18:07:37 Removing intermediate container eaf17c7393a7 18:07:37 ---> d8f9589eecb9 18:07:37 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:07:37 ---> Running in 8e6e542a7aff 18:07:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:07:39 Removing intermediate container 455f7e5ee5c9 18:07:39 ---> 16e197db79fd 18:07:39 Step 10/24 : RUN make cmd/core-command/core-command 18:07:39 ---> Running in 100c538cc5d0 18:07:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:07:39 Removing intermediate container 2b7aec144c33 18:07:39 ---> 8b1799ca2c8d 18:07:39 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 18:07:39 ---> Running in e74acccec021 18:07:40 Removing intermediate container 9bb6c67c00db 18:07:40 ---> 9925c0890e93 18:07:40 Step 10/24 : RUN make cmd/core-metadata/core-metadata 18:07:40 ---> Running in 7f9089ee3122 18:07:40 Removing intermediate container c7f58fa105cd 18:07:40 ---> 8a25361f9194 18:07:40 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:07:41 ---> Running in 099ec7e75d69 18:07:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/core-command/core-command ./cmd/core-command 18:07:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:07:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:07:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:07:49 Removing intermediate container ce70aa57004a 18:07:49 ---> 2e4d71d7c5ea 18:07:49 18:07:49 Step 11/26 : FROM alpine:3.12 18:07:49 Removing intermediate container 86032df8c8b1 18:07:49 ---> 398d83feb9ee 18:07:49 18:07:49 Step 11/22 : FROM alpine:3.12 18:07:49 3.12: Pulling from library/alpine 18:07:49 3.12: Pulling from library/alpine 18:07:49 Removing intermediate container 6f92adc496a5 18:07:49 ---> c92ed1a2eee6 18:07:49 18:07:49 Step 11/23 : FROM alpine:3.12 18:07:49 Removing intermediate container 40913adfcfd7 18:07:49 ---> 5fa592cb49f7 18:07:49 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:07:49 Removing intermediate container 6a5e191651ce 18:07:49 ---> 804ff89c9987 18:07:49 18:07:49 Step 11/24 : FROM alpine:3.12 18:07:49 3.12: Pulling from library/alpine 18:07:49 3.12: Pulling from library/alpine 18:07:49 ---> Running in 393a98308c82 18:07:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:07:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:07:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:07:49 Status: Downloaded newer image for alpine:3.12 18:07:49 Status: Downloaded newer image for alpine:3.12 18:07:49 Status: Image is up to date for alpine:3.12 18:07:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:07:49 Status: Image is up to date for alpine:3.12 18:07:49 ---> 13621d1b12d4 18:07:49 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:07:49 ---> 13621d1b12d4 18:07:49 Step 12/22 : RUN apk add --update --no-cache curl 18:07:49 ---> 13621d1b12d4 18:07:49 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:07:49 ---> 13621d1b12d4 18:07:49 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:07:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:07:49 ---> Running in 56aa32d9a543 18:07:49 ---> Running in ccf848654077 18:07:49 ---> Running in e92175cb44e0 18:07:49 ---> Running in 46190fbfea17 18:07:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:07:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:07:49 (1/6) Installing ca-certificates (20191127-r4) 18:07:49 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:07:49 (3/6) Installing libcurl (7.76.1-r0) 18:07:49 (4/6) Installing curl (7.76.1-r0) 18:07:49 (5/6) Installing dumb-init (1.2.2-r1) 18:07:49 (6/6) Installing su-exec (0.2-r1) 18:07:49 Executing busybox-1.31.1-r20.trigger 18:07:49 Executing ca-certificates-20191127-r4.trigger 18:07:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:07:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:07:49 OK: 7 MiB in 20 packages 18:07:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:07:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:07:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:07:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:07:50 (1/4) Installing ca-certificates (20191127-r4) 18:07:50 (1/1) Installing dumb-init (1.2.2-r1) 18:07:50 Executing busybox-1.31.1-r20.trigger 18:07:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:07:50 (3/4) Installing libcurl (7.76.1-r0) 18:07:50 OK: 6 MiB in 15 packages 18:07:50 (4/4) Installing curl (7.76.1-r0) 18:07:50 Executing busybox-1.31.1-r20.trigger 18:07:50 Executing ca-certificates-20191127-r4.trigger 18:07:50 OK: 7 MiB in 18 packages 18:07:50 (1/1) Installing dumb-init (1.2.2-r1) 18:07:50 Executing busybox-1.31.1-r20.trigger 18:07:50 OK: 6 MiB in 15 packages 18:07:50 Removing intermediate container 393a98308c82 18:07:50 ---> e6b4cda9020a 18:07:50 18:07:50 Step 12/24 : FROM docker:20.10.0 18:07:50 20.10.0: Pulling from library/docker 18:07:53 Removing intermediate container ccf848654077 18:07:53 ---> 968874d93d42 18:07:53 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:07:53 ---> Running in 4919a4305456 18:07:53 Removing intermediate container 46190fbfea17 18:07:53 ---> 586ab3174e07 18:07:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:07:53 Removing intermediate container e92175cb44e0 18:07:53 ---> 7a1bf5f52c4e 18:07:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:07:53 Removing intermediate container 56aa32d9a543 18:07:53 ---> 1bc38da250a9 18:07:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:07:53 ---> Running in bedab73cacb6 18:07:53 ---> Running in 087ef26f89a3 18:07:53 ---> Running in 81be40a652f9 18:07:54 Removing intermediate container 4919a4305456 18:07:54 ---> f5baf3c990fd 18:07:54 Step 14/22 : WORKDIR /edgex 18:07:54 Removing intermediate container bedab73cacb6 18:07:54 ---> 29d332184c1e 18:07:54 Step 14/24 : ENV APP_PORT=48082 18:07:54 ---> Running in 6abef56d97de 18:07:54 Removing intermediate container 087ef26f89a3 18:07:54 ---> 50617c9a2f41 18:07:54 Step 14/26 : WORKDIR / 18:07:54 ---> Running in 9cee89110894 18:07:54 Removing intermediate container 81be40a652f9 18:07:54 ---> b87071a2c8e1 18:07:54 Step 14/23 : ENV APP_PORT=48085 18:07:55 ---> Running in 97d37b953d0c 18:07:55 ---> Running in 1837c2814c01 18:07:55 Removing intermediate container 6abef56d97de 18:07:55 ---> 7defa53c1b1e 18:07:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:07:55 Removing intermediate container 9cee89110894 18:07:55 ---> 903de2516d07 18:07:55 Step 15/24 : EXPOSE $APP_PORT 18:07:55 ---> Running in 314d40b73a7a 18:07:55 Removing intermediate container 1837c2814c01 18:07:55 ---> 75dbbc1d5e71 18:07:55 Step 15/23 : EXPOSE $APP_PORT 18:07:55 Removing intermediate container 97d37b953d0c 18:07:55 ---> 06f7e6670dcd 18:07:55 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:07:55 ---> Running in a6d716cf3a33 18:07:55 ---> 0da05c84dedd 18:07:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:07:55 Removing intermediate container 314d40b73a7a 18:07:55 ---> b63789bf22c4 18:07:55 Step 16/24 : WORKDIR / 18:07:56 ---> Running in 2ac38aa23055 18:07:56 ---> de14c2385d56 18:07:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:07:56 Removing intermediate container a6d716cf3a33 18:07:56 ---> 7c6cc2358588 18:07:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:56 ---> b50b8f268166 18:07:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:07:56 Removing intermediate container 2ac38aa23055 18:07:56 ---> ec33f87f2b69 18:07:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:56 ---> 6f7cfe8bd46b 18:07:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:07:56 ---> a0bbbd6ec866 18:07:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:07:56 ---> 647b107d698b 18:07:56 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:07:57 ---> 5d38535d8838 18:07:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:07:57 ---> Running in 3b80595812b6 18:07:57 ---> 0c9562545812 18:07:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:07:57 ---> 4bc5957d3cb8 18:07:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:07:57 ---> d2ead7f7d4ac 18:07:57 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:07:57 Removing intermediate container 3b80595812b6 18:07:57 ---> 11d24a9d08d4 18:07:57 Step 19/22 : CMD ["--init=true"] 18:07:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:07:58 Status: Downloaded newer image for docker:20.10.0 18:07:58 ---> aefe523efa57 18:07:58 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:07:58 ---> Running in 5142a38a4f55 18:07:58 ---> Running in d96f516b8b91 18:07:58 ---> e128d74aa140 18:07:58 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:07:58 ---> 08c18f049ae9 18:07:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:07:58 ---> Running in de91e1b6c4ad 18:07:58 ---> 0166dcc2dfb5 18:07:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:07:58 Removing intermediate container 5142a38a4f55 18:07:58 ---> bb88e7cd0346 18:07:58 Step 20/22 : LABEL arch=x86_64 18:07:58 Removing intermediate container d96f516b8b91 18:07:58 ---> 957fe777bbac 18:07:58 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:07:58 ---> Running in 7571cb38677b 18:07:58 Removing intermediate container de91e1b6c4ad 18:07:58 ---> 35fdf0d93cf4 18:07:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:59 ---> Running in 971ec5f44318 18:07:59 ---> 1c31c9bb2540 18:07:59 Step 20/24 : ENTRYPOINT ["/core-command"] 18:07:59 ---> ad50943dfd65 18:07:59 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:07:59 ---> Running in f44a79399477 18:07:59 ---> Running in bc37171862ba 18:07:59 Removing intermediate container 7571cb38677b 18:07:59 ---> 206c80f903ed 18:07:59 Step 21/22 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:07:59 ---> 8b9b0fe6f91d 18:07:59 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:07:59 ---> Running in 5fd9679ecd2f 18:07:59 ---> Running in 870d7fc3279a 18:07:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:07:59 Removing intermediate container f44a79399477 18:07:59 ---> 0d5b04d19104 18:07:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:07:59 Removing intermediate container bc37171862ba 18:07:59 ---> 5a0d1d6df940 18:07:59 Step 21/23 : LABEL arch=x86_64 18:08:00 ---> Running in c2d55fb25f61 18:08:00 (1/39) Installing readline (8.0.4-r0) 18:08:00 (2/39) Installing bash (5.0.17-r0) 18:08:00 Executing bash-5.0.17-r0.post-install 18:08:00 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:08:00 (4/39) Installing libcurl (7.76.1-r0) 18:08:00 ---> Running in 3470188e5775 18:08:00 (5/39) Installing curl (7.76.1-r0) 18:08:00 (6/39) Installing dumb-init (1.2.2-r1) 18:08:00 (7/39) Installing libbz2 (1.0.8-r1) 18:08:00 (8/39) Installing expat (2.2.9-r1) 18:08:00 (9/39) Installing libffi (3.3-r2) 18:08:00 (10/39) Installing gdbm (1.13-r1) 18:08:00 (11/39) Installing xz-libs (5.2.5-r0) 18:08:00 (12/39) Installing sqlite-libs (3.32.1-r0) 18:08:00 (13/39) Installing python3 (3.8.10-r0) 18:08:00 Removing intermediate container 5fd9679ecd2f 18:08:00 ---> be1920627dde 18:08:00 Step 22/22 : LABEL version=2.0.0-dev.213 18:08:03 Removing intermediate container 3470188e5775 18:08:03 ---> bc7469ef9572 18:08:03 Step 22/23 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:08:03 ---> Running in f7d79d9ba8c1 18:08:03 Removing intermediate container c2d55fb25f61 18:08:03 ---> 0dbf73473d81 18:08:03 Step 22/24 : LABEL arch=x86_64 18:08:03 ---> Running in 3aa791824d8c 18:08:03 ---> Running in ba4dd15a07cf 18:08:03 (14/39) Installing py3-appdirs (1.4.4-r1) 18:08:03 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:08:03 (16/39) Installing py3-parsing (2.4.7-r0) 18:08:03 Removing intermediate container f7d79d9ba8c1 18:08:03 ---> 8559bb32bedb 18:08:03 18:08:03 (17/39) Installing py3-six (1.15.0-r0) 18:08:03 (18/39) Installing py3-packaging (20.4-r0) 18:08:04 (19/39) Installing py3-setuptools (47.0.0-r0) 18:08:04 (20/39) Installing py3-chardet (3.0.4-r4) 18:08:04 (21/39) Installing py3-idna (2.9-r0) 18:08:04 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:08:04 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:08:04 (24/39) Installing py3-requests (2.23.0-r0) 18:08:04 Successfully built 8559bb32bedb 18:08:04 (25/39) Installing py3-msgpack (1.0.0-r0) 18:08:04 Successfully tagged security-proxy-setup:latest 18:08:04  Building security-proxy-setup ... done Building support-notifications 18:08:04 (26/39) Installing py3-lockfile (0.12.2-r3) 18:08:04 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:08:05 (28/39) Installing py3-colorama (0.4.3-r0) 18:08:05 (29/39) Installing py3-distlib (0.3.0-r0) 18:08:05 Removing intermediate container 870d7fc3279a 18:08:05 ---> b7424cb7c105 18:08:05 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:08:05 Removing intermediate container ba4dd15a07cf 18:08:05 ---> 75521db18030 18:08:05 Step 23/23 : LABEL version=2.0.0-dev.213 18:08:05 Removing intermediate container 3aa791824d8c 18:08:05 ---> b64a3f737f6d 18:08:05 Step 23/24 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:08:05 (30/39) Installing py3-distro (1.5.0-r1) 18:08:05 (31/39) Installing py3-webencodings (0.5.1-r3) 18:08:07 (32/39) Installing py3-html5lib (1.0.1-r4) 18:08:07 (33/39) Installing py3-pytoml (0.1.21-r0) 18:08:07 (34/39) Installing py3-pep517 (0.8.2-r0) 18:08:07 (35/39) Installing py3-progress (1.5-r0) 18:08:07 (36/39) Installing py3-toml (0.10.1-r0) 18:08:07 (37/39) Installing py3-retrying (1.3.3-r0) 18:08:09 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:08:09 (39/39) Installing py3-pip (20.1.1-r0) 18:08:09 ---> Running in 06e9175e6e4f 18:08:09 ---> Running in d9dc6bad7154 18:08:09 ---> Running in 83296ae96264 18:08:11 Executing busybox-1.31.1-r19.trigger 18:08:11 OK: 72 MiB in 59 packages 18:08:11 Removing intermediate container 83296ae96264 18:08:11 ---> 278017f6e695 18:08:11 Step 24/26 : LABEL arch=x86_64 18:08:11 Removing intermediate container 06e9175e6e4f 18:08:11 ---> ab96a0ac0e57 18:08:11 18:08:11 Removing intermediate container d9dc6bad7154 18:08:11 ---> 070283fff897 18:08:11 Step 24/24 : LABEL version=2.0.0-dev.213 18:08:11 ---> Running in 8d78c5bd376c 18:08:11 ---> Running in b21fe678d7e0 18:08:12 Successfully built ab96a0ac0e57 18:08:12 Successfully tagged support-scheduler:latest 18:08:12 Building core-data 18:08:12  Building support-scheduler ... done Removing intermediate container b21fe678d7e0 18:08:12 ---> f0287fde10cb 18:08:12 18:08:12 Removing intermediate container 8d78c5bd376c 18:08:12 ---> a292839ac1a2 18:08:12 Step 25/26 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:08:12 ---> Running in 0af30a36491e 18:08:13 Collecting docker-compose==1.23.2 18:08:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:08:15 Successfully built f0287fde10cb 18:08:15 Successfully tagged core-command:latest 18:08:15 Building core-metadata 18:08:15  Building core-command ... done Collecting PyYAML<4,>=3.10 18:08:15 Downloading PyYAML-3.13.tar.gz (270 kB) 18:08:16 Removing intermediate container 0af30a36491e 18:08:16 ---> 0bb51d988c24 18:08:16 Step 26/26 : LABEL version=2.0.0-dev.213 18:08:19 ---> Running in f26b22754213 18:08:19 Collecting websocket-client<1.0,>=0.32.0 18:08:19 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:08:19 Collecting docopt<0.7,>=0.6.1 18:08:19 Downloading docopt-0.6.2.tar.gz (25 kB) 18:08:19 Removing intermediate container f26b22754213 18:08:19 ---> 6462290986f5 18:08:19 18:08:20 Successfully built 6462290986f5 18:08:21 Successfully tagged security-secretstore-setup:latest 18:08:21  Building security-secretstore-setup ... done Building security-bootstrapper 18:08:22 Collecting jsonschema<3,>=2.5.1 18:08:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:08:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:08:24 Collecting cached-property<2,>=1.2.0 18:08:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:08:24 Collecting dockerpty<0.5,>=0.4.1 18:08:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:08:28 Collecting docker<4.0,>=3.6.0 18:08:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:08:28 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:08:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:08:28 ---> ffca0c6ce7f9 18:08:28 Step 3/23 : WORKDIR /edgex-go 18:08:28 ---> Using cache 18:08:28 ---> 49f67feef7f5 18:08:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:28 ---> Using cache 18:08:28 ---> 29e2ed1d1a49 18:08:28 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:08:28 Collecting texttable<0.10,>=0.9.0 18:08:28 Downloading texttable-0.9.1.tar.gz (11 kB) 18:08:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:08:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:08:30 ---> Running in 3534f74616d7 18:08:30 Collecting docker-pycreds>=0.4.0 18:08:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:08:31 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:08:31 Collecting urllib3<1.25,>=1.21.1 18:08:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:08:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:08:32 Collecting idna<2.8,>=2.5 18:08:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:08:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:08:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:08:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:08:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:08:32 Installing collected packages: PyYAML, websocket-client, docopt, jsonschema, cached-property, dockerpty, docker-pycreds, urllib3, idna, requests, docker, texttable, docker-compose 18:08:32 Running setup.py install for PyYAML: started 18:08:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:08:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:08:34 Running setup.py install for PyYAML: finished with status 'done' 18:08:34 Running setup.py install for docopt: started 18:08:34 OK: 219 MiB in 52 packages 18:08:36 Running setup.py install for docopt: finished with status 'done' 18:08:39 Running setup.py install for dockerpty: started 18:08:39 Removing intermediate container 3534f74616d7 18:08:39 ---> dc6e2ce7461a 18:08:39 Step 6/23 : COPY go.mod . 18:08:40 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:08:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:08:40 ---> ffca0c6ce7f9 18:08:40 Step 3/24 : WORKDIR /edgex-go 18:08:40 ---> Using cache 18:08:40 ---> 49f67feef7f5 18:08:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:40 ---> Using cache 18:08:40 ---> 29e2ed1d1a49 18:08:40 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:08:40 Running setup.py install for dockerpty: finished with status 'done' 18:08:40 ---> e3ec17cb2bb6 18:08:40 Step 7/23 : RUN go mod download 18:08:40 Attempting uninstall: urllib3 18:08:40 Found existing installation: urllib3 1.25.9 18:08:40 Uninstalling urllib3-1.25.9: 18:08:40 ---> Running in e6aceacab9a2 18:08:40 ---> Running in 2147931e86ca 18:08:40 Successfully uninstalled urllib3-1.25.9 18:08:41 Attempting uninstall: idna 18:08:41 Found existing installation: idna 2.9 18:08:41 Uninstalling idna-2.9: 18:08:41 Successfully uninstalled idna-2.9 18:08:42 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:08:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:08:42 ---> ffca0c6ce7f9 18:08:42 Step 3/24 : WORKDIR /edgex-go 18:08:42 ---> Using cache 18:08:42 ---> 49f67feef7f5 18:08:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:42 ---> Using cache 18:08:42 ---> 29e2ed1d1a49 18:08:42 Step 5/24 : RUN apk add --update --no-cache make git 18:08:42 ---> Using cache 18:08:42 ---> e4b385aac9e5 18:08:42 Step 6/24 : COPY go.mod . 18:08:42 ---> Using cache 18:08:42 ---> 3f13a51889b5 18:08:42 Step 7/24 : RUN go mod download 18:08:42 ---> Using cache 18:08:42 ---> b906fdf54384 18:08:42 Step 8/24 : COPY . . 18:08:42 ---> Using cache 18:08:42 ---> 84d314f0f144 18:08:42 Step 9/24 : RUN go mod tidy 18:08:42 ---> Using cache 18:08:42 ---> 2f324423f586 18:08:42 Step 10/24 : RUN make cmd/core-metadata/core-metadata 18:08:42 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:08:42 Step 2/32 : FROM ${BUILDER_BASE} AS builder 18:08:42 ---> ffca0c6ce7f9 18:08:42 Step 3/32 : WORKDIR /edgex-go 18:08:42 ---> Using cache 18:08:42 ---> 49f67feef7f5 18:08:42 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:42 ---> Using cache 18:08:42 ---> 29e2ed1d1a49 18:08:42 Step 5/32 : RUN apk add --update --no-cache make git 18:08:42 ---> Using cache 18:08:42 ---> e4b385aac9e5 18:08:42 Step 6/32 : COPY go.mod . 18:08:42 ---> Using cache 18:08:42 ---> 3f13a51889b5 18:08:42 Step 7/32 : RUN go mod download 18:08:42 ---> Using cache 18:08:42 ---> b906fdf54384 18:08:42 Step 8/32 : COPY . . 18:08:42 Attempting uninstall: requests 18:08:42 Found existing installation: requests 2.23.0 18:08:42 Uninstalling requests-2.23.0: 18:08:42 Successfully uninstalled requests-2.23.0 18:08:42 ---> Using cache 18:08:42 ---> 84d314f0f144 18:08:42 Step 9/32 : RUN go mod tidy 18:08:42 ---> Using cache 18:08:42 ---> 2f324423f586 18:08:42 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:08:44 ---> Running in 09a0a1332738 18:08:44 ---> Running in 5d3cde7e6ca9 18:08:44 Running setup.py install for texttable: started 18:08:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:08:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:08:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:08:44 Running setup.py install for texttable: finished with status 'done' 18:08:44 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 18:08:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:08:45 OK: 219 MiB in 52 packages 18:08:45 Removing intermediate container 2147931e86ca 18:08:45 ---> d7675044e5c7 18:08:45 Step 8/23 : COPY . . 18:08:49 Removing intermediate container e6aceacab9a2 18:08:49 ---> 0c2f6d1c5f2b 18:08:49 Step 6/24 : COPY go.mod . 18:08:51 ---> 721d2072fdf1 18:08:51 Step 7/24 : RUN go mod download 18:08:54 ---> Running in 57c3e341d7d4 18:09:04 Removing intermediate container 57c3e341d7d4 18:09:04 ---> 34d0951b9301 18:09:04 Step 8/24 : COPY . . 18:09:16 Removing intermediate container 971ec5f44318 18:09:16 ---> 476a05f7ab4d 18:09:16 Step 15/24 : ENV APP_PORT=48090 18:09:20 ---> 0b69158556f9 18:09:20 Step 9/23 : RUN go mod tidy 18:09:21 ---> Running in 37e030e16a80 18:09:21 ---> Running in 67f7f0979f80 18:09:22 Removing intermediate container 37e030e16a80 18:09:22 ---> 8650732958f6 18:09:22 Step 16/24 : EXPOSE $APP_PORT 18:09:25 ---> Running in ddfe0a4f154e 18:09:27 Removing intermediate container ddfe0a4f154e 18:09:27 ---> 76afc3dbeb16 18:09:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:09:32 ---> 468e83011d23 18:09:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:09:32 Removing intermediate container 5d3cde7e6ca9 18:09:32 ---> 32b72401f947 18:09:32 18:09:32 Step 11/32 : FROM alpine:3.12 18:09:32 ---> 13621d1b12d4 18:09:32 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:09:32 ---> 5c98f09f63b5 18:09:32 Step 9/24 : RUN go mod tidy 18:09:32 ---> Running in 47de49870926 18:09:32 ---> Running in a9c4429ded31 18:09:33 ---> 2c9d2bc276de 18:09:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:09:34 Removing intermediate container 47de49870926 18:09:34 ---> 157f263e6cb1 18:09:34 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 18:09:35 Removing intermediate container 67f7f0979f80 18:09:35 ---> 39eacffede8c 18:09:35 Step 10/23 : RUN make cmd/support-notifications/support-notifications 18:09:35 ---> Running in 88e6061c2048 18:09:35 ---> Running in db9af67a9e85 18:09:35 ---> ca1d17cefaa5 18:09:35 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 18:09:35 Removing intermediate container 8e6e542a7aff 18:09:35 ---> a29ed4774f08 18:09:35 18:09:35 Step 11/32 : FROM alpine:3.12 18:09:35 3.12: Pulling from library/alpine 18:09:35 Removing intermediate container 09a0a1332738 18:09:35 ---> 0fbe1008bb26 18:09:35 18:09:35 Step 11/24 : FROM alpine:3.12 18:09:35 ---> 13621d1b12d4 18:09:35 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:09:35 ---> Using cache 18:09:35 ---> 7a1bf5f52c4e 18:09:35 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:09:35 ---> Using cache 18:09:35 ---> b87071a2c8e1 18:09:35 Step 14/24 : ENV APP_PORT=48081 18:09:35 ---> Running in d0366a986982 18:09:35 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:09:35 Status: Downloaded newer image for alpine:3.12 18:09:35 ---> 9852663dfa18 18:09:35 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:09:35 ---> Running in 53521e3d1f0b 18:09:35 Removing intermediate container d0366a986982 18:09:35 ---> 1bda61496ee2 18:09:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:09:35 Removing intermediate container 53521e3d1f0b 18:09:35 ---> 849b82fd4b7e 18:09:35 Step 15/24 : EXPOSE $APP_PORT 18:09:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:09:35 ---> Running in ff8be17dd315 18:09:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:09:36 ---> Running in bf02df3d7dda 18:09:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:09:36 (1/2) Installing dumb-init (1.2.2-r1) 18:09:36 (2/2) Installing su-exec (0.2-r1) 18:09:36 Executing busybox-1.31.1-r20.trigger 18:09:36 OK: 6 MiB in 16 packages 18:09:36 Removing intermediate container ff8be17dd315 18:09:36 ---> e4e80753908d 18:09:36 Step 22/24 : LABEL arch=x86_64 18:09:36 ---> Running in 91f3756fca92 18:09:36 Removing intermediate container 91f3756fca92 18:09:36 ---> c0a66e3117ef 18:09:36 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 18:09:36 ---> Running in ce8318645706 18:09:37 Removing intermediate container a9c4429ded31 18:09:37 ---> fa8207691b3c 18:09:37 Step 10/24 : RUN make cmd/core-data/core-data 18:09:37 Removing intermediate container bf02df3d7dda 18:09:37 ---> 5d150463db2e 18:09:37 Step 16/24 : WORKDIR / 18:09:38 ---> Running in ebf42b7581b9 18:09:38 ---> Running in 294d4b455ed0 18:09:38 ---> Running in 0298841865fb 18:09:38 Removing intermediate container ebf42b7581b9 18:09:38 ---> 08569e1ea1b6 18:09:38 Step 23/24 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:09:38 Removing intermediate container 0298841865fb 18:09:38 ---> 63338545de5c 18:09:38 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:09:38 ---> Running in ab170bc15f2d 18:09:38 Removing intermediate container 88e6061c2048 18:09:38 ---> 43b56a6d7976 18:09:38 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 18:09:38 ---> Running in 55b91fd5e666 18:09:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:39 Removing intermediate container ab170bc15f2d 18:09:39 ---> 2dc755847b6c 18:09:39 Step 24/24 : LABEL version=2.0.0-dev.213 18:09:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/core-data/core-data ./cmd/core-data 18:09:39 Removing intermediate container 55b91fd5e666 18:09:39 ---> 400993bc2a1d 18:09:39 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:09:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:39 ---> Running in 99af37182436 18:09:39 ---> fba38dcb57e3 18:09:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:09:39 ---> Running in d0a00a18dc0b 18:09:40 Removing intermediate container 99af37182436 18:09:40 ---> 6a4dcf0b0645 18:09:40 18:09:40 Removing intermediate container d0a00a18dc0b 18:09:40 ---> abff7cd5eeff 18:09:40 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:09:40 ---> Running in 0b59f81c9039 18:09:40 Successfully built 6a4dcf0b0645 18:09:40 Successfully tagged sys-mgmt-agent:latest 18:09:40 (1/2) Installing dumb-init (1.2.2-r1) 18:09:40 (2/2) Installing su-exec (0.2-r1) 18:09:40 Executing busybox-1.31.1-r20.trigger 18:09:40 OK: 5 MiB in 16 packages 18:09:40  Building sys-mgmt-agent ... done  ---> 1c96998502c7 18:09:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:09:41 ---> 3ae37dbc620e 18:09:41 Step 20/24 : ENTRYPOINT ["/core-metadata"] 18:09:41 ---> Running in 229f501acd39 18:09:41 Removing intermediate container 229f501acd39 18:09:41 ---> 8f395fec32d3 18:09:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:09:41 ---> Running in dbb2a7cdcfcd 18:09:41 Removing intermediate container 0b59f81c9039 18:09:41 ---> 853500536106 18:09:41 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 18:09:42 Removing intermediate container ce8318645706 18:09:42 ---> 06534811987b 18:09:42 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 18:09:43 ---> Running in 533c8b6505ab 18:09:43 ---> Running in b9bea6951ea3 18:09:43 Removing intermediate container dbb2a7cdcfcd 18:09:43 ---> 30598e714460 18:09:43 Step 22/24 : LABEL arch=x86_64 18:09:43 Removing intermediate container b9bea6951ea3 18:09:43 ---> 70bf8b97c052 18:09:43 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:09:43 ---> Running in 21cfc865ebe9 18:09:44 Removing intermediate container 21cfc865ebe9 18:09:44 ---> 75daa1792788 18:09:44 Step 23/24 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:09:44 Removing intermediate container 533c8b6505ab 18:09:44 ---> aafc521e6943 18:09:44 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:09:44 ---> 758e9d442903 18:09:44 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:09:44 ---> Running in 07d952fe86d7 18:09:44 ---> Running in 84ffef6509c0 18:09:44 ---> Running in ce0b6d9712f2 18:09:44 Removing intermediate container 07d952fe86d7 18:09:44 ---> 7dd27bd119cf 18:09:44 Step 24/24 : LABEL version=2.0.0-dev.213 18:09:45 ---> Running in eb22688114c5 18:09:45 Removing intermediate container eb22688114c5 18:09:45 ---> 59c8f6f8e3c4 18:09:45 18:09:45 Successfully built 59c8f6f8e3c4 18:09:45 Successfully tagged core-metadata:latest 18:09:45 Removing intermediate container ce0b6d9712f2 18:09:45 ---> 70b4c5531aa7 18:09:45 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:09:45 Removing intermediate container 099ec7e75d69 18:09:45 ---> ee316f99b35a 18:09:45 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:09:46 ---> Running in bef0a2b6b066 18:09:46 ---> Running in 948aa86a8662 18:09:47  Building core-metadata ... done Removing intermediate container 84ffef6509c0 18:09:47 ---> 202f7e6562f7 18:09:47 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 18:09:48 ---> a91d4e97c8be 18:09:48 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:09:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:09:50 ---> a892e39e929f 18:09:50 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:09:51 ---> a69615980b9a 18:09:51 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:09:51 Removing intermediate container 100c538cc5d0 18:09:51 ---> 5eee136575b2 18:09:51 18:09:51 Step 11/24 : FROM alpine:3.12 18:09:51 ---> 9852663dfa18 18:09:51 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:09:51 Removing intermediate container bef0a2b6b066 18:09:51 ---> af9936ad1600 18:09:51 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 18:09:51 ---> Running in 65a7a3da74a0 18:09:51 ---> 9c03ada0bedc 18:09:51 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:09:52 ---> Running in cf5f048f9893 18:09:52 ---> d4bdae062465 18:09:52 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 18:09:52 ---> Running in 1ece597548f5 18:09:53 Removing intermediate container 1ece597548f5 18:09:53 ---> 3bd3670be694 18:09:53 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:09:53 Removing intermediate container cf5f048f9893 18:09:53 ---> aa71671336db 18:09:53 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:09:53 Removing intermediate container 948aa86a8662 18:09:53 ---> 51afdbc9dd67 18:09:53 18:09:53 Step 12/24 : FROM docker:20.10.0 18:09:53 20.10.0: Pulling from library/docker 18:09:53 ---> 3b9c6a180b5c 18:09:53 Step 27/32 : RUN chmod +x /entrypoint.sh 18:09:53 ---> Running in f32a0739a597 18:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:54 (1/1) Installing dumb-init (1.2.2-r1) 18:09:54 Executing busybox-1.31.1-r20.trigger 18:09:55 OK: 5 MiB in 15 packages 18:09:55 ---> 3045e90f052c 18:09:55 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:09:56 Removing intermediate container f32a0739a597 18:09:56 ---> 40cdd7fcc74c 18:09:56 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 18:09:56 ---> Running in 19b4c72662b9 18:09:56 ---> Running in bd970aea204d 18:09:56 Removing intermediate container 19b4c72662b9 18:09:56 ---> 6b6674526f79 18:09:56 Step 29/32 : CMD ["gate"] 18:09:57 ---> Running in b37d4438fcd6 18:09:57 Removing intermediate container e74acccec021 18:09:57 ---> 08a56112e716 18:09:57 18:09:57 Step 11/23 : FROM alpine:3.12 18:09:57 ---> 9852663dfa18 18:09:57 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:09:57 ---> Running in 9d412895c85d 18:09:57 Removing intermediate container b37d4438fcd6 18:09:57 ---> 23739d85fa57 18:09:57 Step 30/32 : LABEL arch=x86_64 18:09:57 Removing intermediate container 65a7a3da74a0 18:09:57 ---> b021dbb223f3 18:09:57 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:09:58 ---> Running in 18b62fec1f37 18:09:59 ---> Running in a7bbe8789898 18:09:59 Removing intermediate container db9af67a9e85 18:09:59 ---> 9650a8fd779e 18:09:59 18:09:59 Step 11/23 : FROM alpine:3.12 18:09:59 ---> 13621d1b12d4 18:09:59 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:09:59 Removing intermediate container 18b62fec1f37 18:09:59 ---> 3a6839564be6 18:09:59 Step 14/24 : ENV APP_PORT=48082 18:09:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:59 ---> Running in 3aa26c2180ea 18:09:59 Removing intermediate container a7bbe8789898 18:09:59 ---> 78936cdbd7e2 18:09:59 Step 31/32 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:09:59 ---> Running in 9a31fc91d20e 18:10:00 Removing intermediate container 9a31fc91d20e 18:10:00 ---> ea08763e849c 18:10:00 Step 32/32 : LABEL version=2.0.0-dev.213 18:10:00 ---> Running in 32707a554e71 18:10:00 (1/1) Installing dumb-init (1.2.2-r1) 18:10:00 Executing busybox-1.31.1-r20.trigger 18:10:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:10:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:10:00 ---> Running in 6dc4372837b0 18:10:00 (1/2) Installing ca-certificates (20191127-r4) 18:10:00 OK: 5 MiB in 15 packages 18:10:00 (2/2) Installing dumb-init (1.2.2-r1) 18:10:00 Executing busybox-1.31.1-r20.trigger 18:10:00 Executing ca-certificates-20191127-r4.trigger 18:10:00 OK: 6 MiB in 16 packages 18:10:01 Removing intermediate container 32707a554e71 18:10:01 ---> dba1514198ff 18:10:01 Step 15/24 : EXPOSE $APP_PORT 18:10:01 Removing intermediate container 6dc4372837b0 18:10:01 ---> 62fda6f2425c 18:10:01 18:10:01 Successfully built 62fda6f2425c 18:10:01 Successfully tagged security-bootstrapper:latest 18:10:01 ---> Running in b4db9de9f96e 18:10:01 Removing intermediate container bd970aea204d 18:10:01 ---> bd657b855cf3 18:10:01 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:02  Building security-bootstrapper ... done Removing intermediate container 3aa26c2180ea 18:10:02 ---> 1fa137afde18 18:10:02 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:10:02 Removing intermediate container 7f9089ee3122 18:10:02 ---> 70af5d0dea99 18:10:02 18:10:02 Step 11/24 : FROM alpine:3.12 18:10:02 ---> 9852663dfa18 18:10:02 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:10:02 ---> Using cache 18:10:02 ---> c0af00057681 18:10:02 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:10:02 Removing intermediate container b4db9de9f96e 18:10:02 ---> 2ca34be6b8fe 18:10:02 Step 16/24 : WORKDIR / 18:10:02 Removing intermediate container 9d412895c85d 18:10:02 ---> c0af00057681 18:10:02 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:10:03 ---> Running in 5964b5955437 18:10:03 ---> Running in 82734bdcfe80 18:10:03 ---> Running in b4305b8c7306 18:10:03 ---> c937b05443f9 18:10:03 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:10:04 Removing intermediate container 5964b5955437 18:10:04 ---> 7062631d46e0 18:10:04 Step 14/24 : ENV APP_PORT=48081 18:10:04 ---> Running in a3c3300971f6 18:10:04 Removing intermediate container 294d4b455ed0 18:10:04 ---> 26fa51a2e44b 18:10:04 18:10:04 Step 11/24 : FROM alpine:3.12 18:10:04 ---> 13621d1b12d4 18:10:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:10:04 ---> Running in 287290acd0dc 18:10:04 Removing intermediate container a3c3300971f6 18:10:04 ---> 68e25e5a96e8 18:10:04 Step 14/23 : ENV APP_PORT=48060 18:10:04 ---> Running in c467048594c6 18:10:04 Removing intermediate container 82734bdcfe80 18:10:04 ---> dd9f1b488c9e 18:10:04 Step 14/23 : ENV APP_PORT=48085 18:10:04 Removing intermediate container 287290acd0dc 18:10:04 ---> 7205814efc55 18:10:04 Step 13/24 : ENV APP_PORT=48080 18:10:04 ---> Running in a974ed7fb7d2 18:10:04 Removing intermediate container c467048594c6 18:10:04 ---> 4fcca4ee4fe6 18:10:04 Step 15/23 : EXPOSE $APP_PORT 18:10:05 ---> Running in 46f556b108c4 18:10:05 Removing intermediate container a974ed7fb7d2 18:10:05 ---> 1c3caff83eae 18:10:05 Step 14/24 : EXPOSE $APP_PORT 18:10:05 ---> Running in a5e15570e0b9 18:10:05 ---> Running in ff4399824f1a 18:10:05 Removing intermediate container 46f556b108c4 18:10:05 ---> e0f3fabd399a 18:10:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:05 Removing intermediate container ff4399824f1a 18:10:05 ---> fb714e4302e9 18:10:05 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:10:05 Removing intermediate container b4305b8c7306 18:10:05 ---> c3480ad148ca 18:10:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:05 ---> Running in f6a27238e96a 18:10:05 ---> Running in 5da518a4c53d 18:10:05 ---> 29dc91fec9b5 18:10:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:10:05 ---> 0575d67b20bd 18:10:05 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:10:05 Removing intermediate container a5e15570e0b9 18:10:05 ---> 9c22eb7478a2 18:10:05 Step 15/24 : EXPOSE $APP_PORT 18:10:06 ---> Running in 917a0ec9d62f 18:10:06 ---> 6c9fdee9910b 18:10:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:10:06 Removing intermediate container f6a27238e96a 18:10:06 ---> 000e142afe40 18:10:06 Step 15/23 : EXPOSE $APP_PORT 18:10:06 ---> 71653f45ce85 18:10:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:10:06 ---> Running in ceaea9b9d054 18:10:06 ---> d6dfe455de42 18:10:06 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:10:06 Removing intermediate container 917a0ec9d62f 18:10:06 ---> a33ade1306d5 18:10:06 Step 16/24 : WORKDIR / 18:10:07 ---> Running in 724d8597b273 18:10:07 Removing intermediate container ceaea9b9d054 18:10:07 ---> 8457b8a0cf85 18:10:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:10:07 Status: Downloaded newer image for docker:20.10.0 18:10:07 ---> eeaf43b92773 18:10:07 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:10:07 ---> Running in b0b1d6b5b0a9 18:10:08 Removing intermediate container 724d8597b273 18:10:08 ---> 710b5f44d441 18:10:08 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:08 ---> fd73ac85c713 18:10:08 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:10:08 ---> cf7e5ba8f5f9 18:10:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:10:08 ---> 8e18fe74dca9 18:10:08 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:10:08 ---> Running in 79962829da47 18:10:08 Removing intermediate container 5da518a4c53d 18:10:08 ---> ba101cdcf3ce 18:10:08 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 18:10:08 ---> Running in 1ed8fb71cb44 18:10:08 Removing intermediate container 79962829da47 18:10:08 ---> 920b7e2b22e5 18:10:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:08 ---> Running in f7d9802cc7b8 18:10:08 Removing intermediate container b0b1d6b5b0a9 18:10:08 ---> 553c161d8c42 18:10:08 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:10:08 ---> ebf33246b1e9 18:10:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:10:08 Removing intermediate container f7d9802cc7b8 18:10:08 ---> f418d60f6437 18:10:08 Step 21/23 : LABEL arch=x86_64 18:10:08 ---> Running in 27f1584add88 18:10:08 ---> Running in 813810eb93bf 18:10:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:10:09 Removing intermediate container 813810eb93bf 18:10:09 ---> 516664bb07ca 18:10:09 Step 22/23 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:10:09 ---> Running in f3925e64a63d 18:10:09 ---> 50f2a81e07ac 18:10:09 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 18:10:09 ---> 11c836f108d0 18:10:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:10:09 Removing intermediate container f3925e64a63d 18:10:09 ---> 71332a6b652f 18:10:09 Step 23/23 : LABEL version=2.0.0-dev.213 18:10:09 ---> Running in 1a2385628d7e 18:10:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:10:09 ---> fdb29d512306 18:10:09 Step 20/24 : ENTRYPOINT ["/core-command"] 18:10:09 Removing intermediate container 1a2385628d7e 18:10:09 ---> cf96b22781fe 18:10:09 18:10:09 Successfully built cf96b22781fe 18:10:09 Successfully tagged support-notifications:latest 18:10:09 ---> Running in 4b601beafca7 18:10:09  Building support-notifications ... done (1/6) Installing dumb-init (1.2.2-r1) 18:10:09 (2/6) Installing libgcc (9.3.0-r2) 18:10:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:10 ---> Running in 68d2a4a17020 18:10:10 (3/6) Installing libsodium (1.0.18-r0) 18:10:10 (4/6) Installing libstdc++ (9.3.0-r2) 18:10:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:10 ---> 0e971bc27ead 18:10:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:10:10 Removing intermediate container 4b601beafca7 18:10:10 ---> dd01a39c771c 18:10:10 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:10:10 (5/6) Installing libzmq (4.3.3-r0) 18:10:10 (1/39) Installing readline (8.0.4-r0) 18:10:10 (2/39) Installing bash (5.0.17-r0) 18:10:10 Executing bash-5.0.17-r0.post-install 18:10:10 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:10:10 (4/39) Installing libcurl (7.76.1-r0) 18:10:10 (5/39) Installing curl (7.76.1-r0) 18:10:10 Removing intermediate container 68d2a4a17020 18:10:10 ---> 689a25c59402 18:10:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:10 (6/39) Installing dumb-init (1.2.2-r1) 18:10:10 (7/39) Installing libbz2 (1.0.8-r1) 18:10:10 (8/39) Installing expat (2.2.9-r1) 18:10:10 (9/39) Installing libffi (3.3-r2) 18:10:10 (10/39) Installing gdbm (1.13-r1) 18:10:10 (11/39) Installing xz-libs (5.2.5-r0) 18:10:10 (12/39) Installing sqlite-libs (3.32.1-r0) 18:10:10 (6/6) Installing zeromq (4.3.3-r0) 18:10:10 Executing busybox-1.31.1-r20.trigger 18:10:10 OK: 8 MiB in 20 packages 18:10:11 (13/39) Installing python3 (3.8.10-r0) 18:10:11 ---> a267aa998924 18:10:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:10:11 ---> Running in 8a40fe53d324 18:10:11 Removing intermediate container 1ed8fb71cb44 18:10:11 ---> b741332fa5e9 18:10:11 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:11 ---> 4d789cb66f87 18:10:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:10:11 ---> 64a2ee4ad262 18:10:11 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:10:11 ---> ac5431265a88 18:10:11 Step 27/32 : RUN chmod +x /entrypoint.sh 18:10:12 Removing intermediate container 8a40fe53d324 18:10:12 ---> a9332ae2c35b 18:10:12 Step 22/24 : LABEL arch=arm64 18:10:12 ---> Running in a685dd468f0f 18:10:12 ---> Running in 065f6157764a 18:10:12 ---> 9237243aad90 18:10:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:10:12 ---> Running in 40a8a30e6e59 18:10:12 ---> 74ef8c2754bd 18:10:12 Step 20/24 : ENTRYPOINT ["/core-metadata"] 18:10:12 ---> 1d49b7de054d 18:10:12 Step 20/24 : ENTRYPOINT ["/core-data"] 18:10:12 ---> Running in f4265ae93598 18:10:12 Removing intermediate container f4265ae93598 18:10:12 ---> 671e3e3dafc2 18:10:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:12 ---> Running in 268f7e105aa6 18:10:12 Removing intermediate container 268f7e105aa6 18:10:12 ---> a5347dc7c623 18:10:12 Step 22/24 : LABEL arch=x86_64 18:10:12 Removing intermediate container a685dd468f0f 18:10:12 ---> 8270c63f5d2c 18:10:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:12 ---> Running in 3e9beb4f2ac9 18:10:13 ---> Running in 79b86bd47f51 18:10:13 Removing intermediate container 79b86bd47f51 18:10:13 ---> c137faf0f03a 18:10:13 Step 23/24 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:10:13 ---> Running in b4e8e9bcfb37 18:10:13 ---> Running in e6388aacfb5f 18:10:13 (14/39) Installing py3-appdirs (1.4.4-r1) 18:10:13 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:10:13 Removing intermediate container 40a8a30e6e59 18:10:13 (16/39) Installing py3-parsing (2.4.7-r0) 18:10:13 ---> 9438059f599c 18:10:13 Step 23/24 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:10:13 (17/39) Installing py3-six (1.15.0-r0) 18:10:13 (18/39) Installing py3-packaging (20.4-r0) 18:10:13 (19/39) Installing py3-setuptools (47.0.0-r0) 18:10:13 Removing intermediate container b4e8e9bcfb37 18:10:13 ---> 8f493529c884 18:10:13 Step 24/24 : LABEL version=2.0.0-dev.213 18:10:13 ---> Running in 9a62a886abdd 18:10:13 (20/39) Installing py3-chardet (3.0.4-r4) 18:10:13 ---> Running in 3662f3cbccca 18:10:13 (21/39) Installing py3-idna (2.9-r0) 18:10:13 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:10:13 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:10:13 Removing intermediate container 9a62a886abdd 18:10:13 ---> a50ca7b48c11 18:10:13 18:10:13 Successfully built a50ca7b48c11 18:10:13 Successfully tagged core-data:latest 18:10:13 (24/39) Installing py3-requests (2.23.0-r0) 18:10:13 (25/39) Installing py3-msgpack (1.0.0-r0) 18:10:13 (26/39) Installing py3-lockfile (0.12.2-r3) 18:10:13 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:10:13 (28/39) Installing py3-colorama (0.4.3-r0) 18:10:13 (29/39) Installing py3-distlib (0.3.0-r0) 18:10:13 (30/39) Installing py3-distro (1.5.0-r1) 18:10:13 Removing intermediate container 3e9beb4f2ac9 18:10:13 ---> 4ebf53d5b2fa 18:10:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:13 (31/39) Installing py3-webencodings (0.5.1-r3) 18:10:13 (32/39) Installing py3-html5lib (1.0.1-r4) 18:10:13 (33/39) Installing py3-pytoml (0.1.21-r0) 18:10:14 (34/39) Installing py3-pep517 (0.8.2-r0) 18:10:14 (35/39) Installing py3-progress (1.5-r0) 18:10:14 (36/39) Installing py3-toml (0.10.1-r0) 18:10:14 (37/39) Installing py3-retrying (1.3.3-r0) 18:10:14 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:10:14 (39/39) Installing py3-pip (20.1.1-r0) 18:10:14 Removing intermediate container e6388aacfb5f 18:10:14 ---> 96e229848c75 18:10:14 Step 21/23 : LABEL arch=arm64 18:10:14 Executing busybox-1.31.1-r19.trigger 18:10:14 ---> Running in d7fd5de25bf4 18:10:14 OK: 72 MiB in 59 packages 18:10:14 ---> Running in e8b22bb082e6 18:10:14 Removing intermediate container 3662f3cbccca 18:10:14 ---> 1ac4a9411d68 18:10:14 Step 24/24 : LABEL version=2.0.0-dev.213 18:10:14  Building core-data ... done  [Pipeline] } 18:10:14 $ docker stop --time=1 8c621692962546b6c76f5ed8a4fa41bcd159c7f4613dbe09e67f7acb200cc7b9 18:10:14 ---> Running in 9699308763bf 18:10:14 Removing intermediate container e8b22bb082e6 18:10:15 ---> d52f94f1b94b 18:10:15 Step 22/23 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:10:15 Removing intermediate container d7fd5de25bf4 18:10:15 ---> d883396df77d 18:10:15 Step 22/24 : LABEL arch=arm64 18:10:15 ---> Running in 0c9f63a7fc02 18:10:15 ---> Running in 5d647d8560e8 18:10:15 Removing intermediate container 9699308763bf 18:10:15 ---> 30681596581c 18:10:15 18:10:15 Removing intermediate container 065f6157764a 18:10:15 ---> 81abef676fc7 18:10:15 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 18:10:15 Successfully built 30681596581c 18:10:15 $ docker rm -f 8c621692962546b6c76f5ed8a4fa41bcd159c7f4613dbe09e67f7acb200cc7b9 18:10:16 Successfully tagged core-command-arm64:latest 18:10:16  Building core-command ... done Building support-notifications 18:10:16 Removing intermediate container 5d647d8560e8 18:10:16 ---> 826e8f86f5f1 18:10:16 Step 23/24 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:10:16 Removing intermediate container 0c9f63a7fc02 18:10:16 ---> c6dbaf7fe415 18:10:16 Step 23/23 : LABEL version=2.0.0-dev.213 [Pipeline] // withDockerContainer [Pipeline] sh 18:10:16 ---> Running in 1caab56d509c 18:10:16 ---> Running in 0b5c153a257f 18:10:16 ---> Running in a756bc47a0f1 18:10:16 + docker images 18:10:16 REPOSITORY TAG IMAGE ID CREATED SIZE 18:10:16 core-data latest a50ca7b48c11 3 seconds ago 21.5MB 18:10:16 support-notifications latest cf96b22781fe 7 seconds ago 17.7MB 18:10:16 26fa51a2e44b 12 seconds ago 1.17GB 18:10:16 security-bootstrapper latest 62fda6f2425c 16 seconds ago 18.2MB 18:10:16 9650a8fd779e 18 seconds ago 1.16GB 18:10:16 core-metadata latest 59c8f6f8e3c4 31 seconds ago 18.6MB 18:10:16 sys-mgmt-agent latest 6a4dcf0b0645 37 seconds ago 312MB 18:10:16 0fbe1008bb26 42 seconds ago 1.17GB 18:10:16 32b72401f947 46 seconds ago 1.15GB 18:10:16 security-secretstore-setup latest 6462290986f5 About a minute ago 25.7MB 18:10:16 core-command latest f0287fde10cb 2 minutes ago 17MB 18:10:16 support-scheduler latest ab96a0ac0e57 2 minutes ago 17.1MB 18:10:16 security-proxy-setup latest 8559bb32bedb 2 minutes ago 25.3MB 18:10:16 e6b4cda9020a 2 minutes ago 1.15GB 18:10:16 2e4d71d7c5ea 2 minutes ago 1.16GB 18:10:16 804ff89c9987 2 minutes ago 1.16GB 18:10:16 398d83feb9ee 2 minutes ago 1.15GB 18:10:16 c92ed1a2eee6 2 minutes ago 1.16GB 18:10:16 ci-base-image-x86_64 latest ffca0c6ce7f9 7 minutes ago 648MB 18:10:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 12 days ago 445MB 18:10:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 13 days ago 37.5MB 18:10:16 alpine 3.12 13621d1b12d4 3 weeks ago 5.58MB 18:10:16 docker 20.10.0 aefe523efa57 5 months ago 240MB 18:10:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:10:16 Removing intermediate container a756bc47a0f1 18:10:16 ---> 6b71562a175f 18:10:16 Step 24/24 : LABEL version=2.0.0-dev.213 [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:10:17 provisioning config files... 18:10:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/481@tmp/config6233715089693473724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:10:17 ---> docker-login.sh 18:10:17 nexus3.edgexfoundry.org:10001 18:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:17 Removing intermediate container 1caab56d509c 18:10:17 ---> 70080fc5f24b 18:10:17 Step 29/32 : CMD ["gate"] 18:10:17 ---> Running in 63530545ed22 18:10:17 Removing intermediate container 0b5c153a257f 18:10:17 ---> d83399040f98 18:10:17 18:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:17 Configure a credential helper to remove this warning. See 18:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:17 18:10:17 Login Succeeded 18:10:17 nexus3.edgexfoundry.org:10002 18:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:17 Configure a credential helper to remove this warning. See 18:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:17 18:10:17 Login Succeeded 18:10:17 nexus3.edgexfoundry.org:10003 18:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:17 Configure a credential helper to remove this warning. See 18:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:17 18:10:17 Login Succeeded 18:10:17 nexus3.edgexfoundry.org:10004 18:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:18 Successfully built d83399040f98 18:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:18 Configure a credential helper to remove this warning. See 18:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:18 18:10:18 Login Succeeded 18:10:18 docker.io 18:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:18 Configure a credential helper to remove this warning. See 18:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:18 18:10:18 Login Succeeded 18:10:18 ---> docker-login.sh ends [Pipeline] } 18:10:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:18 [edgeXDocker.push] Tagging docker image core-command with the following tags: 18:10:18 f1ea93c16db09b36626d9198e09713e38083a332 18:10:18 2.0.0-dev.213 18:10:18 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:18 master 18:10:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:18 Successfully tagged support-scheduler-arm64:latest 18:10:18  Building support-scheduler ... done Building security-secretstore-setup 18:10:18 ---> Running in 120e96799f8e 18:10:18 Removing intermediate container 63530545ed22 18:10:18 ---> adf14a92e68f 18:10:18 18:10:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:10:18 Successfully built adf14a92e68f 18:10:18 Successfully tagged core-metadata-arm64:latest 18:10:18  Building core-metadata ... done Building security-proxy-setup 18:10:19 + docker push nexus3.edgexfoundry.org:10004/core-command:f1ea93c16db09b36626d9198e09713e38083a332 18:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:10:19 5d29c2e27aa8: Preparing 18:10:19 e03f76c14412: Preparing 18:10:19 fa8d859f730a: Preparing 18:10:19 4d2aab857639: Preparing 18:10:19 32f366d666a5: Preparing 18:10:19 32f366d666a5: Layer already exists 18:10:19 fa8d859f730a: Pushed 18:10:19 4d2aab857639: Pushed 18:10:19 5d29c2e27aa8: Pushed 18:10:19 Removing intermediate container 120e96799f8e 18:10:19 ---> d06098506875 18:10:19 Step 30/32 : LABEL arch=arm64 18:10:19 Collecting docker-compose==1.23.2 18:10:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:10:19 ---> Running in a78363b48063 18:10:20 e03f76c14412: Pushed 18:10:20 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:e15214a332197c2792db49f92232b789c4c666dd366508371cf513b47038c224 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:10:20 Removing intermediate container a78363b48063 18:10:20 ---> d21771005cc4 18:10:20 Step 31/32 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:10:20 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:20 ---> Running in e822f3830495 18:10:21 + docker push nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.213 18:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:10:21 5d29c2e27aa8: Preparing 18:10:21 e03f76c14412: Preparing 18:10:21 fa8d859f730a: Preparing 18:10:21 4d2aab857639: Preparing 18:10:21 32f366d666a5: Preparing 18:10:21 5d29c2e27aa8: Layer already exists 18:10:21 fa8d859f730a: Layer already exists 18:10:21 e03f76c14412: Layer already exists 18:10:21 32f366d666a5: Layer already exists 18:10:21 4d2aab857639: Layer already exists 18:10:21 2.0.0-dev.213: digest: sha256:e15214a332197c2792db49f92232b789c4c666dd366508371cf513b47038c224 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:10:21 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:21 + docker push nexus3.edgexfoundry.org:10004/core-command:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:10:21 5d29c2e27aa8: Preparing 18:10:21 e03f76c14412: Preparing 18:10:21 fa8d859f730a: Preparing 18:10:21 4d2aab857639: Preparing 18:10:21 32f366d666a5: Preparing 18:10:21 4d2aab857639: Layer already exists 18:10:21 5d29c2e27aa8: Layer already exists 18:10:21 e03f76c14412: Layer already exists 18:10:21 fa8d859f730a: Layer already exists 18:10:21 32f366d666a5: Layer already exists 18:10:21 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:e15214a332197c2792db49f92232b789c4c666dd366508371cf513b47038c224 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:10:21 Removing intermediate container e822f3830495 18:10:21 ---> d41e532b2209 18:10:21 Step 32/32 : LABEL version=2.0.0-dev.213 18:10:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:10:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:10:21 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:master [Pipeline] isUnix [Pipeline] sh 18:10:22 + docker push nexus3.edgexfoundry.org:10004/core-command:master 18:10:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:10:22 5d29c2e27aa8: Preparing 18:10:22 e03f76c14412: Preparing 18:10:22 fa8d859f730a: Preparing 18:10:22 4d2aab857639: Preparing 18:10:22 32f366d666a5: Preparing 18:10:22 fa8d859f730a: Layer already exists 18:10:22 32f366d666a5: Layer already exists 18:10:22 5d29c2e27aa8: Layer already exists 18:10:22 4d2aab857639: Layer already exists 18:10:22 e03f76c14412: Layer already exists 18:10:22 master: digest: sha256:e15214a332197c2792db49f92232b789c4c666dd366508371cf513b47038c224 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:22 ===================================================== [Pipeline] echo 18:10:22 taggedImages: 18:10:22 - nexus3.edgexfoundry.org:10004/core-command:f1ea93c16db09b36626d9198e09713e38083a332 18:10:22 - nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.213 18:10:22 - nexus3.edgexfoundry.org:10004/core-command:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:22 - nexus3.edgexfoundry.org:10004/core-command:master 18:10:22 ---> Running in 5b540e000260 [Pipeline] echo 18:10:22 [edgeXDocker.push] Tagging docker image core-data with the following tags: 18:10:22 f1ea93c16db09b36626d9198e09713e38083a332 18:10:22 2.0.0-dev.213 18:10:22 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:22 master 18:10:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:10:22 Collecting docker<4.0,>=3.6.0 18:10:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:10:23 + docker push nexus3.edgexfoundry.org:10004/core-data:f1ea93c16db09b36626d9198e09713e38083a332 18:10:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:10:23 205d67a8d037: Preparing 18:10:23 015a7fe084e9: Preparing 18:10:23 fa8d859f730a: Preparing 18:10:23 8ceb8e7142c9: Preparing 18:10:23 4dc90136c34b: Preparing 18:10:23 32f366d666a5: Preparing 18:10:23 32f366d666a5: Waiting 18:10:23 fa8d859f730a: Layer already exists 18:10:23 32f366d666a5: Layer already exists 18:10:23 Removing intermediate container 5b540e000260 18:10:23 ---> af18a36b4414 18:10:23 18:10:23 205d67a8d037: Pushed 18:10:23 4dc90136c34b: Pushed 18:10:23 8ceb8e7142c9: Pushed 18:10:23 Successfully built af18a36b4414 18:10:23 Successfully tagged security-bootstrapper-arm64:latest 18:10:23 Building core-data 18:10:24 015a7fe084e9: Pushed 18:10:24  Building security-bootstrapper ... done Collecting PyYAML<4,>=3.10 18:10:24 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:c539afd8bc4195c1a9fac786bd0ef64edb02d7a3b342fbddce222e826753c349 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:10:24 Downloading PyYAML-3.13.tar.gz (270 kB) 18:10:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:25 + docker push nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.213 18:10:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:10:25 205d67a8d037: Preparing 18:10:25 015a7fe084e9: Preparing 18:10:25 fa8d859f730a: Preparing 18:10:25 8ceb8e7142c9: Preparing 18:10:25 4dc90136c34b: Preparing 18:10:25 32f366d666a5: Preparing 18:10:25 32f366d666a5: Waiting 18:10:25 4dc90136c34b: Layer already exists 18:10:25 205d67a8d037: Layer already exists 18:10:25 015a7fe084e9: Layer already exists 18:10:25 8ceb8e7142c9: Layer already exists 18:10:25 fa8d859f730a: Layer already exists 18:10:25 32f366d666a5: Layer already exists 18:10:25 2.0.0-dev.213: digest: sha256:c539afd8bc4195c1a9fac786bd0ef64edb02d7a3b342fbddce222e826753c349 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:10:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:25 + docker push nexus3.edgexfoundry.org:10004/core-data:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:10:25 205d67a8d037: Preparing 18:10:25 015a7fe084e9: Preparing 18:10:25 fa8d859f730a: Preparing 18:10:25 8ceb8e7142c9: Preparing 18:10:25 4dc90136c34b: Preparing 18:10:25 32f366d666a5: Preparing 18:10:25 32f366d666a5: Waiting 18:10:25 fa8d859f730a: Layer already exists 18:10:25 8ceb8e7142c9: Layer already exists 18:10:25 4dc90136c34b: Layer already exists 18:10:25 205d67a8d037: Layer already exists 18:10:25 015a7fe084e9: Layer already exists 18:10:25 32f366d666a5: Layer already exists 18:10:25 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:c539afd8bc4195c1a9fac786bd0ef64edb02d7a3b342fbddce222e826753c349 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:10:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] isUnix [Pipeline] sh 18:10:26 + docker push nexus3.edgexfoundry.org:10004/core-data:master 18:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:10:26 205d67a8d037: Preparing 18:10:26 015a7fe084e9: Preparing 18:10:26 fa8d859f730a: Preparing 18:10:26 8ceb8e7142c9: Preparing 18:10:26 4dc90136c34b: Preparing 18:10:26 32f366d666a5: Preparing 18:10:26 32f366d666a5: Waiting 18:10:26 205d67a8d037: Layer already exists 18:10:26 8ceb8e7142c9: Layer already exists 18:10:26 015a7fe084e9: Layer already exists 18:10:26 4dc90136c34b: Layer already exists 18:10:26 fa8d859f730a: Layer already exists 18:10:26 32f366d666a5: Layer already exists 18:10:26 master: digest: sha256:c539afd8bc4195c1a9fac786bd0ef64edb02d7a3b342fbddce222e826753c349 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:26 ===================================================== [Pipeline] echo 18:10:26 taggedImages: 18:10:26 - nexus3.edgexfoundry.org:10004/core-data:f1ea93c16db09b36626d9198e09713e38083a332 18:10:26 - nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.213 18:10:26 - nexus3.edgexfoundry.org:10004/core-data:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:26 - nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] echo 18:10:26 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 18:10:26 f1ea93c16db09b36626d9198e09713e38083a332 18:10:26 2.0.0-dev.213 18:10:26 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:26 master 18:10:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:10:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:f1ea93c16db09b36626d9198e09713e38083a332 18:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:10:27 083f352ccc38: Preparing 18:10:27 ec1352518891: Preparing 18:10:27 fa8d859f730a: Preparing 18:10:27 4d2aab857639: Preparing 18:10:27 32f366d666a5: Preparing 18:10:27 32f366d666a5: Layer already exists 18:10:27 4d2aab857639: Layer already exists 18:10:27 fa8d859f730a: Layer already exists 18:10:27 083f352ccc38: Pushed 18:10:28 Collecting cached-property<2,>=1.2.0 18:10:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:10:28 ec1352518891: Pushed 18:10:28 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:5cdeca7bedd9fa6e4fe4f0a59acd2596e5567eeefa68995b9bc8633dd9f65100 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:10:28 Collecting docopt<0.7,>=0.6.1 18:10:28 Downloading docopt-0.6.2.tar.gz (25 kB) 18:10:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.213 18:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:10:29 083f352ccc38: Preparing 18:10:29 ec1352518891: Preparing 18:10:29 fa8d859f730a: Preparing 18:10:29 4d2aab857639: Preparing 18:10:29 32f366d666a5: Preparing 18:10:29 ec1352518891: Layer already exists 18:10:29 fa8d859f730a: Layer already exists 18:10:29 32f366d666a5: Layer already exists 18:10:29 4d2aab857639: Layer already exists 18:10:29 083f352ccc38: Layer already exists 18:10:29 2.0.0-dev.213: digest: sha256:5cdeca7bedd9fa6e4fe4f0a59acd2596e5567eeefa68995b9bc8633dd9f65100 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:10:29 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:10:29 083f352ccc38: Preparing 18:10:29 ec1352518891: Preparing 18:10:29 fa8d859f730a: Preparing 18:10:29 4d2aab857639: Preparing 18:10:29 32f366d666a5: Preparing 18:10:29 4d2aab857639: Layer already exists 18:10:29 fa8d859f730a: Layer already exists 18:10:29 32f366d666a5: Layer already exists 18:10:29 ec1352518891: Layer already exists 18:10:29 083f352ccc38: Layer already exists 18:10:29 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:5cdeca7bedd9fa6e4fe4f0a59acd2596e5567eeefa68995b9bc8633dd9f65100 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:10:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] isUnix [Pipeline] sh 18:10:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata:master 18:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:10:30 083f352ccc38: Preparing 18:10:30 ec1352518891: Preparing 18:10:30 fa8d859f730a: Preparing 18:10:30 4d2aab857639: Preparing 18:10:30 32f366d666a5: Preparing 18:10:30 fa8d859f730a: Layer already exists 18:10:30 ec1352518891: Layer already exists 18:10:30 4d2aab857639: Layer already exists 18:10:30 083f352ccc38: Layer already exists 18:10:30 32f366d666a5: Layer already exists 18:10:30 master: digest: sha256:5cdeca7bedd9fa6e4fe4f0a59acd2596e5567eeefa68995b9bc8633dd9f65100 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:30 ===================================================== [Pipeline] echo 18:10:30 taggedImages: 18:10:30 - nexus3.edgexfoundry.org:10004/core-metadata:f1ea93c16db09b36626d9198e09713e38083a332 18:10:30 - nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.213 18:10:30 - nexus3.edgexfoundry.org:10004/core-metadata:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:30 - nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] echo 18:10:30 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 18:10:30 f1ea93c16db09b36626d9198e09713e38083a332 18:10:30 2.0.0-dev.213 18:10:30 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:30 master 18:10:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10: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) 18:10:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:10:30 Collecting dockerpty<0.5,>=0.4.1 18:10:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:10:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f1ea93c16db09b36626d9198e09713e38083a332 18:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:10:31 94762ee0872f: Preparing 18:10:31 94762ee0872f: Preparing 18:10:31 210e25d77697: Preparing 18:10:31 8b34a63cda71: Preparing 18:10:31 94da92de9268: Preparing 18:10:31 8f5543e7cd5b: Preparing 18:10:31 fa8d859f730a: Preparing 18:10:31 7e473e14c44b: Preparing 18:10:31 7e473e14c44b: Preparing 18:10:31 f91a48de5bc5: Preparing 18:10:31 625081352b9c: Preparing 18:10:31 32f366d666a5: Preparing 18:10:31 fa8d859f730a: Waiting 18:10:31 7e473e14c44b: Waiting 18:10:31 f91a48de5bc5: Waiting 18:10:31 625081352b9c: Waiting 18:10:31 32f366d666a5: Waiting 18:10:31 94762ee0872f: Pushed 18:10:31 8b34a63cda71: Pushed 18:10:31 94da92de9268: Pushed 18:10:31 210e25d77697: Pushed 18:10:31 fa8d859f730a: Layer already exists 18:10:31 32f366d666a5: Layer already exists 18:10:31 f91a48de5bc5: Pushed 18:10:31 7e473e14c44b: Pushed 18:10:31 625081352b9c: Pushed 18:10:32 8f5543e7cd5b: Pushed 18:10:32 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:9a79ee16b7cf4e43941b6d43c322df3681745123a2c14ddf7ae3a68af5ce9dd0 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:10:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.213 18:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:10:33 94762ee0872f: Preparing 18:10:33 94762ee0872f: Preparing 18:10:33 210e25d77697: Preparing 18:10:33 8b34a63cda71: Preparing 18:10:33 94da92de9268: Preparing 18:10:33 8f5543e7cd5b: Preparing 18:10:33 fa8d859f730a: Preparing 18:10:33 7e473e14c44b: Preparing 18:10:33 7e473e14c44b: Preparing 18:10:33 f91a48de5bc5: Preparing 18:10:33 625081352b9c: Preparing 18:10:33 32f366d666a5: Preparing 18:10:33 fa8d859f730a: Waiting 18:10:33 7e473e14c44b: Waiting 18:10:33 f91a48de5bc5: Waiting 18:10:33 625081352b9c: Waiting 18:10:33 32f366d666a5: Waiting 18:10:33 210e25d77697: Layer already exists 18:10:33 8b34a63cda71: Layer already exists 18:10:33 94762ee0872f: Layer already exists 18:10:33 8f5543e7cd5b: Layer already exists 18:10:33 94da92de9268: Layer already exists 18:10:33 fa8d859f730a: Layer already exists 18:10:33 7e473e14c44b: Layer already exists 18:10:33 32f366d666a5: Layer already exists 18:10:33 625081352b9c: Layer already exists 18:10:33 f91a48de5bc5: Layer already exists 18:10:33 2.0.0-dev.213: digest: sha256:9a79ee16b7cf4e43941b6d43c322df3681745123a2c14ddf7ae3a68af5ce9dd0 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:10:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:33 Collecting texttable<0.10,>=0.9.0 18:10:33 Downloading texttable-0.9.1.tar.gz (11 kB) 18:10:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:10:33 94762ee0872f: Preparing 18:10:33 94762ee0872f: Preparing 18:10:33 210e25d77697: Preparing 18:10:33 8b34a63cda71: Preparing 18:10:33 94da92de9268: Preparing 18:10:33 8f5543e7cd5b: Preparing 18:10:33 fa8d859f730a: Preparing 18:10:33 7e473e14c44b: Preparing 18:10:33 7e473e14c44b: Preparing 18:10:33 f91a48de5bc5: Preparing 18:10:33 625081352b9c: Preparing 18:10:33 32f366d666a5: Preparing 18:10:33 fa8d859f730a: Waiting 18:10:33 7e473e14c44b: Waiting 18:10:33 f91a48de5bc5: Waiting 18:10:33 32f366d666a5: Waiting 18:10:33 625081352b9c: Waiting 18:10:33 8b34a63cda71: Layer already exists 18:10:33 210e25d77697: Layer already exists 18:10:33 94da92de9268: Layer already exists 18:10:33 94762ee0872f: Layer already exists 18:10:33 8f5543e7cd5b: Layer already exists 18:10:33 fa8d859f730a: Layer already exists 18:10:33 7e473e14c44b: Layer already exists 18:10:33 625081352b9c: Layer already exists 18:10:33 f91a48de5bc5: Layer already exists 18:10:33 32f366d666a5: Layer already exists 18:10:33 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:9a79ee16b7cf4e43941b6d43c322df3681745123a2c14ddf7ae3a68af5ce9dd0 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:10:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] isUnix [Pipeline] sh 18:10:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:master 18:10:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:10:35 94762ee0872f: Preparing 18:10:35 94762ee0872f: Preparing 18:10:35 210e25d77697: Preparing 18:10:35 8b34a63cda71: Preparing 18:10:35 94da92de9268: Preparing 18:10:35 8f5543e7cd5b: Preparing 18:10:35 fa8d859f730a: Preparing 18:10:35 7e473e14c44b: Preparing 18:10:35 7e473e14c44b: Preparing 18:10:35 f91a48de5bc5: Preparing 18:10:35 625081352b9c: Preparing 18:10:35 32f366d666a5: Preparing 18:10:35 fa8d859f730a: Waiting 18:10:35 7e473e14c44b: Waiting 18:10:35 f91a48de5bc5: Waiting 18:10:35 625081352b9c: Waiting 18:10:35 32f366d666a5: Waiting 18:10:35 210e25d77697: Layer already exists 18:10:35 8b34a63cda71: Layer already exists 18:10:35 94762ee0872f: Layer already exists 18:10:35 94da92de9268: Layer already exists 18:10:35 8f5543e7cd5b: Layer already exists 18:10:35 fa8d859f730a: Layer already exists 18:10:35 7e473e14c44b: Layer already exists 18:10:35 f91a48de5bc5: Layer already exists 18:10:35 625081352b9c: Layer already exists 18:10:35 32f366d666a5: Layer already exists 18:10:35 master: digest: sha256:9a79ee16b7cf4e43941b6d43c322df3681745123a2c14ddf7ae3a68af5ce9dd0 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:35 ===================================================== [Pipeline] echo 18:10:35 taggedImages: 18:10:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f1ea93c16db09b36626d9198e09713e38083a332 18:10:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.213 18:10:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] echo 18:10:35 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 18:10:35 f1ea93c16db09b36626d9198e09713e38083a332 18:10:35 2.0.0-dev.213 18:10:35 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:35 master 18:10:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:35 Collecting jsonschema<3,>=2.5.1 18:10:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:10:35 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:10:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f1ea93c16db09b36626d9198e09713e38083a332 18:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:10:36 1af28dcf5fb1: Preparing 18:10:36 3538cfa230c9: Preparing 18:10:36 849956d1c924: Preparing 18:10:36 75d9a02021ee: Preparing 18:10:36 19c882683b89: Preparing 18:10:36 32f366d666a5: Preparing 18:10:36 32f366d666a5: Waiting 18:10:36 Collecting websocket-client<1.0,>=0.32.0 18:10:36 75d9a02021ee: Pushed 18:10:36 849956d1c924: Pushed 18:10:36 32f366d666a5: Layer already exists 18:10:36 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:10:36 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:10:36 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:10:36 19c882683b89: Pushed 18:10:37 3538cfa230c9: Pushed 18:10:37 1af28dcf5fb1: Pushed 18:10:37 Collecting urllib3<1.25,>=1.21.1 18:10:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:10:37 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:83a2a9378b644365119ff7cbcd1f3cebeaf6c029811c6224188a11fcf955b2e0 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:10:37 Collecting idna<2.8,>=2.5 18:10:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:10:37 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:37 Collecting docker-pycreds>=0.4.0 18:10:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:10:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.213 18:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:10:38 1af28dcf5fb1: Preparing 18:10:38 3538cfa230c9: Preparing 18:10:38 849956d1c924: Preparing 18:10:38 75d9a02021ee: Preparing 18:10:38 19c882683b89: Preparing 18:10:38 32f366d666a5: Preparing 18:10:38 32f366d666a5: Waiting 18:10:38 849956d1c924: Layer already exists 18:10:38 1af28dcf5fb1: Layer already exists 18:10:38 75d9a02021ee: Layer already exists 18:10:38 19c882683b89: Layer already exists 18:10:38 3538cfa230c9: Layer already exists 18:10:38 32f366d666a5: Layer already exists 18:10:38 2.0.0-dev.213: digest: sha256:83a2a9378b644365119ff7cbcd1f3cebeaf6c029811c6224188a11fcf955b2e0 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:10:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:10:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:10:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:10:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:10:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:10:38 1af28dcf5fb1: Preparing 18:10:38 3538cfa230c9: Preparing 18:10:38 849956d1c924: Preparing 18:10:38 75d9a02021ee: Preparing 18:10:38 19c882683b89: Preparing 18:10:38 32f366d666a5: Preparing 18:10:38 32f366d666a5: Waiting 18:10:38 3538cfa230c9: Layer already exists 18:10:38 75d9a02021ee: Layer already exists 18:10:38 1af28dcf5fb1: Layer already exists 18:10:38 19c882683b89: Layer already exists 18:10:38 849956d1c924: Layer already exists 18:10:38 32f366d666a5: Layer already exists 18:10:38 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:83a2a9378b644365119ff7cbcd1f3cebeaf6c029811c6224188a11fcf955b2e0 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:10:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] isUnix [Pipeline] sh 18:10:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:master 18:10:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:10:39 1af28dcf5fb1: Preparing 18:10:39 3538cfa230c9: Preparing 18:10:39 849956d1c924: Preparing 18:10:39 75d9a02021ee: Preparing 18:10:39 19c882683b89: Preparing 18:10:39 32f366d666a5: Preparing 18:10:39 32f366d666a5: Waiting 18:10:39 19c882683b89: Layer already exists 18:10:39 75d9a02021ee: Layer already exists 18:10:39 3538cfa230c9: Layer already exists 18:10:39 1af28dcf5fb1: Layer already exists 18:10:39 849956d1c924: Layer already exists 18:10:39 32f366d666a5: Layer already exists 18:10:39 master: digest: sha256:83a2a9378b644365119ff7cbcd1f3cebeaf6c029811c6224188a11fcf955b2e0 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:39 ===================================================== [Pipeline] echo 18:10:39 taggedImages: 18:10:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f1ea93c16db09b36626d9198e09713e38083a332 18:10:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.213 18:10:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] echo 18:10:39 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 18:10:39 f1ea93c16db09b36626d9198e09713e38083a332 18:10:39 2.0.0-dev.213 18:10:39 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:39 master 18:10:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:39 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, cached-property, docopt, dockerpty, texttable, jsonschema, docker-compose 18:10:39 Attempting uninstall: urllib3 18:10:39 Found existing installation: urllib3 1.25.9 18:10:39 Uninstalling urllib3-1.25.9: 18:10:39 Successfully uninstalled urllib3-1.25.9 18:10:39 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:10:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f1ea93c16db09b36626d9198e09713e38083a332 18:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:10:40 b94dd2a6f91c: Preparing 18:10:40 2f0ce1d99a73: Preparing 18:10:40 ce9ddd836e84: Preparing 18:10:40 d8ea5785a94e: Preparing 18:10:40 297b5f7ddad1: Preparing 18:10:40 2b8a0754b2df: Preparing 18:10:40 adaa8e204927: Preparing 18:10:40 5571d0b42e9e: Preparing 18:10:40 4a8d896f6a0d: Preparing 18:10:40 32f366d666a5: Preparing 18:10:40 2b8a0754b2df: Waiting 18:10:40 adaa8e204927: Waiting 18:10:40 5571d0b42e9e: Waiting 18:10:40 4a8d896f6a0d: Waiting 18:10:40 32f366d666a5: Waiting 18:10:40 Attempting uninstall: idna 18:10:40 Found existing installation: idna 2.9 18:10:40 Uninstalling idna-2.9: 18:10:40 Successfully uninstalled idna-2.9 18:10:40 b94dd2a6f91c: Pushed 18:10:40 2f0ce1d99a73: Pushed 18:10:40 297b5f7ddad1: Pushed 18:10:40 adaa8e204927: Pushed 18:10:40 2b8a0754b2df: Pushed 18:10:40 5571d0b42e9e: Pushed 18:10:40 32f366d666a5: Layer already exists 18:10:40 Attempting uninstall: requests 18:10:40 Found existing installation: requests 2.23.0 18:10:40 Uninstalling requests-2.23.0: 18:10:40 4a8d896f6a0d: Pushed 18:10:41 Successfully uninstalled requests-2.23.0 18:10:41 d8ea5785a94e: Pushed 18:10:41 ce9ddd836e84: Pushed 18:10:41 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:31fca8ce2e6e4a6f4dd604be51987ed88b13a52b84165d1c5ec4fc6adc59cc94 size: 2405 [Pipeline] isUnix [Pipeline] sh 18:10:41 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.213 18:10:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:10:41 b94dd2a6f91c: Preparing 18:10:41 2f0ce1d99a73: Preparing 18:10:41 ce9ddd836e84: Preparing 18:10:41 d8ea5785a94e: Preparing 18:10:41 297b5f7ddad1: Preparing 18:10:41 2b8a0754b2df: Preparing 18:10:41 adaa8e204927: Preparing 18:10:41 5571d0b42e9e: Preparing 18:10:41 4a8d896f6a0d: Preparing 18:10:41 32f366d666a5: Preparing 18:10:41 2b8a0754b2df: Waiting 18:10:41 adaa8e204927: Waiting 18:10:41 5571d0b42e9e: Waiting 18:10:41 4a8d896f6a0d: Waiting 18:10:41 32f366d666a5: Waiting 18:10:41 b94dd2a6f91c: Layer already exists 18:10:41 ce9ddd836e84: Layer already exists 18:10:41 2f0ce1d99a73: Layer already exists 18:10:41 297b5f7ddad1: Layer already exists 18:10:41 d8ea5785a94e: Layer already exists 18:10:41 adaa8e204927: Layer already exists 18:10:41 2b8a0754b2df: Layer already exists 18:10:41 5571d0b42e9e: Layer already exists 18:10:41 32f366d666a5: Layer already exists 18:10:41 4a8d896f6a0d: Layer already exists 18:10:41 2.0.0-dev.213: digest: sha256:31fca8ce2e6e4a6f4dd604be51987ed88b13a52b84165d1c5ec4fc6adc59cc94 size: 2405 [Pipeline] isUnix [Pipeline] sh 18:10:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:42 Running setup.py install for PyYAML: started 18:10:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:10:42 b94dd2a6f91c: Preparing 18:10:42 2f0ce1d99a73: Preparing 18:10:42 ce9ddd836e84: Preparing 18:10:42 d8ea5785a94e: Preparing 18:10:42 297b5f7ddad1: Preparing 18:10:42 2b8a0754b2df: Preparing 18:10:42 adaa8e204927: Preparing 18:10:42 5571d0b42e9e: Preparing 18:10:42 4a8d896f6a0d: Preparing 18:10:42 32f366d666a5: Preparing 18:10:42 adaa8e204927: Waiting 18:10:42 5571d0b42e9e: Waiting 18:10:42 4a8d896f6a0d: Waiting 18:10:42 32f366d666a5: Waiting 18:10:42 2b8a0754b2df: Waiting 18:10:42 d8ea5785a94e: Layer already exists 18:10:42 ce9ddd836e84: Layer already exists 18:10:42 2f0ce1d99a73: Layer already exists 18:10:42 297b5f7ddad1: Layer already exists 18:10:42 2b8a0754b2df: Layer already exists 18:10:42 b94dd2a6f91c: Layer already exists 18:10:42 32f366d666a5: Layer already exists 18:10:42 5571d0b42e9e: Layer already exists 18:10:42 adaa8e204927: Layer already exists 18:10:42 4a8d896f6a0d: Layer already exists 18:10:42 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:31fca8ce2e6e4a6f4dd604be51987ed88b13a52b84165d1c5ec4fc6adc59cc94 size: 2405 [Pipeline] isUnix [Pipeline] sh 18:10:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [Pipeline] isUnix [Pipeline] sh 18:10:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:master 18:10:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:10:43 b94dd2a6f91c: Preparing 18:10:43 2f0ce1d99a73: Preparing 18:10:43 ce9ddd836e84: Preparing 18:10:43 d8ea5785a94e: Preparing 18:10:43 297b5f7ddad1: Preparing 18:10:43 2b8a0754b2df: Preparing 18:10:43 adaa8e204927: Preparing 18:10:43 5571d0b42e9e: Preparing 18:10:43 4a8d896f6a0d: Preparing 18:10:43 32f366d666a5: Preparing 18:10:43 2b8a0754b2df: Waiting 18:10:43 5571d0b42e9e: Waiting 18:10:43 adaa8e204927: Waiting 18:10:43 4a8d896f6a0d: Waiting 18:10:43 32f366d666a5: Waiting 18:10:43 d8ea5785a94e: Layer already exists 18:10:43 b94dd2a6f91c: Layer already exists 18:10:43 2f0ce1d99a73: Layer already exists 18:10:43 ce9ddd836e84: Layer already exists 18:10:43 297b5f7ddad1: Layer already exists 18:10:43 4a8d896f6a0d: Layer already exists 18:10:43 adaa8e204927: Layer already exists 18:10:43 5571d0b42e9e: Layer already exists 18:10:43 32f366d666a5: Layer already exists 18:10:43 2b8a0754b2df: Layer already exists 18:10:43 master: digest: sha256:31fca8ce2e6e4a6f4dd604be51987ed88b13a52b84165d1c5ec4fc6adc59cc94 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:43 ===================================================== [Pipeline] echo 18:10:43 taggedImages: 18:10:43 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f1ea93c16db09b36626d9198e09713e38083a332 18:10:43 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.213 18:10:43 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:43 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [Pipeline] echo 18:10:43 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 18:10:43 f1ea93c16db09b36626d9198e09713e38083a332 18:10:43 2.0.0-dev.213 18:10:43 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:43 master 18:10:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:10:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:f1ea93c16db09b36626d9198e09713e38083a332 18:10:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:10:43 4d56f1cacec2: Preparing 18:10:43 475d3a446963: Preparing 18:10:43 fa8d859f730a: Preparing 18:10:43 8d302525b149: Preparing 18:10:43 32f366d666a5: Preparing 18:10:43 fa8d859f730a: Layer already exists 18:10:43 32f366d666a5: Layer already exists 18:10:43 4d56f1cacec2: Pushed 18:10:44 8d302525b149: Pushed 18:10:45 Running setup.py install for PyYAML: finished with status 'done' 18:10:45 Running setup.py install for docopt: started 18:10:45 475d3a446963: Pushed 18:10:45 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:db7f4c25712088329c46712caaf57f3984af5d169f520274ea2770af5cfe468c size: 1364 [Pipeline] isUnix [Pipeline] sh 18:10:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.213 18:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:10:45 4d56f1cacec2: Preparing 18:10:45 475d3a446963: Preparing 18:10:45 fa8d859f730a: Preparing 18:10:45 8d302525b149: Preparing 18:10:45 32f366d666a5: Preparing 18:10:45 475d3a446963: Layer already exists 18:10:45 fa8d859f730a: Layer already exists 18:10:45 4d56f1cacec2: Layer already exists 18:10:45 8d302525b149: Layer already exists 18:10:45 32f366d666a5: Layer already exists 18:10:45 2.0.0-dev.213: digest: sha256:db7f4c25712088329c46712caaf57f3984af5d169f520274ea2770af5cfe468c size: 1364 [Pipeline] isUnix [Pipeline] sh 18:10:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:10:46 4d56f1cacec2: Preparing 18:10:46 475d3a446963: Preparing 18:10:46 fa8d859f730a: Preparing 18:10:46 8d302525b149: Preparing 18:10:46 32f366d666a5: Preparing 18:10:46 4d56f1cacec2: Layer already exists 18:10:46 32f366d666a5: Layer already exists 18:10:46 fa8d859f730a: Layer already exists 18:10:46 8d302525b149: Layer already exists 18:10:46 475d3a446963: Layer already exists 18:10:46 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:db7f4c25712088329c46712caaf57f3984af5d169f520274ea2770af5cfe468c size: 1364 [Pipeline] isUnix [Pipeline] sh 18:10:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] isUnix [Pipeline] sh 18:10:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:master 18:10:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:10:46 4d56f1cacec2: Preparing 18:10:46 475d3a446963: Preparing 18:10:46 fa8d859f730a: Preparing 18:10:46 8d302525b149: Preparing 18:10:46 32f366d666a5: Preparing 18:10:46 8d302525b149: Layer already exists 18:10:46 32f366d666a5: Layer already exists 18:10:46 fa8d859f730a: Layer already exists 18:10:46 475d3a446963: Layer already exists 18:10:46 4d56f1cacec2: Layer already exists 18:10:46 master: digest: sha256:db7f4c25712088329c46712caaf57f3984af5d169f520274ea2770af5cfe468c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:47 ===================================================== [Pipeline] echo 18:10:47 taggedImages: 18:10:47 - nexus3.edgexfoundry.org:10004/support-notifications:f1ea93c16db09b36626d9198e09713e38083a332 18:10:47 - nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.213 18:10:47 - nexus3.edgexfoundry.org:10004/support-notifications:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:47 - nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] echo 18:10:47 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 18:10:47 f1ea93c16db09b36626d9198e09713e38083a332 18:10:47 2.0.0-dev.213 18:10:47 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:47 master 18:10:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:10:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f1ea93c16db09b36626d9198e09713e38083a332 18:10:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:10:47 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:10:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:10:47 ---> 2458bbb41fb2 18:10:47 Step 3/23 : WORKDIR /edgex-go 18:10:47 ---> Using cache 18:10:47 ---> 672bc69c748d 18:10:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:10:47 ---> Using cache 18:10:47 ---> 310f5ec4093f 18:10:47 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:10:47 Running setup.py install for docopt: finished with status 'done' 18:10:47 Running setup.py install for dockerpty: started 18:10:48 0cd98efa46bb: Preparing 18:10:48 5473ca1bb3d9: Preparing 18:10:48 fa8d859f730a: Preparing 18:10:48 4d2aab857639: Preparing 18:10:48 32f366d666a5: Preparing 18:10:48 4d2aab857639: Layer already exists 18:10:48 32f366d666a5: Layer already exists 18:10:48 fa8d859f730a: Layer already exists 18:10:48 0cd98efa46bb: Pushed 18:10:49 5473ca1bb3d9: Pushed 18:10:49 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:2db26e272cdb2602ddc47fc54cd495d748a899d0dc587c54b327a04cfeb8b346 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:10:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.213 18:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:10:50 0cd98efa46bb: Preparing 18:10:50 5473ca1bb3d9: Preparing 18:10:50 fa8d859f730a: Preparing 18:10:50 4d2aab857639: Preparing 18:10:50 32f366d666a5: Preparing 18:10:50 0cd98efa46bb: Layer already exists 18:10:50 32f366d666a5: Layer already exists 18:10:50 4d2aab857639: Layer already exists 18:10:50 fa8d859f730a: Layer already exists 18:10:50 5473ca1bb3d9: Layer already exists 18:10:50 2.0.0-dev.213: digest: sha256:2db26e272cdb2602ddc47fc54cd495d748a899d0dc587c54b327a04cfeb8b346 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:10:50 Running setup.py install for dockerpty: finished with status 'done' 18:10:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:10:50 Running setup.py install for texttable: started 18:10:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:10:50 0cd98efa46bb: Preparing 18:10:50 5473ca1bb3d9: Preparing 18:10:50 fa8d859f730a: Preparing 18:10:50 4d2aab857639: Preparing 18:10:50 32f366d666a5: Preparing 18:10:50 32f366d666a5: Layer already exists 18:10:50 fa8d859f730a: Layer already exists 18:10:50 0cd98efa46bb: Layer already exists 18:10:50 5473ca1bb3d9: Layer already exists 18:10:50 4d2aab857639: Layer already exists 18:10:50 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:2db26e272cdb2602ddc47fc54cd495d748a899d0dc587c54b327a04cfeb8b346 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:10:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] isUnix [Pipeline] sh 18:10:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:master 18:10:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:10:51 0cd98efa46bb: Preparing 18:10:51 5473ca1bb3d9: Preparing 18:10:51 fa8d859f730a: Preparing 18:10:51 4d2aab857639: Preparing 18:10:51 32f366d666a5: Preparing 18:10:51 0cd98efa46bb: Layer already exists 18:10:51 4d2aab857639: Layer already exists 18:10:51 32f366d666a5: Layer already exists 18:10:51 5473ca1bb3d9: Layer already exists 18:10:51 fa8d859f730a: Layer already exists 18:10:51 master: digest: sha256:2db26e272cdb2602ddc47fc54cd495d748a899d0dc587c54b327a04cfeb8b346 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:51 ===================================================== [Pipeline] echo 18:10:51 taggedImages: 18:10:51 - nexus3.edgexfoundry.org:10004/support-scheduler:f1ea93c16db09b36626d9198e09713e38083a332 18:10:51 - nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.213 18:10:51 - nexus3.edgexfoundry.org:10004/support-scheduler:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:51 - nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] echo 18:10:51 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 18:10:51 f1ea93c16db09b36626d9198e09713e38083a332 18:10:51 2.0.0-dev.213 18:10:51 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:10:51 master 18:10:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:52 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:10:52 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f1ea93c16db09b36626d9198e09713e38083a332 18:10:52 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 18:10:52 8d89dcd01604: Preparing 18:10:52 5d3bfbc1c165: Preparing 18:10:52 d9ec3a18c9c7: Preparing 18:10:52 98dfc059afe7: Preparing 18:10:52 0754057c0ad3: Preparing 18:10:52 998cdf262ab1: Preparing 18:10:52 02e56110abd2: Preparing 18:10:52 abc36efb885a: Preparing 18:10:52 b0b09059f4e1: Preparing 18:10:52 bb961f40224b: Preparing 18:10:52 f4666769fca7: Preparing 18:10:52 998cdf262ab1: Waiting 18:10:52 02e56110abd2: Waiting 18:10:52 abc36efb885a: Waiting 18:10:52 b0b09059f4e1: Waiting 18:10:52 bb961f40224b: Waiting 18:10:52 f4666769fca7: Waiting 18:10:52 0754057c0ad3: Layer already exists 18:10:52 998cdf262ab1: Layer already exists 18:10:52 02e56110abd2: Layer already exists 18:10:52 5d3bfbc1c165: Pushed 18:10:52 abc36efb885a: Layer already exists 18:10:52 b0b09059f4e1: Layer already exists 18:10:52 bb961f40224b: Layer already exists 18:10:52 f4666769fca7: Layer already exists 18:10:52 8d89dcd01604: Pushed 18:10:53 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:10:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:10:53 ---> 2458bbb41fb2 18:10:53 Step 3/26 : WORKDIR /edgex-go 18:10:53 ---> Using cache 18:10:53 ---> 672bc69c748d 18:10:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:10:53 ---> Using cache 18:10:53 ---> 310f5ec4093f 18:10:53 Step 5/26 : RUN apk add --update --no-cache make git 18:10:53 ---> Using cache 18:10:53 ---> 604d32ba0c5d 18:10:53 Step 6/26 : COPY go.mod . 18:10:53 ---> Using cache 18:10:53 ---> fb40d26e3f2f 18:10:53 Step 7/26 : RUN go mod download 18:10:53 ---> Using cache 18:10:53 ---> 3d3c2cb33312 18:10:53 Step 8/26 : COPY . . 18:10:53 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:10:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:10:53 ---> 2458bbb41fb2 18:10:53 Step 3/22 : WORKDIR /edgex-go 18:10:53 ---> Using cache 18:10:53 ---> 672bc69c748d 18:10:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:10:53 ---> Using cache 18:10:53 ---> 310f5ec4093f 18:10:53 Step 5/22 : RUN apk add --update --no-cache make git 18:10:53 ---> Using cache 18:10:53 ---> 604d32ba0c5d 18:10:53 Step 6/22 : COPY go.mod . 18:10:53 ---> Using cache 18:10:53 ---> fb40d26e3f2f 18:10:53 Step 7/22 : RUN go mod download 18:10:53 ---> Using cache 18:10:53 ---> 3d3c2cb33312 18:10:53 Step 8/22 : COPY . . 18:10:53 ---> Using cache 18:10:53 ---> b4a50ef2ff83 18:10:53 Step 9/26 : RUN go mod tidy 18:10:53 ---> Using cache 18:10:53 ---> 16e197db79fd 18:10:53 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:10:53 ---> Using cache 18:10:53 ---> b4a50ef2ff83 18:10:53 Running setup.py install for texttable: finished with status 'done' 18:10:53 Step 9/22 : RUN go mod tidy 18:10:53 ---> Using cache 18:10:53 ---> 16e197db79fd 18:10:53 d9ec3a18c9c7: Pushed 18:10:53 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:10:53 ---> Running in 05b858720051 18:10:54 ---> Running in aa06cde8bc3b 18:10:54 ---> Running in 466f428bf29d 18:10:55 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:10:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:10:55 ---> 2458bbb41fb2 18:10:55 Step 3/24 : WORKDIR /edgex-go 18:10:55 ---> Using cache 18:10:55 ---> 672bc69c748d 18:10:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:10:55 ---> Using cache 18:10:55 ---> 310f5ec4093f 18:10:55 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:10:55 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 18:10:55 ---> Running in bc8b917b3a39 18:10:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:10:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:10:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:10:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:10:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:10:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:10:58 OK: 218 MiB in 52 packages 18:10:59 OK: 218 MiB in 52 packages 18:11:01 Removing intermediate container 05b858720051 18:11:01 ---> 2fb72920f21c 18:11:01 Step 6/23 : COPY go.mod . 18:11:01 Removing intermediate container bc8b917b3a39 18:11:01 ---> c09e1160bcf9 18:11:01 Step 6/24 : COPY go.mod . 18:11:03 ---> 6c9ed9eec64f 18:11:03 Step 7/23 : RUN go mod download 18:11:03 ---> Running in 8f3bd926f487 18:11:03 ---> e59264da2089 18:11:03 Step 7/24 : RUN go mod download 18:11:03 98dfc059afe7: Pushed 18:11:03 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:bff7f75a38d35ab091d4de880fbaf1791934fd633c3b250fadc1eaaea1796eb1 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:11:03 ---> Running in a8c00d1c6bc2 18:11:04 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:11:04 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.213 18:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 18:11:04 8d89dcd01604: Preparing 18:11:04 5d3bfbc1c165: Preparing 18:11:04 d9ec3a18c9c7: Preparing 18:11:04 98dfc059afe7: Preparing 18:11:04 0754057c0ad3: Preparing 18:11:04 998cdf262ab1: Preparing 18:11:04 02e56110abd2: Preparing 18:11:04 abc36efb885a: Preparing 18:11:04 b0b09059f4e1: Preparing 18:11:04 bb961f40224b: Preparing 18:11:04 f4666769fca7: Preparing 18:11:04 998cdf262ab1: Waiting 18:11:04 02e56110abd2: Waiting 18:11:04 abc36efb885a: Waiting 18:11:04 b0b09059f4e1: Waiting 18:11:04 bb961f40224b: Waiting 18:11:04 f4666769fca7: Waiting 18:11:04 5d3bfbc1c165: Layer already exists 18:11:04 8d89dcd01604: Layer already exists 18:11:04 0754057c0ad3: Layer already exists 18:11:04 98dfc059afe7: Layer already exists 18:11:04 d9ec3a18c9c7: Layer already exists 18:11:04 998cdf262ab1: Layer already exists 18:11:04 b0b09059f4e1: Layer already exists 18:11:04 abc36efb885a: Layer already exists 18:11:04 02e56110abd2: Layer already exists 18:11:04 bb961f40224b: Layer already exists 18:11:04 f4666769fca7: Layer already exists 18:11:04 2.0.0-dev.213: digest: sha256:bff7f75a38d35ab091d4de880fbaf1791934fd633c3b250fadc1eaaea1796eb1 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:11:04 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:11:04 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 18:11:04 8d89dcd01604: Preparing 18:11:04 5d3bfbc1c165: Preparing 18:11:04 d9ec3a18c9c7: Preparing 18:11:04 98dfc059afe7: Preparing 18:11:04 0754057c0ad3: Preparing 18:11:04 998cdf262ab1: Preparing 18:11:04 02e56110abd2: Preparing 18:11:04 abc36efb885a: Preparing 18:11:04 b0b09059f4e1: Preparing 18:11:04 bb961f40224b: Preparing 18:11:04 f4666769fca7: Preparing 18:11:04 998cdf262ab1: Waiting 18:11:04 02e56110abd2: Waiting 18:11:04 bb961f40224b: Waiting 18:11:04 f4666769fca7: Waiting 18:11:04 abc36efb885a: Waiting 18:11:04 b0b09059f4e1: Waiting 18:11:04 8d89dcd01604: Layer already exists 18:11:04 0754057c0ad3: Layer already exists 18:11:04 5d3bfbc1c165: Layer already exists 18:11:04 98dfc059afe7: Layer already exists 18:11:04 d9ec3a18c9c7: Layer already exists 18:11:04 02e56110abd2: Layer already exists 18:11:04 998cdf262ab1: Layer already exists 18:11:04 bb961f40224b: Layer already exists 18:11:04 b0b09059f4e1: Layer already exists 18:11:04 abc36efb885a: Layer already exists 18:11:04 f4666769fca7: Layer already exists 18:11:04 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:bff7f75a38d35ab091d4de880fbaf1791934fd633c3b250fadc1eaaea1796eb1 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:11:05 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [Pipeline] isUnix [Pipeline] sh 18:11:05 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master 18:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 18:11:05 8d89dcd01604: Preparing 18:11:05 5d3bfbc1c165: Preparing 18:11:05 d9ec3a18c9c7: Preparing 18:11:05 98dfc059afe7: Preparing 18:11:05 0754057c0ad3: Preparing 18:11:05 998cdf262ab1: Preparing 18:11:05 02e56110abd2: Preparing 18:11:05 abc36efb885a: Preparing 18:11:05 b0b09059f4e1: Preparing 18:11:05 bb961f40224b: Preparing 18:11:05 f4666769fca7: Preparing 18:11:05 998cdf262ab1: Waiting 18:11:05 02e56110abd2: Waiting 18:11:05 b0b09059f4e1: Waiting 18:11:05 bb961f40224b: Waiting 18:11:05 f4666769fca7: Waiting 18:11:05 abc36efb885a: Waiting 18:11:05 d9ec3a18c9c7: Layer already exists 18:11:05 8d89dcd01604: Layer already exists 18:11:05 0754057c0ad3: Layer already exists 18:11:05 98dfc059afe7: Layer already exists 18:11:05 5d3bfbc1c165: Layer already exists 18:11:05 998cdf262ab1: Layer already exists 18:11:05 02e56110abd2: Layer already exists 18:11:05 abc36efb885a: Layer already exists 18:11:05 bb961f40224b: Layer already exists 18:11:05 b0b09059f4e1: Layer already exists 18:11:05 f4666769fca7: Layer already exists 18:11:05 master: digest: sha256:bff7f75a38d35ab091d4de880fbaf1791934fd633c3b250fadc1eaaea1796eb1 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:11:05 ===================================================== [Pipeline] echo 18:11:05 taggedImages: 18:11:05 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f1ea93c16db09b36626d9198e09713e38083a332 18:11:05 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.213 18:11:05 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:11:05 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:11:09 Removing intermediate container 8f3bd926f487 18:11:09 ---> 693c1400f199 18:11:09 Step 8/23 : COPY . . 18:11:09 Removing intermediate container a8c00d1c6bc2 18:11:09 ---> b2a8c68e7aad 18:11:09 Step 8/24 : COPY . . 18:11:15 Removing intermediate container 27f1584add88 18:11:15 ---> 56b0301f501d 18:11:15 Step 15/24 : ENV APP_PORT=48090 18:11:16 ---> Running in 4849e8c709cb 18:11:17 Removing intermediate container 4849e8c709cb 18:11:17 ---> 009a7c70c64d 18:11:17 Step 16/24 : EXPOSE $APP_PORT 18:11:18 ---> Running in 47f7cc324019 18:11:19 Removing intermediate container 47f7cc324019 18:11:19 ---> 5770fa19e90b 18:11:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:11:23 ---> 8b7c06d41d17 18:11:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:11:26 ---> cf108778d54d 18:11:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:11:29 ---> 9c5bc2d18276 18:11:29 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 18:11:29 ---> Running in 62847bb4e1cb 18:11:30 Removing intermediate container 62847bb4e1cb 18:11:30 ---> 3e80902651d8 18:11:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:11:31 ---> Running in 357610bba41c 18:11:32 Removing intermediate container 357610bba41c 18:11:32 ---> dd8d2e1d471d 18:11:32 Step 22/24 : LABEL arch=arm64 18:11:32 ---> Running in 1df562f2b4e2 18:11:32 ---> d91a64af6f52 18:11:32 Step 9/23 : RUN go mod tidy 18:11:32 ---> Running in 0a1accc4031d 18:11:33 Removing intermediate container 1df562f2b4e2 18:11:33 ---> 702adc1907db 18:11:33 Step 23/24 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:11:33 ---> 3e446b05dda5 18:11:33 Step 9/24 : RUN go mod tidy 18:11:33 ---> Running in 7e947f867384 18:11:33 ---> Running in da0ee8ff3612 18:11:34 Removing intermediate container 7e947f867384 18:11:34 ---> 91828c2cb512 18:11:34 Step 24/24 : LABEL version=2.0.0-dev.213 18:11:34 ---> Running in d6e650cf622a 18:11:35 Removing intermediate container d6e650cf622a 18:11:35 ---> 7dcccacf742f 18:11:35 18:11:36 Successfully built 7dcccacf742f 18:11:36 Successfully tagged sys-mgmt-agent-arm64:latest 18:11:40  Building sys-mgmt-agent ... done Removing intermediate container 0a1accc4031d 18:11:40 ---> bd4d50f117cf 18:11:40 Step 10/23 : RUN make cmd/support-notifications/support-notifications 18:11:40 Removing intermediate container da0ee8ff3612 18:11:40 ---> d34db7e29a98 18:11:40 Step 10/24 : RUN make cmd/core-data/core-data 18:11:40 ---> Running in 368eef1cd360 18:11:40 ---> Running in cd7c3f80c8b1 18:11:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:11:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o cmd/core-data/core-data ./cmd/core-data 18:12:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/secrets-config ./cmd/secrets-config 18:12:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.213" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:12:30 Removing intermediate container aa06cde8bc3b 18:12:30 ---> 4cbdaf6a0169 18:12:30 18:12:30 Step 11/26 : FROM alpine:3.12 18:12:30 ---> 9852663dfa18 18:12:30 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:12:30 ---> Running in 5fba235a4f22 18:12:30 Removing intermediate container 466f428bf29d 18:12:30 ---> 68d8db751a73 18:12:30 18:12:30 Step 11/22 : FROM alpine:3.12 18:12:30 ---> 9852663dfa18 18:12:30 Step 12/22 : RUN apk add --update --no-cache curl 18:12:30 ---> Running in 294998ed4ee8 18:12:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:31 (1/6) Installing ca-certificates (20191127-r4) 18:12:31 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:12:31 (3/6) Installing libcurl (7.76.1-r0) 18:12:31 (4/6) Installing curl (7.76.1-r0) 18:12:31 (5/6) Installing dumb-init (1.2.2-r1) 18:12:31 (6/6) Installing su-exec (0.2-r1) 18:12:31 Executing busybox-1.31.1-r20.trigger 18:12:31 Executing ca-certificates-20191127-r4.trigger 18:12:31 (1/4) Installing ca-certificates (20191127-r4) 18:12:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:12:31 (3/4) Installing libcurl (7.76.1-r0) 18:12:32 (4/4) Installing curl (7.76.1-r0) 18:12:32 Executing busybox-1.31.1-r20.trigger 18:12:32 OK: 7 MiB in 20 packages 18:12:32 Executing ca-certificates-20191127-r4.trigger 18:12:32 OK: 7 MiB in 18 packages 18:12:34 Removing intermediate container 5fba235a4f22 18:12:34 ---> b2db5479ce12 18:12:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:12:34 ---> Running in 3eeee97664f3 18:12:35 Removing intermediate container 294998ed4ee8 18:12:35 ---> 73554a76b78b 18:12:35 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:12:35 ---> Running in bc9a4f8157da 18:12:35 Removing intermediate container 3eeee97664f3 18:12:35 ---> f27d217c9f12 18:12:35 Step 14/26 : WORKDIR / 18:12:36 ---> Running in a4c30e1455ce 18:12:36 Removing intermediate container bc9a4f8157da 18:12:36 ---> 94bf7eb0a59c 18:12:36 Step 14/22 : WORKDIR /edgex 18:12:36 ---> Running in 7cf56654a4a5 18:12:36 Removing intermediate container a4c30e1455ce 18:12:36 ---> d2e859981251 18:12:36 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:12:37 Removing intermediate container 7cf56654a4a5 18:12:37 ---> 20ee992ae7dc 18:12:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:12:38 ---> 56f8411a3b05 18:12:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:12:38 ---> 17d230090bc0 18:12:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:12:39 ---> af8833bc5bce 18:12:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:12:40 ---> 1507bca0f191 18:12:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:12:41 ---> 72dd3b60be3e 18:12:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:12:43 ---> 8ec1b2bab122 18:12:43 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:12:43 ---> cd7b69a0031e 18:12:43 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:12:43 ---> Running in 3de98752634d 18:12:44 Removing intermediate container 3de98752634d 18:12:44 ---> 80aefd367252 18:12:44 Step 19/22 : CMD ["--init=true"] 18:12:44 ---> Running in 9b13912bc299 18:12:45 ---> f91c7d4179af 18:12:45 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:12:45 Removing intermediate container 9b13912bc299 18:12:45 ---> a29274458d38 18:12:45 Step 20/22 : LABEL arch=arm64 18:12:45 ---> Running in 2d13a34cb8e4 18:12:46 Removing intermediate container 2d13a34cb8e4 18:12:46 ---> 08d6546adeb3 18:12:46 Step 21/22 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:12:46 ---> Running in f5533616c73d 18:12:47 ---> 239e2c8565d5 18:12:47 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:12:47 Removing intermediate container f5533616c73d 18:12:47 ---> d5731a7fe921 18:12:47 Step 22/22 : LABEL version=2.0.0-dev.213 18:12:47 ---> Running in 9368383bd0fb 18:12:48 Removing intermediate container 9368383bd0fb 18:12:48 ---> 752a678c4b0d 18:12:48 18:12:48 ---> a6081c208c10 18:12:48 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:12:48 ---> Running in e2fa26afb659 18:12:48 Successfully built 752a678c4b0d 18:12:48 Successfully tagged security-proxy-setup-arm64:latest 18:12:52  Building security-proxy-setup ... done Removing intermediate container e2fa26afb659 18:12:52 ---> 84789d0dbd7a 18:12:52 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:12:52 ---> Running in 6d1e2a761c5c 18:12:53 Removing intermediate container 6d1e2a761c5c 18:12:53 ---> 2076dd311c5d 18:12:53 Step 24/26 : LABEL arch=arm64 18:12:53 ---> Running in 49a7ba050e2c 18:12:53 Removing intermediate container 49a7ba050e2c 18:12:53 ---> 478ad07c542d 18:12:53 Step 25/26 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:12:53 ---> Running in 825451b477bf 18:12:54 Removing intermediate container 825451b477bf 18:12:54 ---> f0b9be270e34 18:12:54 Step 26/26 : LABEL version=2.0.0-dev.213 18:12:54 ---> Running in 51b64ebad45f 18:12:55 Removing intermediate container 51b64ebad45f 18:12:55 ---> 23c064878a93 18:12:55 18:12:56 Successfully built 23c064878a93 18:12:56 Successfully tagged security-secretstore-setup-arm64:latest 18:13:11  Building security-secretstore-setup ... done Removing intermediate container 368eef1cd360 18:13:11 ---> 615195b12dc6 18:13:11 18:13:11 Step 11/23 : FROM alpine:3.12 18:13:11 ---> 9852663dfa18 18:13:11 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:13:11 ---> Running in 1da5875091be 18:13:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:13:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:13:11 (1/2) Installing ca-certificates (20191127-r4) 18:13:11 (2/2) Installing dumb-init (1.2.2-r1) 18:13:11 Executing busybox-1.31.1-r20.trigger 18:13:11 Executing ca-certificates-20191127-r4.trigger 18:13:11 OK: 6 MiB in 16 packages 18:13:13 Removing intermediate container 1da5875091be 18:13:13 ---> 3c13ca518272 18:13:13 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:13:13 ---> Running in e9bfb4ec86b9 18:13:13 Removing intermediate container e9bfb4ec86b9 18:13:13 ---> 41ff639e928f 18:13:13 Step 14/23 : ENV APP_PORT=48060 18:13:14 ---> Running in d810cb1b6f0b 18:13:14 Removing intermediate container d810cb1b6f0b 18:13:14 ---> 5bdfcaa9d1d4 18:13:14 Step 15/23 : EXPOSE $APP_PORT 18:13:15 ---> Running in f07e9def43d5 18:13:15 Removing intermediate container f07e9def43d5 18:13:15 ---> 32af02aece45 18:13:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:15 Removing intermediate container cd7c3f80c8b1 18:13:15 ---> 1c03a302bd25 18:13:15 18:13:15 Step 11/24 : FROM alpine:3.12 18:13:15 ---> 9852663dfa18 18:13:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:13:16 ---> Running in 6d41c294a8ae 18:13:16 ---> 5197a0f899f4 18:13:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:13:16 Removing intermediate container 6d41c294a8ae 18:13:16 ---> a49c9e11c40a 18:13:16 Step 13/24 : ENV APP_PORT=48080 18:13:17 ---> Running in 1085debecef1 18:13:17 Removing intermediate container 1085debecef1 18:13:17 ---> 1e7e03d5ffb3 18:13:17 Step 14/24 : EXPOSE $APP_PORT 18:13:17 ---> 29a8ff1e8f99 18:13:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:13:17 ---> Running in 840e6402dc03 18:13:18 Removing intermediate container 840e6402dc03 18:13:18 ---> d6259ef6baec 18:13:18 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:13:18 ---> Running in f2769df796e7 18:13:18 ---> 90586d671cf8 18:13:18 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:13:18 ---> Running in 61bbc93b9196 18:13:19 Removing intermediate container 61bbc93b9196 18:13:19 ---> 211f00dfb01f 18:13:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:19 ---> Running in 87ef51626164 18:13:19 Removing intermediate container 87ef51626164 18:13:19 ---> da9514ae0e47 18:13:19 Step 21/23 : LABEL arch=arm64 18:13:19 ---> Running in 18a947a7f62a 18:13:20 Removing intermediate container 18a947a7f62a 18:13:20 ---> 4a44bef0f62c 18:13:20 Step 22/23 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:13:20 ---> Running in 836414f2297b 18:13:20 Removing intermediate container f2769df796e7 18:13:20 ---> cba8e7be7c08 18:13:20 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 18:13:20 ---> Running in 2c37cc39abff 18:13:21 Removing intermediate container 836414f2297b 18:13:21 ---> f03bc0e7c98e 18:13:21 Step 23/23 : LABEL version=2.0.0-dev.213 18:13:21 ---> Running in 207a6f93ce90 18:13:22 Removing intermediate container 207a6f93ce90 18:13:22 ---> eb0ba14ae9df 18:13:22 18:13:22 Successfully built eb0ba14ae9df 18:13:22 Successfully tagged support-notifications-arm64:latest 18:13:22  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:13:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:13:23 (1/6) Installing dumb-init (1.2.2-r1) 18:13:23 (2/6) Installing libgcc (9.3.0-r2) 18:13:23 (3/6) Installing libsodium (1.0.18-r0) 18:13:23 (4/6) Installing libstdc++ (9.3.0-r2) 18:13:24 (5/6) Installing libzmq (4.3.3-r0) 18:13:24 (6/6) Installing zeromq (4.3.3-r0) 18:13:24 Executing busybox-1.31.1-r20.trigger 18:13:24 OK: 8 MiB in 20 packages 18:13:25 Removing intermediate container 2c37cc39abff 18:13:25 ---> a3bdbc2511f0 18:13:25 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:26 ---> cd0b3b2ca37f 18:13:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:13:27 ---> efca78223d31 18:13:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:13:27 ---> 5a6dc546d696 18:13:27 Step 20/24 : ENTRYPOINT ["/core-data"] 18:13:28 ---> Running in 794a24800cee 18:13:28 Removing intermediate container 794a24800cee 18:13:28 ---> 02a5d41fc369 18:13:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:28 ---> Running in c857ae97de57 18:13:29 Removing intermediate container c857ae97de57 18:13:29 ---> 6d5f879bbb05 18:13:29 Step 22/24 : LABEL arch=arm64 18:13:29 ---> Running in 886760d2151c 18:13:29 Removing intermediate container 886760d2151c 18:13:29 ---> 6092b64c6c45 18:13:29 Step 23/24 : LABEL git_sha=f1ea93c16db09b36626d9198e09713e38083a332 18:13:29 ---> Running in efd1948c24ad 18:13:30 Removing intermediate container efd1948c24ad 18:13:30 ---> 990ef32c10fd 18:13:30 Step 24/24 : LABEL version=2.0.0-dev.213 18:13:30 ---> Running in fd50f2979ec2 18:13:30 Removing intermediate container fd50f2979ec2 18:13:30 ---> bc2bbb75e8f7 18:13:30 18:13:31 Successfully built bc2bbb75e8f7 18:13:31 Successfully tagged core-data-arm64:latest 18:13:31  Building core-data ... done  [Pipeline] } 18:13:31 $ docker stop --time=1 b931e3d3cf7474564f01c1be5aa43fb2b4c3b306f396ed50acc59ec2ee9308f0 18:13:33 $ docker rm -f b931e3d3cf7474564f01c1be5aa43fb2b4c3b306f396ed50acc59ec2ee9308f0 [Pipeline] // withDockerContainer [Pipeline] sh 18:13:34 + docker images 18:13:34 REPOSITORY TAG IMAGE ID CREATED SIZE 18:13:34 core-data-arm64 latest bc2bbb75e8f7 4 seconds ago 20.3MB 18:13:34 support-notifications-arm64 latest eb0ba14ae9df 13 seconds ago 16.6MB 18:13:34 1c03a302bd25 19 seconds ago 873MB 18:13:34 615195b12dc6 27 seconds ago 864MB 18:13:34 security-secretstore-setup-arm64 latest 23c064878a93 39 seconds ago 24.3MB 18:13:34 security-proxy-setup-arm64 latest 752a678c4b0d 47 seconds ago 23.9MB 18:13:34 68d8db751a73 About a minute ago 861MB 18:13:34 4cbdaf6a0169 About a minute ago 862MB 18:13:34 sys-mgmt-agent-arm64 latest 7dcccacf742f About a minute ago 299MB 18:13:34 security-bootstrapper-arm64 latest af18a36b4414 3 minutes ago 17.1MB 18:13:34 support-scheduler-arm64 latest d83399040f98 3 minutes ago 16.1MB 18:13:34 core-metadata-arm64 latest adf14a92e68f 3 minutes ago 17.4MB 18:13:34 core-command-arm64 latest 30681596581c 3 minutes ago 16.1MB 18:13:34 70af5d0dea99 3 minutes ago 872MB 18:13:34 08a56112e716 3 minutes ago 864MB 18:13:34 51afdbc9dd67 3 minutes ago 860MB 18:13:34 5eee136575b2 3 minutes ago 864MB 18:13:34 a29ed4774f08 4 minutes ago 857MB 18:13:34 ci-base-image-arm64 latest 2458bbb41fb2 8 minutes ago 641MB 18:13:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 12 days ago 428MB 18:13:34 alpine 3.12 9852663dfa18 3 weeks ago 5.32MB 18:13:34 docker 20.10.0 eeaf43b92773 5 months ago 228MB 18:13:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:13:34 provisioning config files... 18:13:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/481@tmp/config4379171049737773472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:13:34 ---> docker-login.sh 18:13:34 nexus3.edgexfoundry.org:10001 18:13:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:35 Configure a credential helper to remove this warning. See 18:13:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:35 18:13:35 Login Succeeded 18:13:35 nexus3.edgexfoundry.org:10002 18:13:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:36 Configure a credential helper to remove this warning. See 18:13:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:36 18:13:36 Login Succeeded 18:13:36 nexus3.edgexfoundry.org:10003 18:13:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:36 Configure a credential helper to remove this warning. See 18:13:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:36 18:13:36 Login Succeeded 18:13:36 nexus3.edgexfoundry.org:10004 18:13:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:36 Configure a credential helper to remove this warning. See 18:13:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:36 18:13:36 Login Succeeded 18:13:36 docker.io 18:13:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:37 Configure a credential helper to remove this warning. See 18:13:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:37 18:13:37 Login Succeeded 18:13:37 ---> docker-login.sh ends [Pipeline] } 18:13:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:37 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 18:13:37 f1ea93c16db09b36626d9198e09713e38083a332 18:13:37 2.0.0-dev.213 18:13:37 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:13:37 master 18:13:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:38 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:13:38 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:13:38 4569388ae3bd: Preparing 18:13:38 bde2ee364bb4: Preparing 18:13:38 51ae043c05e4: Preparing 18:13:38 3f8d9800b9f6: Preparing 18:13:38 3fbe34a1663b: Preparing 18:13:38 3fbe34a1663b: Layer already exists 18:13:38 4569388ae3bd: Pushed 18:13:38 3f8d9800b9f6: Pushed 18:13:38 51ae043c05e4: Pushed 18:13:42 bde2ee364bb4: Pushed 18:13:42 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:24925f9897102bd4866555eac153b6ab2dcdc0b3ee598622bc80bead8a76f00e size: 1363 [Pipeline] isUnix [Pipeline] sh 18:13:42 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:13:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.213 18:13:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:13:43 4569388ae3bd: Preparing 18:13:43 bde2ee364bb4: Preparing 18:13:43 51ae043c05e4: Preparing 18:13:43 3f8d9800b9f6: Preparing 18:13:43 3fbe34a1663b: Preparing 18:13:43 bde2ee364bb4: Layer already exists 18:13:43 3fbe34a1663b: Layer already exists 18:13:43 4569388ae3bd: Layer already exists 18:13:43 51ae043c05e4: Layer already exists 18:13:43 3f8d9800b9f6: Layer already exists 18:13:43 2.0.0-dev.213: digest: sha256:24925f9897102bd4866555eac153b6ab2dcdc0b3ee598622bc80bead8a76f00e size: 1363 [Pipeline] isUnix [Pipeline] sh 18:13:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:13:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:13:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:13:44 4569388ae3bd: Preparing 18:13:44 bde2ee364bb4: Preparing 18:13:44 51ae043c05e4: Preparing 18:13:44 3f8d9800b9f6: Preparing 18:13:44 3fbe34a1663b: Preparing 18:13:44 4569388ae3bd: Layer already exists 18:13:44 3fbe34a1663b: Layer already exists 18:13:44 3f8d9800b9f6: Layer already exists 18:13:44 bde2ee364bb4: Layer already exists 18:13:44 51ae043c05e4: Layer already exists 18:13:44 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:24925f9897102bd4866555eac153b6ab2dcdc0b3ee598622bc80bead8a76f00e size: 1363 [Pipeline] isUnix [Pipeline] sh 18:13:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] isUnix [Pipeline] sh 18:13:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:master 18:13:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:13:44 4569388ae3bd: Preparing 18:13:44 bde2ee364bb4: Preparing 18:13:44 51ae043c05e4: Preparing 18:13:44 3f8d9800b9f6: Preparing 18:13:44 3fbe34a1663b: Preparing 18:13:44 4569388ae3bd: Layer already exists 18:13:44 51ae043c05e4: Layer already exists 18:13:44 bde2ee364bb4: Layer already exists 18:13:44 3f8d9800b9f6: Layer already exists 18:13:44 3fbe34a1663b: Layer already exists 18:13:45 master: digest: sha256:24925f9897102bd4866555eac153b6ab2dcdc0b3ee598622bc80bead8a76f00e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:45 ===================================================== [Pipeline] echo 18:13:45 taggedImages: 18:13:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:13:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.213 18:13:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:13:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] echo 18:13:45 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 18:13:45 f1ea93c16db09b36626d9198e09713e38083a332 18:13:45 2.0.0-dev.213 18:13:45 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:13:45 master 18:13:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:13:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:13:46 f9ec21765314: Preparing 18:13:46 a173f886e80b: Preparing 18:13:46 51ae043c05e4: Preparing 18:13:46 09d96eda0c92: Preparing 18:13:46 79786f718646: Preparing 18:13:46 3fbe34a1663b: Preparing 18:13:46 3fbe34a1663b: Waiting 18:13:46 51ae043c05e4: Layer already exists 18:13:46 3fbe34a1663b: Layer already exists 18:13:46 79786f718646: Pushed 18:13:46 f9ec21765314: Pushed 18:13:47 09d96eda0c92: Pushed 18:13:49 a173f886e80b: Pushed 18:13:49 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:c791b2df41a8de38faab9aff2ef81b7af9c1eeedbe403a33a7dc5f30ae91cd02 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:13:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:13:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.213 18:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:13:50 f9ec21765314: Preparing 18:13:50 a173f886e80b: Preparing 18:13:50 51ae043c05e4: Preparing 18:13:50 09d96eda0c92: Preparing 18:13:50 79786f718646: Preparing 18:13:50 3fbe34a1663b: Preparing 18:13:50 3fbe34a1663b: Waiting 18:13:50 a173f886e80b: Layer already exists 18:13:50 51ae043c05e4: Layer already exists 18:13:50 09d96eda0c92: Layer already exists 18:13:50 79786f718646: Layer already exists 18:13:50 f9ec21765314: Layer already exists 18:13:50 3fbe34a1663b: Layer already exists 18:13:50 2.0.0-dev.213: digest: sha256:c791b2df41a8de38faab9aff2ef81b7af9c1eeedbe403a33a7dc5f30ae91cd02 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:13:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:13:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:13:51 f9ec21765314: Preparing 18:13:51 a173f886e80b: Preparing 18:13:51 51ae043c05e4: Preparing 18:13:51 09d96eda0c92: Preparing 18:13:51 79786f718646: Preparing 18:13:51 3fbe34a1663b: Preparing 18:13:51 3fbe34a1663b: Waiting 18:13:51 51ae043c05e4: Layer already exists 18:13:51 f9ec21765314: Layer already exists 18:13:51 79786f718646: Layer already exists 18:13:51 09d96eda0c92: Layer already exists 18:13:51 a173f886e80b: Layer already exists 18:13:51 3fbe34a1663b: Layer already exists 18:13:51 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:c791b2df41a8de38faab9aff2ef81b7af9c1eeedbe403a33a7dc5f30ae91cd02 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:13:52 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] isUnix [Pipeline] sh 18:13:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:master 18:13:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:13:52 f9ec21765314: Preparing 18:13:52 a173f886e80b: Preparing 18:13:52 51ae043c05e4: Preparing 18:13:52 09d96eda0c92: Preparing 18:13:52 79786f718646: Preparing 18:13:52 3fbe34a1663b: Preparing 18:13:52 3fbe34a1663b: Waiting 18:13:52 79786f718646: Layer already exists 18:13:52 09d96eda0c92: Layer already exists 18:13:52 51ae043c05e4: Layer already exists 18:13:52 a173f886e80b: Layer already exists 18:13:52 f9ec21765314: Layer already exists 18:13:52 3fbe34a1663b: Layer already exists 18:13:52 master: digest: sha256:c791b2df41a8de38faab9aff2ef81b7af9c1eeedbe403a33a7dc5f30ae91cd02 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:13:52 ===================================================== [Pipeline] echo 18:13:52 taggedImages: 18:13:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:13:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.213 18:13:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:13:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] echo 18:13:52 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 18:13:52 f1ea93c16db09b36626d9198e09713e38083a332 18:13:52 2.0.0-dev.213 18:13:52 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:13:52 master 18:13:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:53 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:13:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:13:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:13:53 24ed18f91621: Preparing 18:13:53 044f6c162807: Preparing 18:13:53 51ae043c05e4: Preparing 18:13:53 3209562b275a: Preparing 18:13:53 3fbe34a1663b: Preparing 18:13:53 3fbe34a1663b: Layer already exists 18:13:53 51ae043c05e4: Layer already exists 18:13:54 24ed18f91621: Pushed 18:13:54 3209562b275a: Pushed 18:13:57 044f6c162807: Pushed 18:13:57 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:41facc35145b1ebfdfd9916842c6f074b671de2a44b577f682126a500a5640eb size: 1363 [Pipeline] isUnix [Pipeline] sh 18:13:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:13:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.213 18:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:13:58 24ed18f91621: Preparing 18:13:58 044f6c162807: Preparing 18:13:58 51ae043c05e4: Preparing 18:13:58 3209562b275a: Preparing 18:13:58 3fbe34a1663b: Preparing 18:13:58 044f6c162807: Layer already exists 18:13:58 24ed18f91621: Layer already exists 18:13:58 51ae043c05e4: Layer already exists 18:13:58 3209562b275a: Layer already exists 18:13:58 3fbe34a1663b: Layer already exists 18:13:58 2.0.0-dev.213: digest: sha256:41facc35145b1ebfdfd9916842c6f074b671de2a44b577f682126a500a5640eb size: 1363 [Pipeline] isUnix [Pipeline] sh 18:13:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:13:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:13:59 24ed18f91621: Preparing 18:13:59 044f6c162807: Preparing 18:13:59 51ae043c05e4: Preparing 18:13:59 3209562b275a: Preparing 18:13:59 3fbe34a1663b: Preparing 18:13:59 24ed18f91621: Layer already exists 18:13:59 3fbe34a1663b: Layer already exists 18:13:59 044f6c162807: Layer already exists 18:13:59 3209562b275a: Layer already exists 18:13:59 51ae043c05e4: Layer already exists 18:13:59 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:41facc35145b1ebfdfd9916842c6f074b671de2a44b577f682126a500a5640eb size: 1363 [Pipeline] isUnix [Pipeline] sh 18:13:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] isUnix [Pipeline] sh 18:14:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:master 18:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:14:00 24ed18f91621: Preparing 18:14:00 044f6c162807: Preparing 18:14:00 51ae043c05e4: Preparing 18:14:00 3209562b275a: Preparing 18:14:00 3fbe34a1663b: Preparing 18:14:00 044f6c162807: Layer already exists 18:14:00 3fbe34a1663b: Layer already exists 18:14:00 3209562b275a: Layer already exists 18:14:00 51ae043c05e4: Layer already exists 18:14:00 24ed18f91621: Layer already exists 18:14:00 master: digest: sha256:41facc35145b1ebfdfd9916842c6f074b671de2a44b577f682126a500a5640eb size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:00 ===================================================== [Pipeline] echo 18:14:00 taggedImages: 18:14:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.213 18:14:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] echo 18:14:00 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 18:14:00 f1ea93c16db09b36626d9198e09713e38083a332 18:14:00 2.0.0-dev.213 18:14:00 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:00 master 18:14:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:14:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:14:01 3ce5b2c15767: Preparing 18:14:01 3ce5b2c15767: Preparing 18:14:01 ec0949db7361: Preparing 18:14:01 b82f418668a0: Preparing 18:14:01 62c5bb1cffd3: Preparing 18:14:01 9e117f965267: Preparing 18:14:01 51ae043c05e4: Preparing 18:14:01 c8097f46ccca: Preparing 18:14:01 c8097f46ccca: Preparing 18:14:01 76d2c1a0bea4: Preparing 18:14:01 20c1f18444f3: Preparing 18:14:01 3fbe34a1663b: Preparing 18:14:01 c8097f46ccca: Waiting 18:14:01 76d2c1a0bea4: Waiting 18:14:01 20c1f18444f3: Waiting 18:14:01 3fbe34a1663b: Waiting 18:14:01 51ae043c05e4: Waiting 18:14:01 b82f418668a0: Pushed 18:14:01 51ae043c05e4: Layer already exists 18:14:02 ec0949db7361: Pushed 18:14:02 62c5bb1cffd3: Pushed 18:14:02 3ce5b2c15767: Pushed 18:14:02 c8097f46ccca: Pushed 18:14:02 3fbe34a1663b: Layer already exists 18:14:02 76d2c1a0bea4: Pushed 18:14:02 20c1f18444f3: Pushed 18:14:04 9e117f965267: Pushed 18:14:04 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:411e80d26826a00ac74bc31b5a9fb03cab03cc43b72df6bbfab55f8b530eea98 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:14:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.213 18:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:14:05 3ce5b2c15767: Preparing 18:14:05 3ce5b2c15767: Preparing 18:14:05 ec0949db7361: Preparing 18:14:05 b82f418668a0: Preparing 18:14:05 62c5bb1cffd3: Preparing 18:14:05 9e117f965267: Preparing 18:14:05 51ae043c05e4: Preparing 18:14:05 c8097f46ccca: Preparing 18:14:05 c8097f46ccca: Preparing 18:14:05 76d2c1a0bea4: Preparing 18:14:05 20c1f18444f3: Preparing 18:14:05 3fbe34a1663b: Preparing 18:14:05 51ae043c05e4: Waiting 18:14:05 20c1f18444f3: Waiting 18:14:05 3fbe34a1663b: Waiting 18:14:05 c8097f46ccca: Waiting 18:14:05 76d2c1a0bea4: Waiting 18:14:05 ec0949db7361: Layer already exists 18:14:05 b82f418668a0: Layer already exists 18:14:05 9e117f965267: Layer already exists 18:14:05 62c5bb1cffd3: Layer already exists 18:14:05 3ce5b2c15767: Layer already exists 18:14:05 51ae043c05e4: Layer already exists 18:14:05 c8097f46ccca: Layer already exists 18:14:05 76d2c1a0bea4: Layer already exists 18:14:05 20c1f18444f3: Layer already exists 18:14:05 3fbe34a1663b: Layer already exists 18:14:05 2.0.0-dev.213: digest: sha256:411e80d26826a00ac74bc31b5a9fb03cab03cc43b72df6bbfab55f8b530eea98 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:14:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:14:06 3ce5b2c15767: Preparing 18:14:06 3ce5b2c15767: Preparing 18:14:06 ec0949db7361: Preparing 18:14:06 b82f418668a0: Preparing 18:14:06 62c5bb1cffd3: Preparing 18:14:06 9e117f965267: Preparing 18:14:06 51ae043c05e4: Preparing 18:14:06 c8097f46ccca: Preparing 18:14:06 c8097f46ccca: Preparing 18:14:06 76d2c1a0bea4: Preparing 18:14:06 20c1f18444f3: Preparing 18:14:06 3fbe34a1663b: Preparing 18:14:06 76d2c1a0bea4: Waiting 18:14:06 20c1f18444f3: Waiting 18:14:06 3fbe34a1663b: Waiting 18:14:06 51ae043c05e4: Waiting 18:14:06 c8097f46ccca: Waiting 18:14:06 3ce5b2c15767: Layer already exists 18:14:06 b82f418668a0: Layer already exists 18:14:06 ec0949db7361: Layer already exists 18:14:06 9e117f965267: Layer already exists 18:14:06 62c5bb1cffd3: Layer already exists 18:14:06 76d2c1a0bea4: Layer already exists 18:14:06 20c1f18444f3: Layer already exists 18:14:06 c8097f46ccca: Layer already exists 18:14:06 3fbe34a1663b: Layer already exists 18:14:06 51ae043c05e4: Layer already exists 18:14:06 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:411e80d26826a00ac74bc31b5a9fb03cab03cc43b72df6bbfab55f8b530eea98 size: 2817 [Pipeline] isUnix [Pipeline] sh 18:14:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] isUnix [Pipeline] sh 18:14:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master 18:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:14:07 3ce5b2c15767: Preparing 18:14:07 3ce5b2c15767: Preparing 18:14:07 ec0949db7361: Preparing 18:14:07 b82f418668a0: Preparing 18:14:07 62c5bb1cffd3: Preparing 18:14:07 9e117f965267: Preparing 18:14:07 51ae043c05e4: Preparing 18:14:07 c8097f46ccca: Preparing 18:14:07 c8097f46ccca: Preparing 18:14:07 76d2c1a0bea4: Preparing 18:14:07 20c1f18444f3: Preparing 18:14:07 3fbe34a1663b: Preparing 18:14:07 51ae043c05e4: Waiting 18:14:07 c8097f46ccca: Waiting 18:14:07 76d2c1a0bea4: Waiting 18:14:07 3ce5b2c15767: Layer already exists 18:14:07 b82f418668a0: Layer already exists 18:14:07 9e117f965267: Layer already exists 18:14:07 ec0949db7361: Layer already exists 18:14:07 62c5bb1cffd3: Layer already exists 18:14:07 51ae043c05e4: Layer already exists 18:14:07 76d2c1a0bea4: Layer already exists 18:14:07 20c1f18444f3: Layer already exists 18:14:07 c8097f46ccca: Layer already exists 18:14:07 3fbe34a1663b: Layer already exists 18:14:07 master: digest: sha256:411e80d26826a00ac74bc31b5a9fb03cab03cc43b72df6bbfab55f8b530eea98 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:07 ===================================================== [Pipeline] echo 18:14:07 taggedImages: 18:14:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.213 18:14:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] echo 18:14:07 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 18:14:07 f1ea93c16db09b36626d9198e09713e38083a332 18:14:07 2.0.0-dev.213 18:14:07 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:07 master 18:14:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:08 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:14:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:14:08 d8372a65ba12: Preparing 18:14:08 ab37a95ddb0a: Preparing 18:14:08 217bad5e9d86: Preparing 18:14:08 df11e73e2abd: Preparing 18:14:08 48ddde548dae: Preparing 18:14:08 3fbe34a1663b: Preparing 18:14:08 3fbe34a1663b: Waiting 18:14:09 df11e73e2abd: Pushed 18:14:09 3fbe34a1663b: Layer already exists 18:14:09 217bad5e9d86: Pushed 18:14:09 48ddde548dae: Pushed 18:14:11 ab37a95ddb0a: Pushed 18:14:11 d8372a65ba12: Pushed 18:14:11 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:a01061546dfc24ca8205b5a16ed615df9b93cb3759d7af4e73299d41208684e2 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:14:12 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.213 18:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:14:12 d8372a65ba12: Preparing 18:14:12 ab37a95ddb0a: Preparing 18:14:12 217bad5e9d86: Preparing 18:14:12 df11e73e2abd: Preparing 18:14:12 48ddde548dae: Preparing 18:14:12 3fbe34a1663b: Preparing 18:14:12 48ddde548dae: Layer already exists 18:14:12 217bad5e9d86: Layer already exists 18:14:12 df11e73e2abd: Layer already exists 18:14:12 ab37a95ddb0a: Layer already exists 18:14:12 d8372a65ba12: Layer already exists 18:14:12 3fbe34a1663b: Layer already exists 18:14:12 2.0.0-dev.213: digest: sha256:a01061546dfc24ca8205b5a16ed615df9b93cb3759d7af4e73299d41208684e2 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:14:13 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:14:13 d8372a65ba12: Preparing 18:14:13 ab37a95ddb0a: Preparing 18:14:13 217bad5e9d86: Preparing 18:14:13 df11e73e2abd: Preparing 18:14:13 48ddde548dae: Preparing 18:14:13 3fbe34a1663b: Preparing 18:14:13 3fbe34a1663b: Waiting 18:14:13 d8372a65ba12: Layer already exists 18:14:13 df11e73e2abd: Layer already exists 18:14:13 48ddde548dae: Layer already exists 18:14:13 217bad5e9d86: Layer already exists 18:14:13 ab37a95ddb0a: Layer already exists 18:14:13 3fbe34a1663b: Layer already exists 18:14:13 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:a01061546dfc24ca8205b5a16ed615df9b93cb3759d7af4e73299d41208684e2 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:14:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] isUnix [Pipeline] sh 18:14:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master 18:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:14:14 d8372a65ba12: Preparing 18:14:14 ab37a95ddb0a: Preparing 18:14:14 217bad5e9d86: Preparing 18:14:14 df11e73e2abd: Preparing 18:14:14 48ddde548dae: Preparing 18:14:14 3fbe34a1663b: Preparing 18:14:14 3fbe34a1663b: Waiting 18:14:14 ab37a95ddb0a: Layer already exists 18:14:14 d8372a65ba12: Layer already exists 18:14:14 48ddde548dae: Layer already exists 18:14:14 df11e73e2abd: Layer already exists 18:14:14 217bad5e9d86: Layer already exists 18:14:14 3fbe34a1663b: Layer already exists 18:14:14 master: digest: sha256:a01061546dfc24ca8205b5a16ed615df9b93cb3759d7af4e73299d41208684e2 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:14 ===================================================== [Pipeline] echo 18:14:14 taggedImages: 18:14:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.213 18:14:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] echo 18:14:14 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 18:14:14 f1ea93c16db09b36626d9198e09713e38083a332 18:14:14 2.0.0-dev.213 18:14:14 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:14 master 18:14:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:15 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:14:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:14:15 c5e081ca050e: Preparing 18:14:15 6fc3abd1ff46: Preparing 18:14:15 b26bebb6e755: Preparing 18:14:15 188ac89b2ad5: Preparing 18:14:15 0bbe527b9ef1: Preparing 18:14:15 0bcca2d3e01f: Preparing 18:14:15 2bf9bbf6b414: Preparing 18:14:15 0efaa0b170e7: Preparing 18:14:15 baeb527debb5: Preparing 18:14:15 3fbe34a1663b: Preparing 18:14:15 0efaa0b170e7: Waiting 18:14:15 baeb527debb5: Waiting 18:14:15 0bcca2d3e01f: Waiting 18:14:15 3fbe34a1663b: Waiting 18:14:15 2bf9bbf6b414: Waiting 18:14:16 0bbe527b9ef1: Pushed 18:14:16 c5e081ca050e: Pushed 18:14:16 6fc3abd1ff46: Pushed 18:14:16 0bcca2d3e01f: Pushed 18:14:16 2bf9bbf6b414: Pushed 18:14:16 0efaa0b170e7: Pushed 18:14:16 3fbe34a1663b: Layer already exists 18:14:17 baeb527debb5: Pushed 18:14:18 b26bebb6e755: Pushed 18:14:18 188ac89b2ad5: Pushed 18:14:18 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:46c67357b953dd5e8effb2566608cf7e2d5ee42f26230d4b68880b3ed61451fe size: 2405 [Pipeline] isUnix [Pipeline] sh 18:14:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.213 18:14:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:14:19 c5e081ca050e: Preparing 18:14:19 6fc3abd1ff46: Preparing 18:14:19 b26bebb6e755: Preparing 18:14:19 188ac89b2ad5: Preparing 18:14:19 0bbe527b9ef1: Preparing 18:14:19 0bcca2d3e01f: Preparing 18:14:19 2bf9bbf6b414: Preparing 18:14:19 0efaa0b170e7: Preparing 18:14:19 baeb527debb5: Preparing 18:14:19 3fbe34a1663b: Preparing 18:14:19 0bcca2d3e01f: Waiting 18:14:19 2bf9bbf6b414: Waiting 18:14:19 0efaa0b170e7: Waiting 18:14:19 baeb527debb5: Waiting 18:14:19 3fbe34a1663b: Waiting 18:14:19 0bbe527b9ef1: Layer already exists 18:14:19 c5e081ca050e: Layer already exists 18:14:19 188ac89b2ad5: Layer already exists 18:14:19 b26bebb6e755: Layer already exists 18:14:19 6fc3abd1ff46: Layer already exists 18:14:19 0efaa0b170e7: Layer already exists 18:14:19 baeb527debb5: Layer already exists 18:14:19 2bf9bbf6b414: Layer already exists 18:14:19 0bcca2d3e01f: Layer already exists 18:14:19 3fbe34a1663b: Layer already exists 18:14:19 2.0.0-dev.213: digest: sha256:46c67357b953dd5e8effb2566608cf7e2d5ee42f26230d4b68880b3ed61451fe size: 2405 [Pipeline] isUnix [Pipeline] sh 18:14:20 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:14:20 c5e081ca050e: Preparing 18:14:20 6fc3abd1ff46: Preparing 18:14:20 b26bebb6e755: Preparing 18:14:20 188ac89b2ad5: Preparing 18:14:20 0bbe527b9ef1: Preparing 18:14:20 0bcca2d3e01f: Preparing 18:14:20 2bf9bbf6b414: Preparing 18:14:20 0efaa0b170e7: Preparing 18:14:20 baeb527debb5: Preparing 18:14:20 3fbe34a1663b: Preparing 18:14:20 0efaa0b170e7: Waiting 18:14:20 baeb527debb5: Waiting 18:14:20 3fbe34a1663b: Waiting 18:14:20 0bcca2d3e01f: Waiting 18:14:20 2bf9bbf6b414: Waiting 18:14:20 b26bebb6e755: Layer already exists 18:14:20 6fc3abd1ff46: Layer already exists 18:14:20 c5e081ca050e: Layer already exists 18:14:20 188ac89b2ad5: Layer already exists 18:14:20 0bbe527b9ef1: Layer already exists 18:14:20 2bf9bbf6b414: Layer already exists 18:14:20 0bcca2d3e01f: Layer already exists 18:14:20 baeb527debb5: Layer already exists 18:14:20 0efaa0b170e7: Layer already exists 18:14:20 3fbe34a1663b: Layer already exists 18:14:20 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:46c67357b953dd5e8effb2566608cf7e2d5ee42f26230d4b68880b3ed61451fe size: 2405 [Pipeline] isUnix [Pipeline] sh 18:14:21 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] isUnix [Pipeline] sh 18:14:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master 18:14:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:14:21 c5e081ca050e: Preparing 18:14:21 6fc3abd1ff46: Preparing 18:14:21 b26bebb6e755: Preparing 18:14:21 188ac89b2ad5: Preparing 18:14:21 0bbe527b9ef1: Preparing 18:14:21 0bcca2d3e01f: Preparing 18:14:21 2bf9bbf6b414: Preparing 18:14:21 0efaa0b170e7: Preparing 18:14:21 baeb527debb5: Preparing 18:14:21 3fbe34a1663b: Preparing 18:14:21 baeb527debb5: Waiting 18:14:21 2bf9bbf6b414: Waiting 18:14:21 0efaa0b170e7: Waiting 18:14:21 3fbe34a1663b: Waiting 18:14:21 0bcca2d3e01f: Waiting 18:14:21 c5e081ca050e: Layer already exists 18:14:21 6fc3abd1ff46: Layer already exists 18:14:21 0bbe527b9ef1: Layer already exists 18:14:21 188ac89b2ad5: Layer already exists 18:14:21 b26bebb6e755: Layer already exists 18:14:21 0bcca2d3e01f: Layer already exists 18:14:21 0efaa0b170e7: Layer already exists 18:14:21 3fbe34a1663b: Layer already exists 18:14:21 2bf9bbf6b414: Layer already exists 18:14:21 baeb527debb5: Layer already exists 18:14:21 master: digest: sha256:46c67357b953dd5e8effb2566608cf7e2d5ee42f26230d4b68880b3ed61451fe size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:21 ===================================================== [Pipeline] echo 18:14:21 taggedImages: 18:14:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.213 18:14:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] echo 18:14:21 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 18:14:21 f1ea93c16db09b36626d9198e09713e38083a332 18:14:21 2.0.0-dev.213 18:14:21 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:21 master 18:14:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:14:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:14:22 e793eb459995: Preparing 18:14:22 52f4cb0d2178: Preparing 18:14:22 51ae043c05e4: Preparing 18:14:22 8014a430caa8: Preparing 18:14:22 3fbe34a1663b: Preparing 18:14:22 3fbe34a1663b: Layer already exists 18:14:22 51ae043c05e4: Layer already exists 18:14:23 e793eb459995: Pushed 18:14:23 8014a430caa8: Pushed 18:14:25 52f4cb0d2178: Pushed 18:14:26 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:fadc626adbf214771182d39ddd043c2035fc1f21b790618401512c01507afb1c size: 1364 [Pipeline] isUnix [Pipeline] sh 18:14:26 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.213 18:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:14:26 e793eb459995: Preparing 18:14:26 52f4cb0d2178: Preparing 18:14:26 51ae043c05e4: Preparing 18:14:26 8014a430caa8: Preparing 18:14:26 3fbe34a1663b: Preparing 18:14:26 8014a430caa8: Layer already exists 18:14:26 51ae043c05e4: Layer already exists 18:14:26 52f4cb0d2178: Layer already exists 18:14:26 3fbe34a1663b: Layer already exists 18:14:26 e793eb459995: Layer already exists 18:14:27 2.0.0-dev.213: digest: sha256:fadc626adbf214771182d39ddd043c2035fc1f21b790618401512c01507afb1c size: 1364 [Pipeline] isUnix [Pipeline] sh 18:14:27 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:14:27 e793eb459995: Preparing 18:14:27 52f4cb0d2178: Preparing 18:14:27 51ae043c05e4: Preparing 18:14:27 8014a430caa8: Preparing 18:14:27 3fbe34a1663b: Preparing 18:14:27 51ae043c05e4: Layer already exists 18:14:27 52f4cb0d2178: Layer already exists 18:14:27 e793eb459995: Layer already exists 18:14:27 3fbe34a1663b: Layer already exists 18:14:27 8014a430caa8: Layer already exists 18:14:28 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:fadc626adbf214771182d39ddd043c2035fc1f21b790618401512c01507afb1c size: 1364 [Pipeline] isUnix [Pipeline] sh 18:14:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] isUnix [Pipeline] sh 18:14:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:master 18:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:14:28 e793eb459995: Preparing 18:14:28 52f4cb0d2178: Preparing 18:14:28 51ae043c05e4: Preparing 18:14:28 8014a430caa8: Preparing 18:14:28 3fbe34a1663b: Preparing 18:14:28 52f4cb0d2178: Layer already exists 18:14:28 51ae043c05e4: Layer already exists 18:14:28 8014a430caa8: Layer already exists 18:14:28 e793eb459995: Layer already exists 18:14:28 3fbe34a1663b: Layer already exists 18:14:29 master: digest: sha256:fadc626adbf214771182d39ddd043c2035fc1f21b790618401512c01507afb1c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:29 ===================================================== [Pipeline] echo 18:14:29 taggedImages: 18:14:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.213 18:14:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] echo 18:14:29 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 18:14:29 f1ea93c16db09b36626d9198e09713e38083a332 18:14:29 2.0.0-dev.213 18:14:29 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:29 master 18:14:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:14:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:14:29 9c5c0922da67: Preparing 18:14:29 cf0937f5d5fa: Preparing 18:14:29 51ae043c05e4: Preparing 18:14:29 3209562b275a: Preparing 18:14:29 3fbe34a1663b: Preparing 18:14:29 3fbe34a1663b: Layer already exists 18:14:30 51ae043c05e4: Layer already exists 18:14:30 3209562b275a: Layer already exists 18:14:30 9c5c0922da67: Pushed 18:14:32 cf0937f5d5fa: Pushed 18:14:33 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:17d319ebf08d8dc44f887d034a0b6e58d3f2c74245873451512446ed2264b805 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:14:33 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.213 18:14:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:14:33 9c5c0922da67: Preparing 18:14:33 cf0937f5d5fa: Preparing 18:14:33 51ae043c05e4: Preparing 18:14:33 3209562b275a: Preparing 18:14:33 3fbe34a1663b: Preparing 18:14:33 cf0937f5d5fa: Layer already exists 18:14:33 3209562b275a: Layer already exists 18:14:33 9c5c0922da67: Layer already exists 18:14:33 3fbe34a1663b: Layer already exists 18:14:33 51ae043c05e4: Layer already exists 18:14:34 2.0.0-dev.213: digest: sha256:17d319ebf08d8dc44f887d034a0b6e58d3f2c74245873451512446ed2264b805 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:14:34 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:14:34 9c5c0922da67: Preparing 18:14:34 cf0937f5d5fa: Preparing 18:14:34 51ae043c05e4: Preparing 18:14:34 3209562b275a: Preparing 18:14:34 3fbe34a1663b: Preparing 18:14:34 51ae043c05e4: Layer already exists 18:14:34 9c5c0922da67: Layer already exists 18:14:34 cf0937f5d5fa: Layer already exists 18:14:34 3209562b275a: Layer already exists 18:14:34 3fbe34a1663b: Layer already exists 18:14:34 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:17d319ebf08d8dc44f887d034a0b6e58d3f2c74245873451512446ed2264b805 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:14:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] isUnix [Pipeline] sh 18:14:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master 18:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:14:35 9c5c0922da67: Preparing 18:14:35 cf0937f5d5fa: Preparing 18:14:35 51ae043c05e4: Preparing 18:14:35 3209562b275a: Preparing 18:14:35 3fbe34a1663b: Preparing 18:14:35 3fbe34a1663b: Layer already exists 18:14:35 9c5c0922da67: Layer already exists 18:14:35 cf0937f5d5fa: Layer already exists 18:14:35 3209562b275a: Layer already exists 18:14:35 51ae043c05e4: Layer already exists 18:14:35 master: digest: sha256:17d319ebf08d8dc44f887d034a0b6e58d3f2c74245873451512446ed2264b805 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:35 ===================================================== [Pipeline] echo 18:14:35 taggedImages: 18:14:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.213 18:14:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] echo 18:14:36 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 18:14:36 f1ea93c16db09b36626d9198e09713e38083a332 18:14:36 2.0.0-dev.213 18:14:36 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:36 master 18:14:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:36 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] isUnix [Pipeline] sh 18:14:36 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:14:36 6aa7f54549c5: Preparing 18:14:36 262196bef0b1: Preparing 18:14:36 94bdb7cb0b1f: Preparing 18:14:36 0d3edd33fce6: Preparing 18:14:36 9ded3b6bb9b5: Preparing 18:14:36 fa1afe8e6ed9: Preparing 18:14:36 87a09b4c083e: Preparing 18:14:36 0f74e9ff2a61: Preparing 18:14:36 b122376c33c6: Preparing 18:14:36 f8381ed47b22: Preparing 18:14:36 e934a737d657: Preparing 18:14:36 0f74e9ff2a61: Waiting 18:14:36 b122376c33c6: Waiting 18:14:36 f8381ed47b22: Waiting 18:14:36 e934a737d657: Waiting 18:14:36 fa1afe8e6ed9: Waiting 18:14:36 87a09b4c083e: Waiting 18:14:37 9ded3b6bb9b5: Layer already exists 18:14:37 fa1afe8e6ed9: Layer already exists 18:14:37 87a09b4c083e: Layer already exists 18:14:37 0f74e9ff2a61: Layer already exists 18:14:37 b122376c33c6: Layer already exists 18:14:37 f8381ed47b22: Layer already exists 18:14:37 e934a737d657: Layer already exists 18:14:37 262196bef0b1: Pushed 18:14:37 6aa7f54549c5: Pushed 18:14:39 94bdb7cb0b1f: Pushed 18:14:52 0d3edd33fce6: Pushed 18:14:52 f1ea93c16db09b36626d9198e09713e38083a332: digest: sha256:8c85205aeeed6240dffce53aa2bb25d4ec451389e01ffc37e6e7323329d02d39 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:14:52 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:52 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.213 18:14:52 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:14:52 6aa7f54549c5: Preparing 18:14:52 262196bef0b1: Preparing 18:14:52 94bdb7cb0b1f: Preparing 18:14:52 0d3edd33fce6: Preparing 18:14:52 9ded3b6bb9b5: Preparing 18:14:52 fa1afe8e6ed9: Preparing 18:14:52 87a09b4c083e: Preparing 18:14:52 0f74e9ff2a61: Preparing 18:14:52 b122376c33c6: Preparing 18:14:52 f8381ed47b22: Preparing 18:14:52 e934a737d657: Preparing 18:14:52 fa1afe8e6ed9: Waiting 18:14:52 87a09b4c083e: Waiting 18:14:52 0f74e9ff2a61: Waiting 18:14:52 b122376c33c6: Waiting 18:14:52 f8381ed47b22: Waiting 18:14:52 e934a737d657: Waiting 18:14:52 9ded3b6bb9b5: Layer already exists 18:14:52 262196bef0b1: Layer already exists 18:14:52 6aa7f54549c5: Layer already exists 18:14:52 94bdb7cb0b1f: Layer already exists 18:14:52 0d3edd33fce6: Layer already exists 18:14:53 fa1afe8e6ed9: Layer already exists 18:14:53 87a09b4c083e: Layer already exists 18:14:53 0f74e9ff2a61: Layer already exists 18:14:53 b122376c33c6: Layer already exists 18:14:53 f8381ed47b22: Layer already exists 18:14:53 e934a737d657: Layer already exists 18:14:53 2.0.0-dev.213: digest: sha256:8c85205aeeed6240dffce53aa2bb25d4ec451389e01ffc37e6e7323329d02d39 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:14:53 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 [Pipeline] isUnix [Pipeline] sh 18:14:53 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:14:53 6aa7f54549c5: Preparing 18:14:53 262196bef0b1: Preparing 18:14:53 94bdb7cb0b1f: Preparing 18:14:53 0d3edd33fce6: Preparing 18:14:53 9ded3b6bb9b5: Preparing 18:14:53 fa1afe8e6ed9: Preparing 18:14:53 87a09b4c083e: Preparing 18:14:53 0f74e9ff2a61: Preparing 18:14:53 b122376c33c6: Preparing 18:14:53 f8381ed47b22: Preparing 18:14:53 e934a737d657: Preparing 18:14:53 0f74e9ff2a61: Waiting 18:14:53 b122376c33c6: Waiting 18:14:53 f8381ed47b22: Waiting 18:14:53 e934a737d657: Waiting 18:14:53 fa1afe8e6ed9: Waiting 18:14:53 87a09b4c083e: Waiting 18:14:53 0d3edd33fce6: Layer already exists 18:14:54 6aa7f54549c5: Layer already exists 18:14:54 262196bef0b1: Layer already exists 18:14:54 9ded3b6bb9b5: Layer already exists 18:14:54 94bdb7cb0b1f: Layer already exists 18:14:54 fa1afe8e6ed9: Layer already exists 18:14:54 0f74e9ff2a61: Layer already exists 18:14:54 87a09b4c083e: Layer already exists 18:14:54 f8381ed47b22: Layer already exists 18:14:54 e934a737d657: Layer already exists 18:14:54 b122376c33c6: Layer already exists 18:14:54 f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213: digest: sha256:8c85205aeeed6240dffce53aa2bb25d4ec451389e01ffc37e6e7323329d02d39 size: 2622 [Pipeline] isUnix [Pipeline] sh 18:14:54 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] isUnix [Pipeline] sh 18:14:54 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master 18:14:54 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 18:14:54 6aa7f54549c5: Preparing 18:14:54 262196bef0b1: Preparing 18:14:54 94bdb7cb0b1f: Preparing 18:14:54 0d3edd33fce6: Preparing 18:14:54 9ded3b6bb9b5: Preparing 18:14:54 fa1afe8e6ed9: Preparing 18:14:54 87a09b4c083e: Preparing 18:14:54 0f74e9ff2a61: Preparing 18:14:54 b122376c33c6: Preparing 18:14:54 f8381ed47b22: Preparing 18:14:54 e934a737d657: Preparing 18:14:54 87a09b4c083e: Waiting 18:14:54 0f74e9ff2a61: Waiting 18:14:54 b122376c33c6: Waiting 18:14:54 f8381ed47b22: Waiting 18:14:54 e934a737d657: Waiting 18:14:54 fa1afe8e6ed9: Waiting 18:14:54 6aa7f54549c5: Layer already exists 18:14:54 94bdb7cb0b1f: Layer already exists 18:14:54 262196bef0b1: Layer already exists 18:14:54 9ded3b6bb9b5: Layer already exists 18:14:54 0d3edd33fce6: Layer already exists 18:14:55 b122376c33c6: Layer already exists 18:14:55 87a09b4c083e: Layer already exists 18:14:55 f8381ed47b22: Layer already exists 18:14:55 0f74e9ff2a61: Layer already exists 18:14:55 fa1afe8e6ed9: Layer already exists 18:14:55 e934a737d657: Layer already exists 18:14:55 master: digest: sha256:8c85205aeeed6240dffce53aa2bb25d4ec451389e01ffc37e6e7323329d02d39 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:55 ===================================================== [Pipeline] echo 18:14:55 taggedImages: 18:14:55 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f1ea93c16db09b36626d9198e09713e38083a332 18:14:55 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.213 18:14:55 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f1ea93c16db09b36626d9198e09713e38083a332-2.0.0-dev.213 18:14:55 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:14:55 ---> job-cost.sh 18:14:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jMOb 18:15:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:17:11 lf-activate-venv(): INFO: Adding /tmp/venv-jMOb/bin to PATH 18:17:11 INFO: No Stack... 18:17:11 INFO: Retrieving Pricing Info for: lf-standard-4 18:17:11 INFO: Archiving Costs [Pipeline] sh 18:17:11 + cat /w/workspace/edgex-go/481/archives/cost.csv 18:17:11 + cut -d, -f6 [Pipeline] lock 18:17:12 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-481-stack-cost] 18:17:12 Resource [jenkins-edgexfoundry-edgex-go-master-481-stack-cost] did not exist. Created. 18:17:12 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-481-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:17:12 + echo total: 0.20999999344348907 [Pipeline] stash 18:17:13 Stashed 1 file(s) [Pipeline] } 18:17:13 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-481-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:17:13 provisioning config files... 18:17:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/481@tmp/config2711209719790213609tmp [Pipeline] { [Pipeline] sh 18:17:14 + set +x 18:17:14 + curl -s https://codecov.io/bash 18:17:14 + bash -s -- 18:17:14 18:17:14 _____ _ 18:17:14 / ____| | | 18:17:14 | | ___ __| | ___ ___ _____ __ 18:17:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:17:14 | |___| (_) | (_| | __/ (_| (_) \ V / 18:17:14 \_____\___/ \__,_|\___|\___\___/ \_/ 18:17:14 Bash-1.0.2 18:17:14 18:17:14 18:17:14 ==> git version 2.24.3 found 18:17:14 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:17:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:17:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:17:14 ==> Jenkins CI detected. 18:17:14 project root: . 18:17:14 --> token set from env 18:17:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:17:14 ==> Running gcov in . (disable via -X gcov) 18:17:14 ==> Python coveragepy not found 18:17:14 ==> Searching for coverage reports in: 18:17:14 + . 18:17:14 -> Found 1 reports 18:17:14 ==> Detecting git/mercurial file structure 18:17:14 ==> Reading reports 18:17:14 + ./coverage.out bytes=720868 18:17:14 ==> Appending adjustments 18:17:14 https://docs.codecov.io/docs/fixing-reports 18:17:18 + Found adjustments 18:17:18 ==> Gzipping contents 18:17:18 104K /tmp/codecov.QdwhMi.gz 18:17:18 ==> Uploading reports 18:17:18 url: https://codecov.io 18:17:18 query: branch=master&commit=f1ea93c16db09b36626d9198e09713e38083a332&build=481&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F481%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:17:18 -> Pinging Codecov 18:17:18 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=f1ea93c16db09b36626d9198e09713e38083a332&build=481&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F481%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:17:19 -> Uploading to 18:17:19 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/f1ea93c16db09b36626d9198e09713e38083a332/c5bc4964-ca96-4840-82b5-e0bfa562d140.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T181718Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=79b11ef69c6c09f1c56cc979abb2653304658b3e256ac520b349b9102bd66b64 18:17:19 % Total % Received % Xferd Average Speed Time Time Time Current 18:17:19 Dload Upload Total Spent Left Speed 18:17:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 219k --:--:-- --:--:-- --:--:-- 219k 18:17:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f1ea93c16db09b36626d9198e09713e38083a332 [Pipeline] } 18:17:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:17:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:17:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:17:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:17:20 18:17:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:17:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:17:20 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:17:20 188c0c94c7c5: Pulling fs layer 18:17:20 0ef7d3d256c8: Pulling fs layer 18:17:20 de9db76c5a1d: Pulling fs layer 18:17:20 0eba1c9be4d2: Pulling fs layer 18:17:20 0d57e429df01: Pulling fs layer 18:17:20 4e4be7b47b0d: Pulling fs layer 18:17:20 e1f770b5df2f: Pulling fs layer 18:17:20 85a0685a4137: Pulling fs layer 18:17:20 0eba1c9be4d2: Waiting 18:17:20 0d57e429df01: Waiting 18:17:20 4e4be7b47b0d: Waiting 18:17:20 85a0685a4137: Waiting 18:17:20 e1f770b5df2f: Waiting 18:17:20 de9db76c5a1d: Verifying Checksum 18:17:20 de9db76c5a1d: Download complete 18:17:20 0ef7d3d256c8: Download complete 18:17:20 0d57e429df01: Download complete 18:17:20 4e4be7b47b0d: Download complete 18:17:20 188c0c94c7c5: Verifying Checksum 18:17:20 188c0c94c7c5: Download complete 18:17:20 188c0c94c7c5: Pull complete 18:17:20 0ef7d3d256c8: Pull complete 18:17:21 de9db76c5a1d: Pull complete 18:17:21 e1f770b5df2f: Download complete 18:17:24 0eba1c9be4d2: Verifying Checksum 18:17:24 0eba1c9be4d2: Download complete 18:17:24 85a0685a4137: Verifying Checksum 18:17:24 85a0685a4137: Download complete 18:17:29 0eba1c9be4d2: Pull complete 18:17:29 0d57e429df01: Pull complete 18:17:29 4e4be7b47b0d: Pull complete 18:17:33 e1f770b5df2f: Pull complete 18:17:43 85a0685a4137: Pull complete 18:17:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:17:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:17:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:17:43 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:17:43 $ 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/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:17:44 $ docker top a1402c1109a1ec410530a6c01dc1c2ab9d7958a770c57d6d740aa44da6cf635f -eo pid,comm [Pipeline] { [Pipeline] echo 18:17:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:17:45 + set -o pipefail 18:17:45 + snyk monitor '--org=edgex-jenkins' 18:17:55 18:17:55 Monitoring /w/workspace/edgex-go/481 (github.com/edgexfoundry/edgex-go)... 18:17:55 18:17:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/8d44597d-a2a0-484e-92eb-9eee4cd950e7 18:17:55 18:17:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:17:55 18:17:55 [Pipeline] } 18:17:55 $ docker stop --time=1 a1402c1109a1ec410530a6c01dc1c2ab9d7958a770c57d6d740aa44da6cf635f 18:17:58 $ docker rm -f a1402c1109a1ec410530a6c01dc1c2ab9d7958a770c57d6d740aa44da6cf635f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:17:59 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:17:59 provisioning config files... 18:17:59 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/481@tmp/config898323786998210936tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:17:59 --> edgex-publish-swagger.sh 18:17:59 === Publish openapi/v1 API === 18:17:59 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 18:17:59 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/481/openapi/v1/core-command.yaml] 18:17:59 % Total % Received % Xferd Average Speed Time Time Time Current 18:17:59 Dload Upload Total Spent Left Speed 18:18:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9217 0:00:01 0:00:01 --:--:-- 9221 100 10522 0 0 100 10522 0 9215 0:00:01 0:00:01 --:--:-- 9221 18:18:01 18:18:01 18:18:01 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/481/openapi/v1/core-data.yaml] 18:18:01 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:01 Dload Upload Total Spent Left Speed 18:18:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28370 0:00:01 0:00:01 --:--:-- 28384 100 32557 0 0 100 32557 0 28365 0:00:01 0:00:01 --:--:-- 28384 18:18:01 18:18:01 18:18:01 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/481/openapi/v1/core-metadata.yaml] 18:18:01 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:01 Dload Upload Total Spent Left Speed 18:18:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 63257 0:00:01 0:00:01 --:--:-- 63279 100 73721 0 0 100 73721 0 63248 0:00:01 0:00:01 --:--:-- 63279 18:18:03 18:18:03 18:18:03 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/481/openapi/v1/support-logging.yaml] 18:18:03 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:03 Dload Upload Total Spent Left Speed 18:18:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13568 0:00:01 0:00:01 --:--:-- 13581 100 13581 0 0 100 13581 0 13565 0:00:01 0:00:01 --:--:-- 13581 18:18:04 18:18:04 18:18:04 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/481/openapi/v1/support-notifications.yaml] 18:18:04 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:04 Dload Upload Total Spent Left Speed 18:18:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36878 0:00:01 0:00:01 --:--:-- 36897 100 38890 0 0 100 38890 0 36871 0:00:01 0:00:01 --:--:-- 36897 18:18:05 18:18:05 18:18:05 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/481/openapi/v1/support-scheduler.yaml] 18:18:05 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:05 Dload Upload Total Spent Left Speed 18:18:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13554 0:00:01 0:00:01 --:--:-- 13557 100 14249 0 0 100 14249 0 13551 0:00:01 0:00:01 --:--:-- 13557 18:18:06 18:18:06 18:18:06 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/481/openapi/v1/system-agent.yaml] 18:18:06 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:06 Dload Upload Total Spent Left Speed 18:18:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4191 --:--:-- --:--:-- --:--:-- 4189 100 4110 0 0 100 4110 0 4190 --:--:-- --:--:-- --:--:-- 4189 18:18:07 18:18:07 18:18:07 === Publish openapi/v2 API === 18:18:07 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:18:07 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/481/openapi/v2/core-command.yaml] 18:18:07 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:07 Dload Upload Total Spent Left Speed 18:18:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30687 0 0 100 30687 0 30973 --:--:-- --:--:-- --:--:-- 30965 100 30687 0 0 100 30687 0 30968 --:--:-- --:--:-- --:--:-- 30965 18:18:08 18:18:08 18:18:08 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/481/openapi/v2/core-data.yaml] 18:18:08 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:08 Dload Upload Total Spent Left Speed 18:18:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 54557 0:00:01 0:00:01 --:--:-- 54606 100 56190 0 0 100 56190 0 54545 0:00:01 0:00:01 --:--:-- 54606 18:18:09 18:18:09 18:18:09 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/481/openapi/v2/core-metadata.yaml] 18:18:09 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:09 Dload Upload Total Spent Left Speed 18:18:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 97k 0:00:01 0:00:01 --:--:-- 97k 100 118k 0 0 100 118k 0 86268 0:00:01 0:00:01 --:--:-- 86236 100 118k 0 0 100 118k 0 86256 0:00:01 0:00:01 --:--:-- 86236 18:18:10 18:18:10 18:18:10 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/481/openapi/v2/support-notifications.yaml] 18:18:10 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:10 Dload Upload Total Spent Left Speed 18:18:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76036 0 0 100 76036 0 69621 0:00:01 0:00:01 --:--:-- 69693 100 76036 0 0 100 76036 0 69610 0:00:01 0:00:01 --:--:-- 69630 18:18:11 18:18:11 18:18:12 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/481/openapi/v2/support-scheduler.yaml] 18:18:12 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:12 Dload Upload Total Spent Left Speed 18:18:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 37116 0:00:01 0:00:01 --:--:-- 37134 100 37617 0 0 100 37617 0 37110 0:00:01 0:00:01 --:--:-- 37134 18:18:13 18:18:13 18:18:13 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/481/openapi/v2/system-agent.yaml] 18:18:13 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:13 Dload Upload Total Spent Left Speed 18:18:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23157 0 0 100 23157 0 23725 --:--:-- --:--:-- --:--:-- 23726 100 23157 0 0 100 23157 0 23721 --:--:-- --:--:-- --:--:-- 23702 18:18:14 18:18:14 [Pipeline] } 18:18:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 18:18:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:18:14 . [Pipeline] withDockerContainer 18:18:14 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:18:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:18:15 $ docker top d6644ac4bac826fc7bd27948d5eef330a315c14051036d2d2afc07aa493d903a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:18:15 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.212' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:18:16 + git semver [Pipeline] } 18:18:16 $ docker stop --time=1 d6644ac4bac826fc7bd27948d5eef330a315c14051036d2d2afc07aa493d903a 18:18:18 $ docker rm -f d6644ac4bac826fc7bd27948d5eef330a315c14051036d2d2afc07aa493d903a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:18:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:18:18 18:18:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:18:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:18:18 0.23.1-centos7: Pulling from edgex-lftools 18:18:18 ab5ef0e58194: Pulling fs layer 18:18:18 9712f1f96733: Pulling fs layer 18:18:18 63f879dbbcfc: Pulling fs layer 18:18:18 0d9ebad4ef96: Pulling fs layer 18:18:18 e9a5061849ea: Pulling fs layer 18:18:18 d747dcd14b5f: Pulling fs layer 18:18:18 2de7ff778b66: Pulling fs layer 18:18:18 d747dcd14b5f: Waiting 18:18:18 2de7ff778b66: Waiting 18:18:18 0d9ebad4ef96: Waiting 18:18:18 e9a5061849ea: Waiting 18:18:18 9712f1f96733: Verifying Checksum 18:18:18 9712f1f96733: Download complete 18:18:20 63f879dbbcfc: Verifying Checksum 18:18:20 63f879dbbcfc: Download complete 18:18:20 e9a5061849ea: Verifying Checksum 18:18:20 e9a5061849ea: Download complete 18:18:20 d747dcd14b5f: Download complete 18:18:20 2de7ff778b66: Verifying Checksum 18:18:20 2de7ff778b66: Download complete 18:18:20 0d9ebad4ef96: Verifying Checksum 18:18:20 0d9ebad4ef96: Download complete 18:18:21 ab5ef0e58194: Verifying Checksum 18:18:21 ab5ef0e58194: Download complete 18:18:27 ab5ef0e58194: Pull complete 18:18:27 9712f1f96733: Pull complete 18:18:29 63f879dbbcfc: Pull complete 18:18:37 0d9ebad4ef96: Pull complete 18:18:40 e9a5061849ea: Pull complete 18:18:40 d747dcd14b5f: Pull complete 18:18:42 2de7ff778b66: Pull complete 18:18:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:18:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:18:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:18:42 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:18:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:18:45 $ docker top 34bf956b92d215bf870de24c3fa68ae0601489b391fde5c5d959051c05d51252 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:18:46 provisioning config files... 18:18:46 copy managed file [sigul-config] to file:/w/workspace/edgex-go/481@tmp/config4326550466433518662tmp 18:18:46 copy managed file [sigul-password] to file:/w/workspace/edgex-go/481@tmp/config3646756962470838961tmp 18:18:46 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/481@tmp/config3118526110651141472tmp [Pipeline] { [Pipeline] echo 18:18:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:18:46 ---> sigul-configuration.sh 18:18:46 gpg: directory `/root/.gnupg' created 18:18:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:18:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:18:46 gpg: keyring `/root/.gnupg/secring.gpg' created 18:18:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:18:46 gpg: CAST5 encrypted data 18:18:46 gpg: encrypted with 1 passphrase 18:18:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:18:46 + mkdir /home/jenkins 18:18:46 + mkdir /home/jenkins/sigul [Pipeline] sh 18:18:47 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:18:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:18:47 ---> sigul-install.sh 18:18:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:18:54 + git tag --list 18:18:54 0.6.0 18:18:54 0.6.1 18:18:54 0.7.0 18:18:54 0.7.1 18:18:54 v0.0.0 18:18:54 v0.0.1-dev.1 18:18:54 v1.0.0 18:18:54 v1.0.1 18:18:54 v1.1.0 18:18:54 v1.2.0 18:18:54 v1.2.1 18:18:54 v1.2.2-dev.1 18:18:54 v1.2.2-dev.10 18:18:54 v1.2.2-dev.100 18:18:54 v1.2.2-dev.101 18:18:54 v1.2.2-dev.102 18:18:54 v1.2.2-dev.103 18:18:54 v1.2.2-dev.104 18:18:54 v1.2.2-dev.105 18:18:54 v1.2.2-dev.106 18:18:54 v1.2.2-dev.107 18:18:54 v1.2.2-dev.11 18:18:54 v1.2.2-dev.12 18:18:54 v1.2.2-dev.13 18:18:54 v1.2.2-dev.14 18:18:54 v1.2.2-dev.15 18:18:54 v1.2.2-dev.16 18:18:54 v1.2.2-dev.17 18:18:54 v1.2.2-dev.18 18:18:54 v1.2.2-dev.19 18:18:54 v1.2.2-dev.2 18:18:54 v1.2.2-dev.20 18:18:54 v1.2.2-dev.21 18:18:54 v1.2.2-dev.22 18:18:54 v1.2.2-dev.23 18:18:54 v1.2.2-dev.24 18:18:54 v1.2.2-dev.25 18:18:54 v1.2.2-dev.26 18:18:54 v1.2.2-dev.27 18:18:54 v1.2.2-dev.28 18:18:54 v1.2.2-dev.29 18:18:54 v1.2.2-dev.3 18:18:54 v1.2.2-dev.30 18:18:54 v1.2.2-dev.31 18:18:54 v1.2.2-dev.32 18:18:54 v1.2.2-dev.33 18:18:54 v1.2.2-dev.34 18:18:54 v1.2.2-dev.35 18:18:54 v1.2.2-dev.36 18:18:54 v1.2.2-dev.37 18:18:54 v1.2.2-dev.38 18:18:54 v1.2.2-dev.39 18:18:54 v1.2.2-dev.4 18:18:54 v1.2.2-dev.40 18:18:54 v1.2.2-dev.41 18:18:54 v1.2.2-dev.42 18:18:54 v1.2.2-dev.43 18:18:54 v1.2.2-dev.44 18:18:54 v1.2.2-dev.45 18:18:54 v1.2.2-dev.46 18:18:54 v1.2.2-dev.47 18:18:54 v1.2.2-dev.48 18:18:54 v1.2.2-dev.49 18:18:54 v1.2.2-dev.5 18:18:54 v1.2.2-dev.50 18:18:54 v1.2.2-dev.51 18:18:54 v1.2.2-dev.52 18:18:54 v1.2.2-dev.53 18:18:54 v1.2.2-dev.54 18:18:54 v1.2.2-dev.55 18:18:54 v1.2.2-dev.56 18:18:54 v1.2.2-dev.57 18:18:54 v1.2.2-dev.58 18:18:54 v1.2.2-dev.59 18:18:54 v1.2.2-dev.6 18:18:54 v1.2.2-dev.60 18:18:54 v1.2.2-dev.61 18:18:54 v1.2.2-dev.62 18:18:54 v1.2.2-dev.63 18:18:54 v1.2.2-dev.64 18:18:54 v1.2.2-dev.65 18:18:54 v1.2.2-dev.66 18:18:54 v1.2.2-dev.67 18:18:54 v1.2.2-dev.68 18:18:54 v1.2.2-dev.69 18:18:54 v1.2.2-dev.7 18:18:54 v1.2.2-dev.70 18:18:54 v1.2.2-dev.71 18:18:54 v1.2.2-dev.72 18:18:54 v1.2.2-dev.73 18:18:54 v1.2.2-dev.74 18:18:54 v1.2.2-dev.75 18:18:54 v1.2.2-dev.76 18:18:54 v1.2.2-dev.77 18:18:54 v1.2.2-dev.78 18:18:54 v1.2.2-dev.79 18:18:54 v1.2.2-dev.8 18:18:54 v1.2.2-dev.80 18:18:54 v1.2.2-dev.81 18:18:54 v1.2.2-dev.82 18:18:54 v1.2.2-dev.83 18:18:54 v1.2.2-dev.84 18:18:54 v1.2.2-dev.85 18:18:54 v1.2.2-dev.86 18:18:54 v1.2.2-dev.87 18:18:54 v1.2.2-dev.88 18:18:54 v1.2.2-dev.89 18:18:54 v1.2.2-dev.9 18:18:54 v1.2.2-dev.90 18:18:54 v1.2.2-dev.91 18:18:54 v1.2.2-dev.92 18:18:54 v1.2.2-dev.93 18:18:54 v1.2.2-dev.94 18:18:54 v1.2.2-dev.95 18:18:54 v1.2.2-dev.96 18:18:54 v1.2.2-dev.97 18:18:54 v1.2.2-dev.98 18:18:54 v1.2.2-dev.99 18:18:54 v1.3.0 18:18:54 v1.3.1 18:18:54 v1.3.1-dev.1 18:18:54 v1.3.1-dev.10 18:18:54 v1.3.1-dev.11 18:18:54 v1.3.1-dev.12 18:18:54 v1.3.1-dev.13 18:18:54 v1.3.1-dev.14 18:18:54 v1.3.1-dev.15 18:18:54 v1.3.1-dev.16 18:18:54 v1.3.1-dev.17 18:18:54 v1.3.1-dev.18 18:18:54 v1.3.1-dev.2 18:18:54 v1.3.1-dev.3 18:18:54 v1.3.1-dev.4 18:18:54 v1.3.1-dev.5 18:18:54 v1.3.1-dev.6 18:18:54 v1.3.1-dev.7 18:18:54 v1.3.1-dev.8 18:18:54 v1.3.1-dev.9 18:18:54 v2.0.0-dev.1 18:18:54 v2.0.0-dev.10 18:18:54 v2.0.0-dev.100 18:18:54 v2.0.0-dev.101 18:18:54 v2.0.0-dev.102 18:18:54 v2.0.0-dev.103 18:18:54 v2.0.0-dev.104 18:18:54 v2.0.0-dev.105 18:18:54 v2.0.0-dev.106 18:18:54 v2.0.0-dev.107 18:18:54 v2.0.0-dev.108 18:18:54 v2.0.0-dev.109 18:18:54 v2.0.0-dev.11 18:18:54 v2.0.0-dev.110 18:18:54 v2.0.0-dev.111 18:18:54 v2.0.0-dev.112 18:18:54 v2.0.0-dev.113 18:18:54 v2.0.0-dev.114 18:18:54 v2.0.0-dev.115 18:18:54 v2.0.0-dev.116 18:18:54 v2.0.0-dev.117 18:18:54 v2.0.0-dev.118 18:18:54 v2.0.0-dev.119 18:18:54 v2.0.0-dev.12 18:18:54 v2.0.0-dev.120 18:18:54 v2.0.0-dev.121 18:18:54 v2.0.0-dev.122 18:18:54 v2.0.0-dev.123 18:18:54 v2.0.0-dev.124 18:18:54 v2.0.0-dev.125 18:18:54 v2.0.0-dev.126 18:18:54 v2.0.0-dev.127 18:18:54 v2.0.0-dev.128 18:18:54 v2.0.0-dev.129 18:18:54 v2.0.0-dev.13 18:18:54 v2.0.0-dev.130 18:18:54 v2.0.0-dev.131 18:18:54 v2.0.0-dev.132 18:18:54 v2.0.0-dev.133 18:18:54 v2.0.0-dev.134 18:18:54 v2.0.0-dev.135 18:18:54 v2.0.0-dev.136 18:18:54 v2.0.0-dev.137 18:18:54 v2.0.0-dev.138 18:18:54 v2.0.0-dev.139 18:18:54 v2.0.0-dev.14 18:18:54 v2.0.0-dev.140 18:18:54 v2.0.0-dev.141 18:18:54 v2.0.0-dev.142 18:18:54 v2.0.0-dev.143 18:18:54 v2.0.0-dev.144 18:18:54 v2.0.0-dev.145 18:18:54 v2.0.0-dev.146 18:18:54 v2.0.0-dev.147 18:18:54 v2.0.0-dev.148 18:18:54 v2.0.0-dev.149 18:18:54 v2.0.0-dev.15 18:18:54 v2.0.0-dev.150 18:18:54 v2.0.0-dev.151 18:18:54 v2.0.0-dev.152 18:18:54 v2.0.0-dev.153 18:18:54 v2.0.0-dev.154 18:18:54 v2.0.0-dev.155 18:18:54 v2.0.0-dev.156 18:18:54 v2.0.0-dev.157 18:18:54 v2.0.0-dev.158 18:18:54 v2.0.0-dev.159 18:18:54 v2.0.0-dev.16 18:18:54 v2.0.0-dev.160 18:18:54 v2.0.0-dev.161 18:18:54 v2.0.0-dev.162 18:18:54 v2.0.0-dev.163 18:18:54 v2.0.0-dev.164 18:18:54 v2.0.0-dev.165 18:18:54 v2.0.0-dev.166 18:18:54 v2.0.0-dev.167 18:18:54 v2.0.0-dev.168 18:18:54 v2.0.0-dev.169 18:18:54 v2.0.0-dev.17 18:18:54 v2.0.0-dev.170 18:18:54 v2.0.0-dev.171 18:18:54 v2.0.0-dev.172 18:18:54 v2.0.0-dev.173 18:18:54 v2.0.0-dev.174 18:18:54 v2.0.0-dev.175 18:18:54 v2.0.0-dev.176 18:18:54 v2.0.0-dev.177 18:18:54 v2.0.0-dev.178 18:18:54 v2.0.0-dev.179 18:18:54 v2.0.0-dev.18 18:18:54 v2.0.0-dev.180 18:18:54 v2.0.0-dev.181 18:18:54 v2.0.0-dev.182 18:18:54 v2.0.0-dev.183 18:18:54 v2.0.0-dev.184 18:18:54 v2.0.0-dev.185 18:18:54 v2.0.0-dev.186 18:18:54 v2.0.0-dev.187 18:18:54 v2.0.0-dev.188 18:18:54 v2.0.0-dev.189 18:18:54 v2.0.0-dev.19 18:18:54 v2.0.0-dev.190 18:18:54 v2.0.0-dev.191 18:18:54 v2.0.0-dev.192 18:18:54 v2.0.0-dev.193 18:18:54 v2.0.0-dev.194 18:18:54 v2.0.0-dev.195 18:18:54 v2.0.0-dev.196 18:18:54 v2.0.0-dev.197 18:18:54 v2.0.0-dev.198 18:18:54 v2.0.0-dev.199 18:18:54 v2.0.0-dev.2 18:18:54 v2.0.0-dev.20 18:18:54 v2.0.0-dev.200 18:18:54 v2.0.0-dev.201 18:18:54 v2.0.0-dev.202 18:18:54 v2.0.0-dev.203 18:18:54 v2.0.0-dev.204 18:18:54 v2.0.0-dev.205 18:18:54 v2.0.0-dev.206 18:18:54 v2.0.0-dev.207 18:18:54 v2.0.0-dev.208 18:18:54 v2.0.0-dev.209 18:18:54 v2.0.0-dev.21 18:18:54 v2.0.0-dev.210 18:18:54 v2.0.0-dev.211 18:18:54 v2.0.0-dev.212 18:18:54 v2.0.0-dev.22 18:18:54 v2.0.0-dev.23 18:18:54 v2.0.0-dev.24 18:18:54 v2.0.0-dev.25 18:18:54 v2.0.0-dev.26 18:18:54 v2.0.0-dev.27 18:18:54 v2.0.0-dev.28 18:18:54 v2.0.0-dev.29 18:18:54 v2.0.0-dev.3 18:18:54 v2.0.0-dev.30 18:18:54 v2.0.0-dev.31 18:18:54 v2.0.0-dev.32 18:18:54 v2.0.0-dev.33 18:18:54 v2.0.0-dev.34 18:18:54 v2.0.0-dev.35 18:18:54 v2.0.0-dev.36 18:18:54 v2.0.0-dev.37 18:18:54 v2.0.0-dev.38 18:18:54 v2.0.0-dev.39 18:18:54 v2.0.0-dev.4 18:18:54 v2.0.0-dev.40 18:18:54 v2.0.0-dev.41 18:18:54 v2.0.0-dev.42 18:18:54 v2.0.0-dev.43 18:18:54 v2.0.0-dev.44 18:18:54 v2.0.0-dev.45 18:18:54 v2.0.0-dev.46 18:18:54 v2.0.0-dev.47 18:18:54 v2.0.0-dev.48 18:18:54 v2.0.0-dev.49 18:18:54 v2.0.0-dev.5 18:18:54 v2.0.0-dev.50 18:18:54 v2.0.0-dev.51 18:18:54 v2.0.0-dev.52 18:18:54 v2.0.0-dev.53 18:18:54 v2.0.0-dev.54 18:18:54 v2.0.0-dev.55 18:18:54 v2.0.0-dev.56 18:18:54 v2.0.0-dev.57 18:18:54 v2.0.0-dev.58 18:18:54 v2.0.0-dev.59 18:18:54 v2.0.0-dev.6 18:18:54 v2.0.0-dev.60 18:18:54 v2.0.0-dev.61 18:18:54 v2.0.0-dev.62 18:18:54 v2.0.0-dev.63 18:18:54 v2.0.0-dev.64 18:18:54 v2.0.0-dev.65 18:18:54 v2.0.0-dev.66 18:18:54 v2.0.0-dev.67 18:18:54 v2.0.0-dev.68 18:18:54 v2.0.0-dev.69 18:18:54 v2.0.0-dev.7 18:18:54 v2.0.0-dev.70 18:18:54 v2.0.0-dev.71 18:18:54 v2.0.0-dev.72 18:18:54 v2.0.0-dev.73 18:18:54 v2.0.0-dev.74 18:18:54 v2.0.0-dev.75 18:18:54 v2.0.0-dev.76 18:18:54 v2.0.0-dev.77 18:18:54 v2.0.0-dev.78 18:18:54 v2.0.0-dev.79 18:18:54 v2.0.0-dev.8 18:18:54 v2.0.0-dev.80 18:18:54 v2.0.0-dev.81 18:18:54 v2.0.0-dev.82 18:18:54 v2.0.0-dev.83 18:18:54 v2.0.0-dev.84 18:18:54 v2.0.0-dev.85 18:18:54 v2.0.0-dev.86 18:18:54 v2.0.0-dev.87 18:18:54 v2.0.0-dev.88 18:18:54 v2.0.0-dev.89 18:18:54 v2.0.0-dev.9 18:18:54 v2.0.0-dev.90 18:18:54 v2.0.0-dev.91 18:18:54 v2.0.0-dev.92 18:18:54 v2.0.0-dev.93 18:18:54 v2.0.0-dev.94 18:18:54 v2.0.0-dev.95 18:18:54 v2.0.0-dev.96 18:18:54 v2.0.0-dev.97 18:18:54 v2.0.0-dev.98 18:18:54 v2.0.0-dev.99 [Pipeline] sh 18:18:54 + lftools sign git-tag v2.0.0-dev.213 18:18:55 Signing Git tag with Sigul... 18:18:55 Signing v2.0.0-dev.213 18:18:56 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.0.0-dev.213'], return code 1, stdout , stderr [Pipeline] echo 18:18:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:18:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:18:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:18:56 $ docker stop --time=1 34bf956b92d215bf870de24c3fa68ae0601489b391fde5c5d959051c05d51252 18:18:59 $ docker rm -f 34bf956b92d215bf870de24c3fa68ae0601489b391fde5c5d959051c05d51252 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:18:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:18:59 . [Pipeline] withDockerContainer 18:18:59 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:19:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:19:00 $ docker top 53f6420fdd9da4912419edb0755d2f52dbb1ed1b5a10906fd6202aa745d2c3c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:19:01 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.212' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:19:01 + git semver [Pipeline] } 18:19:01 $ docker stop --time=1 53f6420fdd9da4912419edb0755d2f52dbb1ed1b5a10906fd6202aa745d2c3c0 18:19:02 $ docker rm -f 53f6420fdd9da4912419edb0755d2f52dbb1ed1b5a10906fd6202aa745d2c3c0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:19:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:03 . [Pipeline] withDockerContainer 18:19:03 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:19:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:19:04 $ docker top c02b9029200f55acf61e8b6765fa5692db99031fc017ac16224f273c8f2aadc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:19:04 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.212' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:19:04 + git semver [Pipeline] } 18:19:04 $ docker stop --time=1 c02b9029200f55acf61e8b6765fa5692db99031fc017ac16224f273c8f2aadc2 18:19:05 $ docker rm -f c02b9029200f55acf61e8b6765fa5692db99031fc017ac16224f273c8f2aadc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:19:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:19:07 ---> package-listing.sh 18:19:07 ++ facter osfamily 18:19:07 ++ tr '[:upper:]' '[:lower:]' 18:19:07 + OS_FAMILY=redhat 18:19:07 + workspace=/w/workspace/edgex-go/481 18:19:07 + START_PACKAGES=/tmp/packages_start.txt 18:19:07 + END_PACKAGES=/tmp/packages_end.txt 18:19:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:19:07 + PACKAGES=/tmp/packages_start.txt 18:19:07 + '[' /w/workspace/edgex-go/481 ']' 18:19:07 + PACKAGES=/tmp/packages_end.txt 18:19:07 + case "${OS_FAMILY}" in 18:19:07 + rpm -qa 18:19:07 + sort 18:19:12 + '[' -f /tmp/packages_start.txt ']' 18:19:12 + '[' -f /tmp/packages_end.txt ']' 18:19:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:19:12 + '[' /w/workspace/edgex-go/481 ']' 18:19:12 + mkdir -p /w/workspace/edgex-go/481/archives/ 18:19:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/481/archives/ [Pipeline] echo 18:19:12 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/481/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:19:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:19:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:19:13 18:19:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:19:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:19:13 alpine: Pulling from edgex-lftools-log-publisher 18:19:13 df20fa9351a1: Pulling fs layer 18:19:13 36b3adc4ff6f: Pulling fs layer 18:19:13 8ad3a11d3b57: Pulling fs layer 18:19:13 46f8f816bc3b: Pulling fs layer 18:19:13 93b61091891f: Pulling fs layer 18:19:13 93b9cdb0e59b: Pulling fs layer 18:19:13 5e14af77c1be: Pulling fs layer 18:19:13 01666e4c0597: Pulling fs layer 18:19:13 aa168da1d23b: Pulling fs layer 18:19:13 46f8f816bc3b: Waiting 18:19:13 93b61091891f: Waiting 18:19:13 93b9cdb0e59b: Waiting 18:19:13 5e14af77c1be: Waiting 18:19:13 01666e4c0597: Waiting 18:19:13 36b3adc4ff6f: Verifying Checksum 18:19:13 36b3adc4ff6f: Download complete 18:19:13 46f8f816bc3b: Verifying Checksum 18:19:13 46f8f816bc3b: Download complete 18:19:13 df20fa9351a1: Verifying Checksum 18:19:13 df20fa9351a1: Download complete 18:19:13 93b9cdb0e59b: Verifying Checksum 18:19:13 93b9cdb0e59b: Download complete 18:19:14 5e14af77c1be: Verifying Checksum 18:19:14 5e14af77c1be: Download complete 18:19:14 93b61091891f: Download complete 18:19:14 01666e4c0597: Verifying Checksum 18:19:14 01666e4c0597: Download complete 18:19:14 8ad3a11d3b57: Verifying Checksum 18:19:14 8ad3a11d3b57: Download complete 18:19:14 df20fa9351a1: Pull complete 18:19:14 36b3adc4ff6f: Pull complete 18:19:15 8ad3a11d3b57: Pull complete 18:19:15 46f8f816bc3b: Pull complete 18:19:16 aa168da1d23b: Verifying Checksum 18:19:16 aa168da1d23b: Download complete 18:19:16 93b61091891f: Pull complete 18:19:16 93b9cdb0e59b: Pull complete 18:19:16 5e14af77c1be: Pull complete 18:19:16 01666e4c0597: Pull complete 18:19:25 aa168da1d23b: Pull complete 18:19:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:19:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:19:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:19:25 prd-centos7-docker-4c-2g-4553 does not seem to be running inside a container 18:19:25 $ 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/481/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/481 -v /w/workspace/edgex-go/481:/w/workspace/edgex-go/481:rw,z -v /w/workspace/edgex-go/481@tmp:/w/workspace/edgex-go/481@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:19:28 $ docker top 960ea2bef79bb49d23f2b977f418922063556907c25a1a81212449f09d492580 -eo pid,comm [Pipeline] { [Pipeline] sh 18:19:29 + touch /tmp/pre-build-complete [Pipeline] sh 18:19:29 + mkdir -p /var/log/sa [Pipeline] sh 18:19:29 + ls /var/log/sa-host 18:19:29 + sadf -c /var/log/sa-host/sa11 18:19:29 file_magic: OK 18:19:29 HZ: Using current value: 100 18:19:29 file_header: OK 18:19:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:19:29 Statistics: 18:19:29 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... 18:19:29 File successfully converted to sysstat format version 12.2.1 18:19:29 + sadf -c /var/log/sa-host/sa23 18:19:29 file_magic: OK 18:19:29 HZ: Using current value: 100 18:19:29 file_header: OK 18:19:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:19:29 Statistics: 18:19:29 Hnuu...uuuununununu... 18:19:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:19:30 provisioning config files... 18:19:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/481@tmp/config3438229814607308303tmp [Pipeline] { [Pipeline] echo 18:19:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:19:30 ---> create-netrc.sh [Pipeline] } 18:19:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:19:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:19:31 ---> python-tools-install.sh [Pipeline] echo 18:19:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:19:31 ---> sudo-logs.sh 18:19:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:19:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:19:31 ---> job-cost.sh 18:19:31 lf-activate-venv: SKIPPING 18:19:31 DEBUG: total: 0.20999999344348907 18:19:31 INFO: Retrieving Stack Cost... 18:19:32 INFO: Retrieving Pricing Info for: v1-standard-2 18:19:32 INFO: Archiving Costs [Pipeline] echo 18:19:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:19:33 ---> logs-deploy.sh 18:19:33 lf-activate-venv: SKIPPING 18:19:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/481 18:19:33 INFO: archiving workspace using pattern(s): 18:19:34 Archives upload complete. 18:19:34 INFO: archiving logs to Nexus 18:19:36 ---> uname -a: 18:19:36 Linux prd-centos7-docker-4c-2g-4553.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:19:36 18:19:36 18:19:36 ---> lscpu: 18:19:36 Architecture: x86_64 18:19:36 CPU op-mode(s): 32-bit, 64-bit 18:19:36 Byte Order: Little Endian 18:19:36 Address sizes: 40 bits physical, 48 bits virtual 18:19:36 CPU(s): 4 18:19:36 On-line CPU(s) list: 0-3 18:19:36 Thread(s) per core: 1 18:19:36 Core(s) per socket: 1 18:19:36 Socket(s): 4 18:19:36 NUMA node(s): 1 18:19:36 Vendor ID: GenuineIntel 18:19:36 CPU family: 6 18:19:36 Model: 44 18:19:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:19:36 Stepping: 1 18:19:36 CPU MHz: 2933.438 18:19:36 BogoMIPS: 5866.87 18:19:36 Virtualization: VT-x 18:19:36 Hypervisor vendor: KVM 18:19:36 Virtualization type: full 18:19:36 L1d cache: 128 KiB 18:19:36 L1i cache: 128 KiB 18:19:36 L2 cache: 16 MiB 18:19:36 L3 cache: 64 MiB 18:19:36 NUMA node0 CPU(s): 0-3 18:19:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:19:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:19:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:19:36 Vulnerability Meltdown: Mitigation; PTI 18:19:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:19:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:19:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:19:36 Vulnerability Srbds: Not affected 18:19:36 Vulnerability Tsx async abort: Not affected 18:19:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:19:36 18:19:36 18:19:36 ---> nproc: 18:19:36 4 18:19:36 18:19:36 18:19:36 ---> df -h: 18:19:36 Filesystem Size Used Available Use% Mounted on 18:19:36 overlay 50.0G 13.1G 36.9G 26% / 18:19:36 tmpfs 64.0M 0 64.0M 0% /dev 18:19:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:19:36 shm 64.0M 0 64.0M 0% /dev/shm 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/481 18:19:36 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/481@tmp 18:19:36 18:19:36 18:19:36 ---> free -m: 18:19:36 total used free shared buff/cache available 18:19:36 Mem: 1837 806 137 0 893 982 18:19:36 Swap: 1023 70 953 18:19:36 18:19:36 18:19:36 ---> ip addr: 18:19:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:19:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:19:36 inet 127.0.0.1/8 scope host lo 18:19:36 valid_lft forever preferred_lft forever 18:19:36 inet6 ::1/128 scope host 18:19:36 valid_lft forever preferred_lft forever 18:19:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:19:36 link/ether fa:16:3e:96:18:7f brd ff:ff:ff:ff:ff:ff 18:19:36 inet 10.30.123.161/23 brd 10.30.123.255 scope global dynamic eth0 18:19:36 valid_lft 85244sec preferred_lft 85244sec 18:19:36 inet6 fe80::f816:3eff:fe96:187f/64 scope link 18:19:36 valid_lft forever preferred_lft forever 18:19:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:19:36 link/ether 02:42:a7:9b:f7:c9 brd ff:ff:ff:ff:ff:ff 18:19:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:19:36 valid_lft forever preferred_lft forever 18:19:36 inet6 fe80::42:a7ff:fe9b:f7c9/64 scope link 18:19:36 valid_lft forever preferred_lft forever 18:19:36 18:19:36 18:19:36 ---> sar -b -r -n DEV: 18:19:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 18:19:36 18:19:36 18:00:02 LINUX RESTART (4 CPU) 18:19:36 18:19:36 18:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:19:36 18:02:01 231.56 110.10 121.46 0.00 11285.86 46007.19 0.00 18:19:36 18:03:01 281.11 118.48 162.63 0.00 4373.99 24160.93 0.00 18:19:36 18:04:01 109.59 35.23 74.36 0.00 1260.38 9345.08 0.00 18:19:36 18:05:01 148.66 75.05 73.61 0.00 3656.78 9297.80 0.00 18:19:36 18:06:02 781.48 536.62 244.86 0.00 84814.02 157613.33 0.00 18:19:36 18:07:02 2939.80 2600.44 339.36 0.00 156649.51 164091.39 0.00 18:19:36 18:08:02 323.56 101.21 222.35 0.00 9625.83 43756.30 0.00 18:19:36 18:09:02 1787.94 1434.42 353.52 0.00 139968.50 148851.74 0.00 18:19:36 18:10:01 1191.37 873.45 317.93 0.00 56023.14 70141.42 0.00 18:19:36 18:11:01 165.06 104.08 60.98 0.00 7513.77 5135.14 0.00 18:19:36 18:12:01 3.03 0.08 2.95 0.00 1.20 65.86 0.00 18:19:36 18:13:01 0.23 0.02 0.22 0.00 0.53 2.31 0.00 18:19:36 18:14:01 0.23 0.00 0.23 0.00 0.00 1.97 0.00 18:19:36 18:15:01 0.58 0.37 0.22 0.00 7.06 2.02 0.00 18:19:36 18:16:01 2.63 1.85 0.78 0.00 148.28 16.02 0.00 18:19:36 18:17:01 0.27 0.02 0.25 0.00 0.13 2.75 0.00 18:19:36 18:18:01 354.24 197.62 156.62 0.00 11015.02 38621.99 0.00 18:19:36 18:19:01 201.65 62.76 138.89 0.00 4050.07 33945.28 0.00 18:19:36 Average: 471.09 345.14 125.94 0.00 27157.02 41701.17 0.00 18:19:36 18:19:36 18:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:19:36 18:02:01 67460 0 742884 39.48 1664 1069536 1465152 50.00 593720 976340 51408 18:19:36 18:03:01 223016 0 777532 41.32 936 880060 1740744 59.41 594216 785964 11608 18:19:36 18:04:01 141948 0 824168 43.80 628 914800 1641316 56.02 721784 730568 23616 18:19:36 18:05:01 120040 0 789660 41.97 600 971244 1480720 50.53 661128 802732 67668 18:19:36 18:06:02 72156 0 854356 45.41 208 954824 2283152 77.92 734760 864604 55960 18:19:36 18:07:02 545796 0 727236 38.65 208 608304 1392200 47.51 483512 595996 80 18:19:36 18:08:02 105364 0 761704 40.48 208 1014268 1608748 54.90 513528 988824 176 18:19:36 18:09:02 104096 0 805208 42.80 208 972032 2223552 75.89 613192 903648 46336 18:19:36 18:10:01 352056 0 734812 39.05 208 794468 1581928 53.99 616464 652752 13864 18:19:36 18:11:01 204440 0 681072 36.20 208 995824 1423536 48.58 670504 748992 28 18:19:36 18:12:01 231772 0 653672 34.74 208 995892 1212360 41.38 645368 748200 24 18:19:36 18:13:01 235284 0 650188 34.56 208 995864 1184592 40.43 643024 747700 8 18:19:36 18:14:01 235520 0 649940 34.54 208 995876 1184592 40.43 643028 747704 8 18:19:36 18:15:01 235620 0 649672 34.53 208 996044 1186264 40.49 642900 748080 16 18:19:36 18:16:01 227876 0 653728 34.74 208 999732 1184664 40.43 649468 748364 8 18:19:36 18:17:01 228032 0 653564 34.74 208 999740 1184640 40.43 649284 748456 8 18:19:36 18:18:01 311772 0 705764 37.51 8 864000 1198016 40.89 514292 753780 32 18:19:36 18:19:01 221756 0 784108 41.67 8 875672 1487476 50.77 521188 777624 56 18:19:36 Average: 214667 0 727737 38.68 352 938788 1481314 50.55 617298 781685 15050 18:19:36 18:19:36 18:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:19:36 18:02:01 eth0 1279.85 1280.73 5979.57 162.59 0.00 0.00 0.00 0.00 18:19:36 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:02:01 veth4af9591 62.08 83.63 4.48 253.33 0.00 0.00 0.00 0.00 18:19:36 18:02:01 docker0 992.25 926.09 77.77 2952.69 0.00 0.00 0.00 0.00 18:19:36 18:03:01 eth0 186.06 138.63 622.27 22.96 0.00 0.00 0.00 0.00 18:19:36 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:03:01 docker0 119.09 152.49 8.54 592.08 0.00 0.00 0.00 0.00 18:19:36 18:03:01 veth5d46d31 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:19:36 18:04:01 eth0 32.53 16.86 25.69 12.67 0.00 0.00 0.00 0.00 18:19:36 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:04:01 docker0 2.33 2.33 0.15 0.20 0.00 0.00 0.00 0.00 18:19:36 18:04:01 veth5d46d31 2.33 2.33 0.19 0.20 0.00 0.00 0.00 0.00 18:19:36 18:05:01 eth0 34.33 26.33 19.03 86.08 0.00 0.00 0.00 0.00 18:19:36 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:05:01 veth5d46d31 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:06:02 veth87653e7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:19:36 18:06:02 eth0 175.66 136.51 1670.11 21.16 0.00 0.00 0.00 0.00 18:19:36 18:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:07:02 veth87653e7 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 18:19:36 18:07:02 eth0 101.01 83.25 185.50 61.61 0.00 0.00 0.00 0.00 18:19:36 18:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:07:02 docker0 55.79 63.71 3.69 168.20 0.00 0.00 0.00 0.00 18:19:36 18:08:02 veth87653e7 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 18:19:36 18:08:02 veth1b24555 17.67 35.86 1.17 276.05 0.00 0.00 0.00 0.00 18:19:36 18:08:02 vethb5ad6a4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:08:02 eth0 189.80 135.28 1696.74 18.42 0.00 0.00 0.00 0.00 18:19:36 18:09:02 veth87653e7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:19:36 18:09:02 veth2c7c369 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 18:19:36 18:09:02 eth0 102.84 77.59 171.37 102.94 0.00 0.00 0.00 0.00 18:19:36 18:09:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:19:36 18:10:01 veth87653e7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:10:01 eth0 51.12 25.96 95.50 17.38 0.00 0.00 0.00 0.00 18:19:36 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:10:01 docker0 1253.17 1268.29 95.73 4392.85 0.00 0.00 0.00 0.00 18:19:36 18:11:01 eth0 448.01 431.05 219.73 1612.84 0.00 0.00 0.00 0.00 18:19:36 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:11:01 docker0 18.18 19.76 1.23 45.70 0.00 0.00 0.00 0.00 18:19:36 18:12:01 eth0 18.78 15.45 13.42 5.19 0.00 0.00 0.00 0.00 18:19:36 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:13:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:19:36 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:14:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:19:36 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:19:36 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:16:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 18:19:36 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:17:01 eth0 0.25 0.23 0.10 0.02 0.00 0.00 0.00 0.00 18:19:36 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:18:01 eth0 475.60 410.75 4464.69 42.98 0.00 0.00 0.00 0.00 18:19:36 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:18:01 docker0 44.65 47.91 3.83 371.03 0.00 0.00 0.00 0.00 18:19:36 18:19:01 eth0 462.88 401.96 3503.84 141.52 0.00 0.00 0.00 0.00 18:19:36 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:19:01 vethdf4cb33 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 18:19:01 docker0 28.62 35.53 1.38 261.41 0.00 0.00 0.00 0.00 18:19:36 Average: eth0 197.98 176.95 1039.49 128.31 0.00 0.00 0.00 0.00 18:19:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 Average: vethdf4cb33 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:36 Average: docker0 73.67 75.16 5.60 278.14 0.00 0.00 0.00 0.00 18:19:36 18:19:36 18:19:36 ---> sar -P ALL: 18:19:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 18:19:36 18:19:36 18:00:02 LINUX RESTART (4 CPU) 18:19:36 18:19:36 18:01:01 CPU %user %nice %system %iowait %steal %idle 18:19:36 18:02:01 all 17.22 0.00 10.49 3.18 0.16 68.94 18:19:36 18:02:01 0 20.33 0.00 11.70 5.09 0.16 62.73 18:19:36 18:02:01 1 13.27 0.00 8.94 1.52 0.14 76.13 18:19:36 18:02:01 2 12.85 0.00 10.71 2.39 0.19 73.85 18:19:36 18:02:01 3 22.49 0.00 10.62 3.75 0.15 62.99 18:19:36 18:03:01 all 28.36 0.00 10.57 7.61 0.36 53.10 18:19:36 18:03:01 0 27.72 0.00 10.43 8.80 0.43 52.62 18:19:36 18:03:01 1 26.93 0.00 11.26 7.82 0.34 53.65 18:19:36 18:03:01 2 30.89 0.00 10.88 5.94 0.34 51.96 18:19:36 18:03:01 3 27.90 0.00 9.71 7.89 0.31 54.19 18:19:36 18:04:01 all 49.48 0.00 13.43 3.98 0.32 32.79 18:19:36 18:04:01 0 49.72 0.00 14.01 1.12 0.35 34.79 18:19:36 18:04:01 1 48.74 0.00 13.06 5.87 0.33 32.00 18:19:36 18:04:01 2 49.26 0.00 13.61 5.63 0.28 31.22 18:19:36 18:04:01 3 50.20 0.00 13.02 3.30 0.33 33.15 18:19:36 18:05:01 all 50.89 0.00 15.42 3.51 0.13 30.05 18:19:36 18:05:01 0 50.87 0.00 15.18 4.33 0.14 29.48 18:19:36 18:05:01 1 51.55 0.00 15.52 2.30 0.14 30.49 18:19:36 18:05:01 2 50.19 0.00 15.57 5.00 0.10 29.13 18:19:36 18:05:01 3 50.96 0.00 15.40 2.41 0.16 31.07 18:19:36 18:06:02 all 22.00 0.00 21.47 4.03 0.12 52.38 18:19:36 18:06:02 0 21.04 0.00 21.37 3.77 0.09 53.73 18:19:36 18:06:02 1 22.82 0.00 21.83 3.74 0.12 51.50 18:19:36 18:06:02 2 21.27 0.00 20.79 3.91 0.17 53.86 18:19:36 18:06:02 3 22.89 0.00 21.88 4.69 0.12 50.42 18:19:36 18:07:02 all 18.80 0.00 27.70 28.71 0.18 24.60 18:19:36 18:07:02 0 19.23 0.00 26.69 29.48 0.21 24.38 18:19:36 18:07:02 1 19.00 0.00 28.41 27.57 0.18 24.84 18:19:36 18:07:02 2 18.17 0.00 28.03 30.93 0.20 22.67 18:19:36 18:07:02 3 18.81 0.00 27.68 26.84 0.15 26.53 18:19:36 18:08:02 all 58.29 0.00 16.13 10.79 0.07 14.72 18:19:36 18:08:02 0 58.44 0.00 16.30 10.08 0.03 15.15 18:19:36 18:08:02 1 57.41 0.00 16.33 10.96 0.09 15.21 18:19:36 18:08:02 2 58.27 0.00 16.14 11.15 0.07 14.37 18:19:36 18:08:02 3 59.06 0.00 15.75 10.98 0.09 14.13 18:19:36 18:09:02 all 33.76 0.00 22.69 22.36 0.14 21.06 18:19:36 18:09:02 0 33.77 0.00 21.71 24.23 0.12 20.17 18:19:36 18:09:02 1 33.90 0.00 22.04 21.43 0.16 22.46 18:19:36 18:09:02 2 33.06 0.00 23.44 22.99 0.14 20.38 18:19:36 18:09:02 3 34.30 0.00 23.59 20.77 0.12 21.22 18:19:36 18:10:01 all 41.56 0.00 18.68 25.33 0.11 14.32 18:19:36 18:10:01 0 41.25 0.00 19.09 23.81 0.14 15.72 18:19:36 18:10:01 1 42.53 0.00 17.46 22.92 0.11 16.99 18:19:36 18:10:01 2 41.80 0.00 19.33 27.36 0.12 11.39 18:19:36 18:10:01 3 40.67 0.00 18.83 27.25 0.09 13.17 18:19:36 18:11:01 all 10.58 0.00 5.46 5.95 0.12 77.89 18:19:36 18:11:01 0 10.67 0.00 5.61 4.69 0.12 78.92 18:19:36 18:11:01 1 10.37 0.00 5.52 4.91 0.15 79.04 18:19:36 18:11:01 2 10.69 0.00 5.28 8.26 0.12 75.65 18:19:36 18:11:01 3 10.61 0.00 5.44 5.92 0.09 77.94 18:19:36 18:12:01 all 0.30 0.00 0.27 0.00 0.00 99.42 18:19:36 18:12:01 0 0.27 0.00 0.23 0.00 0.00 99.50 18:19:36 18:12:01 1 0.35 0.00 0.40 0.00 0.00 99.25 18:19:36 18:12:01 2 0.27 0.00 0.18 0.00 0.00 99.55 18:19:36 18:12:01 3 0.33 0.00 0.27 0.02 0.02 99.36 18:19:36 18:19:36 18:12:01 CPU %user %nice %system %iowait %steal %idle 18:19:36 18:13:01 all 0.11 0.00 0.03 0.00 0.00 99.86 18:19:36 18:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:19:36 18:13:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:19:36 18:13:01 2 0.05 0.00 0.02 0.00 0.00 99.93 18:19:36 18:13:01 3 0.32 0.00 0.05 0.00 0.00 99.63 18:19:36 18:14:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:19:36 18:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:19:36 18:14:01 1 0.07 0.00 0.05 0.00 0.00 99.88 18:19:36 18:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:19:36 18:14:01 3 0.52 0.00 0.02 0.00 0.00 99.47 18:19:36 18:15:01 all 0.14 0.00 0.03 0.00 0.00 99.83 18:19:36 18:15:01 0 0.00 0.00 0.02 0.02 0.00 99.97 18:19:36 18:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:19:36 18:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:19:36 18:15:01 3 0.52 0.00 0.03 0.00 0.00 99.45 18:19:36 18:16:01 all 0.16 0.00 0.10 0.03 0.01 99.70 18:19:36 18:16:01 0 0.05 0.00 0.12 0.10 0.02 99.72 18:19:36 18:16:01 1 0.02 0.00 0.05 0.00 0.00 99.93 18:19:36 18:16:01 2 0.05 0.00 0.12 0.02 0.02 99.80 18:19:36 18:16:01 3 0.52 0.00 0.10 0.02 0.00 99.37 18:19:36 18:17:01 all 0.14 0.00 0.02 0.00 0.00 99.83 18:19:36 18:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:19:36 18:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:19:36 18:17:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:19:36 18:17:01 3 0.50 0.00 0.00 0.00 0.02 99.48 18:19:36 18:18:01 all 11.46 0.00 8.52 8.26 0.08 71.68 18:19:36 18:18:01 0 10.51 0.00 9.31 7.96 0.07 72.15 18:19:36 18:18:01 1 11.22 0.00 8.38 9.69 0.07 70.65 18:19:36 18:18:01 2 12.26 0.00 8.24 7.81 0.10 71.59 18:19:36 18:18:01 3 11.83 0.00 8.14 7.58 0.09 72.36 18:19:36 18:19:01 all 11.28 0.00 8.99 4.04 0.07 75.62 18:19:36 18:19:01 0 9.80 0.00 8.84 4.40 0.10 76.86 18:19:36 18:19:01 1 15.22 0.00 10.65 4.12 0.09 69.92 18:19:36 18:19:01 2 10.30 0.00 8.43 3.66 0.03 77.57 18:19:36 18:19:01 3 9.79 0.00 8.03 3.99 0.07 78.13 18:19:36 Average: all 19.43 0.00 9.83 6.93 0.10 63.70 18:19:36 Average: 0 19.42 0.00 9.88 6.96 0.11 63.63 18:19:36 Average: 1 19.36 0.00 9.83 6.68 0.10 64.03 18:19:36 Average: 2 19.10 0.00 9.86 7.32 0.10 63.61 18:19:36 Average: 3 19.85 0.00 9.73 6.78 0.10 63.54 18:19:36 18:19:36 18:19:36