Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2638030445592269447.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15074325072541500253.key > 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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17226883557897194412.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13339011860753565004.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7072484629755720423.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 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/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9558 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/499 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/499 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' 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 Avoid second fetch Checking out Revision 50d4b1035dfa4399e59f9a653307c5f6e2ab238e (main) > 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 core.sparsecheckout # timeout=10 Commit message: "Merge pull request #4521 from bill-mahoney/spire-update" > git checkout -f 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 > git rev-list --no-walk 0e40ac5239888f518a0688dfe8002d05c80ac55a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:05:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:05:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:05:50 ========================================================= 20:05:50 EdgeX Global Pipelines Version Info 20:05:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:05:51 ------------------- 20:05:51 stable info: 20:05:51 ------------------- 20:05:51 Commited By: Bill Mahoney bill.mahoney@intel.com 20:05:51 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:05:51 Message: update stable to v1.0.248 20:05:51 ------------------- 20:05:51 experimental info: 20:05:51 ------------------- 20:05:51 Commited By: **** collab-it+edgex@linuxfoundation.org 20:05:51 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:05:51 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:05:51 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:05:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:05:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:05:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:05:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo 20:05:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50d4b10 [Pipeline] echo 20:05:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:05:52 provisioning config files... 20:05:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/499@tmp/config13832311014840375646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:05:52 ---> docker-login.sh 20:05:52 nexus3.edgexfoundry.org:10001 20:05:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:52 Configure a credential helper to remove this warning. See 20:05:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:52 20:05:52 Login Succeeded 20:05:52 nexus3.edgexfoundry.org:10002 20:05:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:52 Configure a credential helper to remove this warning. See 20:05:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:52 20:05:52 Login Succeeded 20:05:52 nexus3.edgexfoundry.org:10003 20:05:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:52 Configure a credential helper to remove this warning. See 20:05:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:52 20:05:52 Login Succeeded 20:05:52 nexus3.edgexfoundry.org:10004 20:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:53 Configure a credential helper to remove this warning. See 20:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:53 20:05:53 Login Succeeded 20:05:53 docker.io 20:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:53 Configure a credential helper to remove this warning. See 20:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:53 20:05:53 Login Succeeded 20:05:53 ---> docker-login.sh ends [Pipeline] } 20:05:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:05:53 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 20:05:53 + dirname cmd/core-command/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo core-command,cmd/core-command/Dockerfile 20:05:53 + + cut -d/ -f2dirname 20:05:53 cmd/core-common-config-bootstrapper/Dockerfile 20:05:53 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 20:05:53 + dirname cmd/core-data/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo core-data,cmd/core-data/Dockerfile 20:05:53 + dirname cmd/core-metadata/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo core-metadata,cmd/core-metadata/Dockerfile 20:05:53 + dirname cmd/security-bootstrapper/Dockerfile+ 20:05:53 cut -d/ -f2 20:05:53 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:05:53 + + cut -d/ -f2 20:05:53 dirname cmd/security-proxy-auth/Dockerfile 20:05:53 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 20:05:53 + dirname cmd/security-proxy-setup/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:05:53 + dirname cmd/security-secretstore-setup/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:05:53 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:05:53 + dirname cmd/security-spire-agent/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:05:53 + dirname cmd/security-spire-config/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:05:53 + dirname cmd/security-spire-server/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:05:53 + dirname cmd/support-notifications/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo support-notifications,cmd/support-notifications/Dockerfile 20:05:53 + dirname cmd/support-scheduler/Dockerfile 20:05:53 + cut -d/ -f2 20:05:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:05:53 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/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-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:05:54 + git rev-list -1 --merges 50d4b1035dfa4399e59f9a653307c5f6e2ab238e~1..50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo 20:05:54 -----------> git rev-list -1 --merges 50d4b1035dfa4399e59f9a653307c5f6e2ab238e~1..50d4b1035dfa4399e59f9a653307c5f6e2ab238e 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:05:54 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [false] [Pipeline] sh 20:05:54 + git log --format=format:%s -1 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo 20:05:54 ========================================================= 20:05:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:05:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:05:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:05:54 + grep -v github /etc/ssh/ssh_known_hosts 20:05:54 + [ -e /tmp/ssh_known_hosts ] 20:05:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:05:54 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:05:54 + sudo tee -a /etc/ssh/ssh_known_hosts 20:05:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:05:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:05:55 20:05:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:05:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:05:55 0.1.4: Pulling from edgex-devops/py-git-semver 20:05:55 b85a868b505f: Pulling fs layer 20:05:55 e2be974225ed: Pulling fs layer 20:05:55 339a4e72a1f5: Pulling fs layer 20:05:55 988bab9f4d93: Pulling fs layer 20:05:55 1469e6f7b9e6: Pulling fs layer 20:05:55 eaf3925da568: Pulling fs layer 20:05:55 bab4dde63d76: Pulling fs layer 20:05:55 bde34c3a00c8: Pulling fs layer 20:05:55 b352a97aabf1: Pulling fs layer 20:05:55 4872d77fe225: Pulling fs layer 20:05:55 5851b861e8e6: Pulling fs layer 20:05:55 988bab9f4d93: Waiting 20:05:55 1469e6f7b9e6: Waiting 20:05:55 eaf3925da568: Waiting 20:05:55 b352a97aabf1: Waiting 20:05:55 4872d77fe225: Waiting 20:05:55 5851b861e8e6: Waiting 20:05:55 bde34c3a00c8: Waiting 20:05:55 bab4dde63d76: Waiting 20:05:55 e2be974225ed: Verifying Checksum 20:05:55 e2be974225ed: Download complete 20:05:55 988bab9f4d93: Verifying Checksum 20:05:55 988bab9f4d93: Download complete 20:05:55 1469e6f7b9e6: Download complete 20:05:55 eaf3925da568: Verifying Checksum 20:05:55 eaf3925da568: Download complete 20:05:55 339a4e72a1f5: Verifying Checksum 20:05:55 339a4e72a1f5: Download complete 20:05:55 bde34c3a00c8: Download complete 20:05:55 b352a97aabf1: Verifying Checksum 20:05:55 b352a97aabf1: Download complete 20:05:55 4872d77fe225: Verifying Checksum 20:05:55 4872d77fe225: Download complete 20:05:55 5851b861e8e6: Verifying Checksum 20:05:55 5851b861e8e6: Download complete 20:05:55 b85a868b505f: Verifying Checksum 20:05:55 b85a868b505f: Download complete 20:05:56 bab4dde63d76: Verifying Checksum 20:05:56 bab4dde63d76: Download complete 20:05:57 b85a868b505f: Pull complete 20:05:57 e2be974225ed: Pull complete 20:05:57 339a4e72a1f5: Pull complete 20:05:57 988bab9f4d93: Pull complete 20:05:58 1469e6f7b9e6: Pull complete 20:05:58 eaf3925da568: Pull complete 20:06:00 bab4dde63d76: Pull complete 20:06:00 bde34c3a00c8: Pull complete 20:06:00 b352a97aabf1: Pull complete 20:06:00 4872d77fe225: Pull complete 20:06:00 5851b861e8e6: Pull complete 20:06:00 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:06:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:06:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:06:00 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:06:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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/py-git-semver:0.1.4 cat 20:06:03 $ docker top 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 -eo pid,comm 20:06:03 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:06:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:06:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:06:03 [ssh-agent] Looking for ssh-agent implementation... 20:06:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:06:03 $ docker exec 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 ssh-agent 20:06:03 SSH_AUTH_SOCK=/tmp/ssh-rnctBfa0eXe5/agent.31 20:06:03 SSH_AGENT_PID=38 20:06:03 Running ssh-add (command line suppressed) 20:06:03 Identity added: /w/workspace/edgex-go/499@tmp/private_key_5255856843406587096.key (/w/workspace/edgex-go/499@tmp/private_key_5255856843406587096.key) 20:06:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:06:03 + git tag --points-at HEAD [Pipeline] } 20:06:04 $ docker exec --env ******** --env ******** 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 ssh-agent -k 20:06:04 unset SSH_AUTH_SOCK; 20:06:04 unset SSH_AGENT_PID; 20:06:04 echo Agent pid 38 killed; 20:06:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:06:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:06:04 [ssh-agent] Looking for ssh-agent implementation... 20:06:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:06:04 $ docker exec 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 ssh-agent 20:06:04 SSH_AUTH_SOCK=/tmp/ssh-zhalgbuUUkgU/agent.70 20:06:04 SSH_AGENT_PID=76 20:06:04 Running ssh-add (command line suppressed) 20:06:04 Identity added: /w/workspace/edgex-go/499@tmp/private_key_15684859411626851206.key (/w/workspace/edgex-go/499@tmp/private_key_15684859411626851206.key) 20:06:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:06:04 + git semver init 20:06:05 2023-04-24 20:06:05,174 [run_init] DEBUG init version:0.0.0 force:False 20:06:05 2023-04-24 20:06:05,175 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/499/.semver 20:06:05 2023-04-24 20:06:05,175 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/499/.semver 20:06:05 2023-04-24 20:06:05,176 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/499/.semver'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=None) 20:06:10 2023-04-24 20:06:09,986 [append_file] DEBUG append to file:/w/workspace/edgex-go/499/.git/info/exclude 20:06:10 2023-04-24 20:06:09,986 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/499/.semver/main with force:False 20:06:10 2023-04-24 20:06:09,986 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main 20:06:10 2023-04-24 20:06:09,986 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main 20:06:10 3.0.0-dev.137 [Pipeline] } 20:06:10 $ docker exec --env ******** --env ******** 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 ssh-agent -k 20:06:10 unset SSH_AUTH_SOCK; 20:06:10 unset SSH_AGENT_PID; 20:06:10 echo Agent pid 76 killed; 20:06:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:06:10 + git semver [Pipeline] } 20:06:11 $ docker stop --time=1 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 20:06:12 $ docker rm -f --volumes 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 [Pipeline] // withDockerContainer [Pipeline] sh 20:06:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:06:12 Stashed 1 file(s) [Pipeline] echo 20:06:12 [edgeXSemver]: initialized semver on version 3.0.0-dev.137 [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 20:06:13 + git config --global --add safe.directory /w/workspace/edgex-go/499 [Pipeline] echo 20:06:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:06:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:06:13 ========================================================= 20:06:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 20:06:13 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:06:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:06:13 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 20:06:13 63b65145d645: Pulling fs layer 20:06:13 a2d21d5440eb: Pulling fs layer 20:06:13 935e6c44a52c: Pulling fs layer 20:06:13 94cc34f8dd06: Pulling fs layer 20:06:13 30dea6a524f1: Pulling fs layer 20:06:13 a2aff8979fd8: Pulling fs layer 20:06:13 6808be2612f2: Pulling fs layer 20:06:13 f25807f1079a: Pulling fs layer 20:06:13 30dea6a524f1: Waiting 20:06:13 a2aff8979fd8: Waiting 20:06:13 6808be2612f2: Waiting 20:06:13 94cc34f8dd06: Waiting 20:06:13 f25807f1079a: Waiting 20:06:13 a2d21d5440eb: Download complete 20:06:13 94cc34f8dd06: Verifying Checksum 20:06:13 94cc34f8dd06: Download complete 20:06:13 30dea6a524f1: Verifying Checksum 20:06:13 30dea6a524f1: Download complete 20:06:13 63b65145d645: Verifying Checksum 20:06:13 63b65145d645: Download complete 20:06:13 a2aff8979fd8: Verifying Checksum 20:06:13 a2aff8979fd8: Download complete 20:06:13 63b65145d645: Pull complete 20:06:14 a2d21d5440eb: Pull complete 20:06:14 f25807f1079a: Verifying Checksum 20:06:14 f25807f1079a: Download complete 20:06:14 935e6c44a52c: Verifying Checksum 20:06:14 935e6c44a52c: Download complete 20:06:14 6808be2612f2: Verifying Checksum 20:06:14 6808be2612f2: Download complete 20:06:17 935e6c44a52c: Pull complete 20:06:17 94cc34f8dd06: Pull complete 20:06:17 30dea6a524f1: Pull complete 20:06:18 a2aff8979fd8: Pull complete 20:06:20 6808be2612f2: Pull complete 20:06:21 f25807f1079a: Pull complete 20:06:21 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 20:06:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:06:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:06:21 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:06:21 WORKDIR /edgex 20:06:21 COPY go.mod . 20:06:21 RUN go mod download 20:06:21 + docker build -t ci-base-image-x86_64 -f - . 20:06:22 Sending build context to Docker daemon 170.7MB 20:06:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:06:22 ---> 3b553350e43f 20:06:22 Step 2/4 : WORKDIR /edgex 20:06:26 ---> Running in db853144333f 20:06:26 Removing intermediate container db853144333f 20:06:26 ---> bb2a4d6036cd 20:06:26 Step 3/4 : COPY go.mod . 20:06:26 ---> 8506c584c33a 20:06:26 Step 4/4 : RUN go mod download 20:06:26 ---> Running in d599a486c13d 20:06:28 Still waiting to schedule task 20:06:28 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:06:41 Removing intermediate container d599a486c13d 20:06:41 ---> a9f7101d3ee7 20:06:41 Successfully built a9f7101d3ee7 20:06:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:06:41 + docker inspect -f . ci-base-image-x86_64 20:06:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:06:42 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:06:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:06:42 $ docker top e5e4f8c17e783df17848751b1fe3d1601830dca15e0769ef2c7e0dcbd4ac4d20 -eo pid,comm [Pipeline] { [Pipeline] sh 20:06:42 + go version 20:06:42 go version go1.20.2 linux/amd64 [Pipeline] } 20:06:42 $ docker stop --time=1 e5e4f8c17e783df17848751b1fe3d1601830dca15e0769ef2c7e0dcbd4ac4d20 20:06:44 $ docker rm -f --volumes e5e4f8c17e783df17848751b1fe3d1601830dca15e0769ef2c7e0dcbd4ac4d20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:06:44 + docker inspect -f . ci-base-image-x86_64 20:06:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:06:44 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:06:44 $ 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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:06:44 $ docker top 34d0dde1de3d3e8ed9d2276816955cf364c71ec806c84869590e2f5bca0b3ce8 -eo pid,comm [Pipeline] { [Pipeline] echo 20:06:44 ========================================================= 20:06:44 [edgeXBuildGoParallel] Running Tests and Build... 20:06:44 ========================================================= [Pipeline] sh 20:06:45 + git config --global --add safe.directory /w/workspace/edgex-go/499 [Pipeline] fileExists [Pipeline] sh 20:06:45 + make test 20:06:45 go test -race -coverprofile=coverage.out ./... 20:06:52 ? github.com/edgexfoundry/edgex-go [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:07:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:07:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:07:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:07:07 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:07:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 98.5% of statements 20:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:07:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:07:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.093s coverage: 71.5% of statements 20:07:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.070s coverage: 54.0% of statements 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:07:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.732s coverage: 88.5% of statements 20:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.069s coverage: 3.8% of statements 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:07:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.351s coverage: 95.6% of statements 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:07:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 72.2% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.059s coverage: 65.9% of statements 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:07:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements 20:07:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.039s coverage: 29.0% of statements 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 44.1% of statements 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:07:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 82.9% of statements 20:07:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 20:07:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 20:07:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:07:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:07:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:07:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:07:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:07:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:07:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:07:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:07:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:07:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:07:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:07:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:07:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:07:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:07:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:07:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.068s coverage: 94.4% of statements 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:07:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:07:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.249s coverage: 79.9% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 64.4% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.044s coverage: 20.0% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 81.8% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.044s coverage: 86.0% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.1% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 89.4% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.161s coverage: 38.4% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.3% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 61.5% of statements 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.086s coverage: 97.7% of statements 20:07:44 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:07:44 running golangci-lint 20:07:44 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:07:44 go version go1.20.2 linux/amd64 20:07:44 level=info msg="[config_reader] Used config file .golangci.yml" 20:07:44 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:07:59 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|imports|name|exports_file|files|types_sizes) took 13.835548632s" 20:07:59 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 31.443801ms" 20:08:02 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9560 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 20:08:02 Running in /w/workspace/edgex-go/499 [Pipeline] { [Pipeline] checkout 20:08:02 The recommended git tool is: git 20:08:04 level=info msg="[linters_context/goanalysis] analyzers took 52.236761166s with top 10 stages: buildir: 28.287989953s, inspect: 1.349787821s, gosec: 1.28006345s, fact_deprecated: 1.083847117s, ctrlflow: 1.02317501s, printf: 1.002342358s, S1038: 754.424728ms, nilness: 723.141307ms, fact_purity: 644.191195ms, S1032: 444.539512ms" 20:08:04 level=info msg="[runner] Issues before processing: 203, after processing: 0" 20:08:04 level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 203/203, cgo: 203/203, exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, filename_unadjuster: 203/203, path_prettifier: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, identifier_marker: 203/203" 20:08:04 level=info msg="[runner] processing took 16.778326ms with stages: nolint: 6.545538ms, identifier_marker: 5.401559ms, autogenerated_exclude: 1.516799ms, path_prettifier: 1.38817ms, exclude-rules: 1.20922ms, skip_dirs: 669.06µs, cgo: 27.84µs, filename_unadjuster: 14.96µs, max_same_issues: 680ns, severity-rules: 650ns, exclude: 620ns, source_code: 610ns, uniq_by_line: 560ns, skip_files: 540ns, sort_results: 410ns, diff: 410ns, max_per_file_from_linter: 270ns, max_from_linter: 170ns, path_shortener: 150ns, path_prefixer: 110ns" 20:08:04 level=info msg="[runner] linters took 6.678387784s with stages: goanalysis_metalinter: 6.661527808s" 20:08:04 level=info msg="File cache stats: 0 entries of total size 0B" 20:08:04 level=info msg="Memory: 207 samples, avg is 184.4MB, max is 809.9MB" 20:08:04 level=info msg="Execution took 20.554306067s" 20:08:04 go vet ./... 20:08:07 using credential edgex-jenkins-ssh 20:08:07 Cloning the remote Git repository 20:08:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:08:07 > git init /w/workspace/edgex-go/499 # timeout=10 20:08:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:08:08 > git --version # timeout=10 20:08:08 > git --version # 'git version 2.25.1' 20:08:08 using GIT_SSH to set credentials SSH Credentials for GitHub 20:08:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:08:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:08:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:08:08 ./bin/test-attribution-txt.sh [Pipeline] echo 20:08:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:08:09 + ls -al . 20:08:09 total 704 20:08:09 drwxrwxr-x 11 1001 1001 4096 Apr 24 20:06 . 20:08:09 drwxr-xr-x 4 root root 4096 Apr 24 20:06 .. 20:08:09 drwxrwxr-x 2 1001 1001 4096 Apr 24 20:05 .blubracket 20:08:09 -rw-rw-r-- 1 1001 1001 16 Apr 24 20:05 .dockerignore 20:08:09 drwxrwxr-x 8 1001 1001 4096 Apr 24 20:06 .git 20:08:09 drwxrwxr-x 3 1001 1001 4096 Apr 24 20:05 .github 20:08:09 -rw-rw-r-- 1 1001 1001 1133 Apr 24 20:05 .gitignore 20:08:09 -rw-rw-r-- 1 1001 1001 42 Apr 24 20:05 .golangci.yml 20:08:09 -rw-rw-r-- 1 1001 1001 87 Apr 24 20:05 .hadolint.yml 20:08:09 drwxr-xr-x 3 1001 1001 4096 Apr 24 20:06 .semver 20:08:09 -rw-rw-r-- 1 1001 1001 166 Apr 24 20:05 .sonarcloud.properties 20:08:09 -rw-rw-r-- 1 1001 1001 1171 Apr 24 20:05 ADOPTERS.md 20:08:09 -rw-rw-r-- 1 1001 1001 10835 Apr 24 20:05 Attribution.txt 20:08:09 -rw-rw-r-- 1 1001 1001 73765 Apr 24 20:05 CHANGELOG.md 20:08:09 -rw-rw-r-- 1 1001 1001 3804 Apr 24 20:05 CONTRIBUTING.md 20:08:09 -rw-rw-r-- 1 1001 1001 677 Apr 24 20:05 GOVERNANCE.md 20:08:09 -rw-rw-r-- 1 1001 1001 883 Apr 24 20:05 Jenkinsfile 20:08:09 -rw-rw-r-- 1 1001 1001 10775 Apr 24 20:05 LICENSE 20:08:09 -rw-rw-r-- 1 1001 1001 14368 Apr 24 20:05 Makefile 20:08:09 -rw-rw-r-- 1 1001 1001 582 Apr 24 20:05 OWNERS.md 20:08:09 -rw-rw-r-- 1 1001 1001 9403 Apr 24 20:05 README.md 20:08:09 -rw-rw-r-- 1 1001 1001 789 Apr 24 20:05 SECURITY.md 20:08:09 -rw-rw-r-- 1 1001 1001 13 Apr 24 20:06 VERSION 20:08:09 drwxrwxr-x 2 1001 1001 4096 Apr 24 20:05 bin 20:08:09 drwxrwxr-x 18 1001 1001 4096 Apr 24 20:05 cmd 20:08:09 -rw-r--r-- 1 root root 448248 Apr 24 20:07 coverage.out 20:08:09 -rw-rw-r-- 1 1001 1001 3200 Apr 24 20:05 go.mod 20:08:09 -rw-rw-r-- 1 1001 1001 31155 Apr 24 20:05 go.sum 20:08:09 drwxrwxr-x 7 1001 1001 4096 Apr 24 20:05 internal 20:08:09 drwxrwxr-x 3 1001 1001 4096 Apr 24 20:05 openapi 20:08:09 -rw-rw-r-- 1 1001 1001 594 Apr 24 20:05 security.txt 20:08:09 drwxrwxr-x 4 1001 1001 4096 Apr 24 20:05 snap 20:08:09 -rw-rw-r-- 1 1001 1001 204 Apr 24 20:05 version.go [Pipeline] sh 20:08:09 + '[' -e coverage.out ] 20:08:09 + chown 1001:1001 coverage.out [Pipeline] stash 20:08:09 Stashed 1 file(s) [Pipeline] sh 20:08:09 + make build 20:08:09 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:08:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:08:22 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:08:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:08:24 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:08:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:08:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:08:26 Avoid second fetch 20:08:26 Checking out Revision 50d4b1035dfa4399e59f9a653307c5f6e2ab238e (main) 20:08:27 Commit message: "Merge pull request #4521 from bill-mahoney/spire-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:08:28 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:08:28 % Total % Received % Xferd Average Speed Time Time Time Current 20:08:28 Dload Upload Total Spent Left Speed 20:08:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 74567 0 --:--:-- --:--:-- --:--:-- 75005 [Pipeline] sh 20:08:26 > git config core.sparsecheckout # timeout=10 20:08:27 > git checkout -f 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 20:08:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:08:29 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:08:29 + sudo tee /etc/docker/daemon.new 20:08:29 { 20:08:29 "registry-mirrors": [ 20:08:29 "https://nexus3.edgexfoundry.org:10001" 20:08:29 ], 20:08:29 "bip": "10.250.0.254/24", 20:08:29 "hosts": [ 20:08:29 "tcp://0.0.0.0:5555", 20:08:29 "unix:///var/run/docker.sock" 20:08:29 ], 20:08:29 "mtu": 1458, 20:08:29 "selinux-enabled": true, 20:08:29 "seccomp-profile": "/etc/docker/seccomp.json" 20:08:29 } [Pipeline] sh 20:08:29 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:08:30 + sudo service docker restart 20:08:30 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:08:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:08:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:08:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:08:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:08:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:08:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:08:37 $ docker stop --time=1 34d0dde1de3d3e8ed9d2276816955cf364c71ec806c84869590e2f5bca0b3ce8 20:08:42 $ docker rm -f --volumes 34d0dde1de3d3e8ed9d2276816955cf364c71ec806c84869590e2f5bca0b3ce8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:43 20:08:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:43 latest: Pulling from edgex-devops/edgex-compose 20:08:43 cbdbe7a5bc2a: Pulling fs layer 20:08:43 ca9280d653b3: Pulling fs layer 20:08:43 7e9c9ca2126c: Pulling fs layer 20:08:43 cbdbe7a5bc2a: Download complete 20:08:43 ca9280d653b3: Verifying Checksum 20:08:43 ca9280d653b3: Download complete 20:08:43 cbdbe7a5bc2a: Pull complete 20:08:44 7e9c9ca2126c: Download complete 20:08:44 ca9280d653b3: Pull complete 20:08:47 7e9c9ca2126c: Pull complete 20:08:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:08:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:47 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:08:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:08:49 $ docker top d378d1dd97c266f1cf3d52c0edd90c55e53e69405d52da630f0268ee8a8905d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 20:08:49 provisioning config files... 20:08:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/499@tmp/config4720405927713828736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:08:49 + docker-compose build --help 20:08:49 + grep parallel 20:08:50 ---> docker-login.sh 20:08:50 nexus3.edgexfoundry.org:10001 20:08:50 --parallel Build images in parallel. [Pipeline] } 20:08:50 $ docker stop --time=1 d378d1dd97c266f1cf3d52c0edd90c55e53e69405d52da630f0268ee8a8905d0 20:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:50 Configure a credential helper to remove this warning. See 20:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:50 20:08:50 Login Succeeded 20:08:50 nexus3.edgexfoundry.org:10002 20:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:51 Configure a credential helper to remove this warning. See 20:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:51 20:08:51 Login Succeeded 20:08:51 nexus3.edgexfoundry.org:10003 20:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:51 Configure a credential helper to remove this warning. See 20:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:51 20:08:51 Login Succeeded 20:08:51 nexus3.edgexfoundry.org:10004 20:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:51 $ docker rm -f --volumes d378d1dd97c266f1cf3d52c0edd90c55e53e69405d52da630f0268ee8a8905d0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:51 Configure a credential helper to remove this warning. See 20:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:51 20:08:51 Login Succeeded 20:08:51 docker.io 20:08:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:08:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:52 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:08:52 $ 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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:08:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:52 Configure a credential helper to remove this warning. See 20:08:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:52 20:08:52 Login Succeeded 20:08:52 ---> docker-login.sh ends 20:08:52 $ docker top 33c232b9909a5f8d9701b29ffca1ee97eeda3d4e5f5e1dcb470010d3616899dc -eo pid,comm [Pipeline] { [Pipeline] } 20:08:52 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:08:52 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh 20:08:53 + git config --global --add safe.directory /w/workspace/edgex-go/499 [Pipeline] echo 20:08:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:08:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:08:53 ========================================================= 20:08:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:08:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:08:53 Building core-command ... 20:08:53 Building core-common-config-bootstrapper ... 20:08:53 Building core-data ... 20:08:53 Building core-metadata ... 20:08:53 Building security-bootstrapper ... 20:08:53 Building security-proxy-auth ... 20:08:53 Building security-proxy-setup ... 20:08:53 Building security-secretstore-setup ... 20:08:53 Building security-spiffe-token-provider ... 20:08:53 Building security-spire-agent ... 20:08:53 Building security-spire-config ... 20:08:53 Building security-spire-server ... 20:08:53 Building support-notifications ... 20:08:53 Building support-scheduler ... 20:08:53 Building security-proxy-auth 20:08:53 Building core-data 20:08:53 Building security-secretstore-setup 20:08:53 Building security-spiffe-token-provider 20:08:53 Building core-metadata 20:08:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:08:53 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:08:53 af6eaf76a39c: Pulling fs layer 20:08:53 55522c791124: Pulling fs layer 20:08:53 ce5c4a1c91eb: Pulling fs layer 20:08:53 169dfbe0d373: Pulling fs layer 20:08:53 e1ff8fa3b103: Pulling fs layer 20:08:53 52ebb69f0ebf: Pulling fs layer 20:08:53 5abe8eddf0d5: Pulling fs layer 20:08:53 169dfbe0d373: Waiting 20:08:53 e1ff8fa3b103: Waiting 20:08:53 52ebb69f0ebf: Waiting 20:08:53 5abe8eddf0d5: Waiting 20:08:53 55522c791124: Verifying Checksum 20:08:53 55522c791124: Download complete 20:08:53 169dfbe0d373: Verifying Checksum 20:08:53 169dfbe0d373: Download complete 20:08:53 e1ff8fa3b103: Verifying Checksum 20:08:53 e1ff8fa3b103: Download complete 20:08:53 af6eaf76a39c: Verifying Checksum 20:08:53 af6eaf76a39c: Download complete 20:08:54 af6eaf76a39c: Pull complete 20:08:54 5abe8eddf0d5: Verifying Checksum 20:08:54 5abe8eddf0d5: Download complete 20:08:55 55522c791124: Pull complete 20:08:56 ce5c4a1c91eb: Verifying Checksum 20:08:56 ce5c4a1c91eb: Download complete 20:08:56 52ebb69f0ebf: Verifying Checksum 20:08:56 52ebb69f0ebf: Download complete 20:09:03 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:03 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:09:03 ---> a9f7101d3ee7 20:09:03 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:09:03 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:03 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:09:03 ---> a9f7101d3ee7 20:09:03 Step 3/25 : WORKDIR /edgex-go 20:09:03 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:09:03 ---> a9f7101d3ee7 20:09:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:09:03 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:09:03 ---> a9f7101d3ee7 20:09:03 Step 3/20 : WORKDIR /edgex-go 20:09:03 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:09:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:09:03 ---> a9f7101d3ee7 20:09:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:09:08 ce5c4a1c91eb: Pull complete 20:09:08 169dfbe0d373: Pull complete 20:09:08 e1ff8fa3b103: Pull complete 20:09:10 ---> Running in c1848b1da2f7 20:09:10 ---> Running in dbc87042f6be 20:09:10 ---> Running in 656851ba3baa 20:09:10 ---> Running in bfefca70fb0e 20:09:10 ---> Running in fa11de4cebec 20:09:10 Removing intermediate container c1848b1da2f7 20:09:10 ---> ce30b9bb41d2 20:09:10 Step 4/23 : WORKDIR /edgex-go 20:09:10 ---> Running in 693370f0bea1 20:09:10 Removing intermediate container fa11de4cebec 20:09:10 ---> ff2ad288c0e1 20:09:10 Step 4/25 : WORKDIR /edgex-go 20:09:10 Removing intermediate container dbc87042f6be 20:09:10 ---> 526e393962a6 20:09:10 Step 4/25 : RUN apk add --update --no-cache make git 20:09:10 Removing intermediate container 656851ba3baa 20:09:10 ---> 2502ab396113 20:09:10 Step 4/23 : WORKDIR /edgex-go 20:09:10 Removing intermediate container bfefca70fb0e 20:09:10 ---> 237d4694ab89 20:09:10 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:09:10 ---> Running in d8de6dcdded2 20:09:10 ---> Running in 20c32d06ea3d 20:09:10 ---> Running in c36dc0fdf6e3 20:09:10 ---> Running in 1f2dfb25d5d1 20:09:10 Removing intermediate container 693370f0bea1 20:09:10 ---> ce5444ae98c4 20:09:10 Step 5/23 : RUN apk add --update --no-cache make git 20:09:10 ---> Running in d8b254d60926 20:09:10 Removing intermediate container d8de6dcdded2 20:09:10 ---> 780be4b932bf 20:09:10 Step 5/25 : RUN apk add --update --no-cache make git 20:09:10 Removing intermediate container 1f2dfb25d5d1 20:09:10 ---> c2844a9c6d9d 20:09:10 Step 5/23 : RUN apk add --update --no-cache make git 20:09:10 ---> Running in 8ac75d316310 20:09:10 ---> Running in 9216b29eb5bb 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:09:10 OK: 265 MiB in 53 packages 20:09:10 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:09:10 v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:09:10 OK: 17824 distinct packages available 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:09:10 Removing intermediate container 20c32d06ea3d 20:09:10 ---> 45d0b2e8c12d 20:09:10 Step 5/25 : COPY go.mod vendor* ./ 20:09:10 OK: 265 MiB in 53 packages 20:09:10 OK: 265 MiB in 53 packages 20:09:10 OK: 265 MiB in 53 packages 20:09:10 OK: 265 MiB in 53 packages 20:09:11 ---> 5ef2e12ab846 20:09:11 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:11 ---> Running in afa41fca77e3 20:09:11 Removing intermediate container 9216b29eb5bb 20:09:11 ---> 8e28b9e0979a 20:09:11 Step 6/23 : COPY go.mod vendor* ./ 20:09:11 Removing intermediate container c36dc0fdf6e3 20:09:11 ---> d5ce7ee93d45 20:09:11 Step 5/20 : COPY go.mod vendor* ./ 20:09:11 Removing intermediate container d8b254d60926 20:09:11 ---> 131f169b2002 20:09:11 Step 6/23 : COPY go.mod vendor* ./ 20:09:11 ---> 30b45f416f15 20:09:11 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:11 ---> Running in 6c61da7fd58b 20:09:11 ---> 64e8c3d77943 20:09:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:11 Removing intermediate container 8ac75d316310 20:09:11 ---> c483be546848 20:09:11 Step 6/25 : COPY go.mod vendor* ./ 20:09:11 ---> Running in 924928b53fdd 20:09:11 ---> 7ecec0151ee1 20:09:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:11 ---> Running in 2e4c42e01cde 20:09:11 ---> b9ae6d608c85 20:09:11 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:11 ---> Running in 18010a7f862a 20:09:14 52ebb69f0ebf: Pull complete 20:09:16 5abe8eddf0d5: Pull complete 20:09:16 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 20:09:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:09:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:09:17 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:09:17 WORKDIR /edgex 20:09:17 COPY go.mod . 20:09:17 RUN go mod download 20:09:17 + docker build -t ci-base-image-arm64 -f - . 20:09:17 Sending build context to Docker daemon 2.932MB 20:09:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:09:17 ---> 6cb57ee374ae 20:09:17 Step 2/4 : WORKDIR /edgex 20:09:19 ---> Running in 8d317f25ceba 20:09:19 Removing intermediate container 8d317f25ceba 20:09:19 ---> db9d47719586 20:09:19 Step 3/4 : COPY go.mod . 20:09:20 ---> daa423cd0d12 20:09:20 Step 4/4 : RUN go mod download 20:09:20 ---> Running in 8bd16d83cb4c 20:09:52 Removing intermediate container 8bd16d83cb4c 20:09:52 ---> 97968b0c42ab 20:09:52 Successfully built 97968b0c42ab 20:09:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:53 + docker inspect -f . ci-base-image-arm64 20:09:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:53 prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container 20:09:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:09:54 $ docker top 0b372ad928f558da1b5568ee1c6e88ff324c5db4d712a6c85ae73db6b9dc5a37 -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:55 + go version 20:09:55 go version go1.20.2 linux/arm64 [Pipeline] } 20:09:55 $ docker stop --time=1 0b372ad928f558da1b5568ee1c6e88ff324c5db4d712a6c85ae73db6b9dc5a37 20:09:57 $ docker rm -f --volumes 0b372ad928f558da1b5568ee1c6e88ff324c5db4d712a6c85ae73db6b9dc5a37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:09:57 20:09:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:09:58 latest: Pulling from edgex-devops/edgex-compose-arm64 20:09:58 29e5d40040c1: Pulling fs layer 20:09:58 1ce36da41761: Pulling fs layer 20:09:58 25b303627fd3: Pulling fs layer 20:09:58 29e5d40040c1: Verifying Checksum 20:09:58 29e5d40040c1: Download complete 20:09:58 Removing intermediate container 6c61da7fd58b 20:09:58 ---> 463e2e2268fe 20:09:58 Step 7/20 : COPY . . 20:09:58 Removing intermediate container 18010a7f862a 20:09:58 ---> 66c367c76181 20:09:58 Step 8/25 : COPY . . 20:09:58 Removing intermediate container afa41fca77e3 20:09:58 ---> e7351b0e4712 20:09:58 Step 7/25 : COPY . . 20:09:58 Removing intermediate container 2e4c42e01cde 20:09:58 ---> 1c7e9104543d 20:09:58 Step 8/23 : COPY . . 20:09:58 Removing intermediate container 924928b53fdd 20:09:58 ---> d5251a186cf6 20:09:58 Step 8/23 : COPY . . 20:09:58 1ce36da41761: Verifying Checksum 20:09:58 1ce36da41761: Download complete 20:09:58 29e5d40040c1: Pull complete 20:10:00 1ce36da41761: Pull complete 20:10:00 25b303627fd3: Verifying Checksum 20:10:00 25b303627fd3: Download complete 20:10:10 25b303627fd3: Pull complete 20:10:10 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:10:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:10:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:10:10 prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container 20:10:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:10:12 $ docker top a8bdedc0a061b67d17abb5bc4163b10e901d81a88b6d46ab11d84a25ae9fd63b -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:13 + docker-compose build --help 20:10:13 + grep parallel 20:10:16 ---> 4b3c82ea726f 20:10:16 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:10:16 ---> 2842de98e5e4 20:10:16 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:10:16 ---> fb58fc2309bd 20:10:16 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:10:16 ---> cb1bd34be65c 20:10:16 ---> beade9ba848f 20:10:16 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-providerStep 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:10:16 20:10:16 ---> Running in e031844e6452 20:10:16 ---> Running in d405853d80c6 20:10:16 ---> Running in b780bce263cb 20:10:16 ---> Running in 58531f4c243f 20:10:16 ---> Running in f95385eadf7a 20:10:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:10:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:10:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:10:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:10:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:10:18 --parallel Build images in parallel. [Pipeline] } 20:10:18 $ docker stop --time=1 a8bdedc0a061b67d17abb5bc4163b10e901d81a88b6d46ab11d84a25ae9fd63b 20:10:21 $ docker rm -f --volumes a8bdedc0a061b67d17abb5bc4163b10e901d81a88b6d46ab11d84a25ae9fd63b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:10:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:10:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:10:22 prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container 20:10:22 $ 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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:10:23 $ docker top 4a512111f47f342f0c0b352c79fe4e8339231bec1ad87e64fb2a982ba825d54e -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:24 + docker-compose -f ./docker-compose-build.yml build --parallel 20:10:28 Building core-command ... 20:10:28 Building core-common-config-bootstrapper ... 20:10:28 Building core-data ... 20:10:28 Building core-metadata ... 20:10:28 Building security-bootstrapper ... 20:10:28 Building security-proxy-auth ... 20:10:28 Building security-proxy-setup ... 20:10:28 Building security-secretstore-setup ... 20:10:28 Building security-spiffe-token-provider ... 20:10:28 Building security-spire-agent ... 20:10:28 Building security-spire-config ... 20:10:28 Building security-spire-server ... 20:10:28 Building support-notifications ... 20:10:28 Building support-scheduler ... 20:10:28 Building core-common-config-bootstrapper 20:10:28 Building security-proxy-auth 20:10:28 Building security-spiffe-token-provider 20:10:28 Building security-proxy-setup 20:10:28 Building support-notifications 20:10:38 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:10:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:38 ---> 97968b0c42ab 20:10:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:10:38 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:10:38 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:10:38 ---> 97968b0c42ab 20:10:38 Step 3/20 : WORKDIR /edgex-go 20:10:38 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:10:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:38 ---> 97968b0c42ab 20:10:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:10:38 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:10:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:10:38 ---> 97968b0c42ab 20:10:38 Step 3/22 : WORKDIR /edgex-go 20:10:38 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:10:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:38 ---> 97968b0c42ab 20:10:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:10:38 ---> Running in 5b464eee8143 20:10:38 ---> Running in 839cb65413e4 20:10:38 ---> Running in 9f2dee8baff0 20:10:38 ---> Running in edeae8f37e24 20:10:38 ---> Running in 066c1ef7e1ac 20:10:38 Removing intermediate container 839cb65413e4 20:10:38 ---> 1ecba9a8d035 20:10:38 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:10:38 Removing intermediate container 9f2dee8baff0 20:10:38 ---> 2827d5e1f2df 20:10:38 Step 4/23 : WORKDIR /edgex-go 20:10:38 Removing intermediate container 5b464eee8143 20:10:38 ---> 339d87ff9e5c 20:10:38 Step 4/23 : WORKDIR /edgex-go 20:10:38 Removing intermediate container edeae8f37e24 20:10:38 ---> a4c430f386be 20:10:38 Step 4/22 : RUN apk add --update --no-cache make git 20:10:38 Removing intermediate container 066c1ef7e1ac 20:10:38 ---> 94609f56bfac 20:10:38 Step 4/23 : WORKDIR /edgex-go 20:10:38 ---> Running in 254d8b68d5ad 20:10:38 ---> Running in 75b5a4f61bcf 20:10:38 ---> Running in c7db54dceded 20:10:38 ---> Running in 68ebd5e14454 20:10:38 ---> Running in f4c50968aca1 20:10:39 Removing intermediate container c7db54dceded 20:10:39 ---> 561386031c02 20:10:39 Step 5/23 : RUN apk add --update --no-cache make git 20:10:39 Removing intermediate container f4c50968aca1 20:10:39 ---> 3b61b0478ddf 20:10:39 Step 5/23 : RUN apk add --update --no-cache make git 20:10:39 Removing intermediate container 254d8b68d5ad 20:10:39 ---> e544bbc77fcd 20:10:39 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:10:39 ---> Running in ce00460becf5 20:10:39 ---> Running in 22c91f6b6b52 20:10:39 ---> Running in e80a5d935849 20:10:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:10:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:10:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:10:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:10:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:10:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:10:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:10:42 OK: 263 MiB in 53 packages 20:10:42 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:10:42 v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:10:42 OK: 17695 distinct packages available 20:10:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:10:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:10:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:10:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:10:44 Removing intermediate container 68ebd5e14454 20:10:44 ---> c3dde2988d49 20:10:44 Step 5/22 : COPY go.mod vendor* ./ 20:10:44 OK: 263 MiB in 53 packages 20:10:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:10:44 OK: 263 MiB in 53 packages 20:10:44 OK: 263 MiB in 53 packages 20:10:45 ---> c67a9c5202b0 20:10:45 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:45 ---> Running in e344240a51d5 20:10:45 OK: 263 MiB in 53 packages 20:10:46 Removing intermediate container ce00460becf5 20:10:46 ---> b18d0bb4b061 20:10:46 Step 6/23 : COPY go.mod vendor* ./ 20:10:46 Removing intermediate container e80a5d935849 20:10:46 ---> 26853274760c 20:10:46 Step 6/23 : COPY go.mod vendor* ./ 20:10:46 Removing intermediate container 22c91f6b6b52 20:10:46 ---> a8509570bb99 20:10:46 Step 6/23 : COPY go.mod vendor* ./ 20:10:47 Removing intermediate container 75b5a4f61bcf 20:10:47 ---> 8d9141b84a2b 20:10:47 Step 5/20 : COPY go.mod vendor* ./ 20:10:47 ---> bafbba25ff3a 20:10:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:47 ---> Running in ef443e57f6cb 20:10:48 ---> eca4371d564f 20:10:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:48 ---> eb316c8784e5 20:10:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:48 ---> Running in 572b024fe0e9 20:10:48 ---> Running in 4ddaa7148906 20:10:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:10:49 ---> ea5e2d4027eb 20:10:49 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:49 ---> Running in e9b24c94f0ff 20:10:53 Removing intermediate container e031844e6452 20:10:53 ---> 31ee3f307ade 20:10:53 20:10:53 Step 9/25 : FROM alpine:3.17 20:10:53 Removing intermediate container d405853d80c6 20:10:53 ---> 88620d336863 20:10:53 20:10:53 Step 10/25 : FROM alpine:3.17 20:10:53 Removing intermediate container b780bce263cb 20:10:53 ---> 31cbfc22b9e1 20:10:53 20:10:53 Step 10/23 : FROM alpine:3.17 20:10:53 3.17: Pulling from library/alpine 20:10:54 3.17: Pulling from library/alpine 20:10:54 3.17: Pulling from library/alpine 20:10:58 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:10:58 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:10:58 Status: Image is up to date for alpine:3.17 20:10:58 Status: Downloaded newer image for alpine:3.17 20:10:58 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:10:58 Status: Image is up to date for alpine:3.17 20:10:58 ---> 9ed4aefc74f6 20:10:58 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:10:58 ---> 9ed4aefc74f6 20:10:58 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:10:58 ---> 9ed4aefc74f6 20:10:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:10:58 ---> Running in 08ecb8e14f15 20:10:58 ---> Running in aa6c494ca6f4 20:10:58 ---> Running in 84e3d53bd9c9 20:10:58 Removing intermediate container 08ecb8e14f15 20:10:58 ---> 32370e0ce512 20:10:58 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:10:58 Removing intermediate container 58531f4c243f 20:10:58 ---> ae142f13adc9 20:10:58 20:10:58 Step 10/23 : FROM alpine:3.17 20:10:58 ---> 9ed4aefc74f6 20:10:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:10:58 Removing intermediate container f95385eadf7a 20:10:58 ---> 78a69dc05885 20:10:58 20:10:58 Step 9/20 : FROM alpine:3.17 20:10:58 ---> 9ed4aefc74f6 20:10:58 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:10:58 ---> Running in 6054db8d5aa6 20:10:58 ---> Running in 49eef80dfcd6 20:10:58 ---> Running in cfec67f5ae2d 20:10:58 Removing intermediate container cfec67f5ae2d 20:10:58 ---> ce7ea1e80fb6 20:10:58 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:10:58 ---> Running in e8d8eb74cc48 20:10:58 Removing intermediate container 49eef80dfcd6 20:10:58 ---> 448aa42adb40 20:10:58 Step 12/23 : ENV APP_PORT=59880 20:10:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:58 ---> Running in a8c7742449b2 20:10:58 Removing intermediate container a8c7742449b2 20:10:58 ---> bf38c99759dc 20:10:58 Step 13/23 : EXPOSE $APP_PORT 20:10:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:58 ---> Running in 10fcf5c3ee1e 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:59 Removing intermediate container 10fcf5c3ee1e 20:10:59 ---> 618dcbc52df3 20:10:59 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:10:59 ---> Running in 0d8b715783ae 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:59 (1/3) Installing ca-certificates (20220614-r4) 20:10:59 (2/3) Installing dumb-init (1.2.5-r2) 20:10:59 (3/3) Installing su-exec (0.2-r2) 20:10:59 Executing busybox-1.35.0-r29.trigger 20:10:59 Executing ca-certificates-20220614-r4.trigger 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:59 OK: 8 MiB in 18 packages 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:59 (1/1) Installing dumb-init (1.2.5-r2) 20:10:59 Executing busybox-1.35.0-r29.trigger 20:10:59 OK: 7 MiB in 16 packages 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:59 (1/1) Installing dumb-init (1.2.5-r2) 20:10:59 Executing busybox-1.35.0-r29.trigger 20:10:59 OK: 7 MiB in 16 packages 20:10:59 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:10:59 v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:10:59 OK: 17820 distinct packages available 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:10:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:10:59 (1/1) Installing dumb-init (1.2.5-r2) 20:10:59 Executing busybox-1.35.0-r29.trigger 20:10:59 OK: 7 MiB in 16 packages 20:10:59 (1/9) Installing ca-certificates (20220614-r4) 20:10:59 (2/9) Installing brotli-libs (1.0.9-r9) 20:10:59 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:10:59 (4/9) Installing libcurl (8.0.1-r0) 20:10:59 (5/9) Installing curl (8.0.1-r0) 20:10:59 (6/9) Installing dumb-init (1.2.5-r2) 20:10:59 (7/9) Installing musl-obstack (1.2.3-r0) 20:10:59 (8/9) Installing libucontext (1.2-r0) 20:10:59 (9/9) Installing gcompat (1.1.0-r0) 20:10:59 Executing busybox-1.35.0-r29.trigger 20:10:59 Executing ca-certificates-20220614-r4.trigger 20:11:00 Removing intermediate container 6054db8d5aa6 20:11:00 ---> b43cec1a3eb9 20:11:00 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:00 Removing intermediate container 84e3d53bd9c9 20:11:00 ---> b4f123ee44cf 20:11:00 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:11:00 Removing intermediate container aa6c494ca6f4 20:11:00 ---> 7c6311827a17 20:11:00 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:11:00 OK: 10 MiB in 24 packages 20:11:00 ---> Running in c6d39d84d6f2 20:11:00 ---> Running in 6da945310884 20:11:00 Removing intermediate container c6d39d84d6f2 20:11:00 ---> c791de9fb07f 20:11:00 Step 12/25 : WORKDIR / 20:11:00 ---> 3daa2cd38e2b 20:11:00 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:11:00 Removing intermediate container 6da945310884 20:11:00 ---> 99ecf7dcd57b 20:11:00 Step 13/25 : ENV APP_PORT=59881 20:11:00 Removing intermediate container 0d8b715783ae 20:11:00 ---> 3df442ec961e 20:11:00 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:00 ---> Running in d3c7ab4c7674 20:11:00 ---> Running in cfc889d39c4f 20:11:00 Removing intermediate container d3c7ab4c7674 20:11:00 ---> 101421c0ee76 20:11:00 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:00 Removing intermediate container cfc889d39c4f 20:11:00 ---> da27deb3db03 20:11:00 Step 14/25 : EXPOSE $APP_PORT 20:11:00 ---> Running in c786cfa34712 20:11:00 ---> e5bd7db96748 20:11:00 ---> 1bb0678f5ce4 20:11:00 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:11:00 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:11:00 Removing intermediate container e8d8eb74cc48 20:11:00 ---> 8f57a95e3bb7 20:11:00 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:00 ---> fa716bf6f8a4 20:11:00 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:11:00 Removing intermediate container c786cfa34712 20:11:00 ---> 46998405f288 20:11:00 Step 15/25 : WORKDIR / 20:11:00 ---> Running in 4569cb266883 20:11:01 ---> c9cc7ba30859 20:11:01 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:11:01 ---> c88f5be769bf 20:11:01 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:11:01 Removing intermediate container 4569cb266883 20:11:01 ---> bed081703560 20:11:01 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:01 ---> 887861df56d6 20:11:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:11:01 ---> 95d169ce508b 20:11:01 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:11:01 ---> 81bc3f2c9d6f 20:11:01 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:11:01 ---> 44fd2018f47a 20:11:01 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:11:01 ---> 0d180db364c0 20:11:01 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:11:01 ---> 3b22808b5187 20:11:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:11:01 ---> 73ed7afc117e 20:11:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:11:02 ---> 02358d8c2383 20:11:02 ---> 1ee8afc4be0d 20:11:02 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yamlStep 19/23 : ENTRYPOINT ["/core-data"] 20:11:02 20:11:02 ---> 4661e6edca9a 20:11:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:11:02 ---> c2751a9b3f08 20:11:02 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:11:02 ---> Running in 8ab4106ef3ea 20:11:02 ---> 2315921d6c4e 20:11:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:11:03 ---> d86b432fa5ce 20:11:03 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:11:03 ---> 49d86fc1a928 20:11:03 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:11:03 ---> Running in 00a639721aac 20:11:03 Removing intermediate container 8ab4106ef3ea 20:11:03 ---> 651980b2d4ab 20:11:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:11:03 ---> Running in f58acf0dac83 20:11:03 ---> 3648dfa1b38f 20:11:03 ---> aca186cf868e 20:11:03 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ]Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:11:03 20:11:03 ---> 32c777154125 20:11:03 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:11:03 ---> Running in eb5fb4dcebed 20:11:03 Removing intermediate container f58acf0dac83 20:11:03 ---> ebab569fbf13 20:11:03 Step 21/23 : LABEL arch=x86_64 20:11:03 ---> Running in 6f1617e39b37 20:11:03 Removing intermediate container eb5fb4dcebed 20:11:03 ---> d0191b65798a 20:11:03 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:11:03 ---> cefe76d0349e 20:11:03 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:11:03 Removing intermediate container 6f1617e39b37 20:11:03 ---> bf834e01d5af 20:11:03 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:11:03 ---> Running in 087b29eeb402 20:11:03 ---> f2b42c918541 20:11:03 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:11:03 ---> Running in 64cb04718a14 20:11:04 ---> Running in 72c8feffc3c0 20:11:04 Removing intermediate container 087b29eeb402 20:11:04 ---> 91e85d3fa333 20:11:04 Step 18/20 : LABEL arch=x86_64 20:11:04 ---> Running in 8667870ff3ea 20:11:04 Removing intermediate container 64cb04718a14 20:11:04 ---> 33becf4353f5 20:11:04 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:11:04 ---> 1ecaecf27c01 20:11:04 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:11:04 ---> Running in 2f032ab5882a 20:11:04 ---> Running in ed15cd02ea54 20:11:04 Removing intermediate container 72c8feffc3c0 20:11:04 ---> 15560584edcf 20:11:04 Step 23/23 : LABEL version=3.0.0-dev.137 20:11:04 Removing intermediate container 8667870ff3ea 20:11:04 ---> 5a8fb9a8948c 20:11:04 Step 19/20 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:11:04 Removing intermediate container 00a639721aac 20:11:04 ---> bb21aa9ed2ef 20:11:04 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:11:04 ---> Running in 27ed0ae0a9cd 20:11:04 ---> Running in 1f3e148c94e4 20:11:04 ---> Running in 76956d3e9629 20:11:04 Removing intermediate container 2f032ab5882a 20:11:04 ---> 91e1dee1c421 20:11:04 Step 23/25 : LABEL arch=x86_64 20:11:04 ---> Running in 2d674dc52d19 20:11:04 Removing intermediate container 27ed0ae0a9cd 20:11:04 ---> f33a4563783d 20:11:04 20:11:04 Removing intermediate container 76956d3e9629 20:11:04 ---> 00a1fc5f92a2 20:11:04 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:11:04 Successfully built f33a4563783d 20:11:04 Removing intermediate container 1f3e148c94e4 20:11:04 ---> bbfd43513f9f 20:11:04 Step 20/20 : LABEL version=3.0.0-dev.137Successfully tagged core-data:latest 20:11:04 20:11:04  Building core-data ... done Building support-scheduler 20:11:04 ---> Running in 79d98e1992f7 20:11:04 Removing intermediate container 2d674dc52d19 20:11:04 ---> da460397ee5d 20:11:04 Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:11:04 ---> Running in 2a28f7bb81c0 20:11:04 ---> Running in 63eb4a03006b 20:11:05 Removing intermediate container 79d98e1992f7 20:11:05 ---> 83493471d0fe 20:11:05 Step 21/23 : LABEL arch=x86_64 20:11:08 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:11:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:11:08 ---> a9f7101d3ee7 20:11:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:11:08 ---> Using cache 20:11:08 ---> 2502ab396113 20:11:08 Step 4/23 : WORKDIR /edgex-go 20:11:08 ---> Using cache 20:11:08 ---> c2844a9c6d9d 20:11:08 Step 5/23 : RUN apk add --update --no-cache make git 20:11:08 ---> Using cache 20:11:08 ---> 8e28b9e0979a 20:11:08 Step 6/23 : COPY go.mod vendor* ./ 20:11:08 ---> Using cache 20:11:08 ---> 64e8c3d77943 20:11:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:08 ---> Using cache 20:11:08 ---> d5251a186cf6 20:11:08 Step 8/23 : COPY . . 20:11:08 ---> Using cache 20:11:08 ---> 4b3c82ea726f 20:11:08 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:11:08 ---> Running in 0bf3e427773d 20:11:08 Removing intermediate container 2a28f7bb81c0 20:11:08 ---> df0dbe224e1f 20:11:08 20:11:08 Removing intermediate container 63eb4a03006b 20:11:08 ---> 25053de31750 20:11:08 Step 25/25 : LABEL version=3.0.0-dev.137 20:11:08 ---> Running in 29cf3d815429 20:11:08 ---> Running in 0fdfab0a5ca2 20:11:08 Removing intermediate container 0bf3e427773d 20:11:08 ---> 01ce5c1c70ce 20:11:08 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:11:08 Successfully built df0dbe224e1f 20:11:08 Successfully tagged security-spiffe-token-provider:latest 20:11:08  Building security-spiffe-token-provider ... done Building core-command 20:11:08 Removing intermediate container ed15cd02ea54 20:11:08 ---> 8b4be81266bc 20:11:08 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:11:08 Removing intermediate container 0fdfab0a5ca2 20:11:08 ---> eee97cc77ae9 20:11:08 20:11:08 ---> Running in a370e8142a41 20:11:08 ---> Running in babd33d0422f 20:11:08 Successfully built eee97cc77ae9 20:11:08 Successfully tagged core-metadata:latest 20:11:08 Building security-spire-server 20:11:09  Building core-metadata ... done go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:11:12 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:11:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:11:12 ---> a9f7101d3ee7 20:11:12 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:11:12 ---> Using cache 20:11:12 ---> 2502ab396113 20:11:12 Step 4/24 : WORKDIR /edgex-go 20:11:12 ---> Using cache 20:11:12 ---> c2844a9c6d9d 20:11:12 Step 5/24 : RUN apk add --update --no-cache make git 20:11:12 ---> Using cache 20:11:12 ---> 8e28b9e0979a 20:11:12 Step 6/24 : COPY go.mod vendor* ./ 20:11:12 ---> Using cache 20:11:12 ---> 64e8c3d77943 20:11:12 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:12 ---> Using cache 20:11:12 ---> d5251a186cf6 20:11:12 Step 8/24 : COPY . . 20:11:12 ---> Using cache 20:11:12 ---> 4b3c82ea726f 20:11:12 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:11:13 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:11:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:11:13 ---> a9f7101d3ee7 20:11:13 Step 3/26 : WORKDIR /edgex-go 20:11:13 ---> Using cache 20:11:13 ---> 237d4694ab89 20:11:13 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:11:13 Removing intermediate container a370e8142a41 20:11:13 ---> 57eb65e5b2b5 20:11:13 Step 23/23 : LABEL version=3.0.0-dev.137 20:11:16 Removing intermediate container babd33d0422f 20:11:16 ---> d1a047062d7a 20:11:16 Step 23/25 : LABEL arch=x86_64 20:11:16 ---> Running in 5f38425b24bb 20:11:16 ---> Running in 9de725a60e5f 20:11:16 ---> Running in c9bd408e80b6 20:11:16 ---> Running in 4c08ec6035fb 20:11:16 Removing intermediate container 9de725a60e5f 20:11:16 ---> 6249ac2a33b9 20:11:16 20:11:16 Successfully built 6249ac2a33b9 20:11:16 Successfully tagged security-proxy-auth:latest 20:11:16 Building security-spire-config 20:11:16  Building security-proxy-auth ... done Removing intermediate container 4c08ec6035fb 20:11:16 ---> 0b1f1b04a7f6 20:11:16 Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:11:16 ---> Running in 593b3315a2af 20:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:11:18 OK: 265 MiB in 53 packages 20:11:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:11:20 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:11:20 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:11:20 ---> a9f7101d3ee7 20:11:20 Step 3/27 : WORKDIR /edgex-go 20:11:20 ---> Using cache 20:11:20 ---> 237d4694ab89 20:11:20 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:11:23 Removing intermediate container 593b3315a2af 20:11:23 ---> acbbc5a4bbad 20:11:23 Step 25/25 : LABEL version=3.0.0-dev.137 20:11:24 ---> Running in f3bcdc131751 20:11:24 ---> Running in 27b09129f8b4 20:11:24 Removing intermediate container 5f38425b24bb 20:11:24 ---> 573d23abbb6b 20:11:24 Step 5/26 : COPY go.mod vendor* ./ 20:11:24 Removing intermediate container 27b09129f8b4 20:11:24 ---> c9de83e6b05f 20:11:24 20:11:24 Successfully built c9de83e6b05f 20:11:24 Successfully tagged security-secretstore-setup:latest 20:11:24 Building core-common-config-bootstrapper 20:11:24  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:11:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:11:25 OK: 265 MiB in 53 packages 20:11:26 ---> fca60ae066ce 20:11:26 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:27 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:11:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:11:27 ---> a9f7101d3ee7 20:11:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:11:27 ---> Using cache 20:11:27 ---> 2502ab396113 20:11:27 Step 4/23 : WORKDIR /edgex-go 20:11:27 ---> Using cache 20:11:27 ---> c2844a9c6d9d 20:11:27 Step 5/23 : RUN apk add --update --no-cache make git 20:11:27 ---> Using cache 20:11:27 ---> 8e28b9e0979a 20:11:27 Step 6/23 : COPY go.mod vendor* ./ 20:11:27 ---> Using cache 20:11:27 ---> 64e8c3d77943 20:11:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:27 ---> Using cache 20:11:27 ---> d5251a186cf6 20:11:27 Step 8/23 : COPY . . 20:11:27 ---> Using cache 20:11:27 ---> 4b3c82ea726f 20:11:27 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:11:32 ---> Running in f5f9560ed65a 20:11:32 ---> Running in 1b690d6981ca 20:11:32 Removing intermediate container f3bcdc131751 20:11:32 ---> d698f3d8cb82 20:11:32 Step 5/27 : COPY go.mod vendor* ./ 20:11:32 ---> 2da82ff3c45e 20:11:32 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:33 ---> Running in 00d18284d9f4 20:11:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:11:43 Removing intermediate container 29cf3d815429 20:11:43 ---> 62dbec45dab3 20:11:43 20:11:43 Step 10/23 : FROM alpine:3.17 20:11:43 ---> 9ed4aefc74f6 20:11:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:11:43 ---> Using cache 20:11:43 ---> b4f123ee44cf 20:11:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:11:43 ---> Using cache 20:11:43 ---> 99ecf7dcd57b 20:11:43 Step 13/23 : ENV APP_PORT=59861 20:11:47 ---> Running in bcc974d226e2 20:11:51 Removing intermediate container bcc974d226e2 20:11:51 ---> ad8bb6260449 20:11:51 Step 14/23 : EXPOSE $APP_PORT 20:11:51 ---> Running in 8f2f2753ccee 20:11:51 Removing intermediate container c9bd408e80b6 20:11:51 ---> 6e37bf01dea9 20:11:51 20:11:51 Step 10/24 : FROM alpine:3.17 20:11:51 ---> 9ed4aefc74f6 20:11:51 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:11:51 ---> Using cache 20:11:51 ---> b4f123ee44cf 20:11:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:11:51 ---> Using cache 20:11:51 ---> 99ecf7dcd57b 20:11:51 Step 13/24 : ENV APP_PORT=59882 20:11:51 ---> Running in 6b627852d573 20:11:51 Removing intermediate container 8f2f2753ccee 20:11:51 ---> 701a53d926a5 20:11:51 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:51 Removing intermediate container 6b627852d573 20:11:51 ---> 4066da13db82 20:11:51 Step 14/24 : EXPOSE $APP_PORT 20:11:53 ---> Running in 1208db79e852 20:11:54 ---> 72b184740a13 20:11:54 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:11:58 Removing intermediate container 1208db79e852 20:11:58 ---> 709df1673d35 20:11:58 ---> 94e1356bafd8 20:11:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 15/24 : WORKDIR / 20:11:58 20:11:58 ---> Running in f98bf98e81b5 20:11:58 Removing intermediate container 1b690d6981ca 20:11:58 ---> 68fb7cc64c7f 20:11:58 Step 7/26 : COPY . . 20:11:58 Removing intermediate container 00d18284d9f4 20:11:58 ---> f1e6601d92e0 20:11:58 Step 7/27 : COPY . . 20:11:59 Removing intermediate container f98bf98e81b5 20:11:59 ---> 5e0840e6f5bf 20:11:59 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:05 ---> 221e5d642c3a 20:12:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:12:05 ---> 8f38a0cd9d83 20:12:05 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:12:05 ---> aa4b2a1b24bf 20:12:05 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:12:05 Removing intermediate container f5f9560ed65a 20:12:05 ---> cb2c4bc960ab 20:12:05 20:12:05 Step 10/23 : FROM alpine:3.17 20:12:05 ---> 9ed4aefc74f6 20:12:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:12:05 ---> Using cache 20:12:05 ---> 32370e0ce512 20:12:05 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:12:05 ---> Using cache 20:12:05 ---> b43cec1a3eb9 20:12:05 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:05 ---> Using cache 20:12:05 ---> 3daa2cd38e2b 20:12:05 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:12:05 ---> Using cache 20:12:05 ---> 1bb0678f5ce4 20:12:05 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:12:05 ---> d53fda31a007 20:12:05 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:12:05 ---> Running in 3c2a0db5ae77 20:12:05 ---> 393f91800ab1 20:12:05 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:12:05 ---> Running in 40b66515a880 20:12:05 ---> Running in 13b029c7d6b1 20:12:05 ---> 173caa1e312e 20:12:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:12:06 Removing intermediate container 40b66515a880 20:12:06 ---> aa46623e5181 20:12:06 Step 9/26 : WORKDIR /edgex-go/spire-build 20:12:06 Removing intermediate container 3c2a0db5ae77 20:12:06 ---> 6d0f6e68abd0 20:12:06 Step 9/27 : WORKDIR /edgex-go/spire-build 20:12:06 Removing intermediate container 13b029c7d6b1 20:12:06 ---> d0448de84141 20:12:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:12:06 ---> a96ff336c276 20:12:06 ---> 9efd8b9a0812 20:12:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yamlStep 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:12:06 20:12:06 ---> Running in 760402fdecd8 20:12:06 ---> Running in e5d2dd537041 20:12:06 ---> Running in 0de18da9eab3 20:12:06 Removing intermediate container e5d2dd537041 20:12:06 ---> 7921b1d500ec 20:12:06 Step 21/23 : LABEL arch=x86_64 20:12:06 Removing intermediate container 760402fdecd8 20:12:06 ---> fa1b9bfd1c82 20:12:06 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:12:06 ---> Running in 616b06d1d27a 20:12:06 ---> Running in 31529ea5a6c9 20:12:06 Removing intermediate container 0de18da9eab3 20:12:06 ---> 53dd8187cad1 20:12:06 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:12:06 ---> 06a3150401f3 20:12:06 Step 20/24 : ENTRYPOINT ["/core-command"] 20:12:06 ---> Running in 373e2bc93d5e 20:12:06 ---> 257e2eb34dc6 20:12:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:12:06 ---> Running in a15653424078 20:12:06 Removing intermediate container 31529ea5a6c9 20:12:06 ---> 23c560431824 20:12:06 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:12:06 Removing intermediate container 616b06d1d27a 20:12:06 ---> 9812d4db4b30 20:12:06 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:12:06 ---> Running in 85f902b62703 20:12:06 ---> Running in 9aaf867f0204 20:12:06 Removing intermediate container 373e2bc93d5e 20:12:06 ---> e2a0741f47b3 20:12:06 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:12:06 Removing intermediate container a15653424078 20:12:06 ---> a4a7b85030d9 20:12:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:12:06 ---> Running in 8e705b4e9d81 20:12:06 ---> Running in dd462cf5c116 20:12:06 Removing intermediate container 85f902b62703 20:12:06 ---> 4fa5a69d29fc 20:12:06 Step 23/23 : LABEL version=3.0.0-dev.137 20:12:06 ---> 897ce207c899 20:12:06 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:12:06 ---> Running in e8d84d85b393 20:12:06 ---> Running in 73c464f31fea 20:12:06 Removing intermediate container dd462cf5c116 20:12:06 ---> b71537c0f11c 20:12:06 Step 22/24 : LABEL arch=x86_64 20:12:07 ---> Running in fb3b328536d2 20:12:07 Removing intermediate container 73c464f31fea 20:12:07 ---> b6df01ffdc82 20:12:07 20:12:07 Successfully built b6df01ffdc82 20:12:07 Removing intermediate container fb3b328536d2 20:12:07 ---> 05fa6e95e169 20:12:07 Step 23/24 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:12:07 Successfully tagged support-scheduler:latest 20:12:07 Building support-notifications 20:12:07  Building support-scheduler ... done  ---> Running in c14f87d32ea0 20:12:08 Removing intermediate container c14f87d32ea0 20:12:08 ---> 82fee18f1d51 20:12:08 Step 24/24 : LABEL version=3.0.0-dev.137 20:12:09 Removing intermediate container 9aaf867f0204 20:12:09 ---> ed61afb653e2 20:12:09 Step 12/27 : WORKDIR /edgex-go 20:12:10 ---> Running in 5cb549f3ff92 20:12:10 ---> Running in d1c3f0ee28c4 20:12:10 Removing intermediate container 5cb549f3ff92 20:12:10 ---> d7d1297983f4 20:12:10 20:12:10 Removing intermediate container 8e705b4e9d81 20:12:10 ---> 5867da568407 20:12:10 Step 12/26 : WORKDIR /edgex-go 20:12:10 Successfully built d7d1297983f4 20:12:10 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:12:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:12:10 ---> a9f7101d3ee7 20:12:10 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:12:10 ---> Using cache 20:12:10 ---> 2502ab396113 20:12:10 Step 4/23 : WORKDIR /edgex-go 20:12:10 ---> Using cache 20:12:10 ---> c2844a9c6d9d 20:12:10 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:12:10 Successfully tagged core-command:latest 20:12:10  Building core-command ... done Building security-bootstrapper 20:12:10 Removing intermediate container d1c3f0ee28c4 20:12:10 ---> 1cb2b2b8efd6 20:12:10 20:12:10 Step 13/27 : FROM alpine:3.17Removing intermediate container e8d84d85b393 20:12:10 20:12:10 ---> d2d511a0dba6 20:12:10 ---> 9ed4aefc74f6 20:12:10 Step 19/23 : ENTRYPOINT ["entrypoint.sh"]Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:12:10 20:12:10 ---> Running in f66a5c59aec7 20:12:10 ---> Running in 653b54be670f 20:12:10 ---> Running in 4a3c3b03577d 20:12:10 ---> Running in b388d5031532 20:12:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:11 OK: 265 MiB in 53 packages 20:12:12 Removing intermediate container 653b54be670f 20:12:12 ---> 459cc26d6c5f 20:12:12 20:12:12 Step 13/26 : FROM alpine:3.17 20:12:12 ---> 9ed4aefc74f6 20:12:12 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:12:12 ---> Using cache 20:12:12 ---> fb18df010443 20:12:12 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:12:14 Removing intermediate container 4a3c3b03577d 20:12:14 ---> fb18df010443 20:12:14 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:12:14 Removing intermediate container b388d5031532 20:12:14 ---> 7bfeedeec3d8 20:12:14 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:12:14 ---> Running in 0c7280401e24 20:12:14 ---> Running in df9952807714 20:12:14 ---> Running in cf7c12bde9a9 20:12:14 Removing intermediate container f66a5c59aec7 20:12:14 ---> 3bb90e365b1d 20:12:14 Step 6/23 : COPY go.mod vendor* ./ 20:12:14 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:12:14 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:12:14 ---> a9f7101d3ee7 20:12:14 Step 3/33 : WORKDIR /edgex-go 20:12:14 ---> Using cache 20:12:14 ---> 237d4694ab89 20:12:14 Step 4/33 : RUN apk add --update --no-cache make git 20:12:14 ---> Running in ee657706b6b2 20:12:14 Removing intermediate container df9952807714 20:12:14 ---> 8b04eebb5970 20:12:14 Step 21/23 : LABEL arch=x86_64 20:12:14 ---> Running in 0ce3177e7a4d 20:12:14 ---> 05014e992798 20:12:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:14 ---> Running in e492ddc72df6 20:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:14 Removing intermediate container 0ce3177e7a4d 20:12:14 ---> a44b5fca7f71 20:12:14 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:14 ---> Running in 173f2b13b9ad 20:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:14 Removing intermediate container 173f2b13b9ad 20:12:14 ---> ee7d7700776c 20:12:14 Step 23/23 : LABEL version=3.0.0-dev.137 20:12:14 ---> Running in 6b52f3d54f07 20:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:14 Removing intermediate container 6b52f3d54f07 20:12:14 ---> 3333f30186cb 20:12:14 20:12:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:14 Successfully built 3333f30186cb 20:12:14 Successfully tagged core-common-config-bootstrapper:latest 20:12:14  Building core-common-config-bootstrapper ... done Building security-spire-agent 20:12:14 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:12:14 v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:12:14 OK: 17820 distinct packages available 20:12:14 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:12:14 v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:12:14 OK: 17820 distinct packages available 20:12:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:15 OK: 265 MiB in 53 packages 20:12:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:15 (1/5) Installing dumb-init (1.2.5-r2) 20:12:15 (2/5) Installing musl-obstack (1.2.3-r0) 20:12:15 (3/5) Installing libucontext (1.2-r0) 20:12:15 (4/5) Installing gcompat (1.1.0-r0) 20:12:15 (5/5) Installing openssl (3.0.8-r4) 20:12:15 Executing busybox-1.35.0-r29.trigger 20:12:15 OK: 8 MiB in 20 packages 20:12:15 (1/4) Installing dumb-init (1.2.5-r2) 20:12:15 (2/4) Installing musl-obstack (1.2.3-r0) 20:12:15 (3/4) Installing libucontext (1.2-r0) 20:12:15 (4/4) Installing gcompat (1.1.0-r0) 20:12:15 Executing busybox-1.35.0-r29.trigger 20:12:15 OK: 7 MiB in 19 packages 20:12:18 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:12:18 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:12:18 ---> a9f7101d3ee7 20:12:18 Step 3/27 : WORKDIR /edgex-go 20:12:18 ---> Using cache 20:12:18 ---> 237d4694ab89 20:12:18 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:12:18 ---> Using cache 20:12:18 ---> d698f3d8cb82 20:12:18 Step 5/27 : COPY go.mod vendor* ./ 20:12:18 ---> Using cache 20:12:18 ---> 2da82ff3c45e 20:12:18 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:18 ---> Using cache 20:12:18 ---> f1e6601d92e0 20:12:18 Step 7/27 : COPY . . 20:12:18 ---> Using cache 20:12:18 ---> aa4b2a1b24bf 20:12:18 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:12:18 ---> Using cache 20:12:18 ---> 6d0f6e68abd0 20:12:18 Step 9/27 : WORKDIR /edgex-go/spire-build 20:12:18 ---> Using cache 20:12:18 ---> fa1b9bfd1c82 20:12:18 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:12:18 ---> Using cache 20:12:18 ---> 23c560431824 20:12:18 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:12:18 ---> Using cache 20:12:18 ---> ed61afb653e2 20:12:18 Step 12/27 : WORKDIR /edgex-go 20:12:18 ---> Using cache 20:12:18 ---> 1cb2b2b8efd6 20:12:18 20:12:18 Step 13/27 : FROM alpine:3.17 20:12:18 ---> 9ed4aefc74f6 20:12:18 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:12:18 ---> Using cache 20:12:18 ---> fb18df010443 20:12:18 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:12:18 ---> Running in 94889eab8b8c 20:12:18 Removing intermediate container ee657706b6b2 20:12:18 ---> 9697ce211234 20:12:18 Step 5/33 : COPY go.mod vendor* ./ 20:12:18 Removing intermediate container cf7c12bde9a9 20:12:18 ---> c1fb6c74dd63 20:12:18 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:18 Removing intermediate container 0c7280401e24 20:12:18 ---> 1dc9f9f2aa26 20:12:18 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:18 ---> 9b0c89b07a1e 20:12:18 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:18 ---> Running in 97fe34ee7685 20:12:18 ---> 3f46ca59ff16 20:12:18 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:12:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:18 ---> e40f35c2b8f0 20:12:18 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:12:18 ---> 9b65291b47b5 20:12:18 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:12:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:19 ---> 6bfb1794f0d0 20:12:19 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:12:19 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:12:19 v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:12:19 OK: 17820 distinct packages available 20:12:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:12:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:12:19 (1/5) Installing dumb-init (1.2.5-r2) 20:12:19 (2/5) Installing musl-obstack (1.2.3-r0) 20:12:19 (3/5) Installing libucontext (1.2-r0) 20:12:19 (4/5) Installing gcompat (1.1.0-r0) 20:12:19 (5/5) Installing openssl (3.0.8-r4) 20:12:19 Executing busybox-1.35.0-r29.trigger 20:12:19 OK: 8 MiB in 20 packages 20:12:22 ---> 47d2189eb749 20:12:22 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:12:22 ---> dfe13d12837a 20:12:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:12:22 Removing intermediate container 94889eab8b8c 20:12:22 ---> 8717c147ef71 20:12:22 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:22 ---> 35c177b563ff 20:12:22 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:12:22 ---> ec0e6115ab81 20:12:22 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:12:22 ---> Running in b89a2fb90b73 20:12:22 Removing intermediate container b89a2fb90b73 20:12:22 ---> 390cb737372b 20:12:22 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:12:22 ---> 2ab2ddaea52e 20:12:22 ---> 15f61c7aa2c8 20:12:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:12:22 20:12:22 ---> ebf3fa8396f2 20:12:22 Step 22/27 : WORKDIR / 20:12:22 ---> Running in 792a52e921d9 20:12:22 ---> 4b477916e330 20:12:22 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:22 ---> 66935ba44cae 20:12:22 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:12:22 ---> Running in 1b6fc5f7adae 20:12:22 Removing intermediate container 792a52e921d9 20:12:22 ---> ce15d43b64b8 20:12:22 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:22 ---> Running in 05b689790916 20:12:22 Removing intermediate container 1b6fc5f7adae 20:12:22 ---> d22ad00281dc 20:12:22 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:22 ---> Running in a0db76a9db1b 20:12:22 Removing intermediate container 05b689790916 20:12:22 ---> 77d11b24953c 20:12:22 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:23 ---> Running in 1395fa959069 20:12:23 Removing intermediate container a0db76a9db1b 20:12:23 ---> e3c9d779ce49 20:12:23 Step 24/26 : LABEL arch=x86_64 20:12:23 ---> 42f38f0fb572 20:12:23 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:12:23 ---> Running in 909dc3c4eaf4 20:12:24 Removing intermediate container 1395fa959069 20:12:24 ---> 3e2ce1463937 20:12:24 Step 25/27 : LABEL arch=x86_64 20:12:24 Removing intermediate container 909dc3c4eaf4 20:12:24 ---> 5dda3798af83 20:12:24 Step 25/26 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:12:25 ---> bc4c0a01199f 20:12:25 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:12:25 ---> Running in ca92aa589842 20:12:25 ---> Running in 307bb302f0c3 20:12:25 Removing intermediate container ca92aa589842 20:12:25 ---> 3c7b2bab1dc4 20:12:25 Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:12:25 Removing intermediate container 307bb302f0c3 20:12:25 ---> 2f25d6f35cc4 20:12:25 Step 26/26 : LABEL version=3.0.0-dev.137 20:12:25 ---> 38d1dc78f592 20:12:25 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:12:25 ---> Running in 91b6d4651114 20:12:25 ---> Running in d7476eb981dd 20:12:26 Removing intermediate container 91b6d4651114 20:12:26 ---> 0f775ecb268b 20:12:26 20:12:26 Removing intermediate container d7476eb981dd 20:12:26 ---> 6777e297f695 20:12:26 Step 27/27 : LABEL version=3.0.0-dev.137 20:12:26 Successfully built 0f775ecb268b 20:12:26 Successfully tagged security-spire-server:latest 20:12:26  Building security-spire-server ... done Building security-proxy-setup 20:12:28 ---> 205b3a25f5c5 20:12:28 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:12:29 ---> Running in 4b74a8ed0e87 20:12:29 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:12:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:12:29 ---> a9f7101d3ee7 20:12:29 Step 3/22 : WORKDIR /edgex-go 20:12:29 ---> Using cache 20:12:29 ---> 237d4694ab89 20:12:29 Step 4/22 : RUN apk add --update --no-cache make git 20:12:29 ---> Using cache 20:12:29 ---> 9697ce211234 20:12:29 Step 5/22 : COPY go.mod vendor* ./ 20:12:29 ---> Using cache 20:12:29 ---> 9b0c89b07a1e 20:12:29 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:29 ---> 002d3d920c69 20:12:29 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:29 ---> Running in f4d72cada1d9 20:12:29 Removing intermediate container 4b74a8ed0e87 20:12:29 ---> 148e361ff857 20:12:29 20:12:30 ---> Running in 90d357731c6f 20:12:30 Successfully built 148e361ff857 20:12:30 Successfully tagged security-spire-config:latest 20:12:30  Building security-spire-config ... done Removing intermediate container 90d357731c6f 20:12:30 ---> fb1355d3a006 20:12:30 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:30 ---> Running in 0a3961f709b2 20:12:30 Removing intermediate container 0a3961f709b2 20:12:30 ---> 972f96547283 20:12:30 Step 25/27 : LABEL arch=x86_64 20:12:30 ---> Running in 242a96c46996 20:12:30 Removing intermediate container 242a96c46996 20:12:30 ---> ea07678f9a59 20:12:30 Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:12:30 ---> Running in d6d76ab0618e 20:12:31 Removing intermediate container d6d76ab0618e 20:12:31 ---> bead4e58276c 20:12:31 Step 27/27 : LABEL version=3.0.0-dev.137 20:12:31 ---> Running in b67c9e24b2ae 20:12:32 Removing intermediate container b67c9e24b2ae 20:12:32 ---> 5e4c29712c2f 20:12:32 20:12:32 Successfully built 5e4c29712c2f 20:12:32 Successfully tagged security-spire-agent:latest 20:12:39  Building security-spire-agent ... done Removing intermediate container e492ddc72df6 20:12:39 ---> 3b0ad601d8d5 20:12:39 Step 8/23 : COPY . . 20:12:41 Removing intermediate container e344240a51d5 20:12:41 ---> 9ac12d1c6532 20:12:41 Step 7/22 : COPY . . 20:12:41 Removing intermediate container ef443e57f6cb 20:12:41 ---> 3f649c2df58b 20:12:41 Step 8/23 : COPY . . 20:12:41 Removing intermediate container 572b024fe0e9 20:12:41 ---> dc862af6d028 20:12:41 Step 8/23 : COPY . . 20:12:41 Removing intermediate container 4ddaa7148906 20:12:41 ---> c0035abe7072 20:12:41 Step 8/23 : COPY . . 20:12:41 Removing intermediate container e9b24c94f0ff 20:12:41 ---> 9fbef5b52dc8 20:12:41 Step 7/20 : COPY . . 20:12:41 ---> cca2c32aa517 20:12:41 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:12:41 ---> Running in ae5db4402043 20:12:41 ---> cced033c2b9a 20:12:41 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:12:41 ---> Running in f62e05c518e1 20:12:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:12:41 ---> 97306fbc6a12 20:12:41 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:12:41 ---> Running in 2aad59210577 20:12:41 ---> 8ba38ebac228 20:12:41 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:12:41 ---> Running in 19397a44a8dc 20:12:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:12:41 ---> 2c9169a588d4 20:12:41 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:12:41 ---> Running in 512d7f35d498 20:12:41 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:12:41 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:12:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:12:49 ---> 2401308e5552 20:12:49 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:12:49 ---> Running in ae650cebccae 20:12:49 Removing intermediate container 97fe34ee7685 20:12:49 ---> 8ab152fe7039 20:12:49 Step 7/33 : COPY . . 20:12:49 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:13:04 ---> d541481e522f 20:13:04 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:13:04 ---> Running in f59ec6a76268 20:13:04 Removing intermediate container f4d72cada1d9 20:13:04 ---> cb3f7301b82c 20:13:04 Step 7/22 : COPY . . 20:13:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:13:14 ---> fdd529cc0212 20:13:14 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:13:14 ---> Running in c39429d8014b 20:13:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:13:19 Removing intermediate container ae650cebccae 20:13:19 ---> 0d1c253c2650 20:13:19 20:13:19 Step 10/23 : FROM alpine:3.17 20:13:19 ---> 9ed4aefc74f6 20:13:19 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:13:19 ---> Running in 014a76a1baca 20:13:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:13:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:13:20 (1/2) Installing ca-certificates (20220614-r4) 20:13:20 (2/2) Installing dumb-init (1.2.5-r2) 20:13:20 Executing busybox-1.35.0-r29.trigger 20:13:20 Executing ca-certificates-20220614-r4.trigger 20:13:20 OK: 8 MiB in 17 packages 20:13:22 Removing intermediate container 014a76a1baca 20:13:22 ---> 31760276db64 20:13:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:13:22 ---> Running in 43c959da4915 20:13:23 Removing intermediate container 43c959da4915 20:13:23 ---> edc158cc14f0 20:13:23 Step 13/23 : ENV APP_PORT=59860 20:13:24 ---> Running in fcd6d48d55e6 20:13:24 Removing intermediate container f59ec6a76268 20:13:24 ---> 18d33e7e301b 20:13:24 20:13:24 Step 9/33 : FROM alpine:3.17 20:13:24 ---> 9ed4aefc74f6 20:13:24 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:13:24 ---> Using cache 20:13:24 ---> ce7ea1e80fb6 20:13:24 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:13:24 ---> Running in 3e139ec1a800 20:13:24 Removing intermediate container fcd6d48d55e6 20:13:24 ---> fca23cb18475 20:13:24 Step 14/23 : EXPOSE $APP_PORT 20:13:24 ---> Running in a78058884d11 20:13:24 Removing intermediate container a78058884d11 20:13:24 ---> eb4a4508705a 20:13:24 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:13:24 ---> dcd2f48bd36c 20:13:24 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:13:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:13:24 ---> 3b7b5093a500 20:13:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:13:24 (1/2) Installing dumb-init (1.2.5-r2) 20:13:24 (2/2) Installing su-exec (0.2-r2) 20:13:24 Executing busybox-1.35.0-r29.trigger 20:13:24 OK: 7 MiB in 17 packages 20:13:25 ---> 901655605116 20:13:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:13:25 Removing intermediate container 3e139ec1a800 20:13:25 ---> 30bd0be51446 20:13:25 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:13:25 ---> Running in 0460d724f7cd 20:13:25 Removing intermediate container 0460d724f7cd 20:13:25 ---> e22f9ef90514 20:13:25 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:13:25 ---> 9026da7e66bf 20:13:25 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:13:25 ---> Running in 90797675eb32 20:13:26 ---> Running in 4e3427e4ca88 20:13:26 Removing intermediate container 90797675eb32 20:13:26 ---> 929e7a05eef3 20:13:26 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:13:26 ---> Running in eddf46863bd2 20:13:26 Removing intermediate container 4e3427e4ca88 20:13:26 ---> 7c26e3f5d956 20:13:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:13:26 ---> Running in 703c1d379d0c 20:13:26 Removing intermediate container eddf46863bd2 20:13:26 ---> 7150f57fc721 20:13:26 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:13:26 ---> Running in 0a20335e78a8 20:13:26 Removing intermediate container 703c1d379d0c 20:13:26 ---> eef9b68fc24e 20:13:26 Step 21/23 : LABEL arch=x86_64 20:13:26 ---> Running in 0d677507459e 20:13:26 Removing intermediate container 0a20335e78a8 20:13:26 ---> 4c85cbe22f7f 20:13:26 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:13:26 ---> Running in 05ddadb78820 20:13:26 Removing intermediate container 0d677507459e 20:13:26 ---> aa4c45acf494 20:13:26 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:26 ---> Running in 61f1f0cdeb5f 20:13:26 Removing intermediate container 61f1f0cdeb5f 20:13:26 ---> 9966ec238c58 20:13:26 Step 23/23 : LABEL version=3.0.0-dev.137 20:13:26 ---> Running in 789ca9a6551e 20:13:26 Removing intermediate container 789ca9a6551e 20:13:26 ---> 208af9ea684c 20:13:26 20:13:26 Successfully built 208af9ea684c 20:13:26 Successfully tagged support-notifications:latest 20:13:27  Building support-notifications ... done Removing intermediate container 05ddadb78820 20:13:27 ---> d70261de4536 20:13:27 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:13:27 ---> Running in 4002a3f8de89 20:13:27 Removing intermediate container 4002a3f8de89 20:13:27 ---> 0613a8cb8a7f 20:13:27 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:13:27 ---> 72d70a2322d9 20:13:27 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:13:27 ---> Running in fb7f07181b72 20:13:28 Removing intermediate container fb7f07181b72 20:13:28 ---> b3e62d29c9b0 20:13:28 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:29 ---> 1f1c32569b41 20:13:29 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:13:29 ---> 800cc4dc0c32 20:13:29 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:13:30 ---> ba3a7a026847 20:13:30 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:13:30 ---> 16eccf065d8a 20:13:30 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:13:30 ---> ff96e15a567c 20:13:30 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:13:30 ---> 6c904739f784 20:13:30 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:13:31 ---> de74be2e4225 20:13:31 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:13:31 ---> eab0a8ccfdcc 20:13:31 Step 28/33 : RUN chmod +x /entrypoint.sh 20:13:31 ---> Running in 62e98211fe90 20:13:31 Removing intermediate container c39429d8014b 20:13:31 ---> 4171d1d320d6 20:13:31 20:13:31 Step 9/22 : FROM alpine:3.17 20:13:31 ---> 9ed4aefc74f6 20:13:31 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:13:31 ---> Running in 5787c0f4faec 20:13:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:13:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:13:32 Removing intermediate container 62e98211fe90 20:13:32 ---> 7a2dec6bfe39 20:13:32 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:13:32 ---> Running in f477de556970 20:13:32 Removing intermediate container f477de556970 20:13:32 ---> 8db142697f5f 20:13:32 Step 30/33 : CMD ["gate"] 20:13:32 ---> Running in 842bb1cce9f4 20:13:32 Removing intermediate container 842bb1cce9f4 20:13:32 ---> 9475af5a7ffb 20:13:32 Step 31/33 : LABEL arch=x86_64 20:13:32 (1/2) Installing dumb-init (1.2.5-r2) 20:13:32 ---> Running in d8d43b50da29 20:13:32 (2/2) Installing openssl (3.0.8-r4) 20:13:32 Executing busybox-1.35.0-r29.trigger 20:13:32 OK: 8 MiB in 17 packages 20:13:32 Removing intermediate container d8d43b50da29 20:13:32 ---> 4d5d3cca63ee 20:13:32 Step 32/33 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:32 ---> Running in 65a5a941769f 20:13:32 Removing intermediate container 65a5a941769f 20:13:32 ---> 532152589625 20:13:32 Step 33/33 : LABEL version=3.0.0-dev.137 20:13:32 ---> Running in 7d093c34a336 20:13:32 Removing intermediate container 5787c0f4faec 20:13:32 ---> d92aacc51518 20:13:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:13:32 Removing intermediate container 7d093c34a336 20:13:32 ---> b379b5347e7e 20:13:32 20:13:32 ---> Running in 157afde006b7 20:13:32 Successfully built b379b5347e7e 20:13:32 Successfully tagged security-bootstrapper:latest 20:13:32  Building security-bootstrapper ... done Removing intermediate container 157afde006b7 20:13:32 ---> 9a9f80ba37d3 20:13:32 Step 12/22 : WORKDIR /edgex 20:13:32 ---> Running in c0cd1379c2db 20:13:32 Removing intermediate container c0cd1379c2db 20:13:32 ---> af41e0809cf1 20:13:32 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:33 ---> 567c50da50e2 20:13:33 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:13:33 ---> 59e2423ef1dd 20:13:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:13:33 ---> f313ae45fb0d 20:13:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:13:33 ---> 4a86b7ba1c92 20:13:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:13:33 ---> 7241afca5063 20:13:33 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:13:33 ---> Running in 5f0edf89d165 20:13:34 Removing intermediate container 5f0edf89d165 20:13:34 ---> 90cc87de3b7d 20:13:34 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:13:34 ---> Running in 01bc0b89f699 20:13:34 Removing intermediate container 01bc0b89f699 20:13:34 ---> 317ea69e7f66 20:13:34 Step 20/22 : LABEL arch=x86_64 20:13:34 ---> Running in 0ad0fe75d259 20:13:34 Removing intermediate container 0ad0fe75d259 20:13:34 ---> c81a5c65aa7c 20:13:34 Step 21/22 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:34 ---> Running in 2fc19f04f219 20:13:34 Removing intermediate container 2fc19f04f219 20:13:34 ---> 8c7b8bf8b5b0 20:13:34 Step 22/22 : LABEL version=3.0.0-dev.137 20:13:34 ---> Running in 3314ff099965 20:13:34 Removing intermediate container 3314ff099965 20:13:34 ---> 7076b535f5fc 20:13:34 20:13:34 Successfully built 7076b535f5fc 20:13:34 Successfully tagged security-proxy-setup:latest 20:13:34  Building security-proxy-setup ... done  [Pipeline] } 20:13:34 $ docker stop --time=1 33c232b9909a5f8d9701b29ffca1ee97eeda3d4e5f5e1dcb470010d3616899dc 20:13:36 $ docker rm -f --volumes 33c232b9909a5f8d9701b29ffca1ee97eeda3d4e5f5e1dcb470010d3616899dc [Pipeline] // withDockerContainer [Pipeline] sh 20:13:36 + docker images 20:13:36 REPOSITORY TAG IMAGE ID CREATED SIZE 20:13:36 security-proxy-setup latest 7076b535f5fc 2 seconds ago 18.7MB 20:13:36 security-bootstrapper latest b379b5347e7e 4 seconds ago 22.2MB 20:13:36 4171d1d320d6 5 seconds ago 1.67GB 20:13:36 support-notifications latest 208af9ea684c 10 seconds ago 32.7MB 20:13:36 18d33e7e301b 12 seconds ago 1.67GB 20:13:36 0d1c253c2650 21 seconds ago 1.75GB 20:13:36 security-spire-agent latest 5e4c29712c2f About a minute ago 129MB 20:13:36 security-spire-config latest 148e361ff857 About a minute ago 88.9MB 20:13:36 security-spire-server latest 0f775ecb268b About a minute ago 89.8MB 20:13:36 core-common-config-bootstrapper latest 3333f30186cb About a minute ago 17.2MB 20:13:36 459cc26d6c5f About a minute ago 1.55GB 20:13:36 1cb2b2b8efd6 About a minute ago 1.55GB 20:13:36 core-command latest d7d1297983f4 About a minute ago 19.8MB 20:13:36 support-scheduler latest b6df01ffdc82 About a minute ago 32.1MB 20:13:36 cb2c4bc960ab About a minute ago 1.68GB 20:13:36 6e37bf01dea9 About a minute ago 1.69GB 20:13:36 62dbec45dab3 2 minutes ago 1.75GB 20:13:36 security-secretstore-setup latest c9de83e6b05f 2 minutes ago 32.8MB 20:13:36 security-proxy-auth latest 6249ac2a33b9 2 minutes ago 18.3MB 20:13:36 core-metadata latest eee97cc77ae9 2 minutes ago 20.4MB 20:13:36 core-data latest f33a4563783d 2 minutes ago 20MB 20:13:36 security-spiffe-token-provider latest df0dbe224e1f 2 minutes ago 32.8MB 20:13:36 78a69dc05885 2 minutes ago 1.73GB 20:13:36 ae142f13adc9 2 minutes ago 1.69GB 20:13:36 31cbfc22b9e1 2 minutes ago 1.67GB 20:13:36 31ee3f307ade 2 minutes ago 1.68GB 20:13:36 88620d336863 2 minutes ago 1.69GB 20:13:36 ci-base-image-x86_64 latest a9f7101d3ee7 6 minutes ago 881MB 20:13:36 alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB 20:13:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 6 weeks ago 664MB 20:13:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:13:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:13:36 provisioning config files... 20:13:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/499@tmp/config16809960524815031381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:13:37 ---> docker-login.sh 20:13:37 nexus3.edgexfoundry.org:10001 20:13:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:37 Configure a credential helper to remove this warning. See 20:13:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:37 20:13:37 Login Succeeded 20:13:37 nexus3.edgexfoundry.org:10002 20:13:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:37 Configure a credential helper to remove this warning. See 20:13:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:37 20:13:37 Login Succeeded 20:13:37 nexus3.edgexfoundry.org:10003 20:13:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:37 Configure a credential helper to remove this warning. See 20:13:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:37 20:13:37 Login Succeeded 20:13:37 nexus3.edgexfoundry.org:10004 20:13:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:37 Configure a credential helper to remove this warning. See 20:13:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:37 20:13:37 Login Succeeded 20:13:37 docker.io 20:13:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:37 Configure a credential helper to remove this warning. See 20:13:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:37 20:13:37 Login Succeeded 20:13:37 ---> docker-login.sh ends [Pipeline] } 20:13:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:13:37 [edgeXDocker.push] Tagging docker image core-command with the following tags: 20:13:37 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:37 latest 20:13:37 3.0.0-dev.137 20:13:37 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:37 main 20:13:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:38 + docker push nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:13:38 61151fc674a1: Preparing 20:13:38 0dfb1d31b9c1: Preparing 20:13:38 cd247a38400f: Preparing 20:13:38 68914f28274e: Preparing 20:13:38 acd46278f723: Preparing 20:13:38 f1417ff83b31: Preparing 20:13:38 f1417ff83b31: Waiting 20:13:38 68914f28274e: Pushed 20:13:38 61151fc674a1: Pushed 20:13:38 f1417ff83b31: Layer already exists 20:13:38 acd46278f723: Pushed 20:13:38 cd247a38400f: Pushed 20:13:39 0dfb1d31b9c1: Pushed 20:13:39 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:40 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 20:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:13:40 61151fc674a1: Preparing 20:13:40 0dfb1d31b9c1: Preparing 20:13:40 cd247a38400f: Preparing 20:13:40 68914f28274e: Preparing 20:13:40 acd46278f723: Preparing 20:13:40 f1417ff83b31: Preparing 20:13:40 f1417ff83b31: Waiting 20:13:40 68914f28274e: Layer already exists 20:13:40 acd46278f723: Layer already exists 20:13:40 61151fc674a1: Layer already exists 20:13:40 0dfb1d31b9c1: Layer already exists 20:13:40 cd247a38400f: Layer already exists 20:13:40 f1417ff83b31: Layer already exists 20:13:40 latest: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:41 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.137 20:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:13:41 61151fc674a1: Preparing 20:13:41 0dfb1d31b9c1: Preparing 20:13:41 cd247a38400f: Preparing 20:13:41 68914f28274e: Preparing 20:13:41 acd46278f723: Preparing 20:13:41 f1417ff83b31: Preparing 20:13:41 f1417ff83b31: Waiting 20:13:41 0dfb1d31b9c1: Layer already exists 20:13:41 61151fc674a1: Layer already exists 20:13:41 acd46278f723: Layer already exists 20:13:41 68914f28274e: Layer already exists 20:13:41 cd247a38400f: Layer already exists 20:13:41 f1417ff83b31: Layer already exists 20:13:41 3.0.0-dev.137: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:41 + docker push nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:13:41 61151fc674a1: Preparing 20:13:41 0dfb1d31b9c1: Preparing 20:13:41 cd247a38400f: Preparing 20:13:41 68914f28274e: Preparing 20:13:41 acd46278f723: Preparing 20:13:41 f1417ff83b31: Preparing 20:13:41 f1417ff83b31: Waiting 20:13:41 61151fc674a1: Layer already exists 20:13:41 acd46278f723: Layer already exists 20:13:41 0dfb1d31b9c1: Layer already exists 20:13:41 68914f28274e: Layer already exists 20:13:41 cd247a38400f: Layer already exists 20:13:41 f1417ff83b31: Layer already exists 20:13:41 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:42 + docker push nexus3.edgexfoundry.org:10004/core-command:main 20:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:13:42 61151fc674a1: Preparing 20:13:42 0dfb1d31b9c1: Preparing 20:13:42 cd247a38400f: Preparing 20:13:42 68914f28274e: Preparing 20:13:42 acd46278f723: Preparing 20:13:42 f1417ff83b31: Preparing 20:13:42 f1417ff83b31: Waiting 20:13:42 61151fc674a1: Layer already exists 20:13:42 cd247a38400f: Layer already exists 20:13:42 acd46278f723: Layer already exists 20:13:42 68914f28274e: Layer already exists 20:13:42 0dfb1d31b9c1: Layer already exists 20:13:42 f1417ff83b31: Layer already exists 20:13:42 main: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:42 ===================================================== [Pipeline] echo 20:13:42 taggedImages: 20:13:42 - nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:42 - nexus3.edgexfoundry.org:10004/core-command:latest 20:13:42 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.137 20:13:42 - nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:42 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 20:13:42 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 20:13:42 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:42 latest 20:13:42 3.0.0-dev.137 20:13:42 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:42 main 20:13:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:42 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 20:13:42 4b93c1c92547: Preparing 20:13:42 c9912782f95b: Preparing 20:13:42 be452042e5ae: Preparing 20:13:42 68cb999a8b82: Preparing 20:13:42 cd247a38400f: Preparing 20:13:42 68914f28274e: Preparing 20:13:42 acd46278f723: Preparing 20:13:42 f1417ff83b31: Preparing 20:13:42 68914f28274e: Waiting 20:13:42 f1417ff83b31: Waiting 20:13:42 acd46278f723: Waiting 20:13:42 cd247a38400f: Layer already exists 20:13:42 68914f28274e: Layer already exists 20:13:42 acd46278f723: Layer already exists 20:13:42 c9912782f95b: Pushed 20:13:42 f1417ff83b31: Layer already exists 20:13:42 be452042e5ae: Pushed 20:13:42 4b93c1c92547: Pushed 20:13:44 68cb999a8b82: Pushed 20:13:44 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:44 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 20:13:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 20:13:44 4b93c1c92547: Preparing 20:13:44 c9912782f95b: Preparing 20:13:44 be452042e5ae: Preparing 20:13:44 68cb999a8b82: Preparing 20:13:44 cd247a38400f: Preparing 20:13:44 68914f28274e: Preparing 20:13:44 acd46278f723: Preparing 20:13:44 f1417ff83b31: Preparing 20:13:44 68914f28274e: Waiting 20:13:44 acd46278f723: Waiting 20:13:44 f1417ff83b31: Waiting 20:13:44 c9912782f95b: Layer already exists 20:13:44 cd247a38400f: Layer already exists 20:13:44 be452042e5ae: Layer already exists 20:13:44 68cb999a8b82: Layer already exists 20:13:44 4b93c1c92547: Layer already exists 20:13:44 68914f28274e: Layer already exists 20:13:44 acd46278f723: Layer already exists 20:13:44 f1417ff83b31: Layer already exists 20:13:44 latest: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.137 20:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 20:13:45 4b93c1c92547: Preparing 20:13:45 c9912782f95b: Preparing 20:13:45 be452042e5ae: Preparing 20:13:45 68cb999a8b82: Preparing 20:13:45 cd247a38400f: Preparing 20:13:45 68914f28274e: Preparing 20:13:45 acd46278f723: Preparing 20:13:45 f1417ff83b31: Preparing 20:13:45 acd46278f723: Waiting 20:13:45 f1417ff83b31: Waiting 20:13:45 68cb999a8b82: Layer already exists 20:13:45 cd247a38400f: Layer already exists 20:13:45 c9912782f95b: Layer already exists 20:13:45 4b93c1c92547: Layer already exists 20:13:45 be452042e5ae: Layer already exists 20:13:45 68914f28274e: Layer already exists 20:13:45 f1417ff83b31: Layer already exists 20:13:45 acd46278f723: Layer already exists 20:13:45 3.0.0-dev.137: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 20:13:46 4b93c1c92547: Preparing 20:13:46 c9912782f95b: Preparing 20:13:46 be452042e5ae: Preparing 20:13:46 68cb999a8b82: Preparing 20:13:46 cd247a38400f: Preparing 20:13:46 68914f28274e: Preparing 20:13:46 acd46278f723: Preparing 20:13:46 f1417ff83b31: Preparing 20:13:46 68914f28274e: Waiting 20:13:46 acd46278f723: Waiting 20:13:46 f1417ff83b31: Waiting 20:13:46 cd247a38400f: Layer already exists 20:13:46 4b93c1c92547: Layer already exists 20:13:46 c9912782f95b: Layer already exists 20:13:46 be452042e5ae: Layer already exists 20:13:46 68cb999a8b82: Layer already exists 20:13:46 68914f28274e: Layer already exists 20:13:46 acd46278f723: Layer already exists 20:13:46 f1417ff83b31: Layer already exists 20:13:46 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:46 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 20:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 20:13:46 4b93c1c92547: Preparing 20:13:46 c9912782f95b: Preparing 20:13:46 be452042e5ae: Preparing 20:13:46 68cb999a8b82: Preparing 20:13:46 cd247a38400f: Preparing 20:13:46 68914f28274e: Preparing 20:13:46 acd46278f723: Preparing 20:13:46 f1417ff83b31: Preparing 20:13:46 acd46278f723: Waiting 20:13:46 68914f28274e: Waiting 20:13:46 f1417ff83b31: Waiting 20:13:46 c9912782f95b: Layer already exists 20:13:46 cd247a38400f: Layer already exists 20:13:46 68cb999a8b82: Layer already exists 20:13:46 4b93c1c92547: Layer already exists 20:13:46 be452042e5ae: Layer already exists 20:13:46 acd46278f723: Layer already exists 20:13:46 68914f28274e: Layer already exists 20:13:46 f1417ff83b31: Layer already exists 20:13:46 main: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:46 ===================================================== [Pipeline] echo 20:13:46 taggedImages: 20:13:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 20:13:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.137 20:13:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 20:13:46 [edgeXDocker.push] Tagging docker image core-data with the following tags: 20:13:46 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:46 latest 20:13:46 3.0.0-dev.137 20:13:46 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:46 main 20:13:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:47 + docker push nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:13:47 33e0ac8375d5: Preparing 20:13:47 d8c26319625a: Preparing 20:13:47 cd247a38400f: Preparing 20:13:47 68914f28274e: Preparing 20:13:47 acd46278f723: Preparing 20:13:47 f1417ff83b31: Preparing 20:13:47 f1417ff83b31: Waiting 20:13:47 cd247a38400f: Layer already exists 20:13:47 acd46278f723: Layer already exists 20:13:47 68914f28274e: Layer already exists 20:13:47 f1417ff83b31: Layer already exists 20:13:47 33e0ac8375d5: Pushed 20:13:48 d8c26319625a: Pushed 20:13:49 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:49 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 20:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:13:49 33e0ac8375d5: Preparing 20:13:49 d8c26319625a: Preparing 20:13:49 cd247a38400f: Preparing 20:13:49 68914f28274e: Preparing 20:13:49 acd46278f723: Preparing 20:13:49 f1417ff83b31: Preparing 20:13:49 f1417ff83b31: Waiting 20:13:49 acd46278f723: Layer already exists 20:13:49 d8c26319625a: Layer already exists 20:13:49 33e0ac8375d5: Layer already exists 20:13:49 cd247a38400f: Layer already exists 20:13:49 68914f28274e: Layer already exists 20:13:49 f1417ff83b31: Layer already exists 20:13:49 latest: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:50 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.137 20:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:13:50 33e0ac8375d5: Preparing 20:13:50 d8c26319625a: Preparing 20:13:50 cd247a38400f: Preparing 20:13:50 68914f28274e: Preparing 20:13:50 acd46278f723: Preparing 20:13:50 f1417ff83b31: Preparing 20:13:50 f1417ff83b31: Waiting 20:13:50 acd46278f723: Layer already exists 20:13:50 68914f28274e: Layer already exists 20:13:50 cd247a38400f: Layer already exists 20:13:50 d8c26319625a: Layer already exists 20:13:50 33e0ac8375d5: Layer already exists 20:13:50 f1417ff83b31: Layer already exists 20:13:50 3.0.0-dev.137: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:50 + docker push nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:13:50 33e0ac8375d5: Preparing 20:13:50 d8c26319625a: Preparing 20:13:50 cd247a38400f: Preparing 20:13:50 68914f28274e: Preparing 20:13:50 acd46278f723: Preparing 20:13:50 f1417ff83b31: Preparing 20:13:50 f1417ff83b31: Waiting 20:13:50 cd247a38400f: Layer already exists 20:13:50 68914f28274e: Layer already exists 20:13:50 acd46278f723: Layer already exists 20:13:50 d8c26319625a: Layer already exists 20:13:50 33e0ac8375d5: Layer already exists 20:13:50 f1417ff83b31: Layer already exists 20:13:50 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:51 + docker push nexus3.edgexfoundry.org:10004/core-data:main 20:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:13:51 33e0ac8375d5: Preparing 20:13:51 d8c26319625a: Preparing 20:13:51 cd247a38400f: Preparing 20:13:51 68914f28274e: Preparing 20:13:51 acd46278f723: Preparing 20:13:51 f1417ff83b31: Preparing 20:13:51 f1417ff83b31: Waiting 20:13:51 acd46278f723: Layer already exists 20:13:51 d8c26319625a: Layer already exists 20:13:51 33e0ac8375d5: Layer already exists 20:13:51 68914f28274e: Layer already exists 20:13:51 cd247a38400f: Layer already exists 20:13:51 f1417ff83b31: Layer already exists 20:13:51 main: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:51 ===================================================== [Pipeline] echo 20:13:51 taggedImages: 20:13:51 - nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:51 - nexus3.edgexfoundry.org:10004/core-data:latest 20:13:51 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.137 20:13:51 - nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:51 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 20:13:51 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 20:13:51 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:51 latest 20:13:51 3.0.0-dev.137 20:13:51 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:51 main 20:13:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:51 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:13:52 7ef32eb7e701: Preparing 20:13:52 bd197193f6cd: Preparing 20:13:52 0a1c9ef79768: Preparing 20:13:52 cd247a38400f: Preparing 20:13:52 68914f28274e: Preparing 20:13:52 acd46278f723: Preparing 20:13:52 f1417ff83b31: Preparing 20:13:52 acd46278f723: Waiting 20:13:52 f1417ff83b31: Waiting 20:13:52 cd247a38400f: Layer already exists 20:13:52 68914f28274e: Layer already exists 20:13:52 acd46278f723: Layer already exists 20:13:52 f1417ff83b31: Layer already exists 20:13:52 7ef32eb7e701: Pushed 20:13:52 bd197193f6cd: Pushed 20:13:53 0a1c9ef79768: Pushed 20:13:53 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 20:13:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:13:54 7ef32eb7e701: Preparing 20:13:54 bd197193f6cd: Preparing 20:13:54 0a1c9ef79768: Preparing 20:13:54 cd247a38400f: Preparing 20:13:54 68914f28274e: Preparing 20:13:54 acd46278f723: Preparing 20:13:54 f1417ff83b31: Preparing 20:13:54 acd46278f723: Waiting 20:13:54 f1417ff83b31: Waiting 20:13:54 68914f28274e: Layer already exists 20:13:54 bd197193f6cd: Layer already exists 20:13:54 7ef32eb7e701: Layer already exists 20:13:54 cd247a38400f: Layer already exists 20:13:54 0a1c9ef79768: Layer already exists 20:13:54 acd46278f723: Layer already exists 20:13:54 f1417ff83b31: Layer already exists 20:13:54 latest: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.137 20:13:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:13:54 7ef32eb7e701: Preparing 20:13:54 bd197193f6cd: Preparing 20:13:54 0a1c9ef79768: Preparing 20:13:54 cd247a38400f: Preparing 20:13:54 68914f28274e: Preparing 20:13:54 acd46278f723: Preparing 20:13:54 f1417ff83b31: Preparing 20:13:54 acd46278f723: Waiting 20:13:54 f1417ff83b31: Waiting 20:13:54 cd247a38400f: Layer already exists 20:13:54 7ef32eb7e701: Layer already exists 20:13:54 0a1c9ef79768: Layer already exists 20:13:54 68914f28274e: Layer already exists 20:13:54 bd197193f6cd: Layer already exists 20:13:54 f1417ff83b31: Layer already exists 20:13:54 acd46278f723: Layer already exists 20:13:54 3.0.0-dev.137: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:13:55 7ef32eb7e701: Preparing 20:13:55 bd197193f6cd: Preparing 20:13:55 0a1c9ef79768: Preparing 20:13:55 cd247a38400f: Preparing 20:13:55 68914f28274e: Preparing 20:13:55 acd46278f723: Preparing 20:13:55 f1417ff83b31: Preparing 20:13:55 acd46278f723: Waiting 20:13:55 f1417ff83b31: Waiting 20:13:55 0a1c9ef79768: Layer already exists 20:13:55 bd197193f6cd: Layer already exists 20:13:55 7ef32eb7e701: Layer already exists 20:13:55 68914f28274e: Layer already exists 20:13:55 cd247a38400f: Layer already exists 20:13:55 acd46278f723: Layer already exists 20:13:55 f1417ff83b31: Layer already exists 20:13:55 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 20:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:13:55 7ef32eb7e701: Preparing 20:13:55 bd197193f6cd: Preparing 20:13:55 0a1c9ef79768: Preparing 20:13:55 cd247a38400f: Preparing 20:13:55 68914f28274e: Preparing 20:13:55 acd46278f723: Preparing 20:13:55 f1417ff83b31: Preparing 20:13:55 acd46278f723: Waiting 20:13:55 f1417ff83b31: Waiting 20:13:55 bd197193f6cd: Layer already exists 20:13:55 cd247a38400f: Layer already exists 20:13:55 68914f28274e: Layer already exists 20:13:55 7ef32eb7e701: Layer already exists 20:13:55 0a1c9ef79768: Layer already exists 20:13:55 acd46278f723: Layer already exists 20:13:55 f1417ff83b31: Layer already exists 20:13:55 main: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:13:55 ===================================================== [Pipeline] echo 20:13:55 taggedImages: 20:13:55 - nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:55 - nexus3.edgexfoundry.org:10004/core-metadata:latest 20:13:55 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.137 20:13:55 - nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:55 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 20:13:55 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 20:13:55 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:55 latest 20:13:55 3.0.0-dev.137 20:13:55 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:13:55 main 20:13:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:13:56 e78559ba2c0a: Preparing 20:13:56 e78559ba2c0a: Preparing 20:13:56 38bc2d7e1055: Preparing 20:13:56 b6ab7da57129: Preparing 20:13:56 39a341632f89: Preparing 20:13:56 d11caa10be17: Preparing 20:13:56 7d657d5e97f9: Preparing 20:13:56 cd247a38400f: Preparing 20:13:56 68914f28274e: Preparing 20:13:56 4fb8bb615436: Preparing 20:13:56 ea48d8c81aac: Preparing 20:13:56 ba7b7085bf93: Preparing 20:13:56 db0e99dc5c3b: Preparing 20:13:56 f1417ff83b31: Preparing 20:13:56 68914f28274e: Waiting 20:13:56 ea48d8c81aac: Waiting 20:13:56 db0e99dc5c3b: Waiting 20:13:56 f1417ff83b31: Waiting 20:13:56 4fb8bb615436: Waiting 20:13:56 7d657d5e97f9: Waiting 20:13:56 cd247a38400f: Waiting 20:13:56 d11caa10be17: Pushed 20:13:56 e78559ba2c0a: Pushed 20:13:56 38bc2d7e1055: Pushed 20:13:56 b6ab7da57129: Pushed 20:13:56 39a341632f89: Pushed 20:13:56 cd247a38400f: Layer already exists 20:13:56 68914f28274e: Layer already exists 20:13:56 4fb8bb615436: Pushed 20:13:56 f1417ff83b31: Layer already exists 20:13:56 ea48d8c81aac: Pushed 20:13:56 ba7b7085bf93: Pushed 20:13:56 db0e99dc5c3b: Pushed 20:13:58 7d657d5e97f9: Pushed 20:13:58 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 20:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:13:59 e78559ba2c0a: Preparing 20:13:59 e78559ba2c0a: Preparing 20:13:59 38bc2d7e1055: Preparing 20:13:59 b6ab7da57129: Preparing 20:13:59 39a341632f89: Preparing 20:13:59 d11caa10be17: Preparing 20:13:59 7d657d5e97f9: Preparing 20:13:59 cd247a38400f: Preparing 20:13:59 68914f28274e: Preparing 20:13:59 4fb8bb615436: Preparing 20:13:59 ea48d8c81aac: Preparing 20:13:59 ba7b7085bf93: Preparing 20:13:59 db0e99dc5c3b: Preparing 20:13:59 f1417ff83b31: Preparing 20:13:59 ea48d8c81aac: Waiting 20:13:59 ba7b7085bf93: Waiting 20:13:59 f1417ff83b31: Waiting 20:13:59 7d657d5e97f9: Waiting 20:13:59 db0e99dc5c3b: Waiting 20:13:59 cd247a38400f: Waiting 20:13:59 68914f28274e: Waiting 20:13:59 4fb8bb615436: Waiting 20:13:59 39a341632f89: Layer already exists 20:13:59 38bc2d7e1055: Layer already exists 20:13:59 d11caa10be17: Layer already exists 20:13:59 b6ab7da57129: Layer already exists 20:13:59 e78559ba2c0a: Layer already exists 20:13:59 cd247a38400f: Layer already exists 20:13:59 7d657d5e97f9: Layer already exists 20:13:59 68914f28274e: Layer already exists 20:13:59 4fb8bb615436: Layer already exists 20:13:59 ea48d8c81aac: Layer already exists 20:13:59 db0e99dc5c3b: Layer already exists 20:13:59 ba7b7085bf93: Layer already exists 20:13:59 f1417ff83b31: Layer already exists 20:13:59 latest: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.137 20:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:13:59 e78559ba2c0a: Preparing 20:13:59 e78559ba2c0a: Preparing 20:13:59 38bc2d7e1055: Preparing 20:13:59 b6ab7da57129: Preparing 20:13:59 39a341632f89: Preparing 20:13:59 d11caa10be17: Preparing 20:13:59 7d657d5e97f9: Preparing 20:13:59 cd247a38400f: Preparing 20:13:59 68914f28274e: Preparing 20:13:59 4fb8bb615436: Preparing 20:13:59 ea48d8c81aac: Preparing 20:13:59 ba7b7085bf93: Preparing 20:13:59 db0e99dc5c3b: Preparing 20:13:59 f1417ff83b31: Preparing 20:13:59 ea48d8c81aac: Waiting 20:13:59 4fb8bb615436: Waiting 20:13:59 ba7b7085bf93: Waiting 20:13:59 cd247a38400f: Waiting 20:13:59 68914f28274e: Waiting 20:13:59 f1417ff83b31: Waiting 20:13:59 7d657d5e97f9: Waiting 20:13:59 e78559ba2c0a: Layer already exists 20:13:59 38bc2d7e1055: Layer already exists 20:13:59 39a341632f89: Layer already exists 20:13:59 b6ab7da57129: Layer already exists 20:13:59 d11caa10be17: Layer already exists 20:13:59 7d657d5e97f9: Layer already exists 20:13:59 cd247a38400f: Layer already exists 20:13:59 ea48d8c81aac: Layer already exists 20:13:59 4fb8bb615436: Layer already exists 20:13:59 68914f28274e: Layer already exists 20:13:59 db0e99dc5c3b: Layer already exists 20:13:59 ba7b7085bf93: Layer already exists 20:13:59 f1417ff83b31: Layer already exists 20:13:59 3.0.0-dev.137: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:14:00 e78559ba2c0a: Preparing 20:14:00 e78559ba2c0a: Preparing 20:14:00 38bc2d7e1055: Preparing 20:14:00 b6ab7da57129: Preparing 20:14:00 39a341632f89: Preparing 20:14:00 d11caa10be17: Preparing 20:14:00 7d657d5e97f9: Preparing 20:14:00 cd247a38400f: Preparing 20:14:00 68914f28274e: Preparing 20:14:00 4fb8bb615436: Preparing 20:14:00 ea48d8c81aac: Preparing 20:14:00 ba7b7085bf93: Preparing 20:14:00 db0e99dc5c3b: Preparing 20:14:00 f1417ff83b31: Preparing 20:14:00 7d657d5e97f9: Waiting 20:14:00 ba7b7085bf93: Waiting 20:14:00 cd247a38400f: Waiting 20:14:00 68914f28274e: Waiting 20:14:00 db0e99dc5c3b: Waiting 20:14:00 4fb8bb615436: Waiting 20:14:00 f1417ff83b31: Waiting 20:14:00 ea48d8c81aac: Waiting 20:14:00 39a341632f89: Layer already exists 20:14:00 b6ab7da57129: Layer already exists 20:14:00 38bc2d7e1055: Layer already exists 20:14:00 d11caa10be17: Layer already exists 20:14:00 e78559ba2c0a: Layer already exists 20:14:00 cd247a38400f: Layer already exists 20:14:00 ea48d8c81aac: Layer already exists 20:14:00 4fb8bb615436: Layer already exists 20:14:00 7d657d5e97f9: Layer already exists 20:14:00 68914f28274e: Layer already exists 20:14:00 ba7b7085bf93: Layer already exists 20:14:00 f1417ff83b31: Layer already exists 20:14:00 db0e99dc5c3b: Layer already exists 20:14:00 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 20:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:14:00 e78559ba2c0a: Preparing 20:14:00 e78559ba2c0a: Preparing 20:14:00 38bc2d7e1055: Preparing 20:14:00 b6ab7da57129: Preparing 20:14:00 39a341632f89: Preparing 20:14:00 d11caa10be17: Preparing 20:14:00 7d657d5e97f9: Preparing 20:14:00 cd247a38400f: Preparing 20:14:00 68914f28274e: Preparing 20:14:00 4fb8bb615436: Preparing 20:14:00 ea48d8c81aac: Preparing 20:14:00 ba7b7085bf93: Preparing 20:14:00 db0e99dc5c3b: Preparing 20:14:00 f1417ff83b31: Preparing 20:14:00 68914f28274e: Waiting 20:14:00 db0e99dc5c3b: Waiting 20:14:00 4fb8bb615436: Waiting 20:14:00 ea48d8c81aac: Waiting 20:14:00 f1417ff83b31: Waiting 20:14:00 7d657d5e97f9: Waiting 20:14:00 ba7b7085bf93: Waiting 20:14:00 cd247a38400f: Waiting 20:14:00 d11caa10be17: Layer already exists 20:14:00 b6ab7da57129: Layer already exists 20:14:00 38bc2d7e1055: Layer already exists 20:14:00 e78559ba2c0a: Layer already exists 20:14:00 39a341632f89: Layer already exists 20:14:00 ea48d8c81aac: Layer already exists 20:14:00 7d657d5e97f9: Layer already exists 20:14:00 68914f28274e: Layer already exists 20:14:00 cd247a38400f: Layer already exists 20:14:00 4fb8bb615436: Layer already exists 20:14:00 ba7b7085bf93: Layer already exists 20:14:00 db0e99dc5c3b: Layer already exists 20:14:00 f1417ff83b31: Layer already exists 20:14:00 main: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:01 ===================================================== [Pipeline] echo 20:14:01 taggedImages: 20:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 20:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.137 20:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 20:14:01 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 20:14:01 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:01 latest 20:14:01 3.0.0-dev.137 20:14:01 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:01 main 20:14:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 20:14:01 ea2b83ac20dc: Preparing 20:14:01 a12db9c65376: Preparing 20:14:01 83f91db235fd: Preparing 20:14:01 5845446c3ed3: Preparing 20:14:01 cd247a38400f: Preparing 20:14:01 68914f28274e: Preparing 20:14:01 acd46278f723: Preparing 20:14:01 f1417ff83b31: Preparing 20:14:01 acd46278f723: Waiting 20:14:01 68914f28274e: Waiting 20:14:01 f1417ff83b31: Waiting 20:14:01 cd247a38400f: Layer already exists 20:14:01 68914f28274e: Layer already exists 20:14:01 acd46278f723: Layer already exists 20:14:01 f1417ff83b31: Layer already exists 20:14:01 ea2b83ac20dc: Pushed 20:14:01 a12db9c65376: Pushed 20:14:01 83f91db235fd: Pushed 20:14:03 5845446c3ed3: Pushed 20:14:03 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 20:14:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 20:14:03 ea2b83ac20dc: Preparing 20:14:03 a12db9c65376: Preparing 20:14:03 83f91db235fd: Preparing 20:14:03 5845446c3ed3: Preparing 20:14:03 cd247a38400f: Preparing 20:14:03 68914f28274e: Preparing 20:14:03 acd46278f723: Preparing 20:14:03 f1417ff83b31: Preparing 20:14:03 68914f28274e: Waiting 20:14:03 acd46278f723: Waiting 20:14:03 f1417ff83b31: Waiting 20:14:03 83f91db235fd: Layer already exists 20:14:03 ea2b83ac20dc: Layer already exists 20:14:03 cd247a38400f: Layer already exists 20:14:03 a12db9c65376: Layer already exists 20:14:03 5845446c3ed3: Layer already exists 20:14:03 68914f28274e: Layer already exists 20:14:03 acd46278f723: Layer already exists 20:14:03 f1417ff83b31: Layer already exists 20:14:03 latest: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.137 20:14:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 20:14:04 ea2b83ac20dc: Preparing 20:14:04 a12db9c65376: Preparing 20:14:04 83f91db235fd: Preparing 20:14:04 5845446c3ed3: Preparing 20:14:04 cd247a38400f: Preparing 20:14:04 68914f28274e: Preparing 20:14:04 acd46278f723: Preparing 20:14:04 f1417ff83b31: Preparing 20:14:04 68914f28274e: Waiting 20:14:04 f1417ff83b31: Waiting 20:14:04 acd46278f723: Waiting 20:14:04 ea2b83ac20dc: Layer already exists 20:14:04 cd247a38400f: Layer already exists 20:14:04 a12db9c65376: Layer already exists 20:14:04 83f91db235fd: Layer already exists 20:14:04 5845446c3ed3: Layer already exists 20:14:04 68914f28274e: Layer already exists 20:14:04 acd46278f723: Layer already exists 20:14:04 f1417ff83b31: Layer already exists 20:14:04 3.0.0-dev.137: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 20:14:04 ea2b83ac20dc: Preparing 20:14:04 a12db9c65376: Preparing 20:14:04 83f91db235fd: Preparing 20:14:04 5845446c3ed3: Preparing 20:14:04 cd247a38400f: Preparing 20:14:04 68914f28274e: Preparing 20:14:04 acd46278f723: Preparing 20:14:04 f1417ff83b31: Preparing 20:14:04 68914f28274e: Waiting 20:14:04 acd46278f723: Waiting 20:14:04 f1417ff83b31: Waiting 20:14:04 cd247a38400f: Layer already exists 20:14:04 83f91db235fd: Layer already exists 20:14:04 ea2b83ac20dc: Layer already exists 20:14:04 5845446c3ed3: Layer already exists 20:14:04 a12db9c65376: Layer already exists 20:14:04 f1417ff83b31: Layer already exists 20:14:04 acd46278f723: Layer already exists 20:14:04 68914f28274e: Layer already exists 20:14:04 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:05 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 20:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 20:14:05 ea2b83ac20dc: Preparing 20:14:05 a12db9c65376: Preparing 20:14:05 83f91db235fd: Preparing 20:14:05 5845446c3ed3: Preparing 20:14:05 cd247a38400f: Preparing 20:14:05 68914f28274e: Preparing 20:14:05 acd46278f723: Preparing 20:14:05 f1417ff83b31: Preparing 20:14:05 68914f28274e: Waiting 20:14:05 f1417ff83b31: Waiting 20:14:05 acd46278f723: Waiting 20:14:05 ea2b83ac20dc: Layer already exists 20:14:05 a12db9c65376: Layer already exists 20:14:05 83f91db235fd: Layer already exists 20:14:05 cd247a38400f: Layer already exists 20:14:05 5845446c3ed3: Layer already exists 20:14:05 f1417ff83b31: Layer already exists 20:14:05 68914f28274e: Layer already exists 20:14:05 acd46278f723: Layer already exists 20:14:05 main: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:05 ===================================================== [Pipeline] echo 20:14:05 taggedImages: 20:14:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 20:14:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.137 20:14:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 20:14:05 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 20:14:05 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:05 latest 20:14:05 3.0.0-dev.137 20:14:05 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:05 main 20:14:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:05 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:06 f11aa4095a07: Preparing 20:14:06 3a0dfa9bec68: Preparing 20:14:06 426a4f22c8cd: Preparing 20:14:06 c1a07bf94060: Preparing 20:14:06 cd247a38400f: Preparing 20:14:06 68914f28274e: Preparing 20:14:06 88e08b3b2d5b: Preparing 20:14:06 7223705c6b1c: Preparing 20:14:06 f1417ff83b31: Preparing 20:14:06 68914f28274e: Waiting 20:14:06 7223705c6b1c: Waiting 20:14:06 f1417ff83b31: Waiting 20:14:06 88e08b3b2d5b: Waiting 20:14:06 cd247a38400f: Layer already exists 20:14:06 68914f28274e: Layer already exists 20:14:06 f11aa4095a07: Pushed 20:14:06 c1a07bf94060: Pushed 20:14:06 88e08b3b2d5b: Pushed 20:14:06 3a0dfa9bec68: Pushed 20:14:06 f1417ff83b31: Layer already exists 20:14:06 7223705c6b1c: Pushed 20:14:07 426a4f22c8cd: Pushed 20:14:07 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 20:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:08 f11aa4095a07: Preparing 20:14:08 3a0dfa9bec68: Preparing 20:14:08 426a4f22c8cd: Preparing 20:14:08 c1a07bf94060: Preparing 20:14:08 cd247a38400f: Preparing 20:14:08 68914f28274e: Preparing 20:14:08 88e08b3b2d5b: Preparing 20:14:08 7223705c6b1c: Preparing 20:14:08 f1417ff83b31: Preparing 20:14:08 88e08b3b2d5b: Waiting 20:14:08 7223705c6b1c: Waiting 20:14:08 f1417ff83b31: Waiting 20:14:08 68914f28274e: Waiting 20:14:08 426a4f22c8cd: Layer already exists 20:14:08 cd247a38400f: Layer already exists 20:14:08 3a0dfa9bec68: Layer already exists 20:14:08 f11aa4095a07: Layer already exists 20:14:08 c1a07bf94060: Layer already exists 20:14:08 68914f28274e: Layer already exists 20:14:08 f1417ff83b31: Layer already exists 20:14:08 88e08b3b2d5b: Layer already exists 20:14:08 7223705c6b1c: Layer already exists 20:14:08 latest: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.137 20:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:08 f11aa4095a07: Preparing 20:14:08 3a0dfa9bec68: Preparing 20:14:08 426a4f22c8cd: Preparing 20:14:08 c1a07bf94060: Preparing 20:14:08 cd247a38400f: Preparing 20:14:08 68914f28274e: Preparing 20:14:08 88e08b3b2d5b: Preparing 20:14:08 7223705c6b1c: Preparing 20:14:08 f1417ff83b31: Preparing 20:14:08 68914f28274e: Waiting 20:14:08 7223705c6b1c: Waiting 20:14:08 88e08b3b2d5b: Waiting 20:14:08 426a4f22c8cd: Layer already exists 20:14:08 cd247a38400f: Layer already exists 20:14:08 3a0dfa9bec68: Layer already exists 20:14:08 f11aa4095a07: Layer already exists 20:14:08 c1a07bf94060: Layer already exists 20:14:08 68914f28274e: Layer already exists 20:14:08 88e08b3b2d5b: Layer already exists 20:14:08 f1417ff83b31: Layer already exists 20:14:08 7223705c6b1c: Layer already exists 20:14:08 3.0.0-dev.137: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:09 f11aa4095a07: Preparing 20:14:09 3a0dfa9bec68: Preparing 20:14:09 426a4f22c8cd: Preparing 20:14:09 c1a07bf94060: Preparing 20:14:09 cd247a38400f: Preparing 20:14:09 68914f28274e: Preparing 20:14:09 88e08b3b2d5b: Preparing 20:14:09 7223705c6b1c: Preparing 20:14:09 68914f28274e: Waiting 20:14:09 7223705c6b1c: Waiting 20:14:09 f1417ff83b31: Preparing 20:14:09 f1417ff83b31: Waiting 20:14:09 cd247a38400f: Layer already exists 20:14:09 3a0dfa9bec68: Layer already exists 20:14:09 c1a07bf94060: Layer already exists 20:14:09 f11aa4095a07: Layer already exists 20:14:09 426a4f22c8cd: Layer already exists 20:14:09 7223705c6b1c: Layer already exists 20:14:09 f1417ff83b31: Layer already exists 20:14:09 88e08b3b2d5b: Layer already exists 20:14:09 68914f28274e: Layer already exists 20:14:09 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 20:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:09 f11aa4095a07: Preparing 20:14:09 3a0dfa9bec68: Preparing 20:14:09 426a4f22c8cd: Preparing 20:14:09 c1a07bf94060: Preparing 20:14:09 cd247a38400f: Preparing 20:14:09 68914f28274e: Preparing 20:14:09 88e08b3b2d5b: Preparing 20:14:09 7223705c6b1c: Preparing 20:14:09 f1417ff83b31: Preparing 20:14:09 68914f28274e: Waiting 20:14:09 88e08b3b2d5b: Waiting 20:14:09 7223705c6b1c: Waiting 20:14:09 f1417ff83b31: Waiting 20:14:09 cd247a38400f: Layer already exists 20:14:09 f11aa4095a07: Layer already exists 20:14:09 426a4f22c8cd: Layer already exists 20:14:09 c1a07bf94060: Layer already exists 20:14:09 3a0dfa9bec68: Layer already exists 20:14:09 7223705c6b1c: Layer already exists 20:14:09 88e08b3b2d5b: Layer already exists 20:14:09 68914f28274e: Layer already exists 20:14:09 f1417ff83b31: Layer already exists 20:14:09 main: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:09 ===================================================== [Pipeline] echo 20:14:09 taggedImages: 20:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 20:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.137 20:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 20:14:09 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 20:14:09 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:09 latest 20:14:09 3.0.0-dev.137 20:14:09 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:09 main 20:14:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:10 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:10 827102f63a41: Preparing 20:14:10 11c96ea48f43: Preparing 20:14:10 5d3fc6f96a11: Preparing 20:14:10 05b63b18d890: Preparing 20:14:10 1b8d65051a28: Preparing 20:14:10 3be60c6f8545: Preparing 20:14:10 27ad749984f6: Preparing 20:14:10 cd247a38400f: Preparing 20:14:10 68914f28274e: Preparing 20:14:10 7a924acb97df: Preparing 20:14:10 f1417ff83b31: Preparing 20:14:10 7a924acb97df: Waiting 20:14:10 27ad749984f6: Waiting 20:14:10 cd247a38400f: Waiting 20:14:10 68914f28274e: Waiting 20:14:10 3be60c6f8545: Waiting 20:14:10 f1417ff83b31: Waiting 20:14:10 1b8d65051a28: Pushed 20:14:10 827102f63a41: Pushed 20:14:10 11c96ea48f43: Pushed 20:14:10 cd247a38400f: Layer already exists 20:14:10 68914f28274e: Layer already exists 20:14:10 3be60c6f8545: Pushed 20:14:10 27ad749984f6: Pushed 20:14:10 f1417ff83b31: Layer already exists 20:14:10 7a924acb97df: Pushed 20:14:11 05b63b18d890: Pushed 20:14:11 5d3fc6f96a11: Pushed 20:14:12 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 20:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:12 827102f63a41: Preparing 20:14:12 11c96ea48f43: Preparing 20:14:12 5d3fc6f96a11: Preparing 20:14:12 05b63b18d890: Preparing 20:14:12 1b8d65051a28: Preparing 20:14:12 3be60c6f8545: Preparing 20:14:12 27ad749984f6: Preparing 20:14:12 cd247a38400f: Preparing 20:14:12 68914f28274e: Preparing 20:14:12 7a924acb97df: Preparing 20:14:12 f1417ff83b31: Preparing 20:14:12 3be60c6f8545: Waiting 20:14:12 27ad749984f6: Waiting 20:14:12 cd247a38400f: Waiting 20:14:12 68914f28274e: Waiting 20:14:12 7a924acb97df: Waiting 20:14:12 f1417ff83b31: Waiting 20:14:12 5d3fc6f96a11: Layer already exists 20:14:12 11c96ea48f43: Layer already exists 20:14:12 827102f63a41: Layer already exists 20:14:12 1b8d65051a28: Layer already exists 20:14:12 05b63b18d890: Layer already exists 20:14:12 27ad749984f6: Layer already exists 20:14:12 3be60c6f8545: Layer already exists 20:14:12 68914f28274e: Layer already exists 20:14:12 cd247a38400f: Layer already exists 20:14:12 7a924acb97df: Layer already exists 20:14:12 f1417ff83b31: Layer already exists 20:14:12 latest: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.137 20:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:13 827102f63a41: Preparing 20:14:13 11c96ea48f43: Preparing 20:14:13 5d3fc6f96a11: Preparing 20:14:13 05b63b18d890: Preparing 20:14:13 1b8d65051a28: Preparing 20:14:13 3be60c6f8545: Preparing 20:14:13 27ad749984f6: Preparing 20:14:13 cd247a38400f: Preparing 20:14:13 68914f28274e: Preparing 20:14:13 7a924acb97df: Preparing 20:14:13 f1417ff83b31: Preparing 20:14:13 3be60c6f8545: Waiting 20:14:13 27ad749984f6: Waiting 20:14:13 cd247a38400f: Waiting 20:14:13 68914f28274e: Waiting 20:14:13 7a924acb97df: Waiting 20:14:13 11c96ea48f43: Layer already exists 20:14:13 05b63b18d890: Layer already exists 20:14:13 5d3fc6f96a11: Layer already exists 20:14:13 1b8d65051a28: Layer already exists 20:14:13 827102f63a41: Layer already exists 20:14:13 3be60c6f8545: Layer already exists 20:14:13 cd247a38400f: Layer already exists 20:14:13 7a924acb97df: Layer already exists 20:14:13 27ad749984f6: Layer already exists 20:14:13 68914f28274e: Layer already exists 20:14:13 f1417ff83b31: Layer already exists 20:14:13 3.0.0-dev.137: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:14 827102f63a41: Preparing 20:14:14 11c96ea48f43: Preparing 20:14:14 5d3fc6f96a11: Preparing 20:14:14 05b63b18d890: Preparing 20:14:14 1b8d65051a28: Preparing 20:14:14 3be60c6f8545: Preparing 20:14:14 27ad749984f6: Preparing 20:14:14 cd247a38400f: Preparing 20:14:14 68914f28274e: Preparing 20:14:14 7a924acb97df: Preparing 20:14:14 f1417ff83b31: Preparing 20:14:14 68914f28274e: Waiting 20:14:14 3be60c6f8545: Waiting 20:14:14 27ad749984f6: Waiting 20:14:14 7a924acb97df: Waiting 20:14:14 cd247a38400f: Waiting 20:14:14 f1417ff83b31: Waiting 20:14:14 5d3fc6f96a11: Layer already exists 20:14:14 827102f63a41: Layer already exists 20:14:14 05b63b18d890: Layer already exists 20:14:14 1b8d65051a28: Layer already exists 20:14:14 11c96ea48f43: Layer already exists 20:14:14 3be60c6f8545: Layer already exists 20:14:14 cd247a38400f: Layer already exists 20:14:14 7a924acb97df: Layer already exists 20:14:14 27ad749984f6: Layer already exists 20:14:14 68914f28274e: Layer already exists 20:14:14 f1417ff83b31: Layer already exists 20:14:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 20:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:14 827102f63a41: Preparing 20:14:14 11c96ea48f43: Preparing 20:14:14 5d3fc6f96a11: Preparing 20:14:14 05b63b18d890: Preparing 20:14:14 1b8d65051a28: Preparing 20:14:14 3be60c6f8545: Preparing 20:14:14 27ad749984f6: Preparing 20:14:14 cd247a38400f: Preparing 20:14:14 68914f28274e: Preparing 20:14:14 7a924acb97df: Preparing 20:14:14 f1417ff83b31: Preparing 20:14:14 3be60c6f8545: Waiting 20:14:14 27ad749984f6: Waiting 20:14:14 cd247a38400f: Waiting 20:14:14 68914f28274e: Waiting 20:14:14 7a924acb97df: Waiting 20:14:14 f1417ff83b31: Waiting 20:14:14 11c96ea48f43: Layer already exists 20:14:14 1b8d65051a28: Layer already exists 20:14:14 05b63b18d890: Layer already exists 20:14:14 827102f63a41: Layer already exists 20:14:14 5d3fc6f96a11: Layer already exists 20:14:14 3be60c6f8545: Layer already exists 20:14:14 68914f28274e: Layer already exists 20:14:14 cd247a38400f: Layer already exists 20:14:14 27ad749984f6: Layer already exists 20:14:14 f1417ff83b31: Layer already exists 20:14:14 7a924acb97df: Layer already exists 20:14:14 main: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:14 ===================================================== [Pipeline] echo 20:14:14 taggedImages: 20:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 20:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.137 20:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 20:14:14 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 20:14:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:14 latest 20:14:14 3.0.0-dev.137 20:14:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:14 main 20:14:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:15 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:15 39e2601edfce: Preparing 20:14:15 ce3dee32df50: Preparing 20:14:15 cd247a38400f: Preparing 20:14:15 68914f28274e: Preparing 20:14:15 ee90dfec0320: Preparing 20:14:15 f1417ff83b31: Preparing 20:14:15 f1417ff83b31: Waiting 20:14:15 cd247a38400f: Layer already exists 20:14:15 68914f28274e: Layer already exists 20:14:15 f1417ff83b31: Layer already exists 20:14:15 39e2601edfce: Pushed 20:14:15 ee90dfec0320: Pushed 20:14:17 ce3dee32df50: Pushed 20:14:17 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:17 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 20:14:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:18 39e2601edfce: Preparing 20:14:18 ce3dee32df50: Preparing 20:14:18 cd247a38400f: Preparing 20:14:18 68914f28274e: Preparing 20:14:18 ee90dfec0320: Preparing 20:14:18 f1417ff83b31: Preparing 20:14:18 f1417ff83b31: Waiting 20:14:18 ce3dee32df50: Layer already exists 20:14:18 68914f28274e: Layer already exists 20:14:18 cd247a38400f: Layer already exists 20:14:18 39e2601edfce: Layer already exists 20:14:18 ee90dfec0320: Layer already exists 20:14:18 f1417ff83b31: Layer already exists 20:14:18 latest: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:18 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.137 20:14:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:18 39e2601edfce: Preparing 20:14:18 ce3dee32df50: Preparing 20:14:18 cd247a38400f: Preparing 20:14:18 68914f28274e: Preparing 20:14:18 ee90dfec0320: Preparing 20:14:18 f1417ff83b31: Preparing 20:14:18 f1417ff83b31: Waiting 20:14:18 cd247a38400f: Layer already exists 20:14:18 68914f28274e: Layer already exists 20:14:18 ce3dee32df50: Layer already exists 20:14:18 ee90dfec0320: Layer already exists 20:14:18 39e2601edfce: Layer already exists 20:14:18 f1417ff83b31: Layer already exists 20:14:18 3.0.0-dev.137: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:19 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:19 39e2601edfce: Preparing 20:14:19 ce3dee32df50: Preparing 20:14:19 cd247a38400f: Preparing 20:14:19 68914f28274e: Preparing 20:14:19 ee90dfec0320: Preparing 20:14:19 f1417ff83b31: Preparing 20:14:19 f1417ff83b31: Waiting 20:14:19 ce3dee32df50: Layer already exists 20:14:19 68914f28274e: Layer already exists 20:14:19 cd247a38400f: Layer already exists 20:14:19 39e2601edfce: Layer already exists 20:14:19 ee90dfec0320: Layer already exists 20:14:19 f1417ff83b31: Layer already exists 20:14:19 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:19 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 20:14:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:20 39e2601edfce: Preparing 20:14:20 ce3dee32df50: Preparing 20:14:20 cd247a38400f: Preparing 20:14:20 68914f28274e: Preparing 20:14:20 ee90dfec0320: Preparing 20:14:20 f1417ff83b31: Preparing 20:14:20 f1417ff83b31: Waiting 20:14:20 cd247a38400f: Layer already exists 20:14:20 39e2601edfce: Layer already exists 20:14:20 ee90dfec0320: Layer already exists 20:14:20 ce3dee32df50: Layer already exists 20:14:20 68914f28274e: Layer already exists 20:14:20 f1417ff83b31: Layer already exists 20:14:20 main: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:20 ===================================================== [Pipeline] echo 20:14:20 taggedImages: 20:14:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 20:14:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.137 20:14:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 20:14:20 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 20:14:20 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:20 latest 20:14:20 3.0.0-dev.137 20:14:20 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:20 main 20:14:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:14:20 49e33cedcb69: Preparing 20:14:20 62c6a3d9c32d: Preparing 20:14:20 155594a21c4f: Preparing 20:14:20 90fea3d086fb: Preparing 20:14:20 5714cf369bef: Preparing 20:14:20 cd247a38400f: Preparing 20:14:20 68914f28274e: Preparing 20:14:20 0edac06003c6: Preparing 20:14:20 f1417ff83b31: Preparing 20:14:20 68914f28274e: Waiting 20:14:20 0edac06003c6: Waiting 20:14:20 f1417ff83b31: Waiting 20:14:20 cd247a38400f: Waiting 20:14:20 49e33cedcb69: Pushed 20:14:20 155594a21c4f: Pushed 20:14:20 62c6a3d9c32d: Pushed 20:14:20 cd247a38400f: Layer already exists 20:14:20 68914f28274e: Layer already exists 20:14:20 f1417ff83b31: Layer already exists 20:14:21 0edac06003c6: Pushed 20:14:24 5714cf369bef: Pushed 20:14:27 90fea3d086fb: Pushed 20:14:27 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 20:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:14:27 49e33cedcb69: Preparing 20:14:27 62c6a3d9c32d: Preparing 20:14:27 155594a21c4f: Preparing 20:14:27 90fea3d086fb: Preparing 20:14:27 5714cf369bef: Preparing 20:14:27 cd247a38400f: Preparing 20:14:27 68914f28274e: Preparing 20:14:27 0edac06003c6: Preparing 20:14:27 f1417ff83b31: Preparing 20:14:27 68914f28274e: Waiting 20:14:27 f1417ff83b31: Waiting 20:14:27 0edac06003c6: Waiting 20:14:27 cd247a38400f: Waiting 20:14:27 49e33cedcb69: Layer already exists 20:14:27 62c6a3d9c32d: Layer already exists 20:14:27 90fea3d086fb: Layer already exists 20:14:27 155594a21c4f: Layer already exists 20:14:27 5714cf369bef: Layer already exists 20:14:27 cd247a38400f: Layer already exists 20:14:27 68914f28274e: Layer already exists 20:14:27 0edac06003c6: Layer already exists 20:14:27 f1417ff83b31: Layer already exists 20:14:27 latest: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.137 20:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:14:28 49e33cedcb69: Preparing 20:14:28 62c6a3d9c32d: Preparing 20:14:28 155594a21c4f: Preparing 20:14:28 90fea3d086fb: Preparing 20:14:28 5714cf369bef: Preparing 20:14:28 cd247a38400f: Preparing 20:14:28 68914f28274e: Preparing 20:14:28 0edac06003c6: Preparing 20:14:28 f1417ff83b31: Preparing 20:14:28 cd247a38400f: Waiting 20:14:28 68914f28274e: Waiting 20:14:28 0edac06003c6: Waiting 20:14:28 f1417ff83b31: Waiting 20:14:28 155594a21c4f: Layer already exists 20:14:28 5714cf369bef: Layer already exists 20:14:28 49e33cedcb69: Layer already exists 20:14:28 90fea3d086fb: Layer already exists 20:14:28 62c6a3d9c32d: Layer already exists 20:14:28 cd247a38400f: Layer already exists 20:14:28 68914f28274e: Layer already exists 20:14:28 0edac06003c6: Layer already exists 20:14:28 f1417ff83b31: Layer already exists 20:14:28 3.0.0-dev.137: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:14:29 49e33cedcb69: Preparing 20:14:29 62c6a3d9c32d: Preparing 20:14:29 155594a21c4f: Preparing 20:14:29 90fea3d086fb: Preparing 20:14:29 5714cf369bef: Preparing 20:14:29 cd247a38400f: Preparing 20:14:29 68914f28274e: Preparing 20:14:29 0edac06003c6: Preparing 20:14:29 f1417ff83b31: Preparing 20:14:29 cd247a38400f: Waiting 20:14:29 68914f28274e: Waiting 20:14:29 0edac06003c6: Waiting 20:14:29 f1417ff83b31: Waiting 20:14:29 5714cf369bef: Layer already exists 20:14:29 62c6a3d9c32d: Layer already exists 20:14:29 90fea3d086fb: Layer already exists 20:14:29 49e33cedcb69: Layer already exists 20:14:29 155594a21c4f: Layer already exists 20:14:29 cd247a38400f: Layer already exists 20:14:29 68914f28274e: Layer already exists 20:14:29 f1417ff83b31: Layer already exists 20:14:29 0edac06003c6: Layer already exists 20:14:29 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:29 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 20:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:14:29 49e33cedcb69: Preparing 20:14:29 62c6a3d9c32d: Preparing 20:14:29 155594a21c4f: Preparing 20:14:29 90fea3d086fb: Preparing 20:14:29 5714cf369bef: Preparing 20:14:29 cd247a38400f: Preparing 20:14:29 68914f28274e: Preparing 20:14:29 0edac06003c6: Preparing 20:14:29 f1417ff83b31: Preparing 20:14:29 cd247a38400f: Waiting 20:14:29 68914f28274e: Waiting 20:14:29 0edac06003c6: Waiting 20:14:29 f1417ff83b31: Waiting 20:14:29 5714cf369bef: Layer already exists 20:14:29 155594a21c4f: Layer already exists 20:14:29 90fea3d086fb: Layer already exists 20:14:29 62c6a3d9c32d: Layer already exists 20:14:29 49e33cedcb69: Layer already exists 20:14:29 68914f28274e: Layer already exists 20:14:29 cd247a38400f: Layer already exists 20:14:29 0edac06003c6: Layer already exists 20:14:29 f1417ff83b31: Layer already exists 20:14:29 main: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:29 ===================================================== [Pipeline] echo 20:14:29 taggedImages: 20:14:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 20:14:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.137 20:14:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 20:14:29 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 20:14:29 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:29 latest 20:14:29 3.0.0-dev.137 20:14:29 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:29 main 20:14:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:30 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:14:30 73dc8f570d67: Preparing 20:14:30 ba07a9f12bef: Preparing 20:14:30 505aef28e691: Preparing 20:14:30 93ff9f024d33: Preparing 20:14:30 cd247a38400f: Preparing 20:14:30 68914f28274e: Preparing 20:14:30 9bee40a0a9b9: Preparing 20:14:30 f1417ff83b31: Preparing 20:14:30 9bee40a0a9b9: Waiting 20:14:30 f1417ff83b31: Waiting 20:14:30 cd247a38400f: Layer already exists 20:14:30 68914f28274e: Layer already exists 20:14:30 ba07a9f12bef: Pushed 20:14:30 73dc8f570d67: Pushed 20:14:30 505aef28e691: Pushed 20:14:30 f1417ff83b31: Layer already exists 20:14:30 9bee40a0a9b9: Pushed 20:14:37 93ff9f024d33: Pushed 20:14:37 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 20:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:14:37 73dc8f570d67: Preparing 20:14:37 ba07a9f12bef: Preparing 20:14:37 505aef28e691: Preparing 20:14:37 93ff9f024d33: Preparing 20:14:37 cd247a38400f: Preparing 20:14:37 68914f28274e: Preparing 20:14:37 9bee40a0a9b9: Preparing 20:14:37 68914f28274e: Waiting 20:14:37 f1417ff83b31: Preparing 20:14:37 9bee40a0a9b9: Waiting 20:14:37 505aef28e691: Layer already exists 20:14:37 93ff9f024d33: Layer already exists 20:14:37 73dc8f570d67: Layer already exists 20:14:37 ba07a9f12bef: Layer already exists 20:14:37 cd247a38400f: Layer already exists 20:14:37 68914f28274e: Layer already exists 20:14:37 f1417ff83b31: Layer already exists 20:14:37 9bee40a0a9b9: Layer already exists 20:14:37 latest: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:38 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.137 20:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:14:38 73dc8f570d67: Preparing 20:14:38 ba07a9f12bef: Preparing 20:14:38 505aef28e691: Preparing 20:14:38 93ff9f024d33: Preparing 20:14:38 cd247a38400f: Preparing 20:14:38 68914f28274e: Preparing 20:14:38 9bee40a0a9b9: Preparing 20:14:38 f1417ff83b31: Preparing 20:14:38 68914f28274e: Waiting 20:14:38 9bee40a0a9b9: Waiting 20:14:38 f1417ff83b31: Waiting 20:14:38 73dc8f570d67: Layer already exists 20:14:38 505aef28e691: Layer already exists 20:14:38 93ff9f024d33: Layer already exists 20:14:38 ba07a9f12bef: Layer already exists 20:14:38 cd247a38400f: Layer already exists 20:14:38 68914f28274e: Layer already exists 20:14:38 9bee40a0a9b9: Layer already exists 20:14:38 f1417ff83b31: Layer already exists 20:14:38 3.0.0-dev.137: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:38 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:14:39 73dc8f570d67: Preparing 20:14:39 ba07a9f12bef: Preparing 20:14:39 505aef28e691: Preparing 20:14:39 93ff9f024d33: Preparing 20:14:39 cd247a38400f: Preparing 20:14:39 68914f28274e: Preparing 20:14:39 9bee40a0a9b9: Preparing 20:14:39 f1417ff83b31: Preparing 20:14:39 68914f28274e: Waiting 20:14:39 9bee40a0a9b9: Waiting 20:14:39 f1417ff83b31: Waiting 20:14:39 505aef28e691: Layer already exists 20:14:39 73dc8f570d67: Layer already exists 20:14:39 ba07a9f12bef: Layer already exists 20:14:39 93ff9f024d33: Layer already exists 20:14:39 cd247a38400f: Layer already exists 20:14:39 9bee40a0a9b9: Layer already exists 20:14:39 68914f28274e: Layer already exists 20:14:39 f1417ff83b31: Layer already exists 20:14:39 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:39 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 20:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:14:39 73dc8f570d67: Preparing 20:14:39 ba07a9f12bef: Preparing 20:14:39 505aef28e691: Preparing 20:14:39 93ff9f024d33: Preparing 20:14:39 cd247a38400f: Preparing 20:14:39 68914f28274e: Preparing 20:14:39 9bee40a0a9b9: Preparing 20:14:39 f1417ff83b31: Preparing 20:14:39 68914f28274e: Waiting 20:14:39 9bee40a0a9b9: Waiting 20:14:39 f1417ff83b31: Waiting 20:14:39 505aef28e691: Layer already exists 20:14:39 ba07a9f12bef: Layer already exists 20:14:39 93ff9f024d33: Layer already exists 20:14:39 73dc8f570d67: Layer already exists 20:14:39 cd247a38400f: Layer already exists 20:14:39 68914f28274e: Layer already exists 20:14:39 9bee40a0a9b9: Layer already exists 20:14:39 f1417ff83b31: Layer already exists 20:14:39 main: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:39 ===================================================== [Pipeline] echo 20:14:39 taggedImages: 20:14:39 - nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:39 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 20:14:39 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.137 20:14:39 - nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:39 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 20:14:39 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 20:14:39 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:39 latest 20:14:39 3.0.0-dev.137 20:14:39 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:39 main 20:14:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:40 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:14:40 ff7f17e4563b: Preparing 20:14:40 fccf5a4153c9: Preparing 20:14:40 1ef622be8fe6: Preparing 20:14:40 93ff9f024d33: Preparing 20:14:40 cd247a38400f: Preparing 20:14:40 68914f28274e: Preparing 20:14:40 45aaad8531d3: Preparing 20:14:40 f1417ff83b31: Preparing 20:14:40 45aaad8531d3: Waiting 20:14:40 68914f28274e: Waiting 20:14:40 f1417ff83b31: Waiting 20:14:40 93ff9f024d33: Layer already exists 20:14:40 cd247a38400f: Layer already exists 20:14:40 68914f28274e: Layer already exists 20:14:40 f1417ff83b31: Layer already exists 20:14:40 ff7f17e4563b: Pushed 20:14:40 fccf5a4153c9: Pushed 20:14:40 1ef622be8fe6: Pushed 20:14:41 45aaad8531d3: Pushed 20:14:41 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:41 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 20:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:14:41 ff7f17e4563b: Preparing 20:14:41 fccf5a4153c9: Preparing 20:14:41 1ef622be8fe6: Preparing 20:14:41 93ff9f024d33: Preparing 20:14:41 cd247a38400f: Preparing 20:14:41 68914f28274e: Preparing 20:14:41 45aaad8531d3: Preparing 20:14:41 f1417ff83b31: Preparing 20:14:41 68914f28274e: Waiting 20:14:41 f1417ff83b31: Waiting 20:14:41 45aaad8531d3: Waiting 20:14:41 ff7f17e4563b: Layer already exists 20:14:41 fccf5a4153c9: Layer already exists 20:14:41 cd247a38400f: Layer already exists 20:14:41 93ff9f024d33: Layer already exists 20:14:41 1ef622be8fe6: Layer already exists 20:14:41 68914f28274e: Layer already exists 20:14:41 f1417ff83b31: Layer already exists 20:14:41 45aaad8531d3: Layer already exists 20:14:41 latest: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.137 20:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:14:42 ff7f17e4563b: Preparing 20:14:42 fccf5a4153c9: Preparing 20:14:42 1ef622be8fe6: Preparing 20:14:42 93ff9f024d33: Preparing 20:14:42 cd247a38400f: Preparing 20:14:42 68914f28274e: Preparing 20:14:42 45aaad8531d3: Preparing 20:14:42 f1417ff83b31: Preparing 20:14:42 45aaad8531d3: Waiting 20:14:42 f1417ff83b31: Waiting 20:14:42 68914f28274e: Waiting 20:14:42 cd247a38400f: Layer already exists 20:14:42 93ff9f024d33: Layer already exists 20:14:42 fccf5a4153c9: Layer already exists 20:14:42 1ef622be8fe6: Layer already exists 20:14:42 ff7f17e4563b: Layer already exists 20:14:42 45aaad8531d3: Layer already exists 20:14:42 f1417ff83b31: Layer already exists 20:14:42 68914f28274e: Layer already exists 20:14:42 3.0.0-dev.137: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:14:43 ff7f17e4563b: Preparing 20:14:43 fccf5a4153c9: Preparing 20:14:43 1ef622be8fe6: Preparing 20:14:43 93ff9f024d33: Preparing 20:14:43 cd247a38400f: Preparing 20:14:43 68914f28274e: Preparing 20:14:43 45aaad8531d3: Preparing 20:14:43 f1417ff83b31: Preparing 20:14:43 68914f28274e: Waiting 20:14:43 f1417ff83b31: Waiting 20:14:43 1ef622be8fe6: Layer already exists 20:14:43 fccf5a4153c9: Layer already exists 20:14:43 93ff9f024d33: Layer already exists 20:14:43 cd247a38400f: Layer already exists 20:14:43 ff7f17e4563b: Layer already exists 20:14:43 68914f28274e: Layer already exists 20:14:43 45aaad8531d3: Layer already exists 20:14:43 f1417ff83b31: Layer already exists 20:14:43 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:43 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 20:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:14:43 ff7f17e4563b: Preparing 20:14:43 fccf5a4153c9: Preparing 20:14:43 1ef622be8fe6: Preparing 20:14:43 93ff9f024d33: Preparing 20:14:43 cd247a38400f: Preparing 20:14:43 68914f28274e: Preparing 20:14:43 45aaad8531d3: Preparing 20:14:43 f1417ff83b31: Preparing 20:14:43 68914f28274e: Waiting 20:14:43 45aaad8531d3: Waiting 20:14:43 f1417ff83b31: Waiting 20:14:43 fccf5a4153c9: Layer already exists 20:14:43 ff7f17e4563b: Layer already exists 20:14:43 cd247a38400f: Layer already exists 20:14:43 1ef622be8fe6: Layer already exists 20:14:43 93ff9f024d33: Layer already exists 20:14:43 68914f28274e: Layer already exists 20:14:43 f1417ff83b31: Layer already exists 20:14:43 45aaad8531d3: Layer already exists 20:14:43 main: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:43 ===================================================== [Pipeline] echo 20:14:43 taggedImages: 20:14:43 - nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:43 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 20:14:43 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.137 20:14:43 - nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:43 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 20:14:43 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 20:14:43 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:43 latest 20:14:43 3.0.0-dev.137 20:14:43 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:43 main 20:14:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:14:44 029c6d273b4d: Preparing 20:14:44 d3a80c8124a6: Preparing 20:14:44 cd247a38400f: Preparing 20:14:44 68914f28274e: Preparing 20:14:44 2828b4745832: Preparing 20:14:44 f1417ff83b31: Preparing 20:14:44 f1417ff83b31: Waiting 20:14:44 cd247a38400f: Layer already exists 20:14:44 68914f28274e: Layer already exists 20:14:44 f1417ff83b31: Layer already exists 20:14:44 029c6d273b4d: Pushed 20:14:44 2828b4745832: Pushed 20:14:46 d3a80c8124a6: Pushed 20:14:46 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 20:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:14:47 029c6d273b4d: Preparing 20:14:47 d3a80c8124a6: Preparing 20:14:47 cd247a38400f: Preparing 20:14:47 68914f28274e: Preparing 20:14:47 2828b4745832: Preparing 20:14:47 f1417ff83b31: Preparing 20:14:47 f1417ff83b31: Waiting 20:14:47 2828b4745832: Layer already exists 20:14:47 029c6d273b4d: Layer already exists 20:14:47 d3a80c8124a6: Layer already exists 20:14:47 cd247a38400f: Layer already exists 20:14:47 68914f28274e: Layer already exists 20:14:47 f1417ff83b31: Layer already exists 20:14:47 latest: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.137 20:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:14:48 029c6d273b4d: Preparing 20:14:48 d3a80c8124a6: Preparing 20:14:48 cd247a38400f: Preparing 20:14:48 68914f28274e: Preparing 20:14:48 2828b4745832: Preparing 20:14:48 f1417ff83b31: Preparing 20:14:48 f1417ff83b31: Waiting 20:14:48 2828b4745832: Layer already exists 20:14:48 cd247a38400f: Layer already exists 20:14:48 68914f28274e: Layer already exists 20:14:48 029c6d273b4d: Layer already exists 20:14:48 d3a80c8124a6: Layer already exists 20:14:48 f1417ff83b31: Layer already exists 20:14:48 3.0.0-dev.137: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:14:48 029c6d273b4d: Preparing 20:14:48 d3a80c8124a6: Preparing 20:14:48 cd247a38400f: Preparing 20:14:48 68914f28274e: Preparing 20:14:48 2828b4745832: Preparing 20:14:48 f1417ff83b31: Preparing 20:14:48 f1417ff83b31: Waiting 20:14:48 cd247a38400f: Layer already exists 20:14:48 2828b4745832: Layer already exists 20:14:48 029c6d273b4d: Layer already exists 20:14:48 68914f28274e: Layer already exists 20:14:48 d3a80c8124a6: Layer already exists 20:14:48 f1417ff83b31: Layer already exists 20:14:48 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 20:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:14:49 029c6d273b4d: Preparing 20:14:49 d3a80c8124a6: Preparing 20:14:49 cd247a38400f: Preparing 20:14:49 68914f28274e: Preparing 20:14:49 2828b4745832: Preparing 20:14:49 f1417ff83b31: Preparing 20:14:49 f1417ff83b31: Waiting 20:14:49 029c6d273b4d: Layer already exists 20:14:49 cd247a38400f: Layer already exists 20:14:49 d3a80c8124a6: Layer already exists 20:14:49 2828b4745832: Layer already exists 20:14:49 68914f28274e: Layer already exists 20:14:49 f1417ff83b31: Layer already exists 20:14:49 main: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:49 ===================================================== [Pipeline] echo 20:14:49 taggedImages: 20:14:49 - nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:49 - nexus3.edgexfoundry.org:10004/support-notifications:latest 20:14:49 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.137 20:14:49 - nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:49 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 20:14:49 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 20:14:49 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:49 latest 20:14:49 3.0.0-dev.137 20:14:49 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:49 main 20:14:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:49 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:14:49 48bd05359b2b: Preparing 20:14:49 29010ab6cd8c: Preparing 20:14:49 cd247a38400f: Preparing 20:14:49 68914f28274e: Preparing 20:14:49 acd46278f723: Preparing 20:14:49 f1417ff83b31: Preparing 20:14:49 f1417ff83b31: Waiting 20:14:49 68914f28274e: Layer already exists 20:14:49 cd247a38400f: Layer already exists 20:14:49 acd46278f723: Layer already exists 20:14:49 f1417ff83b31: Layer already exists 20:14:49 48bd05359b2b: Pushed 20:14:52 29010ab6cd8c: Pushed 20:14:52 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 20:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:14:53 48bd05359b2b: Preparing 20:14:53 29010ab6cd8c: Preparing 20:14:53 cd247a38400f: Preparing 20:14:53 68914f28274e: Preparing 20:14:53 acd46278f723: Preparing 20:14:53 f1417ff83b31: Preparing 20:14:53 f1417ff83b31: Waiting 20:14:53 cd247a38400f: Layer already exists 20:14:53 48bd05359b2b: Layer already exists 20:14:53 68914f28274e: Layer already exists 20:14:53 29010ab6cd8c: Layer already exists 20:14:53 acd46278f723: Layer already exists 20:14:53 f1417ff83b31: Layer already exists 20:14:53 latest: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.137 20:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:14:53 48bd05359b2b: Preparing 20:14:53 29010ab6cd8c: Preparing 20:14:53 cd247a38400f: Preparing 20:14:53 68914f28274e: Preparing 20:14:53 acd46278f723: Preparing 20:14:53 f1417ff83b31: Preparing 20:14:53 f1417ff83b31: Waiting 20:14:53 68914f28274e: Layer already exists 20:14:53 29010ab6cd8c: Layer already exists 20:14:53 cd247a38400f: Layer already exists 20:14:53 acd46278f723: Layer already exists 20:14:53 48bd05359b2b: Layer already exists 20:14:53 f1417ff83b31: Layer already exists 20:14:53 3.0.0-dev.137: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:14:54 48bd05359b2b: Preparing 20:14:54 29010ab6cd8c: Preparing 20:14:54 cd247a38400f: Preparing 20:14:54 68914f28274e: Preparing 20:14:54 acd46278f723: Preparing 20:14:54 f1417ff83b31: Preparing 20:14:54 f1417ff83b31: Waiting 20:14:54 acd46278f723: Layer already exists 20:14:54 68914f28274e: Layer already exists 20:14:54 29010ab6cd8c: Layer already exists 20:14:54 48bd05359b2b: Layer already exists 20:14:54 cd247a38400f: Layer already exists 20:14:54 f1417ff83b31: Layer already exists 20:14:54 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 20:14:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:14:54 48bd05359b2b: Preparing 20:14:54 29010ab6cd8c: Preparing 20:14:54 cd247a38400f: Preparing 20:14:54 68914f28274e: Preparing 20:14:54 acd46278f723: Preparing 20:14:54 f1417ff83b31: Preparing 20:14:54 f1417ff83b31: Waiting 20:14:54 68914f28274e: Layer already exists 20:14:54 29010ab6cd8c: Layer already exists 20:14:54 48bd05359b2b: Layer already exists 20:14:54 acd46278f723: Layer already exists 20:14:54 cd247a38400f: Layer already exists 20:14:54 f1417ff83b31: Layer already exists 20:14:54 main: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:54 ===================================================== [Pipeline] echo 20:14:55 taggedImages: 20:14:55 - nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:14:55 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 20:14:55 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.137 20:14:55 - nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:14:55 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:19:34 Removing intermediate container f62e05c518e1 20:19:34 ---> eab704e9ab9c 20:19:34 20:19:34 Step 10/23 : FROM alpine:3.17 20:19:34 3.17: Pulling from library/alpine 20:19:35 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:19:35 Status: Downloaded newer image for alpine:3.17 20:19:35 ---> 51e60588ff2c 20:19:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:19:35 ---> Running in b4192c7e05ba 20:19:36 Removing intermediate container b4192c7e05ba 20:19:36 ---> 265d8ea8aee9 20:19:36 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:19:36 Removing intermediate container ae5db4402043 20:19:36 ---> d70a452001ea 20:19:36 20:19:36 Step 9/22 : FROM alpine:3.17 20:19:36 ---> 51e60588ff2c 20:19:36 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:19:36 ---> Running in e6832aa26678 20:19:36 ---> Running in 8cca5244466f 20:19:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:19:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:19:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:19:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:19:41 (1/1) Installing dumb-init (1.2.5-r2) 20:19:41 Executing busybox-1.35.0-r29.trigger 20:19:41 (1/2) Installing dumb-init (1.2.5-r2) 20:19:41 (2/2) Installing openssl (3.0.8-r4) 20:19:41 OK: 8 MiB in 16 packages 20:19:41 Executing busybox-1.35.0-r29.trigger 20:19:41 OK: 8 MiB in 17 packages 20:19:43 Removing intermediate container e6832aa26678 20:19:43 ---> 1fd0108d45b6 20:19:43 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:19:43 Removing intermediate container 8cca5244466f 20:19:44 ---> cd660ae93eda 20:19:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:19:44 ---> Running in 5303bf83cf79 20:19:44 ---> a190a50816b2 20:19:44 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:19:45 Removing intermediate container 5303bf83cf79 20:19:45 ---> dc9c648f727a 20:19:45 Step 12/22 : WORKDIR /edgex 20:19:45 ---> Running in aad7cb8d77f4 20:19:46 Removing intermediate container aad7cb8d77f4 20:19:46 ---> a35e6a8d2573 20:19:46 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:19:46 ---> 08ceaa9391e4 20:19:46 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:19:47 ---> 8b91d28f9a84 20:19:47 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:19:48 ---> 3c7bf332b92b 20:19:48 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:19:48 ---> 1684a4192d4a 20:19:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:19:49 ---> 4d439f539215 20:19:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:19:49 ---> 8a57e528ae7c 20:19:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:19:51 ---> 2e853127b6db 20:19:51 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:19:51 ---> Running in a79f3afd3f3a 20:19:52 ---> a2a77e65d05c 20:19:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:19:57 ---> 1d4cb51435db 20:19:57 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:19:57 ---> Running in a90052434258 20:19:58 Removing intermediate container a79f3afd3f3a 20:19:58 ---> 57679a1b8222 20:19:58 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:19:58 ---> Running in 57ed31278e97 20:20:00 Removing intermediate container 57ed31278e97 20:20:00 ---> f582d52c0f6e 20:20:00 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:20:00 ---> Running in 0c8cdd002dfd 20:20:01 Removing intermediate container 0c8cdd002dfd 20:20:01 ---> 63bdc8c040e3 20:20:01 Step 21/23 : LABEL arch=arm64 20:20:01 ---> Running in 1e9e6a92c60a 20:20:01 Removing intermediate container a90052434258 20:20:01 ---> 42456825d055 20:20:01 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:20:01 ---> Running in d8e24706ab87 20:20:02 Removing intermediate container 1e9e6a92c60a 20:20:02 ---> 5c1fc03dc1c6 20:20:02 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:20:02 Removing intermediate container d8e24706ab87 20:20:02 ---> 30bb9dbdae11 20:20:02 Step 20/22 : LABEL arch=arm64 20:20:02 ---> Running in ee82d453bd9b 20:20:02 ---> Running in 122848eb1087 20:20:03 Removing intermediate container ee82d453bd9b 20:20:03 ---> 67877bccf771 20:20:03 Step 23/23 : LABEL version=3.0.0-dev.137 20:20:03 ---> Running in 800ae0ad1e73 20:20:04 Removing intermediate container 122848eb1087 20:20:04 ---> 9e7dc927a3f8 20:20:04 Step 21/22 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:20:04 ---> Running in a8c08a34e157 20:20:05 Removing intermediate container 800ae0ad1e73 20:20:05 ---> f4eb3ef5893f 20:20:05 20:20:05 Removing intermediate container a8c08a34e157 20:20:05 ---> d2634eb2f507 20:20:05 Step 22/22 : LABEL version=3.0.0-dev.137 20:20:05 Successfully built f4eb3ef5893f 20:20:05 Successfully tagged security-proxy-auth-arm64:latest 20:20:05  Building security-proxy-auth ... done Building core-data 20:20:05 ---> Running in 2ae5b4d51a81 20:20:06 Removing intermediate container 2ae5b4d51a81 20:20:06 ---> 911361a6475f 20:20:06 20:20:06 Successfully built 911361a6475f 20:20:06 Successfully tagged security-proxy-setup-arm64:latest 20:20:06  Building security-proxy-setup ... done Building support-scheduler 20:20:09 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:20:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:20:09 ---> 97968b0c42ab 20:20:09 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:20:09 ---> Using cache 20:20:09 ---> 94609f56bfac 20:20:09 Step 4/23 : WORKDIR /edgex-go 20:20:09 ---> Using cache 20:20:09 ---> 3b61b0478ddf 20:20:09 Step 5/23 : RUN apk add --update --no-cache make git 20:20:09 ---> Using cache 20:20:09 ---> 26853274760c 20:20:09 Step 6/23 : COPY go.mod vendor* ./ 20:20:09 ---> Using cache 20:20:09 ---> eb316c8784e5 20:20:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:09 ---> Using cache 20:20:09 ---> c0035abe7072 20:20:09 Step 8/23 : COPY . . 20:20:10 ---> Using cache 20:20:10 ---> 8ba38ebac228 20:20:10 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:20:11 ---> Running in 2d4ee217f44b 20:20:11 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:20:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:20:11 ---> 97968b0c42ab 20:20:11 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:20:11 ---> Using cache 20:20:11 ---> 94609f56bfac 20:20:11 Step 4/23 : WORKDIR /edgex-go 20:20:11 ---> Using cache 20:20:11 ---> 3b61b0478ddf 20:20:11 Step 5/23 : RUN apk add --update --no-cache make git 20:20:11 ---> Using cache 20:20:11 ---> 26853274760c 20:20:11 Step 6/23 : COPY go.mod vendor* ./ 20:20:12 ---> Using cache 20:20:12 ---> eb316c8784e5 20:20:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:12 ---> Using cache 20:20:12 ---> c0035abe7072 20:20:12 Step 8/23 : COPY . . 20:20:12 ---> Using cache 20:20:12 ---> 8ba38ebac228 20:20:12 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:20:12 ---> Running in 14d690eb43a2 20:20:12 Removing intermediate container 19397a44a8dc 20:20:12 ---> 40e57a26bee2 20:20:12 20:20:12 Step 10/23 : FROM alpine:3.17 20:20:12 ---> 51e60588ff2c 20:20:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:20:12 ---> Using cache 20:20:12 ---> 265d8ea8aee9 20:20:12 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:20:12 ---> Using cache 20:20:12 ---> 1fd0108d45b6 20:20:12 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:12 ---> Using cache 20:20:12 ---> a190a50816b2 20:20:12 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:20:13 ---> Using cache 20:20:13 ---> 08ceaa9391e4 20:20:13 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:20:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:20:15 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:20:15 ---> b26f3e4026f6 20:20:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:20:16 ---> 2d95c2c91fd7 20:20:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:20:17 ---> 0c45a16973f4 20:20:17 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:20:17 ---> Running in 8e07c21f095b 20:20:20 Removing intermediate container 8e07c21f095b 20:20:20 ---> c590716d8d5e 20:20:20 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:20:20 ---> Running in 3da3e6cfc52f 20:20:20 Removing intermediate container 3da3e6cfc52f 20:20:20 ---> f449975f7c4a 20:20:20 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:20:21 ---> Running in e8e2e04d56a2 20:20:21 Removing intermediate container e8e2e04d56a2 20:20:21 ---> 24280cb87a05 20:20:21 Step 21/23 : LABEL arch=arm64 20:20:21 ---> Running in cb08e2015e65 20:20:22 Removing intermediate container cb08e2015e65 20:20:22 ---> 55a81dcc8a0c 20:20:22 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:20:22 ---> Running in 6f30373586b3 20:20:23 Removing intermediate container 6f30373586b3 20:20:23 ---> bf1ef5f98881 20:20:23 Step 23/23 : LABEL version=3.0.0-dev.137 20:20:24 ---> Running in 971cb307be02 20:20:25 Removing intermediate container 971cb307be02 20:20:25 ---> 989c41bb33ba 20:20:25 20:20:25 Successfully built 989c41bb33ba 20:20:25 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:20:25  Building core-common-config-bootstrapper ... done Building security-spire-agent 20:20:29 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:20:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:20:29 ---> 97968b0c42ab 20:20:29 Step 3/27 : WORKDIR /edgex-go 20:20:29 ---> Using cache 20:20:29 ---> a4c430f386be 20:20:29 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:20:29 ---> Running in 317ae98c9cac 20:20:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:20:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:20:33 OK: 263 MiB in 53 packages 20:20:35 Removing intermediate container 317ae98c9cac 20:20:35 ---> 462d15f068c4 20:20:35 Step 5/27 : COPY go.mod vendor* ./ 20:20:39 ---> b1423c37e168 20:20:39 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:39 ---> Running in a97876791d51 20:22:15 Removing intermediate container 512d7f35d498 20:22:15 ---> ab5be077b2e5 20:22:15 20:22:15 Step 9/20 : FROM alpine:3.17 20:22:15 ---> 51e60588ff2c 20:22:15 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:22:15 ---> Running in 4c62187681c2 20:22:15 Removing intermediate container 4c62187681c2 20:22:15 ---> 3932e9cf3c5b 20:22:15 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:22:15 ---> Running in 5ce09a6ae678 20:22:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:22:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:22:15 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:22:15 v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:22:15 OK: 17691 distinct packages available 20:22:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:22:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:22:15 (1/9) Installing ca-certificates (20220614-r4) 20:22:15 (2/9) Installing brotli-libs (1.0.9-r9) 20:22:15 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:22:15 (4/9) Installing libcurl (8.0.1-r0) 20:22:15 (5/9) Installing curl (8.0.1-r0) 20:22:15 (6/9) Installing dumb-init (1.2.5-r2) 20:22:15 (7/9) Installing musl-obstack (1.2.3-r0) 20:22:15 (8/9) Installing libucontext (1.2-r0) 20:22:15 (9/9) Installing gcompat (1.1.0-r0) 20:22:15 Executing busybox-1.35.0-r29.trigger 20:22:15 Executing ca-certificates-20220614-r4.trigger 20:22:16 OK: 11 MiB in 24 packages 20:22:19 Removing intermediate container 5ce09a6ae678 20:22:19 ---> c4e045f23be0 20:22:19 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:19 Removing intermediate container a97876791d51 20:22:19 ---> 9ccf7b56b923 20:22:19 Step 7/27 : COPY . . 20:22:20 ---> d71f04856715 20:22:20 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:22:21 ---> 9632e1a48314 20:22:21 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:22:26 ---> 9dcb660eb721 20:22:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:22:26 ---> b27a359c445d 20:22:26 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:22:26 ---> Running in f946e758beed 20:22:27 Removing intermediate container f946e758beed 20:22:27 ---> 3daacdbf4612 20:22:27 Step 9/27 : WORKDIR /edgex-go/spire-build 20:22:27 ---> Running in 5c00f731607b 20:22:27 ---> 9bbe6e5c28b0 20:22:27 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:22:27 ---> Running in fc552d022ca0 20:22:27 Removing intermediate container 5c00f731607b 20:22:27 ---> 451802f7d1a7 20:22:27 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:22:28 ---> Running in cb0e0382b189 20:22:28 Removing intermediate container fc552d022ca0 20:22:28 ---> 6b3ce4b64ce0 20:22:28 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:22:28 ---> Running in f4378b6d6e89 20:22:28 Removing intermediate container cb0e0382b189 20:22:28 ---> 0769da27e142 20:22:28 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:22:28 ---> Running in 97b5a3a5b384 20:22:29 Removing intermediate container f4378b6d6e89 20:22:29 ---> ba24b03a9378 20:22:29 Step 18/20 : LABEL arch=arm64 20:22:29 ---> Running in c645275a5b7e 20:22:30 Removing intermediate container c645275a5b7e 20:22:30 ---> 378fafbc3244 20:22:30 Step 19/20 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:22:30 ---> Running in 9f20f2eedd3b 20:22:31 Removing intermediate container 9f20f2eedd3b 20:22:31 ---> 0d07dc7e7c6e 20:22:31 Step 20/20 : LABEL version=3.0.0-dev.137 20:22:31 ---> Running in d8d01979d0cc 20:22:32 Removing intermediate container d8d01979d0cc 20:22:32 ---> aa368f7e6970 20:22:32 20:22:32 Successfully built aa368f7e6970 20:22:32 Successfully tagged security-spiffe-token-provider-arm64:latest 20:22:32 Building security-spire-config 20:22:32  Building security-spiffe-token-provider ... done Removing intermediate container 97b5a3a5b384 20:22:32 ---> 265a9629aa00 20:22:32 Step 12/27 : WORKDIR /edgex-go 20:22:32 ---> Running in 9c0c7ab918dd 20:22:33 Removing intermediate container 9c0c7ab918dd 20:22:33 ---> d8cdebe7b82f 20:22:33 20:22:33 Step 13/27 : FROM alpine:3.17 20:22:33 ---> 51e60588ff2c 20:22:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:22:33 ---> Running in 77cc68b8a811 20:22:33 Removing intermediate container 77cc68b8a811 20:22:33 ---> 8ec50f500790 20:22:33 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:22:33 ---> Running in 2011ac908e52 20:22:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:22:36 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:22:36 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:22:36 ---> 97968b0c42ab 20:22:36 Step 3/27 : WORKDIR /edgex-go 20:22:36 ---> Using cache 20:22:36 ---> a4c430f386be 20:22:36 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:22:36 ---> Using cache 20:22:36 ---> 462d15f068c4 20:22:36 Step 5/27 : COPY go.mod vendor* ./ 20:22:36 ---> Using cache 20:22:36 ---> b1423c37e168 20:22:36 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:36 ---> Using cache 20:22:36 ---> 9ccf7b56b923 20:22:36 Step 7/27 : COPY . . 20:22:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:22:37 ---> Using cache 20:22:37 ---> b27a359c445d 20:22:37 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:22:37 ---> Using cache 20:22:37 ---> 3daacdbf4612 20:22:37 Step 9/27 : WORKDIR /edgex-go/spire-build 20:22:37 ---> Using cache 20:22:37 ---> 451802f7d1a7 20:22:37 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:22:37 ---> Using cache 20:22:37 ---> 0769da27e142 20:22:37 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:22:37 ---> Using cache 20:22:37 ---> 265a9629aa00 20:22:37 Step 12/27 : WORKDIR /edgex-go 20:22:37 ---> Using cache 20:22:37 ---> d8cdebe7b82f 20:22:37 20:22:37 Step 13/27 : FROM alpine:3.17 20:22:37 ---> 51e60588ff2c 20:22:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:22:37 ---> Using cache 20:22:37 ---> 8ec50f500790 20:22:37 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:22:38 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:22:38 v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:22:38 OK: 17691 distinct packages available 20:22:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:22:38 ---> Running in 8f4a26d6fdfe 20:22:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:22:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:22:41 (1/5) Installing dumb-init (1.2.5-r2) 20:22:41 (2/5) Installing musl-obstack (1.2.3-r0) 20:22:41 (3/5) Installing libucontext (1.2-r0) 20:22:41 (4/5) Installing gcompat (1.1.0-r0) 20:22:41 (5/5) Installing openssl (3.0.8-r4) 20:22:41 Executing busybox-1.35.0-r29.trigger 20:22:41 OK: 9 MiB in 20 packages 20:22:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:22:43 Removing intermediate container 2011ac908e52 20:22:43 ---> b02dba89360f 20:22:43 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:43 v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:22:43 v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:22:43 OK: 17691 distinct packages available 20:22:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:22:44 ---> 238643973ddd 20:22:44 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:22:45 ---> 7c3b073028f8 20:22:45 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:22:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:22:46 (1/4) Installing dumb-init (1.2.5-r2) 20:22:46 (2/4) Installing musl-obstack (1.2.3-r0) 20:22:46 (3/4) Installing libucontext (1.2-r0) 20:22:46 (4/4) Installing gcompat (1.1.0-r0) 20:22:46 Executing busybox-1.35.0-r29.trigger 20:22:46 OK: 8 MiB in 19 packages 20:22:49 Removing intermediate container 8f4a26d6fdfe 20:22:49 ---> c536442f390e 20:22:49 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:49 ---> a3e4bb96c147 20:22:49 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:22:52 ---> bece3cbc9046 20:22:52 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:22:53 ---> 4d3db00c1dae 20:22:53 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:23:01 ---> f86c1e3c6aa9 20:23:01 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:23:05 ---> 3d88e57117c6 20:23:05 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:23:05 ---> 7df2adcc5bf6 20:23:05 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:23:06 ---> dae7c17e5501 20:23:06 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:23:06 ---> Running in fdb523d7264a 20:23:07 ---> 5c9a97f47e5f 20:23:07 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:23:07 Removing intermediate container fdb523d7264a 20:23:07 ---> dbdc8b343953 20:23:07 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:23:09 ---> 2286635cc1d3 20:23:09 Step 22/27 : WORKDIR / 20:23:09 ---> Running in 47240b5c4428 20:23:09 ---> 09f3f868b6f3 20:23:09 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:23:09 ---> Running in c0240862e978 20:23:10 Removing intermediate container 47240b5c4428 20:23:10 ---> d02765323873 20:23:10 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:23:10 Removing intermediate container c0240862e978 20:23:10 ---> 613079e5a0c1 20:23:10 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:23:10 ---> Running in 6db0bc68228f 20:23:10 ---> Running in e23973a5217f 20:23:10 Removing intermediate container 2aad59210577 20:23:10 ---> 0821917cdc6f 20:23:10 20:23:10 Step 10/23 : FROM alpine:3.17 20:23:10 ---> 51e60588ff2c 20:23:10 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:23:10 ---> Running in 9ae83ee1558e 20:23:11 Removing intermediate container 6db0bc68228f 20:23:11 ---> 8c8af8bb768f 20:23:11 Step 25/27 : LABEL arch=arm64 20:23:11 Removing intermediate container e23973a5217f 20:23:11 ---> 6da2a5983339 20:23:11 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:23:11 ---> Running in 1b461908fd25 20:23:11 ---> Running in cd291e13b380 20:23:12 Removing intermediate container 1b461908fd25 20:23:12 ---> 3036c1e8fd81 20:23:12 Step 25/27 : LABEL arch=arm64 20:23:12 ---> Running in 6d9ba353eafb 20:23:12 Removing intermediate container cd291e13b380 20:23:12 ---> dfdccda3d07a 20:23:12 Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:23:12 ---> Running in 0ba36eb71e39 20:23:13 Removing intermediate container 0ba36eb71e39 20:23:13 ---> 3141a64ba012 20:23:13 Step 27/27 : LABEL version=3.0.0-dev.137Removing intermediate container 6d9ba353eafb 20:23:13 20:23:13 ---> f8ba4203615f 20:23:13 Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:23:13 ---> Running in c757faae05dd 20:23:13 ---> Running in 88cbf8a38098 20:23:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:14 Removing intermediate container c757faae05dd 20:23:14 ---> 4c0f6b1e3389 20:23:14 Step 27/27 : LABEL version=3.0.0-dev.137 20:23:14 Removing intermediate container 88cbf8a38098 20:23:14 ---> 9f348e26aa82 20:23:14 20:23:14 ---> Running in 4a43a5c31a6d 20:23:14 Successfully built 9f348e26aa82 20:23:14 Successfully tagged security-spire-agent-arm64:latest 20:23:14 Building security-spire-server 20:23:14  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:14 Removing intermediate container 4a43a5c31a6d 20:23:14 ---> 7e9ae6dda52c 20:23:14 20:23:14 Successfully built 7e9ae6dda52c 20:23:14 Successfully tagged security-spire-config-arm64:latest 20:23:14  Building security-spire-config ... done Building security-bootstrapper 20:23:16 (1/2) Installing ca-certificates (20220614-r4) 20:23:16 (2/2) Installing dumb-init (1.2.5-r2) 20:23:16 Executing busybox-1.35.0-r29.trigger 20:23:16 Executing ca-certificates-20220614-r4.trigger 20:23:17 OK: 8 MiB in 17 packages 20:23:19 Removing intermediate container 9ae83ee1558e 20:23:19 ---> 0e1d6a24e0a6 20:23:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:23:19 ---> Running in 35cdaa938988 20:23:19 Removing intermediate container 35cdaa938988 20:23:19 ---> 288b79d0ddfa 20:23:19 Step 13/23 : ENV APP_PORT=59860 20:23:19 ---> Running in 93289e29f013 20:23:20 Removing intermediate container 93289e29f013 20:23:20 ---> f03dca0fdb26 20:23:20 Step 14/23 : EXPOSE $APP_PORT 20:23:20 ---> Running in 5c384a826efa 20:23:20 Removing intermediate container 5c384a826efa 20:23:20 ---> a22e354c6556 20:23:20 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:22 ---> 531830007f59 20:23:22 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:23:22 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:23:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:23:22 ---> 97968b0c42ab 20:23:22 Step 3/26 : WORKDIR /edgex-go 20:23:22 ---> Using cache 20:23:22 ---> a4c430f386be 20:23:22 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:23:22 ---> Using cache 20:23:22 ---> 462d15f068c4 20:23:22 Step 5/26 : COPY go.mod vendor* ./ 20:23:23 ---> Using cache 20:23:23 ---> b1423c37e168 20:23:23 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:23 ---> Using cache 20:23:23 ---> 9ccf7b56b923 20:23:23 Step 7/26 : COPY . . 20:23:23 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:23:23 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:23:23 ---> 97968b0c42ab 20:23:23 Step 3/33 : WORKDIR /edgex-go 20:23:23 ---> Using cache 20:23:23 ---> a4c430f386be 20:23:23 Step 4/33 : RUN apk add --update --no-cache make git 20:23:23 ---> Using cache 20:23:23 ---> c3dde2988d49 20:23:23 Step 5/33 : COPY go.mod vendor* ./ 20:23:23 ---> Using cache 20:23:23 ---> c67a9c5202b0 20:23:23 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:23 ---> Using cache 20:23:23 ---> 9ac12d1c6532 20:23:23 Step 7/33 : COPY . . 20:23:23 ---> Using cache 20:23:23 ---> b27a359c445d 20:23:23 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:23:23 ---> Using cache 20:23:23 ---> 3daacdbf4612 20:23:23 Step 9/26 : WORKDIR /edgex-go/spire-build 20:23:23 ---> Using cache 20:23:23 ---> 451802f7d1a7 20:23:23 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:23:23 ---> Using cache 20:23:23 ---> 0769da27e142 20:23:23 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:23:23 ---> Using cache 20:23:23 ---> cca2c32aa517 20:23:23 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:23:23 ---> bb0b8916ad87 20:23:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:23:23 ---> Running in aa41df6a0633 20:23:23 ---> Running in 8a8e25ba8ae7 20:23:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:23:28 Removing intermediate container aa41df6a0633 20:23:28 ---> a54b2e451f6a 20:23:28 Step 12/26 : WORKDIR /edgex-go 20:23:28 ---> Running in 3a60a454806d 20:23:28 ---> ce3542ec2600 20:23:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:23:28 Removing intermediate container 3a60a454806d 20:23:28 ---> 61c12a8d4ad3 20:23:28 20:23:28 Step 13/26 : FROM alpine:3.17 20:23:28 ---> 51e60588ff2c 20:23:28 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:23:28 ---> Using cache 20:23:28 ---> 8ec50f500790 20:23:28 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:23:28 ---> Using cache 20:23:28 ---> b02dba89360f 20:23:28 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:28 ---> Using cache 20:23:28 ---> 238643973ddd 20:23:28 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:23:28 ---> Using cache 20:23:28 ---> 7c3b073028f8 20:23:28 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:23:29 ---> 74c0810fd470 20:23:29 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:23:30 ---> Running in a05b79d29fea 20:23:31 Removing intermediate container a05b79d29fea 20:23:31 ---> 770aaafa4a84 20:23:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:23:31 ---> Running in 443444f3523a 20:23:32 Removing intermediate container 443444f3523a 20:23:32 ---> f6dcf1a239aa 20:23:32 Step 21/23 : LABEL arch=arm64 20:23:32 ---> Running in 3c1a18836893 20:23:33 Removing intermediate container 3c1a18836893 20:23:33 ---> b4214d64eb3c 20:23:33 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:23:33 ---> Running in 77ff9f054d18 20:23:34 Removing intermediate container 77ff9f054d18 20:23:34 ---> 076abe8c6d45 20:23:34 Step 23/23 : LABEL version=3.0.0-dev.137 20:23:34 ---> Running in 3e8666d5daa7 20:23:35 Removing intermediate container 3e8666d5daa7 20:23:35 ---> e9ea10dae799 20:23:35 20:23:35 Successfully built e9ea10dae799 20:23:35 ---> 8de2b914ee1b 20:23:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:23:35 Successfully tagged support-notifications-arm64:latest 20:23:35 Building security-secretstore-setup 20:23:36  Building support-notifications ... done  ---> 170156b32ddf 20:23:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:23:37 ---> 6fcece8b2f59 20:23:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:23:38 ---> 87aec4fd99af 20:23:38 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:23:38 ---> Running in 0b58e443174e 20:23:39 Removing intermediate container 0b58e443174e 20:23:39 ---> 7787a4faf131 20:23:39 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:23:39 ---> Running in 11522931eb93 20:23:40 Removing intermediate container 11522931eb93 20:23:40 ---> ffb25feba7b7 20:23:40 Step 24/26 : LABEL arch=arm64 20:23:40 ---> Running in 3e19ec177991 20:23:41 Removing intermediate container 3e19ec177991 20:23:41 ---> 6de686cdec85 20:23:41 Step 25/26 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:23:41 ---> Running in 087867649fe9 20:23:41 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:23:41 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:23:41 ---> 97968b0c42ab 20:23:41 Step 3/25 : WORKDIR /edgex-go 20:23:41 ---> Using cache 20:23:41 ---> a4c430f386be 20:23:41 Step 4/25 : RUN apk add --update --no-cache make git 20:23:41 ---> Using cache 20:23:41 ---> c3dde2988d49 20:23:41 Step 5/25 : COPY go.mod vendor* ./ 20:23:41 ---> Using cache 20:23:41 ---> c67a9c5202b0 20:23:41 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:41 ---> Using cache 20:23:41 ---> 9ac12d1c6532 20:23:41 Step 7/25 : COPY . . 20:23:41 ---> Using cache 20:23:41 ---> cca2c32aa517 20:23:41 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:23:43 ---> Running in c9cb288fe119 20:23:43 Removing intermediate container 087867649fe9 20:23:43 ---> 4906eef0c6c3 20:23:43 Step 26/26 : LABEL version=3.0.0-dev.137 20:23:44 ---> Running in c91119410a32 20:23:44 Removing intermediate container c91119410a32 20:23:44 ---> c0fe629445ba 20:23:44 20:23:45 Successfully built c0fe629445ba 20:23:45 Successfully tagged security-spire-server-arm64:latest 20:23:45 Building core-command 20:23:45  Building security-spire-server ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:23:48 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:23:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:23:48 ---> 97968b0c42ab 20:23:48 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:23:48 ---> Using cache 20:23:48 ---> 94609f56bfac 20:23:48 Step 4/24 : WORKDIR /edgex-go 20:23:48 ---> Using cache 20:23:48 ---> 3b61b0478ddf 20:23:48 Step 5/24 : RUN apk add --update --no-cache make git 20:23:48 ---> Using cache 20:23:48 ---> 26853274760c 20:23:48 Step 6/24 : COPY go.mod vendor* ./ 20:23:48 ---> Using cache 20:23:48 ---> eb316c8784e5 20:23:48 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:48 ---> Using cache 20:23:48 ---> c0035abe7072 20:23:48 Step 8/24 : COPY . . 20:23:48 ---> Using cache 20:23:48 ---> 8ba38ebac228 20:23:48 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:23:48 ---> Running in df8a604f9e28 20:23:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:27:27 Removing intermediate container 2d4ee217f44b 20:27:27 ---> 6aa4c223c557 20:27:27 20:27:27 Step 10/23 : FROM alpine:3.17 20:27:27 ---> 51e60588ff2c 20:27:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:27:27 ---> Running in 2ab8e8f6bcc5 20:27:27 Removing intermediate container 2ab8e8f6bcc5 20:27:27 ---> 3f1ad1f3ae80 20:27:27 Step 12/23 : ENV APP_PORT=59880 20:27:27 ---> Running in 865740da9930 20:27:27 Removing intermediate container 865740da9930 20:27:27 ---> fb69079b32ae 20:27:27 Step 13/23 : EXPOSE $APP_PORT 20:27:27 ---> Running in 05400a84684e 20:27:27 Removing intermediate container 05400a84684e 20:27:27 ---> 46e9ac917a22 20:27:27 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:27:27 ---> Running in 089059721e5f 20:27:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:27:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:27:27 (1/1) Installing dumb-init (1.2.5-r2) 20:27:27 Executing busybox-1.35.0-r29.trigger 20:27:27 OK: 8 MiB in 16 packages 20:27:30 Removing intermediate container 089059721e5f 20:27:30 ---> 51be3f502bf8 20:27:30 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:31 ---> 01201971a780 20:27:31 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:27:32 ---> bddf25092f35 20:27:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:27:34 ---> 07b7325f2c65 20:27:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:27:34 ---> 5e2a0140f416 20:27:34 Step 19/23 : ENTRYPOINT ["/core-data"] 20:27:34 ---> Running in 6b7a3c972eac 20:27:35 Removing intermediate container 6b7a3c972eac 20:27:35 ---> 2ca60af3ea8e 20:27:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:27:35 ---> Running in d1ab07cf065d 20:27:36 Removing intermediate container d1ab07cf065d 20:27:36 ---> 05542d722474 20:27:36 Step 21/23 : LABEL arch=arm64 20:27:36 ---> Running in b40d070a31df 20:27:36 Removing intermediate container b40d070a31df 20:27:36 ---> aa065e51443a 20:27:36 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:27:36 ---> Running in 2292ab4f1202 20:27:37 Removing intermediate container 2292ab4f1202 20:27:37 ---> 7e6c7fb12d0a 20:27:37 Step 23/23 : LABEL version=3.0.0-dev.137 20:27:37 ---> Running in 5a7949764039 20:27:38 Removing intermediate container 5a7949764039 20:27:38 ---> 5ac662897eec 20:27:38 20:27:38 Successfully built 5ac662897eec 20:27:38 Successfully tagged core-data-arm64:latest 20:27:38  Building core-data ... done Building core-metadata 20:27:41 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:27:41 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:27:41 ---> 97968b0c42ab 20:27:41 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:27:41 ---> Using cache 20:27:41 ---> 94609f56bfac 20:27:41 Step 4/25 : WORKDIR /edgex-go 20:27:41 ---> Using cache 20:27:41 ---> 3b61b0478ddf 20:27:41 Step 5/25 : RUN apk add --update --no-cache make git 20:27:41 ---> Using cache 20:27:41 ---> 26853274760c 20:27:41 Step 6/25 : COPY go.mod vendor* ./ 20:27:41 ---> Using cache 20:27:41 ---> eb316c8784e5 20:27:41 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:27:41 ---> Using cache 20:27:41 ---> c0035abe7072 20:27:41 Step 8/25 : COPY . . 20:27:41 ---> Using cache 20:27:41 ---> 8ba38ebac228 20:27:41 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:27:42 ---> Running in a7a9d00da2e3 20:27:44 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:30:21 Removing intermediate container 14d690eb43a2 20:30:21 ---> dcacd49a251d 20:30:21 20:30:21 Step 10/23 : FROM alpine:3.17 20:30:21 ---> 51e60588ff2c 20:30:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:30:21 ---> Running in e56213248491 20:30:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:30:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:30:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:30:21 Removing intermediate container 8a8e25ba8ae7 20:30:21 ---> aec5e5a6a2fb 20:30:21 20:30:21 Step 9/33 : FROM alpine:3.17 20:30:21 ---> 51e60588ff2c 20:30:21 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:30:21 ---> Using cache 20:30:21 ---> 3932e9cf3c5b 20:30:21 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:30:21 ---> Running in fb1de7a32a52 20:30:21 (1/1) Installing dumb-init (1.2.5-r2) 20:30:21 Executing busybox-1.35.0-r29.trigger 20:30:21 OK: 8 MiB in 16 packages 20:30:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:30:21 Removing intermediate container e56213248491 20:30:21 ---> 9f50d124097f 20:30:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:30:21 ---> Running in ead9c7d7f902 20:30:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:30:21 Removing intermediate container ead9c7d7f902 20:30:21 ---> f7479df11a59 20:30:21 Step 13/23 : ENV APP_PORT=59861 20:30:21 ---> Running in 754c14e1f3fc 20:30:21 Removing intermediate container 754c14e1f3fc 20:30:21 ---> 4c89ffdcc36f 20:30:21 Step 14/23 : EXPOSE $APP_PORT 20:30:21 ---> Running in 9882290d04c4 20:30:21 Removing intermediate container 9882290d04c4 20:30:21 ---> faace7f15746 20:30:21 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:21 (1/2) Installing dumb-init (1.2.5-r2) 20:30:21 (2/2) Installing su-exec (0.2-r2) 20:30:21 Executing busybox-1.35.0-r29.trigger 20:30:21 OK: 8 MiB in 17 packages 20:30:22 ---> 6dedaa96e1e8 20:30:22 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:30:25 ---> e5377c601ada 20:30:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:30:25 Removing intermediate container fb1de7a32a52 20:30:25 ---> a83fbd6b0571 20:30:25 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:30:26 ---> Running in a0d9774344bd 20:30:27 Removing intermediate container a0d9774344bd 20:30:27 ---> b340811c9666 20:30:27 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:30:27 ---> Running in 1b87766ea79f 20:30:28 Removing intermediate container 1b87766ea79f 20:30:28 ---> 73573e804c62 20:30:28 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:30:28 ---> Running in 691510e4e12c 20:30:29 Removing intermediate container 691510e4e12c 20:30:29 ---> 89c4bd2b03bb 20:30:29 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:30:29 ---> Running in 278187b6f9cd 20:30:31 Removing intermediate container 278187b6f9cd 20:30:31 ---> 73136977a049 20:30:31 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:30:31 ---> Running in 48a54a1db357 20:30:31 ---> ee81deedbdae 20:30:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:30:33 ---> 0ce2c197a00d 20:30:33 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:30:33 ---> Running in c7f79a6b7bee 20:30:35 Removing intermediate container c7f79a6b7bee 20:30:35 ---> 0abdb1449dca 20:30:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:30:35 ---> Running in 6fb3f5c13c65 20:30:35 Removing intermediate container 48a54a1db357 20:30:35 ---> b8dd9e09bbb8 20:30:35 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:30:36 ---> Running in bb58838ac942 20:30:40 Removing intermediate container 6fb3f5c13c65 20:30:40 ---> 59b096fd2d56 20:30:40 Step 21/23 : LABEL arch=arm64 20:30:40 Removing intermediate container bb58838ac942 20:30:40 ---> 61e1f21149e0 20:30:40 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:30:40 ---> Running in e03fa2da91b6 20:30:41 Removing intermediate container e03fa2da91b6 20:30:41 ---> f00829ec35f5 20:30:41 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:30:41 ---> Running in 16961d9184a2 20:30:41 Removing intermediate container c9cb288fe119 20:30:41 ---> ad641bb0598a 20:30:41 20:30:41 Step 9/25 : FROM alpine:3.17 20:30:41 ---> 51e60588ff2c 20:30:41 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:30:41 ---> ff1ed6078de8 20:30:41 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:30:41 ---> Running in 99a36d230990 20:30:42 ---> Running in 3a50da68993f 20:30:42 Removing intermediate container 16961d9184a2 20:30:42 ---> f1d3f4249a1c 20:30:42 Step 23/23 : LABEL version=3.0.0-dev.137 20:30:43 ---> Running in f87f344022af 20:30:43 Removing intermediate container f87f344022af 20:30:43 ---> 61d78bbeaa31 20:30:43 20:30:43 Successfully built 61d78bbeaa31 20:30:43 Successfully tagged support-scheduler-arm64:latest 20:30:44  Building support-scheduler ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:30:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:30:46 Removing intermediate container 3a50da68993f 20:30:46 ---> 9159ebffa9b1 20:30:46 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:47 (1/3) Installing ca-certificates (20220614-r4) 20:30:47 (2/3) Installing dumb-init (1.2.5-r2) 20:30:47 ---> 7cb5683941b4 20:30:47 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:30:47 (3/3) Installing su-exec (0.2-r2) 20:30:47 Executing busybox-1.35.0-r29.trigger 20:30:47 Executing ca-certificates-20220614-r4.trigger 20:30:47 OK: 8 MiB in 18 packages 20:30:48 ---> 9f5b780d4b4c 20:30:48 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:30:50 Removing intermediate container 99a36d230990 20:30:50 ---> 437c796a34b3 20:30:50 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:30:53 ---> Running in e4b88b395a59 20:30:53 ---> d1d96a69ed84 20:30:53 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:30:53 Removing intermediate container e4b88b395a59 20:30:53 ---> 65495ec54765 20:30:53 Step 12/25 : WORKDIR / 20:30:53 ---> Running in 20febdf6bf20 20:30:54 ---> ac5b56b2baa3 20:30:54 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:30:54 Removing intermediate container 20febdf6bf20 20:30:54 ---> 76273a1dc47c 20:30:54 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:55 ---> d6c130adbea1 20:30:55 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:30:56 ---> d0dd85bf24aa 20:30:56 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:30:57 ---> 74e93b8ab44b 20:30:57 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:30:58 ---> 337fead9db2b 20:30:58 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:30:59 ---> 1c2c33bcb9c6 20:30:59 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:31:00 ---> 5e88f4bd66b5 20:31:00 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:31:00 ---> d36c7c661c2d 20:31:00 Step 28/33 : RUN chmod +x /entrypoint.sh 20:31:01 ---> Running in 13d042bd5b7a 20:31:03 ---> c8e4b8d4800b 20:31:03 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:31:07 ---> 0b838a6472fe 20:31:07 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:31:07 Removing intermediate container 13d042bd5b7a 20:31:07 ---> d5b05902c75f 20:31:07 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:31:08 ---> Running in 3d3963283a18 20:31:09 Removing intermediate container 3d3963283a18 20:31:09 ---> 2456ca95b67e 20:31:09 Step 30/33 : CMD ["gate"] 20:31:09 ---> Running in a76d1c6b42b4 20:31:10 Removing intermediate container a76d1c6b42b4 20:31:10 ---> b816f8e4a0f7 20:31:10 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:31:10 ---> 6296acfc5f07 20:31:10 Step 31/33 : LABEL arch=arm64 20:31:10 ---> Running in d23d1362c9d3 20:31:11 Removing intermediate container d23d1362c9d3 20:31:11 ---> b8540744bd87 20:31:11 Step 32/33 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:31:11 ---> Running in 4022cdd0350a 20:31:12 Removing intermediate container df8a604f9e28 20:31:12 ---> 7841847ff1e2 20:31:12 20:31:12 Step 10/24 : FROM alpine:3.17 20:31:12 ---> 51e60588ff2c 20:31:12 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:31:12 ---> Using cache 20:31:12 ---> 9f50d124097f 20:31:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:31:12 ---> Using cache 20:31:12 ---> f7479df11a59 20:31:12 Step 13/24 : ENV APP_PORT=59882 20:31:12 Removing intermediate container 4022cdd0350a 20:31:12 ---> 0fe37fefc567 20:31:12 Step 33/33 : LABEL version=3.0.0-dev.137 20:31:12 ---> Running in b62b3640967c 20:31:13 ---> Running in 8f0f4a031329 20:31:13 ---> 80b6d187692d 20:31:13 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:31:14 Removing intermediate container b62b3640967c 20:31:14 ---> 8204b1c9ad35 20:31:14 Step 14/24 : EXPOSE $APP_PORT 20:31:14 Removing intermediate container 8f0f4a031329 20:31:14 ---> 9a6a2d91523f 20:31:14 20:31:14 ---> Running in 07284fac1231 20:31:14 Successfully built 9a6a2d91523f 20:31:14 Successfully tagged security-bootstrapper-arm64:latest 20:31:14  Building security-bootstrapper ... done Removing intermediate container 07284fac1231 20:31:14 ---> af39385b0250 20:31:14 Step 15/24 : WORKDIR / 20:31:14 ---> bae3b07f2efa 20:31:14 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:31:14 ---> Running in 8de777ab473e 20:31:15 ---> Running in ed5d75b548ce 20:31:16 Removing intermediate container 8de777ab473e 20:31:16 ---> 16f93e022888 20:31:16 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:17 ---> b43f41c0314d 20:31:17 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:31:18 ---> 5bb27688a2d8 20:31:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:31:19 Removing intermediate container ed5d75b548ce 20:31:19 ---> 60c59f7c8e45 20:31:19 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:31:19 ---> Running in 56e825336cb2 20:31:20 Removing intermediate container 56e825336cb2 20:31:20 ---> 946e1a46b581 20:31:20 Step 23/25 : LABEL arch=arm64 20:31:20 ---> Running in 3d357000bd4d 20:31:21 ---> 8161c0f737fe 20:31:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:31:21 Removing intermediate container 3d357000bd4d 20:31:21 ---> 0789f01e56de 20:31:21 Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:31:21 ---> Running in ee3f23649551 20:31:22 Removing intermediate container ee3f23649551 20:31:22 ---> 185dad8fc542 20:31:22 Step 25/25 : LABEL version=3.0.0-dev.137 20:31:22 ---> Running in 02aaa6d6e04f 20:31:22 ---> 1bc4e86cf979 20:31:22 Step 20/24 : ENTRYPOINT ["/core-command"] 20:31:22 ---> Running in 41501505485b 20:31:23 Removing intermediate container 02aaa6d6e04f 20:31:23 ---> e17d52bdca11 20:31:23 20:31:23 Successfully built e17d52bdca11 20:31:23 Successfully tagged security-secretstore-setup-arm64:latest 20:31:23  Building security-secretstore-setup ... done Removing intermediate container 41501505485b 20:31:23 ---> 18daebf76014 20:31:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:31:23 ---> Running in e77d528fff83 20:31:24 Removing intermediate container e77d528fff83 20:31:24 ---> a9829da7f61b 20:31:24 Step 22/24 : LABEL arch=arm64 20:31:24 ---> Running in f27b23763df1 20:31:24 Removing intermediate container f27b23763df1 20:31:24 ---> 9c9385edb62b 20:31:24 Step 23/24 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:31:24 ---> Running in 3eeedeab4e39 20:31:25 Removing intermediate container 3eeedeab4e39 20:31:25 ---> 43490549493e 20:31:25 Step 24/24 : LABEL version=3.0.0-dev.137 20:31:25 ---> Running in 2d0895ed4e94 20:31:25 Removing intermediate container 2d0895ed4e94 20:31:25 ---> e7564e8cefcb 20:31:25 20:31:26 Successfully built e7564e8cefcb 20:31:26 Successfully tagged core-command-arm64:latest 20:32:12  Building core-command ... done Removing intermediate container a7a9d00da2e3 20:32:12 ---> 53ac340ed5a7 20:32:12 20:32:12 Step 10/25 : FROM alpine:3.17 20:32:12 ---> 51e60588ff2c 20:32:12 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:32:12 ---> Using cache 20:32:12 ---> 9f50d124097f 20:32:12 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:32:12 ---> Using cache 20:32:12 ---> f7479df11a59 20:32:12 Step 13/25 : ENV APP_PORT=59881 20:32:12 ---> Running in 4dc49d31647e 20:32:12 Removing intermediate container 4dc49d31647e 20:32:12 ---> 8affed907875 20:32:12 Step 14/25 : EXPOSE $APP_PORT 20:32:12 ---> Running in c91c0ba0553c 20:32:12 Removing intermediate container c91c0ba0553c 20:32:12 ---> 8a84ff6d19a3 20:32:12 Step 15/25 : WORKDIR / 20:32:12 ---> Running in ee748bed38fe 20:32:12 Removing intermediate container ee748bed38fe 20:32:12 ---> 772d84ef4132 20:32:12 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:12 ---> 58a50f24e3ee 20:32:12 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:32:12 ---> 80e607d41023 20:32:12 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:32:12 ---> a1052f137cfb 20:32:12 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:32:12 ---> 6f2fad3b620d 20:32:12 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:32:12 ---> 207863338e5f 20:32:12 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:32:12 ---> Running in 8af38d5f570c 20:32:12 Removing intermediate container 8af38d5f570c 20:32:12 ---> e320bf82cc74 20:32:12 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:32:12 ---> Running in 1c3403cb9937 20:32:12 Removing intermediate container 1c3403cb9937 20:32:12 ---> 59a8cdcdc7e5 20:32:12 Step 23/25 : LABEL arch=arm64 20:32:12 ---> Running in 2b0380cc3d25 20:32:12 Removing intermediate container 2b0380cc3d25 20:32:12 ---> c727e37ac352 20:32:12 Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:12 ---> Running in 1baaf1dae440 20:32:12 Removing intermediate container 1baaf1dae440 20:32:12 ---> c9d35ce58c33 20:32:12 Step 25/25 : LABEL version=3.0.0-dev.137 20:32:12 ---> Running in 4f39a0de20ab 20:32:12 Removing intermediate container 4f39a0de20ab 20:32:12 ---> c1db3a48b4ff 20:32:12 20:32:12 Successfully built c1db3a48b4ff 20:32:12 Successfully tagged core-metadata-arm64:latest 20:32:12  Building core-metadata ... done  [Pipeline] } 20:32:12 $ docker stop --time=1 4a512111f47f342f0c0b352c79fe4e8339231bec1ad87e64fb2a982ba825d54e 20:32:14 $ docker rm -f --volumes 4a512111f47f342f0c0b352c79fe4e8339231bec1ad87e64fb2a982ba825d54e [Pipeline] // withDockerContainer [Pipeline] sh 20:32:15 + docker images 20:32:15 REPOSITORY TAG IMAGE ID CREATED SIZE 20:32:15 core-metadata-arm64 latest c1db3a48b4ff 3 seconds ago 20.2MB 20:32:15 53ac340ed5a7 11 seconds ago 1.33GB 20:32:15 core-command-arm64 latest e7564e8cefcb 50 seconds ago 19.7MB 20:32:15 security-secretstore-setup-arm64 latest e17d52bdca11 53 seconds ago 32.2MB 20:32:15 security-bootstrapper-arm64 latest 9a6a2d91523f About a minute ago 21.9MB 20:32:15 7841847ff1e2 About a minute ago 1.32GB 20:32:15 support-scheduler-arm64 latest 61d78bbeaa31 About a minute ago 31.5MB 20:32:15 ad641bb0598a About a minute ago 1.31GB 20:32:15 aec5e5a6a2fb 2 minutes ago 1.31GB 20:32:15 dcacd49a251d 2 minutes ago 1.39GB 20:32:15 core-data-arm64 latest 5ac662897eec 4 minutes ago 19.9MB 20:32:15 6aa4c223c557 4 minutes ago 1.33GB 20:32:15 security-spire-server-arm64 latest c0fe629445ba 8 minutes ago 87.1MB 20:32:15 support-notifications-arm64 latest e9ea10dae799 8 minutes ago 32.2MB 20:32:15 61c12a8d4ad3 8 minutes ago 1.18GB 20:32:15 security-spire-config-arm64 latest 7e9ae6dda52c 9 minutes ago 86.2MB 20:32:15 security-spire-agent-arm64 latest 9f348e26aa82 9 minutes ago 125MB 20:32:15 0821917cdc6f 9 minutes ago 1.39GB 20:32:15 d8cdebe7b82f 9 minutes ago 1.18GB 20:32:15 security-spiffe-token-provider-arm64 latest aa368f7e6970 9 minutes ago 32.7MB 20:32:15 ab5be077b2e5 10 minutes ago 1.36GB 20:32:15 core-common-config-bootstrapper-arm64 latest 989c41bb33ba 11 minutes ago 17.2MB 20:32:15 40e57a26bee2 12 minutes ago 1.31GB 20:32:15 security-proxy-setup-arm64 latest 911361a6475f 12 minutes ago 18.7MB 20:32:15 security-proxy-auth-arm64 latest f4eb3ef5893f 12 minutes ago 18.3MB 20:32:15 d70a452001ea 12 minutes ago 1.3GB 20:32:15 eab704e9ab9c 12 minutes ago 1.3GB 20:32:15 ci-base-image-arm64 latest 97968b0c42ab 22 minutes ago 866MB 20:32:15 alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB 20:32:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 6 weeks ago 648MB 20:32:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:32:15 provisioning config files... 20:32:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/499@tmp/config3746331212535785138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:32:15 ---> docker-login.sh 20:32:15 nexus3.edgexfoundry.org:10001 20:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:16 Configure a credential helper to remove this warning. See 20:32:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:16 20:32:16 Login Succeeded 20:32:16 nexus3.edgexfoundry.org:10002 20:32:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:16 Configure a credential helper to remove this warning. See 20:32:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:16 20:32:16 Login Succeeded 20:32:16 nexus3.edgexfoundry.org:10003 20:32:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:16 Configure a credential helper to remove this warning. See 20:32:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:16 20:32:16 Login Succeeded 20:32:16 nexus3.edgexfoundry.org:10004 20:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:17 Configure a credential helper to remove this warning. See 20:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:17 20:32:17 Login Succeeded 20:32:17 docker.io 20:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:17 Configure a credential helper to remove this warning. See 20:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:17 20:32:17 Login Succeeded 20:32:17 ---> docker-login.sh ends [Pipeline] } 20:32:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:32:18 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 20:32:18 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:18 latest 20:32:18 3.0.0-dev.137 20:32:18 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:18 main 20:32:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:32:18 30b7b49c4b20: Preparing 20:32:18 1012df81ee0f: Preparing 20:32:18 8b1177690205: Preparing 20:32:18 ba4fd65b5bb2: Preparing 20:32:18 c24fd071330f: Preparing 20:32:18 26cbea5cba74: Preparing 20:32:18 26cbea5cba74: Waiting 20:32:19 30b7b49c4b20: Pushed 20:32:19 c24fd071330f: Pushed 20:32:19 ba4fd65b5bb2: Pushed 20:32:19 8b1177690205: Pushed 20:32:19 26cbea5cba74: Layer already exists 20:32:22 1012df81ee0f: Pushed 20:32:22 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 20:32:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:32:23 30b7b49c4b20: Preparing 20:32:23 1012df81ee0f: Preparing 20:32:23 8b1177690205: Preparing 20:32:23 ba4fd65b5bb2: Preparing 20:32:23 c24fd071330f: Preparing 20:32:23 26cbea5cba74: Preparing 20:32:23 26cbea5cba74: Waiting 20:32:23 30b7b49c4b20: Layer already exists 20:32:23 ba4fd65b5bb2: Layer already exists 20:32:23 8b1177690205: Layer already exists 20:32:23 1012df81ee0f: Layer already exists 20:32:23 c24fd071330f: Layer already exists 20:32:23 26cbea5cba74: Layer already exists 20:32:23 latest: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.137 20:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:32:24 30b7b49c4b20: Preparing 20:32:24 1012df81ee0f: Preparing 20:32:24 8b1177690205: Preparing 20:32:24 ba4fd65b5bb2: Preparing 20:32:24 c24fd071330f: Preparing 20:32:24 26cbea5cba74: Preparing 20:32:24 26cbea5cba74: Waiting 20:32:24 1012df81ee0f: Layer already exists 20:32:24 ba4fd65b5bb2: Layer already exists 20:32:24 8b1177690205: Layer already exists 20:32:24 c24fd071330f: Layer already exists 20:32:24 30b7b49c4b20: Layer already exists 20:32:24 26cbea5cba74: Layer already exists 20:32:24 3.0.0-dev.137: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:32:25 30b7b49c4b20: Preparing 20:32:25 1012df81ee0f: Preparing 20:32:25 8b1177690205: Preparing 20:32:25 ba4fd65b5bb2: Preparing 20:32:25 c24fd071330f: Preparing 20:32:25 26cbea5cba74: Preparing 20:32:25 26cbea5cba74: Waiting 20:32:25 30b7b49c4b20: Layer already exists 20:32:25 8b1177690205: Layer already exists 20:32:25 c24fd071330f: Layer already exists 20:32:25 ba4fd65b5bb2: Layer already exists 20:32:25 1012df81ee0f: Layer already exists 20:32:25 26cbea5cba74: Layer already exists 20:32:25 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 20:32:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:32:26 30b7b49c4b20: Preparing 20:32:26 1012df81ee0f: Preparing 20:32:26 8b1177690205: Preparing 20:32:26 ba4fd65b5bb2: Preparing 20:32:26 c24fd071330f: Preparing 20:32:26 26cbea5cba74: Preparing 20:32:26 30b7b49c4b20: Layer already exists 20:32:26 8b1177690205: Layer already exists 20:32:26 ba4fd65b5bb2: Layer already exists 20:32:26 1012df81ee0f: Layer already exists 20:32:26 c24fd071330f: Layer already exists 20:32:26 26cbea5cba74: Layer already exists 20:32:26 main: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:26 ===================================================== [Pipeline] echo 20:32:26 taggedImages: 20:32:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 20:32:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.137 20:32:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 20:32:26 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 20:32:26 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:26 latest 20:32:26 3.0.0-dev.137 20:32:26 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:26 main 20:32:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:26 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 20:32:27 3a6fdf71f5ae: Preparing 20:32:27 b9d92f9551cb: Preparing 20:32:27 be00214d8d44: Preparing 20:32:27 572de148e902: Preparing 20:32:27 8b1177690205: Preparing 20:32:27 ba4fd65b5bb2: Preparing 20:32:27 8c3395280b9e: Preparing 20:32:27 26cbea5cba74: Preparing 20:32:27 ba4fd65b5bb2: Waiting 20:32:27 8c3395280b9e: Waiting 20:32:27 26cbea5cba74: Waiting 20:32:27 8b1177690205: Layer already exists 20:32:27 ba4fd65b5bb2: Layer already exists 20:32:27 3a6fdf71f5ae: Pushed 20:32:27 be00214d8d44: Pushed 20:32:27 b9d92f9551cb: Pushed 20:32:27 26cbea5cba74: Layer already exists 20:32:27 8c3395280b9e: Pushed 20:32:29 572de148e902: Pushed 20:32:29 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:30 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 20:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 20:32:30 3a6fdf71f5ae: Preparing 20:32:30 b9d92f9551cb: Preparing 20:32:30 be00214d8d44: Preparing 20:32:30 572de148e902: Preparing 20:32:30 8b1177690205: Preparing 20:32:30 ba4fd65b5bb2: Preparing 20:32:30 8c3395280b9e: Preparing 20:32:30 26cbea5cba74: Preparing 20:32:30 26cbea5cba74: Waiting 20:32:30 ba4fd65b5bb2: Waiting 20:32:30 8c3395280b9e: Waiting 20:32:30 8b1177690205: Layer already exists 20:32:30 572de148e902: Layer already exists 20:32:30 be00214d8d44: Layer already exists 20:32:30 3a6fdf71f5ae: Layer already exists 20:32:30 b9d92f9551cb: Layer already exists 20:32:30 8c3395280b9e: Layer already exists 20:32:30 ba4fd65b5bb2: Layer already exists 20:32:30 26cbea5cba74: Layer already exists 20:32:30 latest: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.137 20:32:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 20:32:31 3a6fdf71f5ae: Preparing 20:32:31 b9d92f9551cb: Preparing 20:32:31 be00214d8d44: Preparing 20:32:31 572de148e902: Preparing 20:32:31 8b1177690205: Preparing 20:32:31 ba4fd65b5bb2: Preparing 20:32:31 8c3395280b9e: Preparing 20:32:31 26cbea5cba74: Preparing 20:32:31 ba4fd65b5bb2: Waiting 20:32:31 8c3395280b9e: Waiting 20:32:31 26cbea5cba74: Waiting 20:32:31 be00214d8d44: Layer already exists 20:32:31 572de148e902: Layer already exists 20:32:31 b9d92f9551cb: Layer already exists 20:32:31 8b1177690205: Layer already exists 20:32:31 3a6fdf71f5ae: Layer already exists 20:32:31 26cbea5cba74: Layer already exists 20:32:31 8c3395280b9e: Layer already exists 20:32:31 ba4fd65b5bb2: Layer already exists 20:32:31 3.0.0-dev.137: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 20:32:32 3a6fdf71f5ae: Preparing 20:32:32 b9d92f9551cb: Preparing 20:32:32 be00214d8d44: Preparing 20:32:32 572de148e902: Preparing 20:32:32 8b1177690205: Preparing 20:32:32 ba4fd65b5bb2: Preparing 20:32:32 8c3395280b9e: Preparing 20:32:32 26cbea5cba74: Preparing 20:32:32 ba4fd65b5bb2: Waiting 20:32:32 8c3395280b9e: Waiting 20:32:32 26cbea5cba74: Waiting 20:32:32 572de148e902: Layer already exists 20:32:32 3a6fdf71f5ae: Layer already exists 20:32:32 be00214d8d44: Layer already exists 20:32:32 8b1177690205: Layer already exists 20:32:32 b9d92f9551cb: Layer already exists 20:32:32 ba4fd65b5bb2: Layer already exists 20:32:32 8c3395280b9e: Layer already exists 20:32:32 26cbea5cba74: Layer already exists 20:32:32 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 20:32:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 20:32:33 3a6fdf71f5ae: Preparing 20:32:33 b9d92f9551cb: Preparing 20:32:33 be00214d8d44: Preparing 20:32:33 572de148e902: Preparing 20:32:33 8b1177690205: Preparing 20:32:33 ba4fd65b5bb2: Preparing 20:32:33 8c3395280b9e: Preparing 20:32:33 26cbea5cba74: Preparing 20:32:33 ba4fd65b5bb2: Waiting 20:32:33 8c3395280b9e: Waiting 20:32:33 26cbea5cba74: Waiting 20:32:33 be00214d8d44: Layer already exists 20:32:33 b9d92f9551cb: Layer already exists 20:32:33 3a6fdf71f5ae: Layer already exists 20:32:33 8b1177690205: Layer already exists 20:32:33 572de148e902: Layer already exists 20:32:33 ba4fd65b5bb2: Layer already exists 20:32:33 8c3395280b9e: Layer already exists 20:32:33 26cbea5cba74: Layer already exists 20:32:33 main: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:33 ===================================================== [Pipeline] echo 20:32:33 taggedImages: 20:32:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 20:32:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.137 20:32:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 20:32:33 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 20:32:33 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:33 latest 20:32:33 3.0.0-dev.137 20:32:33 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:33 main 20:32:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:32:34 221f559358e9: Preparing 20:32:34 0c4e9a5b537e: Preparing 20:32:34 8b1177690205: Preparing 20:32:34 ba4fd65b5bb2: Preparing 20:32:34 0722caeee706: Preparing 20:32:34 26cbea5cba74: Preparing 20:32:34 26cbea5cba74: Waiting 20:32:34 ba4fd65b5bb2: Layer already exists 20:32:34 8b1177690205: Layer already exists 20:32:34 26cbea5cba74: Layer already exists 20:32:34 221f559358e9: Pushed 20:32:34 0722caeee706: Pushed 20:32:38 0c4e9a5b537e: Pushed 20:32:38 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:38 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 20:32:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:32:38 221f559358e9: Preparing 20:32:38 0c4e9a5b537e: Preparing 20:32:38 8b1177690205: Preparing 20:32:38 ba4fd65b5bb2: Preparing 20:32:38 0722caeee706: Preparing 20:32:38 26cbea5cba74: Preparing 20:32:38 26cbea5cba74: Waiting 20:32:38 0c4e9a5b537e: Layer already exists 20:32:38 0722caeee706: Layer already exists 20:32:38 ba4fd65b5bb2: Layer already exists 20:32:38 221f559358e9: Layer already exists 20:32:38 8b1177690205: Layer already exists 20:32:38 26cbea5cba74: Layer already exists 20:32:39 latest: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.137 20:32:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:32:39 221f559358e9: Preparing 20:32:39 0c4e9a5b537e: Preparing 20:32:39 8b1177690205: Preparing 20:32:39 ba4fd65b5bb2: Preparing 20:32:39 0722caeee706: Preparing 20:32:39 26cbea5cba74: Preparing 20:32:39 26cbea5cba74: Waiting 20:32:39 ba4fd65b5bb2: Layer already exists 20:32:39 0c4e9a5b537e: Layer already exists 20:32:39 8b1177690205: Layer already exists 20:32:39 221f559358e9: Layer already exists 20:32:39 0722caeee706: Layer already exists 20:32:39 26cbea5cba74: Layer already exists 20:32:40 3.0.0-dev.137: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:32:40 221f559358e9: Preparing 20:32:40 0c4e9a5b537e: Preparing 20:32:40 8b1177690205: Preparing 20:32:40 ba4fd65b5bb2: Preparing 20:32:40 0722caeee706: Preparing 20:32:40 26cbea5cba74: Preparing 20:32:40 26cbea5cba74: Waiting 20:32:40 0c4e9a5b537e: Layer already exists 20:32:40 0722caeee706: Layer already exists 20:32:40 8b1177690205: Layer already exists 20:32:40 221f559358e9: Layer already exists 20:32:40 ba4fd65b5bb2: Layer already exists 20:32:40 26cbea5cba74: Layer already exists 20:32:41 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 20:32:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:32:41 221f559358e9: Preparing 20:32:41 0c4e9a5b537e: Preparing 20:32:41 8b1177690205: Preparing 20:32:41 ba4fd65b5bb2: Preparing 20:32:41 0722caeee706: Preparing 20:32:41 26cbea5cba74: Preparing 20:32:41 26cbea5cba74: Waiting 20:32:41 221f559358e9: Layer already exists 20:32:41 0722caeee706: Layer already exists 20:32:41 0c4e9a5b537e: Layer already exists 20:32:41 8b1177690205: Layer already exists 20:32:41 ba4fd65b5bb2: Layer already exists 20:32:41 26cbea5cba74: Layer already exists 20:32:42 main: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:42 ===================================================== [Pipeline] echo 20:32:42 taggedImages: 20:32:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 20:32:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.137 20:32:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 20:32:42 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 20:32:42 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:42 latest 20:32:42 3.0.0-dev.137 20:32:42 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:42 main 20:32:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:32:42 33525aa9622d: Preparing 20:32:42 ebb403d33bb1: Preparing 20:32:42 6056ec621151: Preparing 20:32:42 8b1177690205: Preparing 20:32:42 ba4fd65b5bb2: Preparing 20:32:42 c24fd071330f: Preparing 20:32:42 26cbea5cba74: Preparing 20:32:42 c24fd071330f: Waiting 20:32:42 26cbea5cba74: Waiting 20:32:42 ba4fd65b5bb2: Layer already exists 20:32:42 8b1177690205: Layer already exists 20:32:43 c24fd071330f: Layer already exists 20:32:43 26cbea5cba74: Layer already exists 20:32:43 33525aa9622d: Pushed 20:32:43 ebb403d33bb1: Pushed 20:32:46 6056ec621151: Pushed 20:32:46 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 20:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:32:47 33525aa9622d: Preparing 20:32:47 ebb403d33bb1: Preparing 20:32:47 6056ec621151: Preparing 20:32:47 8b1177690205: Preparing 20:32:47 ba4fd65b5bb2: Preparing 20:32:47 c24fd071330f: Preparing 20:32:47 26cbea5cba74: Preparing 20:32:47 c24fd071330f: Waiting 20:32:47 26cbea5cba74: Waiting 20:32:47 33525aa9622d: Layer already exists 20:32:47 ba4fd65b5bb2: Layer already exists 20:32:47 6056ec621151: Layer already exists 20:32:47 8b1177690205: Layer already exists 20:32:47 ebb403d33bb1: Layer already exists 20:32:47 26cbea5cba74: Layer already exists 20:32:47 c24fd071330f: Layer already exists 20:32:47 latest: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.137 20:32:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:32:48 33525aa9622d: Preparing 20:32:48 ebb403d33bb1: Preparing 20:32:48 6056ec621151: Preparing 20:32:48 8b1177690205: Preparing 20:32:48 ba4fd65b5bb2: Preparing 20:32:48 c24fd071330f: Preparing 20:32:48 26cbea5cba74: Preparing 20:32:48 c24fd071330f: Waiting 20:32:48 26cbea5cba74: Waiting 20:32:48 ebb403d33bb1: Layer already exists 20:32:48 33525aa9622d: Layer already exists 20:32:48 ba4fd65b5bb2: Layer already exists 20:32:48 6056ec621151: Layer already exists 20:32:48 8b1177690205: Layer already exists 20:32:48 26cbea5cba74: Layer already exists 20:32:48 c24fd071330f: Layer already exists 20:32:48 3.0.0-dev.137: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:32:48 33525aa9622d: Preparing 20:32:48 ebb403d33bb1: Preparing 20:32:48 6056ec621151: Preparing 20:32:48 8b1177690205: Preparing 20:32:48 ba4fd65b5bb2: Preparing 20:32:48 c24fd071330f: Preparing 20:32:48 26cbea5cba74: Preparing 20:32:48 c24fd071330f: Waiting 20:32:48 26cbea5cba74: Waiting 20:32:48 33525aa9622d: Layer already exists 20:32:48 ba4fd65b5bb2: Layer already exists 20:32:48 6056ec621151: Layer already exists 20:32:48 ebb403d33bb1: Layer already exists 20:32:48 8b1177690205: Layer already exists 20:32:48 c24fd071330f: Layer already exists 20:32:48 26cbea5cba74: Layer already exists 20:32:48 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 20:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:32:49 33525aa9622d: Preparing 20:32:49 ebb403d33bb1: Preparing 20:32:49 6056ec621151: Preparing 20:32:49 8b1177690205: Preparing 20:32:49 ba4fd65b5bb2: Preparing 20:32:49 c24fd071330f: Preparing 20:32:49 26cbea5cba74: Preparing 20:32:49 c24fd071330f: Waiting 20:32:49 26cbea5cba74: Waiting 20:32:49 8b1177690205: Layer already exists 20:32:49 6056ec621151: Layer already exists 20:32:49 ebb403d33bb1: Layer already exists 20:32:49 ba4fd65b5bb2: Layer already exists 20:32:49 33525aa9622d: Layer already exists 20:32:49 c24fd071330f: Layer already exists 20:32:49 26cbea5cba74: Layer already exists 20:32:50 main: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:50 ===================================================== [Pipeline] echo 20:32:50 taggedImages: 20:32:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 20:32:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.137 20:32:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 20:32:50 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 20:32:50 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:50 latest 20:32:50 3.0.0-dev.137 20:32:50 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:50 main 20:32:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:32:50 a7e4e87866f4: Preparing 20:32:50 a7e4e87866f4: Preparing 20:32:50 75f0df9e52ab: Preparing 20:32:50 90dd5796f074: Preparing 20:32:50 376af636a7d1: Preparing 20:32:50 3a25055e7b1c: Preparing 20:32:50 4e9cf0c2133f: Preparing 20:32:50 8b1177690205: Preparing 20:32:50 ba4fd65b5bb2: Preparing 20:32:50 129fb85fd10b: Preparing 20:32:50 3158859ba482: Preparing 20:32:50 160dfe6f91af: Preparing 20:32:50 2f82dbb2ec04: Preparing 20:32:50 26cbea5cba74: Preparing 20:32:50 4e9cf0c2133f: Waiting 20:32:50 3158859ba482: Waiting 20:32:50 8b1177690205: Waiting 20:32:50 160dfe6f91af: Waiting 20:32:50 ba4fd65b5bb2: Waiting 20:32:50 2f82dbb2ec04: Waiting 20:32:50 129fb85fd10b: Waiting 20:32:51 90dd5796f074: Pushed 20:32:51 a7e4e87866f4: Pushed 20:32:51 3a25055e7b1c: Pushed 20:32:51 376af636a7d1: Pushed 20:32:51 75f0df9e52ab: Pushed 20:32:51 8b1177690205: Layer already exists 20:32:51 ba4fd65b5bb2: Layer already exists 20:32:51 160dfe6f91af: Pushed 20:32:51 129fb85fd10b: Pushed 20:32:51 3158859ba482: Pushed 20:32:51 26cbea5cba74: Layer already exists 20:32:51 2f82dbb2ec04: Pushed 20:32:54 4e9cf0c2133f: Pushed 20:32:55 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 20:32:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:32:55 a7e4e87866f4: Preparing 20:32:55 a7e4e87866f4: Preparing 20:32:55 75f0df9e52ab: Preparing 20:32:55 90dd5796f074: Preparing 20:32:55 376af636a7d1: Preparing 20:32:55 3a25055e7b1c: Preparing 20:32:55 4e9cf0c2133f: Preparing 20:32:55 8b1177690205: Preparing 20:32:55 ba4fd65b5bb2: Preparing 20:32:55 129fb85fd10b: Preparing 20:32:55 3158859ba482: Preparing 20:32:55 160dfe6f91af: Preparing 20:32:55 2f82dbb2ec04: Preparing 20:32:55 26cbea5cba74: Preparing 20:32:55 4e9cf0c2133f: Waiting 20:32:55 8b1177690205: Waiting 20:32:55 129fb85fd10b: Waiting 20:32:55 3158859ba482: Waiting 20:32:55 160dfe6f91af: Waiting 20:32:55 2f82dbb2ec04: Waiting 20:32:55 26cbea5cba74: Waiting 20:32:55 ba4fd65b5bb2: Waiting 20:32:55 3a25055e7b1c: Layer already exists 20:32:55 376af636a7d1: Layer already exists 20:32:55 a7e4e87866f4: Layer already exists 20:32:55 90dd5796f074: Layer already exists 20:32:55 75f0df9e52ab: Layer already exists 20:32:55 4e9cf0c2133f: Layer already exists 20:32:55 8b1177690205: Layer already exists 20:32:55 ba4fd65b5bb2: Layer already exists 20:32:55 129fb85fd10b: Layer already exists 20:32:55 3158859ba482: Layer already exists 20:32:55 2f82dbb2ec04: Layer already exists 20:32:55 160dfe6f91af: Layer already exists 20:32:55 26cbea5cba74: Layer already exists 20:32:56 latest: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.137 20:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:32:56 a7e4e87866f4: Preparing 20:32:56 a7e4e87866f4: Preparing 20:32:56 75f0df9e52ab: Preparing 20:32:56 90dd5796f074: Preparing 20:32:56 376af636a7d1: Preparing 20:32:56 3a25055e7b1c: Preparing 20:32:56 4e9cf0c2133f: Preparing 20:32:56 8b1177690205: Preparing 20:32:56 4e9cf0c2133f: Waiting 20:32:56 ba4fd65b5bb2: Preparing 20:32:56 129fb85fd10b: Preparing 20:32:56 3158859ba482: Preparing 20:32:56 160dfe6f91af: Preparing 20:32:56 2f82dbb2ec04: Preparing 20:32:56 26cbea5cba74: Preparing 20:32:56 8b1177690205: Waiting 20:32:56 ba4fd65b5bb2: Waiting 20:32:56 129fb85fd10b: Waiting 20:32:56 2f82dbb2ec04: Waiting 20:32:56 3158859ba482: Waiting 20:32:56 26cbea5cba74: Waiting 20:32:56 160dfe6f91af: Waiting 20:32:56 a7e4e87866f4: Layer already exists 20:32:56 75f0df9e52ab: Layer already exists 20:32:56 90dd5796f074: Layer already exists 20:32:56 3a25055e7b1c: Layer already exists 20:32:56 376af636a7d1: Layer already exists 20:32:56 8b1177690205: Layer already exists 20:32:56 4e9cf0c2133f: Layer already exists 20:32:56 ba4fd65b5bb2: Layer already exists 20:32:56 3158859ba482: Layer already exists 20:32:56 129fb85fd10b: Layer already exists 20:32:56 2f82dbb2ec04: Layer already exists 20:32:56 160dfe6f91af: Layer already exists 20:32:56 26cbea5cba74: Layer already exists 20:32:57 3.0.0-dev.137: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:32:57 a7e4e87866f4: Preparing 20:32:57 a7e4e87866f4: Preparing 20:32:57 75f0df9e52ab: Preparing 20:32:57 90dd5796f074: Preparing 20:32:57 376af636a7d1: Preparing 20:32:57 3a25055e7b1c: Preparing 20:32:57 4e9cf0c2133f: Preparing 20:32:57 8b1177690205: Preparing 20:32:57 ba4fd65b5bb2: Preparing 20:32:57 129fb85fd10b: Preparing 20:32:57 3158859ba482: Preparing 20:32:57 160dfe6f91af: Preparing 20:32:57 2f82dbb2ec04: Preparing 20:32:57 26cbea5cba74: Preparing 20:32:57 129fb85fd10b: Waiting 20:32:57 3158859ba482: Waiting 20:32:57 26cbea5cba74: Waiting 20:32:57 160dfe6f91af: Waiting 20:32:57 4e9cf0c2133f: Waiting 20:32:57 2f82dbb2ec04: Waiting 20:32:57 8b1177690205: Waiting 20:32:57 ba4fd65b5bb2: Waiting 20:32:57 3a25055e7b1c: Layer already exists 20:32:57 75f0df9e52ab: Layer already exists 20:32:57 376af636a7d1: Layer already exists 20:32:57 90dd5796f074: Layer already exists 20:32:57 a7e4e87866f4: Layer already exists 20:32:57 8b1177690205: Layer already exists 20:32:57 ba4fd65b5bb2: Layer already exists 20:32:57 4e9cf0c2133f: Layer already exists 20:32:57 129fb85fd10b: Layer already exists 20:32:57 3158859ba482: Layer already exists 20:32:57 2f82dbb2ec04: Layer already exists 20:32:57 160dfe6f91af: Layer already exists 20:32:57 26cbea5cba74: Layer already exists 20:32:57 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 20:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:32:58 a7e4e87866f4: Preparing 20:32:58 a7e4e87866f4: Preparing 20:32:58 75f0df9e52ab: Preparing 20:32:58 90dd5796f074: Preparing 20:32:58 376af636a7d1: Preparing 20:32:58 3a25055e7b1c: Preparing 20:32:58 4e9cf0c2133f: Preparing 20:32:58 8b1177690205: Preparing 20:32:58 ba4fd65b5bb2: Preparing 20:32:58 129fb85fd10b: Preparing 20:32:58 4e9cf0c2133f: Waiting 20:32:58 8b1177690205: Waiting 20:32:58 3158859ba482: Preparing 20:32:58 160dfe6f91af: Preparing 20:32:58 2f82dbb2ec04: Preparing 20:32:58 26cbea5cba74: Preparing 20:32:58 ba4fd65b5bb2: Waiting 20:32:58 129fb85fd10b: Waiting 20:32:58 3158859ba482: Waiting 20:32:58 2f82dbb2ec04: Waiting 20:32:58 26cbea5cba74: Waiting 20:32:58 160dfe6f91af: Waiting 20:32:58 90dd5796f074: Layer already exists 20:32:58 a7e4e87866f4: Layer already exists 20:32:58 3a25055e7b1c: Layer already exists 20:32:58 75f0df9e52ab: Layer already exists 20:32:58 376af636a7d1: Layer already exists 20:32:58 4e9cf0c2133f: Layer already exists 20:32:58 8b1177690205: Layer already exists 20:32:58 ba4fd65b5bb2: Layer already exists 20:32:58 3158859ba482: Layer already exists 20:32:58 129fb85fd10b: Layer already exists 20:32:58 2f82dbb2ec04: Layer already exists 20:32:58 160dfe6f91af: Layer already exists 20:32:58 26cbea5cba74: Layer already exists 20:32:58 main: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:58 ===================================================== [Pipeline] echo 20:32:58 taggedImages: 20:32:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 20:32:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.137 20:32:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 20:32:58 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 20:32:58 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:58 latest 20:32:58 3.0.0-dev.137 20:32:58 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:32:58 main 20:32:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:59 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:32:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 20:32:59 fd3ed0665290: Preparing 20:32:59 4a61b5fd01ca: Preparing 20:32:59 21749a12b4a3: Preparing 20:32:59 7a6fccc65979: Preparing 20:32:59 8b1177690205: Preparing 20:32:59 ba4fd65b5bb2: Preparing 20:32:59 8c3395280b9e: Preparing 20:32:59 26cbea5cba74: Preparing 20:32:59 8c3395280b9e: Waiting 20:32:59 26cbea5cba74: Waiting 20:32:59 ba4fd65b5bb2: Waiting 20:32:59 8b1177690205: Layer already exists 20:32:59 ba4fd65b5bb2: Layer already exists 20:32:59 8c3395280b9e: Layer already exists 20:32:59 fd3ed0665290: Pushed 20:32:59 4a61b5fd01ca: Pushed 20:32:59 21749a12b4a3: Pushed 20:32:59 26cbea5cba74: Layer already exists 20:33:02 7a6fccc65979: Pushed 20:33:02 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:02 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 20:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 20:33:03 fd3ed0665290: Preparing 20:33:03 4a61b5fd01ca: Preparing 20:33:03 21749a12b4a3: Preparing 20:33:03 7a6fccc65979: Preparing 20:33:03 8b1177690205: Preparing 20:33:03 ba4fd65b5bb2: Preparing 20:33:03 8c3395280b9e: Preparing 20:33:03 ba4fd65b5bb2: Waiting 20:33:03 26cbea5cba74: Preparing 20:33:03 8c3395280b9e: Waiting 20:33:03 26cbea5cba74: Waiting 20:33:03 8b1177690205: Layer already exists 20:33:03 21749a12b4a3: Layer already exists 20:33:03 7a6fccc65979: Layer already exists 20:33:03 fd3ed0665290: Layer already exists 20:33:03 4a61b5fd01ca: Layer already exists 20:33:03 ba4fd65b5bb2: Layer already exists 20:33:03 8c3395280b9e: Layer already exists 20:33:03 26cbea5cba74: Layer already exists 20:33:03 latest: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:03 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.137 20:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 20:33:04 fd3ed0665290: Preparing 20:33:04 4a61b5fd01ca: Preparing 20:33:04 21749a12b4a3: Preparing 20:33:04 7a6fccc65979: Preparing 20:33:04 8b1177690205: Preparing 20:33:04 ba4fd65b5bb2: Preparing 20:33:04 8c3395280b9e: Preparing 20:33:04 26cbea5cba74: Preparing 20:33:04 8c3395280b9e: Waiting 20:33:04 26cbea5cba74: Waiting 20:33:04 ba4fd65b5bb2: Waiting 20:33:04 8b1177690205: Layer already exists 20:33:04 fd3ed0665290: Layer already exists 20:33:04 7a6fccc65979: Layer already exists 20:33:04 4a61b5fd01ca: Layer already exists 20:33:04 21749a12b4a3: Layer already exists 20:33:04 ba4fd65b5bb2: Layer already exists 20:33:04 8c3395280b9e: Layer already exists 20:33:04 26cbea5cba74: Layer already exists 20:33:04 3.0.0-dev.137: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:04 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 20:33:05 fd3ed0665290: Preparing 20:33:05 4a61b5fd01ca: Preparing 20:33:05 21749a12b4a3: Preparing 20:33:05 7a6fccc65979: Preparing 20:33:05 8b1177690205: Preparing 20:33:05 ba4fd65b5bb2: Preparing 20:33:05 8c3395280b9e: Preparing 20:33:05 26cbea5cba74: Preparing 20:33:05 ba4fd65b5bb2: Waiting 20:33:05 8c3395280b9e: Waiting 20:33:05 26cbea5cba74: Waiting 20:33:05 fd3ed0665290: Layer already exists 20:33:05 8b1177690205: Layer already exists 20:33:05 7a6fccc65979: Layer already exists 20:33:05 21749a12b4a3: Layer already exists 20:33:05 4a61b5fd01ca: Layer already exists 20:33:05 8c3395280b9e: Layer already exists 20:33:05 ba4fd65b5bb2: Layer already exists 20:33:05 26cbea5cba74: Layer already exists 20:33:05 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:05 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 20:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 20:33:05 fd3ed0665290: Preparing 20:33:05 4a61b5fd01ca: Preparing 20:33:05 21749a12b4a3: Preparing 20:33:05 7a6fccc65979: Preparing 20:33:05 8b1177690205: Preparing 20:33:05 ba4fd65b5bb2: Preparing 20:33:05 8c3395280b9e: Preparing 20:33:05 26cbea5cba74: Preparing 20:33:05 ba4fd65b5bb2: Waiting 20:33:05 8c3395280b9e: Waiting 20:33:05 26cbea5cba74: Waiting 20:33:05 fd3ed0665290: Layer already exists 20:33:05 8b1177690205: Layer already exists 20:33:05 7a6fccc65979: Layer already exists 20:33:05 21749a12b4a3: Layer already exists 20:33:05 4a61b5fd01ca: Layer already exists 20:33:05 26cbea5cba74: Layer already exists 20:33:05 ba4fd65b5bb2: Layer already exists 20:33:05 8c3395280b9e: Layer already exists 20:33:06 main: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:06 ===================================================== [Pipeline] echo 20:33:06 taggedImages: 20:33:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 20:33:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.137 20:33:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 20:33:06 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 20:33:06 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:06 latest 20:33:06 3.0.0-dev.137 20:33:06 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:06 main 20:33:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:06 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:33:07 03498bf36d51: Preparing 20:33:07 e1004698550d: Preparing 20:33:07 392460b7218e: Preparing 20:33:07 6046e5ef7391: Preparing 20:33:07 8b1177690205: Preparing 20:33:07 ba4fd65b5bb2: Preparing 20:33:07 1eb5f2539601: Preparing 20:33:07 afc976ab58ec: Preparing 20:33:07 26cbea5cba74: Preparing 20:33:07 ba4fd65b5bb2: Waiting 20:33:07 1eb5f2539601: Waiting 20:33:07 afc976ab58ec: Waiting 20:33:07 8b1177690205: Layer already exists 20:33:07 ba4fd65b5bb2: Layer already exists 20:33:07 03498bf36d51: Pushed 20:33:07 6046e5ef7391: Pushed 20:33:07 e1004698550d: Pushed 20:33:07 1eb5f2539601: Pushed 20:33:07 26cbea5cba74: Layer already exists 20:33:07 afc976ab58ec: Pushed 20:33:10 392460b7218e: Pushed 20:33:10 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:10 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 20:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:33:10 03498bf36d51: Preparing 20:33:10 e1004698550d: Preparing 20:33:10 392460b7218e: Preparing 20:33:10 6046e5ef7391: Preparing 20:33:10 8b1177690205: Preparing 20:33:10 ba4fd65b5bb2: Preparing 20:33:10 1eb5f2539601: Preparing 20:33:10 afc976ab58ec: Preparing 20:33:10 26cbea5cba74: Preparing 20:33:10 1eb5f2539601: Waiting 20:33:10 afc976ab58ec: Waiting 20:33:10 26cbea5cba74: Waiting 20:33:10 ba4fd65b5bb2: Waiting 20:33:10 8b1177690205: Layer already exists 20:33:10 6046e5ef7391: Layer already exists 20:33:10 03498bf36d51: Layer already exists 20:33:10 e1004698550d: Layer already exists 20:33:10 392460b7218e: Layer already exists 20:33:10 afc976ab58ec: Layer already exists 20:33:10 ba4fd65b5bb2: Layer already exists 20:33:10 26cbea5cba74: Layer already exists 20:33:10 1eb5f2539601: Layer already exists 20:33:11 latest: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:11 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.137 20:33:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:33:11 03498bf36d51: Preparing 20:33:11 e1004698550d: Preparing 20:33:11 392460b7218e: Preparing 20:33:11 6046e5ef7391: Preparing 20:33:11 8b1177690205: Preparing 20:33:11 ba4fd65b5bb2: Preparing 20:33:11 1eb5f2539601: Preparing 20:33:11 afc976ab58ec: Preparing 20:33:11 26cbea5cba74: Preparing 20:33:11 ba4fd65b5bb2: Waiting 20:33:11 1eb5f2539601: Waiting 20:33:11 afc976ab58ec: Waiting 20:33:11 26cbea5cba74: Waiting 20:33:11 03498bf36d51: Layer already exists 20:33:11 392460b7218e: Layer already exists 20:33:11 8b1177690205: Layer already exists 20:33:11 6046e5ef7391: Layer already exists 20:33:11 e1004698550d: Layer already exists 20:33:11 26cbea5cba74: Layer already exists 20:33:11 afc976ab58ec: Layer already exists 20:33:11 ba4fd65b5bb2: Layer already exists 20:33:11 1eb5f2539601: Layer already exists 20:33:12 3.0.0-dev.137: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:12 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:33:12 03498bf36d51: Preparing 20:33:12 e1004698550d: Preparing 20:33:12 392460b7218e: Preparing 20:33:12 6046e5ef7391: Preparing 20:33:12 8b1177690205: Preparing 20:33:12 ba4fd65b5bb2: Preparing 20:33:12 1eb5f2539601: Preparing 20:33:12 afc976ab58ec: Preparing 20:33:12 26cbea5cba74: Preparing 20:33:12 ba4fd65b5bb2: Waiting 20:33:12 1eb5f2539601: Waiting 20:33:12 afc976ab58ec: Waiting 20:33:12 26cbea5cba74: Waiting 20:33:12 8b1177690205: Layer already exists 20:33:12 03498bf36d51: Layer already exists 20:33:12 392460b7218e: Layer already exists 20:33:12 e1004698550d: Layer already exists 20:33:12 6046e5ef7391: Layer already exists 20:33:12 ba4fd65b5bb2: Layer already exists 20:33:12 afc976ab58ec: Layer already exists 20:33:12 1eb5f2539601: Layer already exists 20:33:12 26cbea5cba74: Layer already exists 20:33:13 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:13 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 20:33:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:33:13 03498bf36d51: Preparing 20:33:13 e1004698550d: Preparing 20:33:13 392460b7218e: Preparing 20:33:13 6046e5ef7391: Preparing 20:33:13 8b1177690205: Preparing 20:33:13 ba4fd65b5bb2: Preparing 20:33:13 1eb5f2539601: Preparing 20:33:13 afc976ab58ec: Preparing 20:33:13 26cbea5cba74: Preparing 20:33:13 1eb5f2539601: Waiting 20:33:13 afc976ab58ec: Waiting 20:33:13 26cbea5cba74: Waiting 20:33:13 ba4fd65b5bb2: Waiting 20:33:13 6046e5ef7391: Layer already exists 20:33:13 e1004698550d: Layer already exists 20:33:13 8b1177690205: Layer already exists 20:33:13 392460b7218e: Layer already exists 20:33:13 03498bf36d51: Layer already exists 20:33:13 1eb5f2539601: Layer already exists 20:33:13 afc976ab58ec: Layer already exists 20:33:13 26cbea5cba74: Layer already exists 20:33:13 ba4fd65b5bb2: Layer already exists 20:33:13 main: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:13 ===================================================== [Pipeline] echo 20:33:14 taggedImages: 20:33:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 20:33:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.137 20:33:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 20:33:14 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 20:33:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:14 latest 20:33:14 3.0.0-dev.137 20:33:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:14 main 20:33:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:14 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:33:14 6c4a8b25ac45: Preparing 20:33:14 6a4d37bb1023: Preparing 20:33:14 6f7201485a68: Preparing 20:33:14 3d879f62a390: Preparing 20:33:14 e01dcef1f519: Preparing 20:33:14 cbe0a2b74ce4: Preparing 20:33:14 45310a3e12f4: Preparing 20:33:14 8b1177690205: Preparing 20:33:14 cbe0a2b74ce4: Waiting 20:33:14 ba4fd65b5bb2: Preparing 20:33:14 be40a411725f: Preparing 20:33:14 45310a3e12f4: Waiting 20:33:14 26cbea5cba74: Preparing 20:33:14 8b1177690205: Waiting 20:33:14 be40a411725f: Waiting 20:33:14 26cbea5cba74: Waiting 20:33:14 ba4fd65b5bb2: Waiting 20:33:14 6a4d37bb1023: Pushed 20:33:14 6c4a8b25ac45: Pushed 20:33:14 e01dcef1f519: Pushed 20:33:14 8b1177690205: Layer already exists 20:33:14 ba4fd65b5bb2: Layer already exists 20:33:15 45310a3e12f4: Pushed 20:33:15 cbe0a2b74ce4: Pushed 20:33:15 26cbea5cba74: Layer already exists 20:33:15 be40a411725f: Pushed 20:33:17 3d879f62a390: Pushed 20:33:18 6f7201485a68: Pushed 20:33:18 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:18 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 20:33:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:33:19 6c4a8b25ac45: Preparing 20:33:19 6a4d37bb1023: Preparing 20:33:19 6f7201485a68: Preparing 20:33:19 3d879f62a390: Preparing 20:33:19 e01dcef1f519: Preparing 20:33:19 cbe0a2b74ce4: Preparing 20:33:19 45310a3e12f4: Preparing 20:33:19 8b1177690205: Preparing 20:33:19 ba4fd65b5bb2: Preparing 20:33:19 be40a411725f: Preparing 20:33:19 26cbea5cba74: Preparing 20:33:19 cbe0a2b74ce4: Waiting 20:33:19 45310a3e12f4: Waiting 20:33:19 8b1177690205: Waiting 20:33:19 ba4fd65b5bb2: Waiting 20:33:19 be40a411725f: Waiting 20:33:19 26cbea5cba74: Waiting 20:33:19 e01dcef1f519: Layer already exists 20:33:19 3d879f62a390: Layer already exists 20:33:19 6c4a8b25ac45: Layer already exists 20:33:19 6a4d37bb1023: Layer already exists 20:33:19 6f7201485a68: Layer already exists 20:33:19 45310a3e12f4: Layer already exists 20:33:19 cbe0a2b74ce4: Layer already exists 20:33:19 8b1177690205: Layer already exists 20:33:19 be40a411725f: Layer already exists 20:33:19 ba4fd65b5bb2: Layer already exists 20:33:19 26cbea5cba74: Layer already exists 20:33:19 latest: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.137 20:33:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:33:20 6c4a8b25ac45: Preparing 20:33:20 6a4d37bb1023: Preparing 20:33:20 6f7201485a68: Preparing 20:33:20 3d879f62a390: Preparing 20:33:20 e01dcef1f519: Preparing 20:33:20 cbe0a2b74ce4: Preparing 20:33:20 45310a3e12f4: Preparing 20:33:20 8b1177690205: Preparing 20:33:20 ba4fd65b5bb2: Preparing 20:33:20 cbe0a2b74ce4: Waiting 20:33:20 be40a411725f: Preparing 20:33:20 26cbea5cba74: Preparing 20:33:20 8b1177690205: Waiting 20:33:20 45310a3e12f4: Waiting 20:33:20 be40a411725f: Waiting 20:33:20 26cbea5cba74: Waiting 20:33:20 ba4fd65b5bb2: Waiting 20:33:20 e01dcef1f519: Layer already exists 20:33:20 3d879f62a390: Layer already exists 20:33:20 6f7201485a68: Layer already exists 20:33:20 6c4a8b25ac45: Layer already exists 20:33:20 6a4d37bb1023: Layer already exists 20:33:20 45310a3e12f4: Layer already exists 20:33:20 cbe0a2b74ce4: Layer already exists 20:33:20 8b1177690205: Layer already exists 20:33:20 be40a411725f: Layer already exists 20:33:20 ba4fd65b5bb2: Layer already exists 20:33:20 26cbea5cba74: Layer already exists 20:33:20 3.0.0-dev.137: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:20 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:33:20 6c4a8b25ac45: Preparing 20:33:20 6a4d37bb1023: Preparing 20:33:20 6f7201485a68: Preparing 20:33:20 3d879f62a390: Preparing 20:33:20 e01dcef1f519: Preparing 20:33:20 cbe0a2b74ce4: Preparing 20:33:20 45310a3e12f4: Preparing 20:33:20 8b1177690205: Preparing 20:33:20 ba4fd65b5bb2: Preparing 20:33:20 be40a411725f: Preparing 20:33:20 26cbea5cba74: Preparing 20:33:20 cbe0a2b74ce4: Waiting 20:33:20 45310a3e12f4: Waiting 20:33:20 8b1177690205: Waiting 20:33:20 be40a411725f: Waiting 20:33:20 ba4fd65b5bb2: Waiting 20:33:20 26cbea5cba74: Waiting 20:33:20 6c4a8b25ac45: Layer already exists 20:33:20 6f7201485a68: Layer already exists 20:33:20 e01dcef1f519: Layer already exists 20:33:20 3d879f62a390: Layer already exists 20:33:20 6a4d37bb1023: Layer already exists 20:33:20 45310a3e12f4: Layer already exists 20:33:20 8b1177690205: Layer already exists 20:33:20 cbe0a2b74ce4: Layer already exists 20:33:20 be40a411725f: Layer already exists 20:33:20 ba4fd65b5bb2: Layer already exists 20:33:20 26cbea5cba74: Layer already exists 20:33:21 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:21 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 20:33:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:33:21 6c4a8b25ac45: Preparing 20:33:21 6a4d37bb1023: Preparing 20:33:21 6f7201485a68: Preparing 20:33:21 3d879f62a390: Preparing 20:33:21 e01dcef1f519: Preparing 20:33:21 cbe0a2b74ce4: Preparing 20:33:21 45310a3e12f4: Preparing 20:33:21 8b1177690205: Preparing 20:33:21 ba4fd65b5bb2: Preparing 20:33:21 be40a411725f: Preparing 20:33:21 26cbea5cba74: Preparing 20:33:21 cbe0a2b74ce4: Waiting 20:33:21 45310a3e12f4: Waiting 20:33:21 ba4fd65b5bb2: Waiting 20:33:21 be40a411725f: Waiting 20:33:21 26cbea5cba74: Waiting 20:33:21 8b1177690205: Waiting 20:33:21 3d879f62a390: Layer already exists 20:33:21 6a4d37bb1023: Layer already exists 20:33:21 6c4a8b25ac45: Layer already exists 20:33:21 e01dcef1f519: Layer already exists 20:33:21 6f7201485a68: Layer already exists 20:33:21 45310a3e12f4: Layer already exists 20:33:21 cbe0a2b74ce4: Layer already exists 20:33:21 8b1177690205: Layer already exists 20:33:21 be40a411725f: Layer already exists 20:33:21 ba4fd65b5bb2: Layer already exists 20:33:21 26cbea5cba74: Layer already exists 20:33:22 main: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:22 ===================================================== [Pipeline] echo 20:33:22 taggedImages: 20:33:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 20:33:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.137 20:33:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 20:33:22 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 20:33:22 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:22 latest 20:33:22 3.0.0-dev.137 20:33:22 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:22 main 20:33:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:22 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:33:22 710d0c5274e0: Preparing 20:33:22 63cecace543e: Preparing 20:33:22 8b1177690205: Preparing 20:33:22 ba4fd65b5bb2: Preparing 20:33:22 38f713e191e7: Preparing 20:33:22 26cbea5cba74: Preparing 20:33:22 26cbea5cba74: Waiting 20:33:22 ba4fd65b5bb2: Layer already exists 20:33:22 8b1177690205: Layer already exists 20:33:23 26cbea5cba74: Layer already exists 20:33:23 710d0c5274e0: Pushed 20:33:24 38f713e191e7: Pushed 20:33:27 63cecace543e: Pushed 20:33:27 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 20:33:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:33:28 710d0c5274e0: Preparing 20:33:28 63cecace543e: Preparing 20:33:28 8b1177690205: Preparing 20:33:28 ba4fd65b5bb2: Preparing 20:33:28 38f713e191e7: Preparing 20:33:28 26cbea5cba74: Preparing 20:33:28 26cbea5cba74: Waiting 20:33:28 710d0c5274e0: Layer already exists 20:33:28 ba4fd65b5bb2: Layer already exists 20:33:28 8b1177690205: Layer already exists 20:33:28 38f713e191e7: Layer already exists 20:33:28 63cecace543e: Layer already exists 20:33:28 26cbea5cba74: Layer already exists 20:33:28 latest: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.137 20:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:33:29 710d0c5274e0: Preparing 20:33:29 63cecace543e: Preparing 20:33:29 8b1177690205: Preparing 20:33:29 ba4fd65b5bb2: Preparing 20:33:29 38f713e191e7: Preparing 20:33:29 26cbea5cba74: Preparing 20:33:29 26cbea5cba74: Waiting 20:33:29 8b1177690205: Layer already exists 20:33:29 710d0c5274e0: Layer already exists 20:33:29 38f713e191e7: Layer already exists 20:33:29 63cecace543e: Layer already exists 20:33:29 ba4fd65b5bb2: Layer already exists 20:33:29 26cbea5cba74: Layer already exists 20:33:29 3.0.0-dev.137: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:29 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:33:30 710d0c5274e0: Preparing 20:33:30 63cecace543e: Preparing 20:33:30 8b1177690205: Preparing 20:33:30 ba4fd65b5bb2: Preparing 20:33:30 38f713e191e7: Preparing 20:33:30 26cbea5cba74: Preparing 20:33:30 26cbea5cba74: Waiting 20:33:30 ba4fd65b5bb2: Layer already exists 20:33:30 63cecace543e: Layer already exists 20:33:30 710d0c5274e0: Layer already exists 20:33:30 38f713e191e7: Layer already exists 20:33:30 8b1177690205: Layer already exists 20:33:30 26cbea5cba74: Layer already exists 20:33:30 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:30 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 20:33:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:33:31 710d0c5274e0: Preparing 20:33:31 63cecace543e: Preparing 20:33:31 8b1177690205: Preparing 20:33:31 ba4fd65b5bb2: Preparing 20:33:31 38f713e191e7: Preparing 20:33:31 26cbea5cba74: Preparing 20:33:31 26cbea5cba74: Waiting 20:33:31 ba4fd65b5bb2: Layer already exists 20:33:31 8b1177690205: Layer already exists 20:33:31 710d0c5274e0: Layer already exists 20:33:31 63cecace543e: Layer already exists 20:33:31 38f713e191e7: Layer already exists 20:33:31 26cbea5cba74: Layer already exists 20:33:31 main: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:31 ===================================================== [Pipeline] echo 20:33:31 taggedImages: 20:33:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 20:33:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.137 20:33:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 20:33:31 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 20:33:31 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:31 latest 20:33:31 3.0.0-dev.137 20:33:31 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:31 main 20:33:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:33:32 6a8a709edc0d: Preparing 20:33:32 f2e151ec7d3a: Preparing 20:33:32 b02ac0fd46a3: Preparing 20:33:32 4703db42d014: Preparing 20:33:32 d245b275702f: Preparing 20:33:32 8b1177690205: Preparing 20:33:32 ba4fd65b5bb2: Preparing 20:33:32 e365eb287314: Preparing 20:33:32 26cbea5cba74: Preparing 20:33:32 8b1177690205: Waiting 20:33:32 ba4fd65b5bb2: Waiting 20:33:32 26cbea5cba74: Waiting 20:33:32 e365eb287314: Waiting 20:33:32 b02ac0fd46a3: Pushed 20:33:32 6a8a709edc0d: Pushed 20:33:32 f2e151ec7d3a: Pushed 20:33:32 8b1177690205: Layer already exists 20:33:32 ba4fd65b5bb2: Layer already exists 20:33:32 26cbea5cba74: Layer already exists 20:33:33 e365eb287314: Pushed 20:33:41 d245b275702f: Pushed 20:33:49 4703db42d014: Pushed 20:33:49 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:50 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 20:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:33:50 6a8a709edc0d: Preparing 20:33:50 f2e151ec7d3a: Preparing 20:33:50 b02ac0fd46a3: Preparing 20:33:50 4703db42d014: Preparing 20:33:50 d245b275702f: Preparing 20:33:50 8b1177690205: Preparing 20:33:50 ba4fd65b5bb2: Preparing 20:33:50 e365eb287314: Preparing 20:33:50 26cbea5cba74: Preparing 20:33:50 8b1177690205: Waiting 20:33:50 ba4fd65b5bb2: Waiting 20:33:50 e365eb287314: Waiting 20:33:50 26cbea5cba74: Waiting 20:33:50 b02ac0fd46a3: Layer already exists 20:33:50 d245b275702f: Layer already exists 20:33:50 f2e151ec7d3a: Layer already exists 20:33:50 4703db42d014: Layer already exists 20:33:50 6a8a709edc0d: Layer already exists 20:33:50 e365eb287314: Layer already exists 20:33:50 ba4fd65b5bb2: Layer already exists 20:33:50 8b1177690205: Layer already exists 20:33:50 26cbea5cba74: Layer already exists 20:33:50 latest: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:51 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.137 20:33:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:33:51 6a8a709edc0d: Preparing 20:33:51 f2e151ec7d3a: Preparing 20:33:51 b02ac0fd46a3: Preparing 20:33:51 4703db42d014: Preparing 20:33:51 d245b275702f: Preparing 20:33:51 8b1177690205: Preparing 20:33:51 8b1177690205: Waiting 20:33:51 ba4fd65b5bb2: Preparing 20:33:51 e365eb287314: Preparing 20:33:51 ba4fd65b5bb2: Waiting 20:33:51 26cbea5cba74: Preparing 20:33:51 e365eb287314: Waiting 20:33:51 26cbea5cba74: Waiting 20:33:51 4703db42d014: Layer already exists 20:33:51 f2e151ec7d3a: Layer already exists 20:33:51 d245b275702f: Layer already exists 20:33:51 6a8a709edc0d: Layer already exists 20:33:51 b02ac0fd46a3: Layer already exists 20:33:51 ba4fd65b5bb2: Layer already exists 20:33:51 e365eb287314: Layer already exists 20:33:51 26cbea5cba74: Layer already exists 20:33:51 8b1177690205: Layer already exists 20:33:51 3.0.0-dev.137: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:52 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:33:52 6a8a709edc0d: Preparing 20:33:52 f2e151ec7d3a: Preparing 20:33:52 b02ac0fd46a3: Preparing 20:33:52 4703db42d014: Preparing 20:33:52 d245b275702f: Preparing 20:33:52 8b1177690205: Preparing 20:33:52 ba4fd65b5bb2: Preparing 20:33:52 e365eb287314: Preparing 20:33:52 26cbea5cba74: Preparing 20:33:52 ba4fd65b5bb2: Waiting 20:33:52 e365eb287314: Waiting 20:33:52 26cbea5cba74: Waiting 20:33:52 8b1177690205: Waiting 20:33:52 f2e151ec7d3a: Layer already exists 20:33:52 b02ac0fd46a3: Layer already exists 20:33:52 d245b275702f: Layer already exists 20:33:52 6a8a709edc0d: Layer already exists 20:33:52 4703db42d014: Layer already exists 20:33:52 8b1177690205: Layer already exists 20:33:52 ba4fd65b5bb2: Layer already exists 20:33:52 e365eb287314: Layer already exists 20:33:52 26cbea5cba74: Layer already exists 20:33:52 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:53 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 20:33:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:33:53 6a8a709edc0d: Preparing 20:33:53 f2e151ec7d3a: Preparing 20:33:53 b02ac0fd46a3: Preparing 20:33:53 4703db42d014: Preparing 20:33:53 d245b275702f: Preparing 20:33:53 8b1177690205: Preparing 20:33:53 ba4fd65b5bb2: Preparing 20:33:53 e365eb287314: Preparing 20:33:53 26cbea5cba74: Preparing 20:33:53 8b1177690205: Waiting 20:33:53 ba4fd65b5bb2: Waiting 20:33:53 e365eb287314: Waiting 20:33:53 26cbea5cba74: Waiting 20:33:53 6a8a709edc0d: Layer already exists 20:33:53 f2e151ec7d3a: Layer already exists 20:33:53 4703db42d014: Layer already exists 20:33:53 b02ac0fd46a3: Layer already exists 20:33:53 d245b275702f: Layer already exists 20:33:53 e365eb287314: Layer already exists 20:33:53 26cbea5cba74: Layer already exists 20:33:53 ba4fd65b5bb2: Layer already exists 20:33:53 8b1177690205: Layer already exists 20:33:53 main: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:53 ===================================================== [Pipeline] echo 20:33:53 taggedImages: 20:33:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 20:33:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.137 20:33:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 20:33:53 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 20:33:53 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:53 latest 20:33:53 3.0.0-dev.137 20:33:53 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:33:53 main 20:33:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:54 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:33:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:33:54 f152490d2abd: Preparing 20:33:54 7d4415f91667: Preparing 20:33:54 5cfd5a51090a: Preparing 20:33:54 fa84ac699c25: Preparing 20:33:54 8b1177690205: Preparing 20:33:54 ba4fd65b5bb2: Preparing 20:33:54 8e7280565a7e: Preparing 20:33:54 26cbea5cba74: Preparing 20:33:54 ba4fd65b5bb2: Waiting 20:33:54 8e7280565a7e: Waiting 20:33:54 26cbea5cba74: Waiting 20:33:54 8b1177690205: Layer already exists 20:33:54 ba4fd65b5bb2: Layer already exists 20:33:54 f152490d2abd: Pushed 20:33:54 7d4415f91667: Pushed 20:33:54 5cfd5a51090a: Pushed 20:33:54 26cbea5cba74: Layer already exists 20:33:55 8e7280565a7e: Pushed 20:34:10 fa84ac699c25: Pushed 20:34:10 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 20:34:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:34:10 f152490d2abd: Preparing 20:34:10 7d4415f91667: Preparing 20:34:10 5cfd5a51090a: Preparing 20:34:10 fa84ac699c25: Preparing 20:34:10 8b1177690205: Preparing 20:34:10 ba4fd65b5bb2: Preparing 20:34:10 8e7280565a7e: Preparing 20:34:10 26cbea5cba74: Preparing 20:34:10 ba4fd65b5bb2: Waiting 20:34:10 8e7280565a7e: Waiting 20:34:10 26cbea5cba74: Waiting 20:34:10 fa84ac699c25: Layer already exists 20:34:10 7d4415f91667: Layer already exists 20:34:10 8b1177690205: Layer already exists 20:34:10 5cfd5a51090a: Layer already exists 20:34:10 f152490d2abd: Layer already exists 20:34:10 8e7280565a7e: Layer already exists 20:34:10 ba4fd65b5bb2: Layer already exists 20:34:10 26cbea5cba74: Layer already exists 20:34:11 latest: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:11 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.137 20:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:34:11 f152490d2abd: Preparing 20:34:11 7d4415f91667: Preparing 20:34:11 5cfd5a51090a: Preparing 20:34:11 fa84ac699c25: Preparing 20:34:11 8b1177690205: Preparing 20:34:11 ba4fd65b5bb2: Preparing 20:34:11 8e7280565a7e: Preparing 20:34:11 26cbea5cba74: Preparing 20:34:11 ba4fd65b5bb2: Waiting 20:34:11 8e7280565a7e: Waiting 20:34:11 26cbea5cba74: Waiting 20:34:11 fa84ac699c25: Layer already exists 20:34:11 5cfd5a51090a: Layer already exists 20:34:11 8b1177690205: Layer already exists 20:34:11 7d4415f91667: Layer already exists 20:34:11 f152490d2abd: Layer already exists 20:34:11 ba4fd65b5bb2: Layer already exists 20:34:11 26cbea5cba74: Layer already exists 20:34:11 8e7280565a7e: Layer already exists 20:34:12 3.0.0-dev.137: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:12 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:34:12 f152490d2abd: Preparing 20:34:12 7d4415f91667: Preparing 20:34:12 5cfd5a51090a: Preparing 20:34:12 fa84ac699c25: Preparing 20:34:12 8b1177690205: Preparing 20:34:12 ba4fd65b5bb2: Preparing 20:34:12 8e7280565a7e: Preparing 20:34:12 26cbea5cba74: Preparing 20:34:12 ba4fd65b5bb2: Waiting 20:34:12 8e7280565a7e: Waiting 20:34:12 26cbea5cba74: Waiting 20:34:12 fa84ac699c25: Layer already exists 20:34:12 f152490d2abd: Layer already exists 20:34:12 5cfd5a51090a: Layer already exists 20:34:12 7d4415f91667: Layer already exists 20:34:12 8b1177690205: Layer already exists 20:34:12 26cbea5cba74: Layer already exists 20:34:12 8e7280565a7e: Layer already exists 20:34:12 ba4fd65b5bb2: Layer already exists 20:34:13 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:13 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 20:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:34:13 f152490d2abd: Preparing 20:34:13 7d4415f91667: Preparing 20:34:13 5cfd5a51090a: Preparing 20:34:13 fa84ac699c25: Preparing 20:34:13 8b1177690205: Preparing 20:34:13 ba4fd65b5bb2: Preparing 20:34:13 8e7280565a7e: Preparing 20:34:13 26cbea5cba74: Preparing 20:34:13 ba4fd65b5bb2: Waiting 20:34:13 8e7280565a7e: Waiting 20:34:13 26cbea5cba74: Waiting 20:34:13 5cfd5a51090a: Layer already exists 20:34:13 f152490d2abd: Layer already exists 20:34:13 8b1177690205: Layer already exists 20:34:13 7d4415f91667: Layer already exists 20:34:13 fa84ac699c25: Layer already exists 20:34:13 26cbea5cba74: Layer already exists 20:34:13 ba4fd65b5bb2: Layer already exists 20:34:13 8e7280565a7e: Layer already exists 20:34:14 main: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:34:14 ===================================================== [Pipeline] echo 20:34:14 taggedImages: 20:34:14 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:14 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 20:34:14 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.137 20:34:14 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:14 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 20:34:14 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 20:34:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:14 latest 20:34:14 3.0.0-dev.137 20:34:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:14 main 20:34:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:14 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:34:14 9f267ab8c273: Preparing 20:34:14 d23065c0adbd: Preparing 20:34:14 6b569a41d4ed: Preparing 20:34:14 27c09469c008: Preparing 20:34:14 8b1177690205: Preparing 20:34:14 ba4fd65b5bb2: Preparing 20:34:14 e365eb287314: Preparing 20:34:14 26cbea5cba74: Preparing 20:34:14 ba4fd65b5bb2: Waiting 20:34:14 26cbea5cba74: Waiting 20:34:15 8b1177690205: Layer already exists 20:34:15 ba4fd65b5bb2: Layer already exists 20:34:15 e365eb287314: Layer already exists 20:34:15 d23065c0adbd: Pushed 20:34:15 6b569a41d4ed: Pushed 20:34:15 26cbea5cba74: Layer already exists 20:34:15 9f267ab8c273: Pushed 20:34:33 27c09469c008: Pushed 20:34:33 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 20:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:34:33 9f267ab8c273: Preparing 20:34:33 d23065c0adbd: Preparing 20:34:33 6b569a41d4ed: Preparing 20:34:33 27c09469c008: Preparing 20:34:33 8b1177690205: Preparing 20:34:33 ba4fd65b5bb2: Preparing 20:34:33 e365eb287314: Preparing 20:34:33 26cbea5cba74: Preparing 20:34:33 e365eb287314: Waiting 20:34:33 26cbea5cba74: Waiting 20:34:33 ba4fd65b5bb2: Waiting 20:34:33 8b1177690205: Layer already exists 20:34:33 6b569a41d4ed: Layer already exists 20:34:33 9f267ab8c273: Layer already exists 20:34:33 d23065c0adbd: Layer already exists 20:34:33 27c09469c008: Layer already exists 20:34:33 e365eb287314: Layer already exists 20:34:33 ba4fd65b5bb2: Layer already exists 20:34:33 26cbea5cba74: Layer already exists 20:34:34 latest: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.137 20:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:34:34 9f267ab8c273: Preparing 20:34:34 d23065c0adbd: Preparing 20:34:34 6b569a41d4ed: Preparing 20:34:34 27c09469c008: Preparing 20:34:34 8b1177690205: Preparing 20:34:34 ba4fd65b5bb2: Preparing 20:34:34 e365eb287314: Preparing 20:34:34 26cbea5cba74: Preparing 20:34:34 ba4fd65b5bb2: Waiting 20:34:34 e365eb287314: Waiting 20:34:34 26cbea5cba74: Waiting 20:34:34 d23065c0adbd: Layer already exists 20:34:34 9f267ab8c273: Layer already exists 20:34:34 8b1177690205: Layer already exists 20:34:34 6b569a41d4ed: Layer already exists 20:34:34 27c09469c008: Layer already exists 20:34:34 e365eb287314: Layer already exists 20:34:34 ba4fd65b5bb2: Layer already exists 20:34:34 26cbea5cba74: Layer already exists 20:34:35 3.0.0-dev.137: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:35 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:34:35 9f267ab8c273: Preparing 20:34:35 d23065c0adbd: Preparing 20:34:35 6b569a41d4ed: Preparing 20:34:35 27c09469c008: Preparing 20:34:35 8b1177690205: Preparing 20:34:35 ba4fd65b5bb2: Preparing 20:34:35 e365eb287314: Preparing 20:34:35 26cbea5cba74: Preparing 20:34:35 ba4fd65b5bb2: Waiting 20:34:35 e365eb287314: Waiting 20:34:35 26cbea5cba74: Waiting 20:34:35 d23065c0adbd: Layer already exists 20:34:35 27c09469c008: Layer already exists 20:34:35 8b1177690205: Layer already exists 20:34:35 9f267ab8c273: Layer already exists 20:34:35 6b569a41d4ed: Layer already exists 20:34:35 26cbea5cba74: Layer already exists 20:34:35 e365eb287314: Layer already exists 20:34:35 ba4fd65b5bb2: Layer already exists 20:34:36 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 20:34:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:34:36 9f267ab8c273: Preparing 20:34:36 d23065c0adbd: Preparing 20:34:36 6b569a41d4ed: Preparing 20:34:36 27c09469c008: Preparing 20:34:36 8b1177690205: Preparing 20:34:36 ba4fd65b5bb2: Preparing 20:34:36 e365eb287314: Preparing 20:34:36 26cbea5cba74: Preparing 20:34:36 ba4fd65b5bb2: Waiting 20:34:36 e365eb287314: Waiting 20:34:36 26cbea5cba74: Waiting 20:34:36 d23065c0adbd: Layer already exists 20:34:36 9f267ab8c273: Layer already exists 20:34:36 27c09469c008: Layer already exists 20:34:36 6b569a41d4ed: Layer already exists 20:34:36 8b1177690205: Layer already exists 20:34:36 26cbea5cba74: Layer already exists 20:34:36 e365eb287314: Layer already exists 20:34:36 ba4fd65b5bb2: Layer already exists 20:34:37 main: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:34:37 ===================================================== [Pipeline] echo 20:34:37 taggedImages: 20:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 20:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.137 20:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 20:34:37 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 20:34:37 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:37 latest 20:34:37 3.0.0-dev.137 20:34:37 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:37 main 20:34:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:34:37 07a565bcef56: Preparing 20:34:37 aa7cfe008bde: Preparing 20:34:37 8b1177690205: Preparing 20:34:37 ba4fd65b5bb2: Preparing 20:34:37 58024b7f4ca8: Preparing 20:34:37 26cbea5cba74: Preparing 20:34:37 26cbea5cba74: Waiting 20:34:38 8b1177690205: Layer already exists 20:34:38 ba4fd65b5bb2: Layer already exists 20:34:38 26cbea5cba74: Layer already exists 20:34:38 07a565bcef56: Pushed 20:34:38 58024b7f4ca8: Pushed 20:34:43 aa7cfe008bde: Pushed 20:34:44 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 20:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:34:44 07a565bcef56: Preparing 20:34:44 aa7cfe008bde: Preparing 20:34:44 8b1177690205: Preparing 20:34:44 ba4fd65b5bb2: Preparing 20:34:44 58024b7f4ca8: Preparing 20:34:44 26cbea5cba74: Preparing 20:34:44 26cbea5cba74: Waiting 20:34:44 58024b7f4ca8: Layer already exists 20:34:44 07a565bcef56: Layer already exists 20:34:44 8b1177690205: Layer already exists 20:34:44 ba4fd65b5bb2: Layer already exists 20:34:44 aa7cfe008bde: Layer already exists 20:34:44 26cbea5cba74: Layer already exists 20:34:45 latest: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.137 20:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:34:45 07a565bcef56: Preparing 20:34:45 aa7cfe008bde: Preparing 20:34:45 8b1177690205: Preparing 20:34:45 ba4fd65b5bb2: Preparing 20:34:45 58024b7f4ca8: Preparing 20:34:45 26cbea5cba74: Preparing 20:34:45 26cbea5cba74: Waiting 20:34:45 07a565bcef56: Layer already exists 20:34:45 ba4fd65b5bb2: Layer already exists 20:34:45 aa7cfe008bde: Layer already exists 20:34:45 58024b7f4ca8: Layer already exists 20:34:45 8b1177690205: Layer already exists 20:34:45 26cbea5cba74: Layer already exists 20:34:45 3.0.0-dev.137: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:34:46 07a565bcef56: Preparing 20:34:46 aa7cfe008bde: Preparing 20:34:46 8b1177690205: Preparing 20:34:46 ba4fd65b5bb2: Preparing 20:34:46 58024b7f4ca8: Preparing 20:34:46 26cbea5cba74: Preparing 20:34:46 26cbea5cba74: Waiting 20:34:46 58024b7f4ca8: Layer already exists 20:34:46 aa7cfe008bde: Layer already exists 20:34:46 07a565bcef56: Layer already exists 20:34:46 8b1177690205: Layer already exists 20:34:46 ba4fd65b5bb2: Layer already exists 20:34:46 26cbea5cba74: Layer already exists 20:34:46 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 20:34:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:34:47 07a565bcef56: Preparing 20:34:47 aa7cfe008bde: Preparing 20:34:47 8b1177690205: Preparing 20:34:47 ba4fd65b5bb2: Preparing 20:34:47 58024b7f4ca8: Preparing 20:34:47 26cbea5cba74: Preparing 20:34:47 26cbea5cba74: Waiting 20:34:47 ba4fd65b5bb2: Layer already exists 20:34:47 07a565bcef56: Layer already exists 20:34:47 58024b7f4ca8: Layer already exists 20:34:47 8b1177690205: Layer already exists 20:34:47 aa7cfe008bde: Layer already exists 20:34:47 26cbea5cba74: Layer already exists 20:34:47 main: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:34:47 ===================================================== [Pipeline] echo 20:34:47 taggedImages: 20:34:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 20:34:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.137 20:34:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 20:34:47 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 20:34:47 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:47 latest 20:34:47 3.0.0-dev.137 20:34:47 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:47 main 20:34:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:34:48 8e955bb9df1d: Preparing 20:34:48 9c24419f18fc: Preparing 20:34:48 8b1177690205: Preparing 20:34:48 ba4fd65b5bb2: Preparing 20:34:48 c24fd071330f: Preparing 20:34:48 26cbea5cba74: Preparing 20:34:48 26cbea5cba74: Waiting 20:34:48 8b1177690205: Layer already exists 20:34:48 ba4fd65b5bb2: Layer already exists 20:34:48 c24fd071330f: Layer already exists 20:34:48 26cbea5cba74: Layer already exists 20:34:48 8e955bb9df1d: Pushed 20:34:54 9c24419f18fc: Pushed 20:34:54 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:54 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 20:34:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:34:54 8e955bb9df1d: Preparing 20:34:54 9c24419f18fc: Preparing 20:34:54 8b1177690205: Preparing 20:34:54 ba4fd65b5bb2: Preparing 20:34:54 c24fd071330f: Preparing 20:34:54 26cbea5cba74: Preparing 20:34:54 26cbea5cba74: Waiting 20:34:54 8b1177690205: Layer already exists 20:34:54 8e955bb9df1d: Layer already exists 20:34:54 9c24419f18fc: Layer already exists 20:34:54 ba4fd65b5bb2: Layer already exists 20:34:54 c24fd071330f: Layer already exists 20:34:54 26cbea5cba74: Layer already exists 20:34:55 latest: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.137 20:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:34:55 8e955bb9df1d: Preparing 20:34:55 9c24419f18fc: Preparing 20:34:55 8b1177690205: Preparing 20:34:55 ba4fd65b5bb2: Preparing 20:34:55 c24fd071330f: Preparing 20:34:55 26cbea5cba74: Preparing 20:34:55 26cbea5cba74: Waiting 20:34:55 8b1177690205: Layer already exists 20:34:55 9c24419f18fc: Layer already exists 20:34:55 ba4fd65b5bb2: Layer already exists 20:34:55 c24fd071330f: Layer already exists 20:34:55 8e955bb9df1d: Layer already exists 20:34:55 26cbea5cba74: Layer already exists 20:34:56 3.0.0-dev.137: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:34:56 8e955bb9df1d: Preparing 20:34:56 9c24419f18fc: Preparing 20:34:56 8b1177690205: Preparing 20:34:56 ba4fd65b5bb2: Preparing 20:34:56 c24fd071330f: Preparing 20:34:56 26cbea5cba74: Preparing 20:34:56 26cbea5cba74: Waiting 20:34:56 9c24419f18fc: Layer already exists 20:34:56 c24fd071330f: Layer already exists 20:34:56 8b1177690205: Layer already exists 20:34:56 8e955bb9df1d: Layer already exists 20:34:56 ba4fd65b5bb2: Layer already exists 20:34:56 26cbea5cba74: Layer already exists 20:34:57 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 20:34:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:34:57 8e955bb9df1d: Preparing 20:34:57 9c24419f18fc: Preparing 20:34:57 8b1177690205: Preparing 20:34:57 ba4fd65b5bb2: Preparing 20:34:57 c24fd071330f: Preparing 20:34:57 26cbea5cba74: Preparing 20:34:57 26cbea5cba74: Waiting 20:34:57 c24fd071330f: Layer already exists 20:34:57 8b1177690205: Layer already exists 20:34:57 9c24419f18fc: Layer already exists 20:34:57 ba4fd65b5bb2: Layer already exists 20:34:57 8e955bb9df1d: Layer already exists 20:34:57 26cbea5cba74: Layer already exists 20:34:57 main: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:34:58 ===================================================== [Pipeline] echo 20:34:58 taggedImages: 20:34:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 20:34:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 20:34:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.137 20:34:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 20:34:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:34:58 20:34:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:34:58 arm64: Pulling from edgex-lftools-log-publisher 20:34:58 8998bd30e6a1: Pulling fs layer 20:34:58 04944245beec: Pulling fs layer 20:34:58 699f458cf7ca: Pulling fs layer 20:34:58 765212b225bb: Pulling fs layer 20:34:58 f23df028b6ca: Pulling fs layer 20:34:58 d65c8cfc05b1: Pulling fs layer 20:34:58 2437ff75d9bd: Pulling fs layer 20:34:58 f23df028b6ca: Waiting 20:34:58 d65c8cfc05b1: Waiting 20:34:58 2437ff75d9bd: Waiting 20:34:58 765212b225bb: Waiting 20:34:59 04944245beec: Verifying Checksum 20:34:59 04944245beec: Download complete 20:34:59 765212b225bb: Verifying Checksum 20:34:59 765212b225bb: Download complete 20:34:59 f23df028b6ca: Download complete 20:34:59 d65c8cfc05b1: Verifying Checksum 20:34:59 d65c8cfc05b1: Download complete 20:34:59 699f458cf7ca: Verifying Checksum 20:34:59 699f458cf7ca: Download complete 20:34:59 8998bd30e6a1: Download complete 20:35:02 2437ff75d9bd: Verifying Checksum 20:35:02 2437ff75d9bd: Download complete 20:35:04 8998bd30e6a1: Pull complete 20:35:05 04944245beec: Pull complete 20:35:06 699f458cf7ca: Pull complete 20:35:06 765212b225bb: Pull complete 20:35:07 f23df028b6ca: Pull complete 20:35:07 d65c8cfc05b1: Pull complete 20:35:22 2437ff75d9bd: Pull complete 20:35:22 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:35:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:35:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:22 prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container 20:35:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:35:25 $ docker top 18ed25b9152a44074ca1b41d201155444a328174397a355026046947b2a98ccd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:26 ---> job-cost.sh 20:35:26 lf-activate-venv: SKIPPING 20:35:26 INFO: No Stack... 20:35:26 INFO: Retrieving Pricing Info for: v3-standard-4 20:35:27 INFO: Archiving Costs [Pipeline] sh 20:35:28 + cat /w/workspace/edgex-go/499/archives/cost.csv 20:35:28 + cut -d, -f6 [Pipeline] lock 20:35:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-499-stack-cost] 20:35:28 Resource [jenkins-edgexfoundry-edgex-go-main-499-stack-cost] did not exist. Created. 20:35:28 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-499-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:35:28 + echo total: 0.10999999940395355 [Pipeline] stash 20:35:29 Stashed 1 file(s) [Pipeline] } 20:35:29 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-499-stack-cost] [Pipeline] // lock [Pipeline] } 20:35:29 $ docker stop --time=1 18ed25b9152a44074ca1b41d201155444a328174397a355026046947b2a98ccd 20:35:31 $ docker rm -f --volumes 18ed25b9152a44074ca1b41d201155444a328174397a355026046947b2a98ccd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 20:35:31 provisioning config files... 20:35:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/499@tmp/config5467426023337073260tmp [Pipeline] { [Pipeline] sh 20:35:31 + set +x 20:35:31 + curl -s https://codecov.io/bash 20:35:31 + bash -s -- 20:35:31 20:35:31 _____ _ 20:35:31 / ____| | | 20:35:31 | | ___ __| | ___ ___ _____ __ 20:35:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:35:31 | |___| (_) | (_| | __/ (_| (_) \ V / 20:35:31 \_____\___/ \__,_|\___|\___\___/ \_/ 20:35:31 Bash-1.0.6 20:35:31 20:35:31 20:35:31 ==> git version 2.25.1 found 20:35:31 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:35:31 Release-Date: 2020-01-08 20:35:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:35:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:35:31 ==> Jenkins CI detected. 20:35:31 current dir:  /w/workspace/edgex-go/499 20:35:31 project root: . 20:35:31 --> token set from env 20:35:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:35:31 ==> Running gcov in . (disable via -X gcov) 20:35:32 ==> Python coveragepy not found 20:35:32 ==> Searching for coverage reports in: 20:35:32 + . 20:35:32 -> Found 1 reports 20:35:32 ==> Detecting git/mercurial file structure 20:35:32 ==> Reading reports 20:35:32 + ./coverage.out bytes=448248 20:35:32 ==> Appending adjustments 20:35:32 https://docs.codecov.io/docs/fixing-reports 20:35:33 + Found adjustments 20:35:33 ==> Gzipping contents 20:35:33 60K /tmp/codecov.pmf2Tq.gz 20:35:33 ==> Uploading reports 20:35:33 url: https://codecov.io 20:35:33 query: branch=main&commit=50d4b1035dfa4399e59f9a653307c5f6e2ab238e&build=499&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F499%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:35:33 -> Pinging Codecov 20:35:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=50d4b1035dfa4399e59f9a653307c5f6e2ab238e&build=499&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F499%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:35:33 -> Uploading to 20:35:33 https://storage.googleapis.com/codecov/v4/raw/2023-04-24/00271124DB129430A58F1EEE437C3FCB/50d4b1035dfa4399e59f9a653307c5f6e2ab238e/4a2784cc-ad65-431b-92d0-8ee3f2e4a708.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T203533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=12b1abf16b21ea803cd39d2a77c58b267f2f6436b9143254474666339e2d016d 20:35:33 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:33 Dload Upload Total Spent Left Speed 20:35:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57556 0 0 100 57556 0 217k --:--:-- --:--:-- --:--:-- 217k 20:35:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } 20:35:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:35:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:35:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:35:34 20:35:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:35:34 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:35:34 df9b9388f04a: Pulling fs layer 20:35:34 52dc419b0ee2: Pulling fs layer 20:35:34 25bc292e5bac: Pulling fs layer 20:35:34 114826534d7a: Pulling fs layer 20:35:34 4657fd5d0bcf: Pulling fs layer 20:35:34 6ad1cebc031e: Pulling fs layer 20:35:34 8a3aa393b2d8: Pulling fs layer 20:35:34 114826534d7a: Waiting 20:35:34 4657fd5d0bcf: Waiting 20:35:34 6ad1cebc031e: Waiting 20:35:34 8a3aa393b2d8: Waiting 20:35:34 25bc292e5bac: Verifying Checksum 20:35:34 25bc292e5bac: Download complete 20:35:34 52dc419b0ee2: Verifying Checksum 20:35:34 52dc419b0ee2: Download complete 20:35:34 4657fd5d0bcf: Verifying Checksum 20:35:34 4657fd5d0bcf: Download complete 20:35:34 df9b9388f04a: Verifying Checksum 20:35:34 df9b9388f04a: Download complete 20:35:34 df9b9388f04a: Pull complete 20:35:34 6ad1cebc031e: Verifying Checksum 20:35:34 6ad1cebc031e: Download complete 20:35:34 52dc419b0ee2: Pull complete 20:35:34 25bc292e5bac: Pull complete 20:35:35 114826534d7a: Verifying Checksum 20:35:35 114826534d7a: Download complete 20:35:35 8a3aa393b2d8: Verifying Checksum 20:35:35 8a3aa393b2d8: Download complete 20:35:38 114826534d7a: Pull complete 20:35:38 4657fd5d0bcf: Pull complete 20:35:38 6ad1cebc031e: Pull complete 20:35:41 8a3aa393b2d8: Pull complete 20:35:41 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 20:35:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:35:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:41 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:35:41 $ 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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:35:43 $ docker top f99338bac1e48c50896c5c9dd6a0865f6577aa2c2946b4b7a93bc2c2b6fa8b50 -eo pid,comm [Pipeline] { [Pipeline] echo 20:35:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 20:35:44 + set -o pipefail 20:35:44 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 20:35:50 20:35:50 Monitoring /w/workspace/edgex-go/499 (github.com/edgexfoundry/edgex-go)... 20:35:50 20:35:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/1b0b2bd6-4b94-4bf6-a0cf-463066dab02c 20:35:50 20:35:50 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 20:35:50 20:35:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:35:50 20:35:50 20:35:50 A medium severity vulnerability was found in the Snyk CLI versions you are using. 20:35:50 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 20:35:50 More details here: https://snyk.co/ue1NS [Pipeline] } 20:35:50 $ docker stop --time=1 f99338bac1e48c50896c5c9dd6a0865f6577aa2c2946b4b7a93bc2c2b6fa8b50 20:35:53 $ docker rm -f --volumes f99338bac1e48c50896c5c9dd6a0865f6577aa2c2946b4b7a93bc2c2b6fa8b50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 20:35:53 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:35:53 provisioning config files... 20:35:53 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/499@tmp/config9247284987883514163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:54 --> edgex-publish-swagger.sh 20:35:54 === Publish openapi/v3 API === 20:35:54 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 20:35:54 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/499/openapi/v3/core-command.yaml] 20:35:54 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:54 Dload Upload Total Spent Left Speed 20:36:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 23678 0:00:01 0:00:01 --:--:-- 23678 100 29030 0 0 100 29030 0 13035 0:00:02 0:00:02 --:--:-- 13035 100 29030 0 0 100 29030 0 8990 0:00:03 0:00:03 --:--:-- 8990 100 29030 0 0 100 29030 0 6862 0:00:04 0:00:04 --:--:-- 6862 100 29030 0 0 100 29030 0 5548 0:00:05 0:00:05 --:--:-- 5549 100 29030 0 0 100 29030 0 4657 0:00:06 0:00:06 --:--:-- 0 100 29030 0 0 100 29030 0 4553 0:00:06 0:00:06 --:--:-- 0 20:36:00 20:36:00 20:36:00 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/499/openapi/v3/core-data.yaml] 20:36:00 % Total % Received % Xferd Average Speed Time Time Time Current 20:36:00 Dload Upload Total Spent Left Speed 20:36:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 57305 0:00:01 0:00:01 --:--:-- 57305 100 69110 0 0 100 69110 0 31299 0:00:02 0:00:02 --:--:-- 31299 100 69110 0 0 100 69110 0 21536 0:00:03 0:00:03 --:--:-- 21536 100 69110 0 0 100 69110 0 16411 0:00:04 0:00:04 --:--:-- 16411 100 69110 0 0 100 69110 0 13257 0:00:05 0:00:05 --:--:-- 13257 100 69110 0 0 100 69110 0 11316 0:00:06 0:00:06 --:--:-- 0 100 69110 0 0 100 69110 0 11316 0:00:06 0:00:06 --:--:-- 0 20:36:06 20:36:06 20:36:06 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/499/openapi/v3/core-metadata.yaml] 20:36:06 % Total % Received % Xferd Average Speed Time Time Time Current 20:36:06 Dload Upload Total Spent Left Speed 20:36:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 117k 0:00:01 0:00:01 --:--:-- 117k 100 141k 0 0 100 141k 0 86846 0:00:01 0:00:01 --:--:-- 86794 100 141k 0 0 100 141k 0 86794 0:00:01 0:00:01 --:--:-- 86794 20:36:08 20:36:08 20:36:08 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/499/openapi/v3/support-notifications.yaml] 20:36:08 % Total % Received % Xferd Average Speed Time Time Time Current 20:36:08 Dload Upload Total Spent Left Speed 20:36:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 72230 0:00:01 0:00:01 --:--:-- 72230 100 86965 0 0 100 86965 0 39439 0:00:02 0:00:02 --:--:-- 39439 100 86965 0 0 100 86965 0 36463 0:00:02 0:00:02 --:--:-- 36463 20:36:10 20:36:10 20:36:10 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/499/openapi/v3/support-scheduler.yaml] 20:36:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:36:10 Dload Upload Total Spent Left Speed 20:36:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 165k --:--:-- --:--:-- --:--:-- 164k 100 34356 0 0 100 34356 0 47783 --:--:-- --:--:-- --:--:-- 47783 20:36:11 20:36:11 [Pipeline] } 20:36:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 20:36:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:36:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:36:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:11 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:36:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:36:12 $ docker top 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:12 [ssh-agent] Looking for ssh-agent implementation... 20:36:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:12 $ docker exec 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 ssh-agent 20:36:12 SSH_AUTH_SOCK=/tmp/ssh-4CzdTAHFfxsb/agent.32 20:36:12 SSH_AGENT_PID=39 20:36:12 Running ssh-add (command line suppressed) 20:36:12 Identity added: /w/workspace/edgex-go/499@tmp/private_key_10630824956052605615.key (/w/workspace/edgex-go/499@tmp/private_key_10630824956052605615.key) 20:36:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:13 + git semver tag 20:36:13 2023-04-24 20:36:13,311 [run_tag] DEBUG tag force:False 20:36:13 2023-04-24 20:36:13,311 [check_head_tag] DEBUG check head tag 20:36:13 2023-04-24 20:36:13,314 [execute] INFO git cat-file --batch-check 20:36:13 2023-04-24 20:36:13,314 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=) 20:36:13 2023-04-24 20:36:13,318 [execute] INFO git cat-file --batch 20:36:13 2023-04-24 20:36:13,318 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=) 20:36:13 2023-04-24 20:36:13,379 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main 20:36:13 2023-04-24 20:36:13,379 [execute] INFO git tag -a v3.0.0-dev.137 -m v3.0.0-dev.137 20:36:13 2023-04-24 20:36:13,380 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.137', '-m', 'v3.0.0-dev.137'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=None) 20:36:13 2023-04-24 20:36:13,384 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main 20:36:13 3.0.0-dev.137 [Pipeline] } 20:36:13 $ docker exec --env ******** --env ******** 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 ssh-agent -k 20:36:13 unset SSH_AUTH_SOCK; 20:36:13 unset SSH_AGENT_PID; 20:36:13 echo Agent pid 39 killed; 20:36:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:14 + git semver [Pipeline] } 20:36:14 $ docker stop --time=1 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 20:36:15 $ docker rm -f --volumes 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:15 20:36:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:16 0.23.1-centos7: Pulling from edgex-lftools 20:36:16 ab5ef0e58194: Pulling fs layer 20:36:16 9712f1f96733: Pulling fs layer 20:36:16 63f879dbbcfc: Pulling fs layer 20:36:16 0d9ebad4ef96: Pulling fs layer 20:36:16 e9a5061849ea: Pulling fs layer 20:36:16 d747dcd14b5f: Pulling fs layer 20:36:16 2de7ff778b66: Pulling fs layer 20:36:16 0d9ebad4ef96: Waiting 20:36:16 e9a5061849ea: Waiting 20:36:16 2de7ff778b66: Waiting 20:36:16 d747dcd14b5f: Waiting 20:36:16 9712f1f96733: Verifying Checksum 20:36:16 9712f1f96733: Download complete 20:36:16 63f879dbbcfc: Verifying Checksum 20:36:16 63f879dbbcfc: Download complete 20:36:16 0d9ebad4ef96: Verifying Checksum 20:36:16 0d9ebad4ef96: Download complete 20:36:16 e9a5061849ea: Verifying Checksum 20:36:16 e9a5061849ea: Download complete 20:36:16 d747dcd14b5f: Verifying Checksum 20:36:16 d747dcd14b5f: Download complete 20:36:16 ab5ef0e58194: Verifying Checksum 20:36:16 ab5ef0e58194: Download complete 20:36:16 2de7ff778b66: Verifying Checksum 20:36:16 2de7ff778b66: Download complete 20:36:19 ab5ef0e58194: Pull complete 20:36:19 9712f1f96733: Pull complete 20:36:20 63f879dbbcfc: Pull complete 20:36:24 0d9ebad4ef96: Pull complete 20:36:24 e9a5061849ea: Pull complete 20:36:24 d747dcd14b5f: Pull complete 20:36:24 2de7ff778b66: Pull complete 20:36:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:36:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:25 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:36:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:36:28 $ docker top 82b1926fc0bf1f5f7bb227039761c91905d7fa5a26e7084fba92b37fbf6d1c12 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:36:28 provisioning config files... 20:36:28 copy managed file [sigul-config] to file:/w/workspace/edgex-go/499@tmp/config903152052821131569tmp 20:36:28 copy managed file [sigul-password] to file:/w/workspace/edgex-go/499@tmp/config2759250794932465521tmp 20:36:28 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/499@tmp/config7272580343569093472tmp [Pipeline] { [Pipeline] echo 20:36:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:36:28 ---> sigul-configuration.sh 20:36:28 gpg: directory `/root/.gnupg' created 20:36:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:36:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:36:28 gpg: keyring `/root/.gnupg/secring.gpg' created 20:36:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:36:28 gpg: CAST5 encrypted data 20:36:28 gpg: encrypted with 1 passphrase 20:36:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:36:29 + mkdir /home/jenkins 20:36:29 + mkdir /home/jenkins/sigul [Pipeline] sh 20:36:29 + 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 20:36:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:36:29 ---> sigul-install.sh 20:36:29 Sigul already installed; skipping installation. [Pipeline] sh 20:36:30 + git tag --list 20:36:30 0.6.0 20:36:30 0.6.1 20:36:30 0.7.0 20:36:30 0.7.1 20:36:30 v1.0.0 20:36:30 v1.0.1 20:36:30 v1.1.0 20:36:30 v1.2.0 20:36:30 v1.2.1 20:36:30 v1.3.0 20:36:30 v1.3.1 20:36:30 v2.0.0 20:36:30 v2.1.0 20:36:30 v2.1.1 20:36:30 v2.1.1-dev.1 20:36:30 v2.1.1-dev.2 20:36:30 v2.1.1-dev.3 20:36:30 v2.1.1-dev.4 20:36:30 v2.1.1-dev.5 20:36:30 v2.1.1-dev.6 20:36:30 v2.1.1-dev.7 20:36:30 v2.1.1-dev.8 20:36:30 v2.1.2-dev.1 20:36:30 v2.2.0 20:36:30 v2.2.1-dev.1 20:36:30 v2.2.1-dev.10 20:36:30 v2.2.1-dev.11 20:36:30 v2.2.1-dev.12 20:36:30 v2.2.1-dev.13 20:36:30 v2.2.1-dev.14 20:36:30 v2.2.1-dev.15 20:36:30 v2.2.1-dev.16 20:36:30 v2.2.1-dev.17 20:36:30 v2.2.1-dev.18 20:36:30 v2.2.1-dev.19 20:36:30 v2.2.1-dev.2 20:36:30 v2.2.1-dev.20 20:36:30 v2.2.1-dev.21 20:36:30 v2.2.1-dev.22 20:36:30 v2.2.1-dev.23 20:36:30 v2.2.1-dev.24 20:36:30 v2.2.1-dev.25 20:36:30 v2.2.1-dev.26 20:36:30 v2.2.1-dev.27 20:36:30 v2.2.1-dev.28 20:36:30 v2.2.1-dev.29 20:36:30 v2.2.1-dev.3 20:36:30 v2.2.1-dev.4 20:36:30 v2.2.1-dev.5 20:36:30 v2.2.1-dev.6 20:36:30 v2.2.1-dev.7 20:36:30 v2.2.1-dev.8 20:36:30 v2.2.1-dev.9 20:36:30 v2.3.0 20:36:30 v2.3.0-dev.100 20:36:30 v2.3.0-dev.101 20:36:30 v2.3.0-dev.102 20:36:30 v2.3.0-dev.103 20:36:30 v2.3.0-dev.104 20:36:30 v2.3.0-dev.105 20:36:30 v2.3.0-dev.106 20:36:30 v2.3.0-dev.29 20:36:30 v2.3.0-dev.30 20:36:30 v2.3.0-dev.31 20:36:30 v2.3.0-dev.32 20:36:30 v2.3.0-dev.33 20:36:30 v2.3.0-dev.34 20:36:30 v2.3.0-dev.35 20:36:30 v2.3.0-dev.36 20:36:30 v2.3.0-dev.37 20:36:30 v2.3.0-dev.38 20:36:30 v2.3.0-dev.39 20:36:30 v2.3.0-dev.40 20:36:30 v2.3.0-dev.41 20:36:30 v2.3.0-dev.42 20:36:30 v2.3.0-dev.43 20:36:30 v2.3.0-dev.44 20:36:30 v2.3.0-dev.45 20:36:30 v2.3.0-dev.46 20:36:30 v2.3.0-dev.47 20:36:30 v2.3.0-dev.48 20:36:30 v2.3.0-dev.49 20:36:30 v2.3.0-dev.50 20:36:30 v2.3.0-dev.51 20:36:30 v2.3.0-dev.52 20:36:30 v2.3.0-dev.53 20:36:30 v2.3.0-dev.54 20:36:30 v2.3.0-dev.55 20:36:30 v2.3.0-dev.56 20:36:30 v2.3.0-dev.57 20:36:30 v2.3.0-dev.58 20:36:30 v2.3.0-dev.59 20:36:30 v2.3.0-dev.60 20:36:30 v2.3.0-dev.61 20:36:30 v2.3.0-dev.62 20:36:30 v2.3.0-dev.63 20:36:30 v2.3.0-dev.64 20:36:30 v2.3.0-dev.65 20:36:30 v2.3.0-dev.66 20:36:30 v2.3.0-dev.67 20:36:30 v2.3.0-dev.68 20:36:30 v2.3.0-dev.69 20:36:30 v2.3.0-dev.70 20:36:30 v2.3.0-dev.71 20:36:30 v2.3.0-dev.72 20:36:30 v2.3.0-dev.73 20:36:30 v2.3.0-dev.74 20:36:30 v2.3.0-dev.75 20:36:30 v2.3.0-dev.76 20:36:30 v2.3.0-dev.77 20:36:30 v2.3.0-dev.78 20:36:30 v2.3.0-dev.79 20:36:30 v2.3.0-dev.80 20:36:30 v2.3.0-dev.81 20:36:30 v2.3.0-dev.82 20:36:30 v2.3.0-dev.83 20:36:30 v2.3.0-dev.84 20:36:30 v2.3.0-dev.85 20:36:30 v2.3.0-dev.86 20:36:30 v2.3.0-dev.87 20:36:30 v2.3.0-dev.88 20:36:30 v2.3.0-dev.89 20:36:30 v2.3.0-dev.90 20:36:30 v2.3.0-dev.91 20:36:30 v2.3.0-dev.92 20:36:30 v2.3.0-dev.93 20:36:30 v2.3.0-dev.94 20:36:30 v2.3.0-dev.95 20:36:30 v2.3.0-dev.96 20:36:30 v2.3.0-dev.97 20:36:30 v2.3.0-dev.98 20:36:30 v2.3.0-dev.99 20:36:30 v2.3.1-dev.1 20:36:30 v2.3.1-dev.2 20:36:30 v2.3.1-dev.3 20:36:30 v2.3.1-dev.4 20:36:30 v2.3.1-dev.5 20:36:30 v3.0.0-dev.1 20:36:30 v3.0.0-dev.10 20:36:30 v3.0.0-dev.100 20:36:30 v3.0.0-dev.101 20:36:30 v3.0.0-dev.102 20:36:30 v3.0.0-dev.103 20:36:30 v3.0.0-dev.104 20:36:30 v3.0.0-dev.105 20:36:30 v3.0.0-dev.106 20:36:30 v3.0.0-dev.107 20:36:30 v3.0.0-dev.108 20:36:30 v3.0.0-dev.109 20:36:30 v3.0.0-dev.11 20:36:30 v3.0.0-dev.110 20:36:30 v3.0.0-dev.111 20:36:30 v3.0.0-dev.112 20:36:30 v3.0.0-dev.113 20:36:30 v3.0.0-dev.114 20:36:30 v3.0.0-dev.115 20:36:30 v3.0.0-dev.116 20:36:30 v3.0.0-dev.117 20:36:30 v3.0.0-dev.118 20:36:30 v3.0.0-dev.119 20:36:30 v3.0.0-dev.12 20:36:30 v3.0.0-dev.120 20:36:30 v3.0.0-dev.121 20:36:30 v3.0.0-dev.122 20:36:30 v3.0.0-dev.123 20:36:30 v3.0.0-dev.124 20:36:30 v3.0.0-dev.125 20:36:30 v3.0.0-dev.126 20:36:30 v3.0.0-dev.127 20:36:30 v3.0.0-dev.128 20:36:30 v3.0.0-dev.129 20:36:30 v3.0.0-dev.13 20:36:30 v3.0.0-dev.130 20:36:30 v3.0.0-dev.131 20:36:30 v3.0.0-dev.132 20:36:30 v3.0.0-dev.133 20:36:30 v3.0.0-dev.134 20:36:30 v3.0.0-dev.135 20:36:30 v3.0.0-dev.136 20:36:30 v3.0.0-dev.137 20:36:30 v3.0.0-dev.14 20:36:30 v3.0.0-dev.15 20:36:30 v3.0.0-dev.16 20:36:30 v3.0.0-dev.17 20:36:30 v3.0.0-dev.18 20:36:30 v3.0.0-dev.19 20:36:30 v3.0.0-dev.2 20:36:30 v3.0.0-dev.20 20:36:30 v3.0.0-dev.21 20:36:30 v3.0.0-dev.22 20:36:30 v3.0.0-dev.23 20:36:30 v3.0.0-dev.24 20:36:30 v3.0.0-dev.25 20:36:30 v3.0.0-dev.26 20:36:30 v3.0.0-dev.27 20:36:30 v3.0.0-dev.28 20:36:30 v3.0.0-dev.29 20:36:30 v3.0.0-dev.3 20:36:30 v3.0.0-dev.30 20:36:30 v3.0.0-dev.31 20:36:30 v3.0.0-dev.32 20:36:30 v3.0.0-dev.33 20:36:30 v3.0.0-dev.34 20:36:30 v3.0.0-dev.35 20:36:30 v3.0.0-dev.36 20:36:30 v3.0.0-dev.37 20:36:30 v3.0.0-dev.38 20:36:30 v3.0.0-dev.39 20:36:30 v3.0.0-dev.4 20:36:30 v3.0.0-dev.40 20:36:30 v3.0.0-dev.41 20:36:30 v3.0.0-dev.42 20:36:30 v3.0.0-dev.43 20:36:30 v3.0.0-dev.44 20:36:30 v3.0.0-dev.45 20:36:30 v3.0.0-dev.46 20:36:30 v3.0.0-dev.47 20:36:30 v3.0.0-dev.48 20:36:30 v3.0.0-dev.49 20:36:30 v3.0.0-dev.5 20:36:30 v3.0.0-dev.50 20:36:30 v3.0.0-dev.51 20:36:30 v3.0.0-dev.52 20:36:30 v3.0.0-dev.53 20:36:30 v3.0.0-dev.54 20:36:30 v3.0.0-dev.55 20:36:30 v3.0.0-dev.56 20:36:30 v3.0.0-dev.57 20:36:30 v3.0.0-dev.58 20:36:30 v3.0.0-dev.59 20:36:30 v3.0.0-dev.6 20:36:30 v3.0.0-dev.60 20:36:30 v3.0.0-dev.61 20:36:30 v3.0.0-dev.62 20:36:30 v3.0.0-dev.63 20:36:30 v3.0.0-dev.64 20:36:30 v3.0.0-dev.65 20:36:30 v3.0.0-dev.66 20:36:30 v3.0.0-dev.67 20:36:30 v3.0.0-dev.68 20:36:30 v3.0.0-dev.69 20:36:30 v3.0.0-dev.7 20:36:30 v3.0.0-dev.70 20:36:30 v3.0.0-dev.71 20:36:30 v3.0.0-dev.72 20:36:30 v3.0.0-dev.73 20:36:30 v3.0.0-dev.74 20:36:30 v3.0.0-dev.75 20:36:30 v3.0.0-dev.76 20:36:30 v3.0.0-dev.77 20:36:30 v3.0.0-dev.78 20:36:30 v3.0.0-dev.79 20:36:30 v3.0.0-dev.8 20:36:30 v3.0.0-dev.80 20:36:30 v3.0.0-dev.81 20:36:30 v3.0.0-dev.82 20:36:30 v3.0.0-dev.83 20:36:30 v3.0.0-dev.84 20:36:30 v3.0.0-dev.85 20:36:30 v3.0.0-dev.86 20:36:30 v3.0.0-dev.87 20:36:30 v3.0.0-dev.88 20:36:30 v3.0.0-dev.89 20:36:30 v3.0.0-dev.9 20:36:30 v3.0.0-dev.90 20:36:30 v3.0.0-dev.91 20:36:30 v3.0.0-dev.92 20:36:30 v3.0.0-dev.93 20:36:30 v3.0.0-dev.94 20:36:30 v3.0.0-dev.95 20:36:30 v3.0.0-dev.96 20:36:30 v3.0.0-dev.97 20:36:30 v3.0.0-dev.98 20:36:30 v3.0.0-dev.99 [Pipeline] sh 20:36:30 + lftools sign git-tag v3.0.0-dev.137 20:36:30 Signing Git tag with Sigul... 20:36:30 Signing v3.0.0-dev.137 [Pipeline] echo 20:36:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:36:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:36:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:36:31 $ docker stop --time=1 82b1926fc0bf1f5f7bb227039761c91905d7fa5a26e7084fba92b37fbf6d1c12 20:36:32 $ docker rm -f --volumes 82b1926fc0bf1f5f7bb227039761c91905d7fa5a26e7084fba92b37fbf6d1c12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 20:36:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:36:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:36:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:33 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:36:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:36:33 $ docker top e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:34 [ssh-agent] Looking for ssh-agent implementation... 20:36:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:34 $ docker exec e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 ssh-agent 20:36:34 SSH_AUTH_SOCK=/tmp/ssh-ZDPZP3FIQx0S/agent.31 20:36:34 SSH_AGENT_PID=37 20:36:34 Running ssh-add (command line suppressed) 20:36:34 Identity added: /w/workspace/edgex-go/499@tmp/private_key_10161254233451533503.key (/w/workspace/edgex-go/499@tmp/private_key_10161254233451533503.key) 20:36:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:34 + git semver bump pre 20:36:34 2023-04-24 20:36:34,874 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main 20:36:34 2023-04-24 20:36:34,874 [bump_version] DEBUG bumping version:3.0.0-dev.137 on axis:pre with prefix:dev 20:36:34 2023-04-24 20:36:34,874 [bump_version] DEBUG bumped version:3.0.0-dev.138 20:36:34 2023-04-24 20:36:34,874 [write_version] DEBUG write version:3.0.0-dev.138 to path:/w/workspace/edgex-go/499/.semver/main with force:True 20:36:34 2023-04-24 20:36:34,874 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main 20:36:34 2023-04-24 20:36:34,874 [write_file] DEBUG write to file:/w/workspace/edgex-go/499/.semver/main 20:36:34 2023-04-24 20:36:34,876 [execute] INFO git cat-file --batch-check 20:36:34 2023-04-24 20:36:34,876 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=) 20:36:34 2023-04-24 20:36:34,882 [execute] INFO git cat-file --batch 20:36:34 2023-04-24 20:36:34,882 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=) 20:36:34 2023-04-24 20:36:34,889 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main 20:36:34 3.0.0-dev.138 [Pipeline] } 20:36:34 $ docker exec --env ******** --env ******** e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 ssh-agent -k 20:36:35 unset SSH_AUTH_SOCK; 20:36:35 unset SSH_AGENT_PID; 20:36:35 echo Agent pid 37 killed; 20:36:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:35 + git semver [Pipeline] } 20:36:35 $ docker stop --time=1 e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 20:36:36 $ docker rm -f --volumes e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 [Pipeline] // withDockerContainer [Pipeline] sh 20:36:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:36:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:36:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:37 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:36:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:36:38 $ docker top 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b -eo pid,comm 20:36:38 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:36:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:38 [ssh-agent] Looking for ssh-agent implementation... 20:36:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:38 $ docker exec 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b ssh-agent 20:36:38 SSH_AUTH_SOCK=/tmp/ssh-swGYAUiYz9zj/agent.32 20:36:38 SSH_AGENT_PID=38 20:36:38 Running ssh-add (command line suppressed) 20:36:38 Identity added: /w/workspace/edgex-go/499@tmp/private_key_8072551906404768560.key (/w/workspace/edgex-go/499@tmp/private_key_8072551906404768560.key) 20:36:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:38 + git semver push 20:36:38 2023-04-24 20:36:38,886 [run_push] DEBUG push 20:36:38 2023-04-24 20:36:38,886 [execute] INFO git cat-file --batch-check 20:36:38 2023-04-24 20:36:38,887 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=) 20:36:38 2023-04-24 20:36:38,890 [execute] INFO git rev-list bfeb33b06ed96d9be1a876a41a47e831891125e6 -- 20:36:38 2023-04-24 20:36:38,890 [execute] DEBUG Popen(['git', 'rev-list', 'bfeb33b06ed96d9be1a876a41a47e831891125e6', '--'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=None) 20:36:38 2023-04-24 20:36:38,906 [execute] INFO git fetch -v origin 20:36:38 2023-04-24 20:36:38,906 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=True, shell=None, istream=None) 20:36:39 2023-04-24 20:36:39,380 [run_push] DEBUG no remote changes detected 20:36:39 2023-04-24 20:36:39,381 [execute] INFO git push origin semver 20:36:39 2023-04-24 20:36:39,381 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=None) 20:36:40 2023-04-24 20:36:40,214 [run_push] DEBUG push all version tags 20:36:40 2023-04-24 20:36:40,215 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 20:36:40 2023-04-24 20:36:40,215 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=None) 20:36:41 2023-04-24 20:36:41,040 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main 20:36:41 3.0.0-dev.138 [Pipeline] } 20:36:41 $ docker exec --env ******** --env ******** 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b ssh-agent -k 20:36:41 unset SSH_AUTH_SOCK; 20:36:41 unset SSH_AGENT_PID; 20:36:41 echo Agent pid 38 killed; 20:36:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:41 + git semver [Pipeline] } 20:36:42 $ docker stop --time=1 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b 20:36:43 $ docker rm -f --volumes 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:36:43 + [ -d /w/workspace/edgex-go/499/archives ] [Pipeline] libraryResource [Pipeline] sh 20:36:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:36:45 ---> package-listing.sh 20:36:45 ++ facter osfamily 20:36:45 ++ tr '[:upper:]' '[:lower:]' 20:36:45 + OS_FAMILY=debian 20:36:45 + workspace=/w/workspace/edgex-go/499 20:36:45 + START_PACKAGES=/tmp/packages_start.txt 20:36:45 + END_PACKAGES=/tmp/packages_end.txt 20:36:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:36:45 + PACKAGES=/tmp/packages_start.txt 20:36:45 + '[' /w/workspace/edgex-go/499 ']' 20:36:45 + PACKAGES=/tmp/packages_end.txt 20:36:45 + case "${OS_FAMILY}" in 20:36:45 + dpkg -l 20:36:45 + grep '^ii' 20:36:45 + '[' -f /tmp/packages_start.txt ']' 20:36:45 + '[' -f /tmp/packages_end.txt ']' 20:36:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:36:45 + '[' /w/workspace/edgex-go/499 ']' 20:36:45 + mkdir -p /w/workspace/edgex-go/499/archives/ 20:36:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/499/archives/ [Pipeline] echo 20:36:45 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/499/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:36:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:36:46 20:36:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:36:46 latest: Pulling from edgex-lftools-log-publisher 20:36:46 5eb5b503b376: Pulling fs layer 20:36:46 5c69ac0246d0: Pulling fs layer 20:36:46 ec43610c2a17: Pulling fs layer 20:36:46 3a2ae6a8a46f: Pulling fs layer 20:36:46 33b1e0a273af: Pulling fs layer 20:36:46 5d3b04190fa2: Pulling fs layer 20:36:46 2f39f015ded8: Pulling fs layer 20:36:46 2f39f015ded8: Waiting 20:36:46 5d3b04190fa2: Waiting 20:36:46 3a2ae6a8a46f: Waiting 20:36:46 33b1e0a273af: Waiting 20:36:46 5c69ac0246d0: Verifying Checksum 20:36:46 5c69ac0246d0: Download complete 20:36:46 3a2ae6a8a46f: Verifying Checksum 20:36:46 33b1e0a273af: Verifying Checksum 20:36:46 33b1e0a273af: Download complete 20:36:46 5d3b04190fa2: Verifying Checksum 20:36:46 5d3b04190fa2: Download complete 20:36:46 ec43610c2a17: Verifying Checksum 20:36:46 ec43610c2a17: Download complete 20:36:46 5eb5b503b376: Download complete 20:36:47 2f39f015ded8: Download complete 20:36:47 5eb5b503b376: Pull complete 20:36:47 5c69ac0246d0: Pull complete 20:36:48 ec43610c2a17: Pull complete 20:36:48 3a2ae6a8a46f: Pull complete 20:36:48 33b1e0a273af: Pull complete 20:36:48 5d3b04190fa2: Pull complete 20:36:52 2f39f015ded8: Pull complete 20:36:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:36:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:36:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:52 prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container 20:36:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/499/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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:36:55 $ docker top 49eb90453c058a587aec3ee0dafde4f868e29223cbf767b10293818d9398b782 -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:55 + touch /tmp/pre-build-complete [Pipeline] sh 20:36:55 + mkdir -p /var/log/sysstat [Pipeline] sh 20:36:56 + ls /var/log/sa-host 20:36:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:36:56 provisioning config files... 20:36:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/499@tmp/config3508811173545306705tmp [Pipeline] { [Pipeline] echo 20:36:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:36:56 ---> create-netrc.sh [Pipeline] } 20:36:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:36:56 ---> python-tools-install.sh [Pipeline] echo 20:36:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:36:57 ---> sudo-logs.sh 20:36:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:36:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:36:57 ---> job-cost.sh 20:36:57 lf-activate-venv: SKIPPING 20:36:57 DEBUG: total: 0.10999999940395355 20:36:57 INFO: Retrieving Stack Cost... 20:36:57 INFO: Retrieving Pricing Info for: v3-standard-8 20:36:58 INFO: Archiving Costs [Pipeline] echo 20:36:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:36:58 ---> logs-deploy.sh 20:36:58 lf-activate-venv: SKIPPING 20:36:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/499 20:36:58 INFO: archiving workspace using pattern(s): 20:36:59 Archives upload complete. 20:36:59 INFO: archiving logs to Nexus 20:37:00 ---> uname -a: 20:37:00 Linux prd-ubuntu20-04-docker-8c-8g-9558 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:37:00 20:37:00 20:37:00 ---> lscpu: 20:37:00 Architecture: x86_64 20:37:00 CPU op-mode(s): 32-bit, 64-bit 20:37:00 Byte Order: Little Endian 20:37:00 Address sizes: 40 bits physical, 48 bits virtual 20:37:00 CPU(s): 8 20:37:00 On-line CPU(s) list: 0-7 20:37:00 Thread(s) per core: 1 20:37:00 Core(s) per socket: 1 20:37:00 Socket(s): 8 20:37:00 NUMA node(s): 1 20:37:00 Vendor ID: AuthenticAMD 20:37:00 CPU family: 23 20:37:00 Model: 49 20:37:00 Model name: AMD EPYC-Rome Processor 20:37:00 Stepping: 0 20:37:00 CPU MHz: 2800.000 20:37:00 BogoMIPS: 5600.00 20:37:00 Virtualization: AMD-V 20:37:00 Hypervisor vendor: KVM 20:37:00 Virtualization type: full 20:37:00 L1d cache: 256 KiB 20:37:00 L1i cache: 256 KiB 20:37:00 L2 cache: 4 MiB 20:37:00 L3 cache: 128 MiB 20:37:00 NUMA node0 CPU(s): 0-7 20:37:00 Vulnerability Itlb multihit: Not affected 20:37:00 Vulnerability L1tf: Not affected 20:37:00 Vulnerability Mds: Not affected 20:37:00 Vulnerability Meltdown: Not affected 20:37:00 Vulnerability Mmio stale data: Not affected 20:37:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:37:00 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:37:00 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:37:00 Vulnerability Srbds: Not affected 20:37:00 Vulnerability Tsx async abort: Not affected 20:37:00 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:37:00 20:37:00 20:37:00 ---> nproc: 20:37:00 8 20:37:00 20:37:00 20:37:00 ---> df -h: 20:37:00 Filesystem Size Used Avail Use% Mounted on 20:37:00 overlay 155G 22G 134G 14% / 20:37:00 tmpfs 64M 0 64M 0% /dev 20:37:00 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:37:00 shm 64M 0 64M 0% /dev/shm 20:37:00 /dev/vda1 155G 22G 134G 14% /facter-os 20:37:00 20:37:00 20:37:00 ---> sar -b -r -n DEV: 20:37:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9558) 04/24/23 _x86_64_ (8 CPU) 20:37:00 20:37:00 20:05:06 LINUX RESTART (8 CPU) 20:37:00 20:37:00 20:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:37:00 20:07:01 130.06 3.13 126.92 0.00 417.46 64940.89 0.00 20:37:00 20:08:01 29.66 0.02 29.64 0.00 0.13 17910.71 0.00 20:37:00 20:09:01 87.42 0.23 87.19 0.00 8.80 34654.36 0.00 20:37:00 20:10:01 553.20 9.36 543.84 0.00 81.77 200672.89 0.00 20:37:00 20:11:01 473.30 12.84 460.46 0.00 5177.88 201164.56 0.00 20:37:00 20:12:01 664.09 0.77 663.32 0.00 19.33 230709.42 0.00 20:37:00 20:13:01 906.10 1.67 904.43 0.00 17.46 285928.82 0.00 20:37:00 20:14:01 505.88 0.12 505.77 0.00 12.80 75196.93 0.00 20:37:00 20:15:01 29.61 0.05 29.56 0.00 10.80 826.93 0.00 20:37:00 20:16:01 1.97 0.00 1.97 0.00 0.00 20.26 0.00 20:37:00 20:17:01 1.07 0.02 1.05 0.00 0.13 11.06 0.00 20:37:00 20:18:01 1.68 0.00 1.68 0.00 0.00 17.86 0.00 20:37:00 20:19:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 20:37:00 20:20:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 20:37:00 20:21:01 1.77 0.02 1.75 0.00 0.13 22.93 0.00 20:37:00 20:22:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 20:37:00 20:23:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 20:37:00 20:24:01 1.72 0.00 1.72 0.00 0.00 18.40 0.00 20:37:00 20:25:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 20:37:00 20:26:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 20:37:00 20:27:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 20:37:00 20:28:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 20:37:00 20:29:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 20:37:00 20:30:01 1.47 0.00 1.47 0.00 0.00 17.99 0.00 20:37:00 20:31:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 20:37:00 20:32:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 20:37:00 20:33:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 20:37:00 20:34:01 1.55 0.00 1.55 0.00 0.00 16.53 0.00 20:37:00 20:35:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 20:37:00 20:36:01 78.72 0.20 78.52 0.00 11.06 34174.04 0.00 20:37:00 Average: 116.20 0.95 115.25 0.00 191.99 38233.80 0.00 20:37:00 20:37:00 20:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:37:00 20:07:01 28039476 31485992 811140 2.47 112832 3540600 2040504 6.01 1454696 2940908 395908 20:37:00 20:08:01 27447848 31062744 1231980 3.75 116492 3682356 2345724 6.91 1730724 3230504 266556 20:37:00 20:09:01 24875384 31451080 843756 2.57 118844 6574244 2655256 7.83 1653264 5810588 2921500 20:37:00 20:10:01 20519380 31416020 865200 2.63 286988 10451260 2762560 8.14 1853512 9676264 3276980 20:37:00 20:11:01 20967640 31436220 829352 2.52 315248 9980324 2258168 6.66 2152608 8898600 1340 20:37:00 20:12:01 18001684 31464140 797824 2.43 359704 12774816 2112712 6.23 2303904 11554032 1019424 20:37:00 20:13:01 16248224 31306432 946664 2.88 424072 14149068 2553576 7.53 2814480 12631388 79120 20:37:00 20:14:01 17567156 31519296 742656 2.26 430412 13094332 1960340 5.78 2506224 11688892 1864 20:37:00 20:15:01 17567016 31520924 740860 2.25 431512 13095124 1860492 5.48 2505448 11689148 88 20:37:00 20:16:01 17568056 31522424 739768 2.25 431544 13095136 1860492 5.48 2503540 11689552 20 20:37:00 20:17:01 17572652 31527068 734976 2.24 431564 13095136 1860492 5.48 2499092 11689564 16 20:37:00 20:18:01 17574880 31529464 733176 2.23 431568 13095268 1860492 5.48 2496984 11689680 192 20:37:00 20:19:01 17575384 31530024 732628 2.23 431584 13095272 1860492 5.48 2496792 11689732 12 20:37:00 20:20:01 17576800 31531512 731120 2.22 431608 13095272 1860492 5.48 2495036 11689756 16 20:37:00 20:21:01 17576588 31531392 731576 2.22 431628 13095256 1893436 5.58 2495240 11689736 212 20:37:00 20:22:01 17576580 31531400 731500 2.22 431644 13095260 1893436 5.58 2495136 11689740 172 20:37:00 20:23:01 17576448 31531268 731804 2.23 431652 13095260 1893436 5.58 2495324 11689740 184 20:37:00 20:24:01 17576612 31531464 731460 2.22 431672 13095264 1893436 5.58 2495172 11689744 152 20:37:00 20:25:01 17576564 31531484 731448 2.22 431688 13095268 1893436 5.58 2495216 11689748 16 20:37:00 20:26:01 17576436 31531452 731364 2.22 431712 13095272 1893436 5.58 2494936 11689808 20 20:37:00 20:27:01 17575560 31530608 732108 2.23 431720 13095276 1893436 5.58 2495216 11689812 44 20:37:00 20:28:01 17575916 31530972 731816 2.23 431732 13095280 1893436 5.58 2495276 11689816 172 20:37:00 20:29:01 17575956 31531016 731772 2.23 431748 13095284 1893436 5.58 2494900 11689820 24 20:37:00 20:30:01 17576268 31531500 731224 2.22 431768 13095288 1893436 5.58 2495376 11689832 40 20:37:00 20:31:01 17575424 31530660 732000 2.23 431772 13095288 1893436 5.58 2495352 11689832 176 20:37:00 20:32:01 17575376 31530616 731976 2.23 431772 13095292 1893436 5.58 2495188 11689836 172 20:37:00 20:33:01 17575320 31530564 731952 2.23 431788 13095296 1893436 5.58 2495236 11689840 188 20:37:00 20:34:01 17575548 31530792 731744 2.23 431800 13095296 1893436 5.58 2495288 11689840 172 20:37:00 20:35:01 17575540 31530788 731740 2.23 431824 13095284 1893436 5.58 2494908 11689844 28 20:37:00 20:36:01 16786136 31515900 745056 2.27 454412 13799376 1895284 5.59 2573044 12352860 3276 20:37:00 Average: 18650928 31492841 773388 2.35 389477 12101558 2004954 5.91 2382237 10808949 265603 20:37:00 20:37:00 20:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:37:00 20:07:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 20:37:00 20:07:01 ens3 779.56 736.99 7516.47 81.50 0.00 0.00 0.00 0.00 20:37:00 20:07:01 vethe75afad 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:37:00 20:07:01 docker0 622.44 587.72 44.63 3429.92 0.00 0.00 0.00 0.00 20:37:00 20:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:08:01 ens3 46.42 53.83 26.82 113.56 0.00 0.00 0.00 0.00 20:37:00 20:08:01 vethe75afad 1.37 1.40 0.12 0.13 0.00 0.00 0.00 0.00 20:37:00 20:08:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 20:37:00 20:09:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 20:37:00 20:09:01 ens3 101.80 63.26 1713.34 22.28 0.00 0.00 0.00 0.00 20:37:00 20:09:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 20:37:00 20:09:01 vethad4db06 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:37:00 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:10:01 ens3 947.07 502.88 6305.19 53.17 0.00 0.00 0.00 0.00 20:37:00 20:10:01 docker0 494.08 933.62 40.57 6292.88 0.00 0.00 0.00 0.00 20:37:00 20:10:01 vethad4db06 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:37:00 20:11:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 20:37:00 20:11:01 ens3 203.65 116.14 3210.08 15.15 0.00 0.00 0.00 0.00 20:37:00 20:11:01 docker0 9.86 22.78 0.65 277.11 0.00 0.00 0.00 0.00 20:37:00 20:11:01 vethad4db06 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:12:01 ens3 413.85 206.52 2539.53 34.56 0.00 0.00 0.00 0.00 20:37:00 20:12:01 docker0 180.55 375.07 14.87 2508.84 0.00 0.00 0.00 0.00 20:37:00 20:12:01 vethad4db06 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 20:37:00 20:13:01 vetha37bf90 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:37:00 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:13:01 ens3 648.17 344.74 4014.76 44.94 0.00 0.00 0.00 0.00 20:37:00 20:13:01 docker0 323.08 613.10 24.97 3986.76 0.00 0.00 0.00 0.00 20:37:00 20:13:01 vethad4db06 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 20:37:00 20:14:01 lo 26.86 26.86 2.64 2.64 0.00 0.00 0.00 0.00 20:37:00 20:14:01 ens3 230.83 263.84 279.69 808.50 0.00 0.00 0.00 0.00 20:37:00 20:14:01 docker0 4.50 10.08 0.30 137.23 0.00 0.00 0.00 0.00 20:37:00 20:15:01 lo 44.06 44.06 4.35 4.35 0.00 0.00 0.00 0.00 20:37:00 20:15:01 ens3 433.63 460.32 225.60 2377.06 0.00 0.00 0.00 0.00 20:37:00 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:16:01 ens3 0.23 0.22 0.08 0.09 0.00 0.00 0.00 0.00 20:37:00 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:18:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:19:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:21:01 ens3 2.68 1.60 3.84 0.16 0.00 0.00 0.00 0.00 20:37:00 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:22:01 ens3 0.47 0.07 0.05 0.01 0.00 0.00 0.00 0.00 20:37:00 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:23:01 ens3 0.55 0.50 0.27 0.22 0.00 0.00 0.00 0.00 20:37:00 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:24:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:25:01 ens3 0.95 0.37 0.39 0.27 0.00 0.00 0.00 0.00 20:37:00 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:26:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:37:00 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:27:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:29:01 ens3 0.88 0.10 0.12 0.01 0.00 0.00 0.00 0.00 20:37:00 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:30:01 ens3 1.13 0.60 0.41 0.29 0.00 0.00 0.00 0.00 20:37:00 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:31:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 20:37:00 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:33:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:00 20:34:01 ens3 0.25 0.15 0.07 0.01 0.00 0.00 0.00 0.00 20:37:00 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:35:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:37:00 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:00 20:36:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 20:37:00 20:36:01 ens3 207.32 117.48 4564.92 22.35 0.00 0.00 0.00 0.00 20:37:00 20:36:01 docker0 40.21 68.47 3.25 580.57 0.00 0.00 0.00 0.00 20:37:00 Average: lo 2.61 2.61 0.25 0.25 0.00 0.00 0.00 0.00 20:37:00 Average: ens3 134.11 95.72 1013.93 119.13 0.00 0.00 0.00 0.00 20:37:00 Average: docker0 55.91 87.15 4.31 574.31 0.00 0.00 0.00 0.00 20:37:00 20:37:00 20:37:00 ---> sar -P ALL: 20:37:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9558) 04/24/23 _x86_64_ (8 CPU) 20:37:00 20:37:00 20:05:06 LINUX RESTART (8 CPU) 20:37:00 20:37:00 20:06:01 CPU %user %nice %system %iowait %steal %idle 20:37:00 20:07:01 all 20.58 0.00 4.78 2.91 0.10 71.63 20:37:00 20:07:01 0 20.86 0.00 4.99 0.50 0.18 73.46 20:37:00 20:07:01 1 18.58 0.00 2.88 0.74 0.08 77.71 20:37:00 20:07:01 2 22.81 0.00 5.57 0.56 0.07 71.00 20:37:00 20:07:01 3 22.83 0.00 4.41 5.00 0.08 67.68 20:37:00 20:07:01 4 22.61 0.00 5.73 2.67 0.08 68.91 20:37:00 20:07:01 5 19.57 0.00 4.14 0.17 0.10 76.02 20:37:00 20:07:01 6 18.29 0.00 3.68 0.12 0.08 77.82 20:37:00 20:07:01 7 19.05 0.00 6.87 13.63 0.12 60.33 20:37:00 20:08:01 all 32.02 0.00 5.00 1.09 0.08 61.81 20:37:00 20:08:01 0 32.85 0.00 4.85 2.28 0.07 59.96 20:37:00 20:08:01 1 30.21 0.00 5.20 0.08 0.08 64.42 20:37:00 20:08:01 2 32.51 0.00 5.27 0.05 0.08 62.09 20:37:00 20:08:01 3 31.81 0.00 5.74 4.58 0.10 57.78 20:37:00 20:08:01 4 34.49 0.00 5.83 0.29 0.08 59.32 20:37:00 20:08:01 5 29.89 0.00 3.83 0.35 0.08 65.84 20:37:00 20:08:01 6 30.50 0.00 4.61 1.11 0.07 63.72 20:37:00 20:08:01 7 33.92 0.00 4.65 0.00 0.07 61.37 20:37:00 20:09:01 all 27.58 0.00 6.98 1.55 0.08 63.81 20:37:00 20:09:01 0 29.36 0.00 6.38 0.19 0.10 63.97 20:37:00 20:09:01 1 24.32 0.00 6.42 0.08 0.05 69.13 20:37:00 20:09:01 2 28.94 0.00 6.94 0.07 0.07 63.98 20:37:00 20:09:01 3 29.22 0.00 7.58 1.22 0.14 61.85 20:37:00 20:09:01 4 30.12 0.00 8.25 2.63 0.08 58.93 20:37:00 20:09:01 5 25.96 0.00 6.03 0.00 0.05 67.96 20:37:00 20:09:01 6 27.03 0.00 7.38 7.87 0.07 57.66 20:37:00 20:09:01 7 25.67 0.00 6.84 0.41 0.10 66.98 20:37:00 20:10:01 all 11.86 0.00 7.55 13.22 0.08 67.29 20:37:00 20:10:01 0 10.67 0.00 5.93 15.37 0.05 67.98 20:37:00 20:10:01 1 12.07 0.00 7.41 6.57 0.08 73.86 20:37:00 20:10:01 2 13.10 0.00 8.18 17.79 0.05 60.88 20:37:00 20:10:01 3 12.00 0.00 6.73 6.58 0.07 74.62 20:37:00 20:10:01 4 11.90 0.00 9.99 43.50 0.08 34.52 20:37:00 20:10:01 5 12.23 0.00 6.20 4.33 0.18 77.05 20:37:00 20:10:01 6 10.84 0.00 7.56 5.74 0.07 75.80 20:37:00 20:10:01 7 12.08 0.00 8.37 5.98 0.08 73.48 20:37:00 20:11:01 all 47.66 0.00 8.93 9.80 0.11 33.49 20:37:00 20:11:01 0 47.85 0.00 8.38 13.79 0.08 29.89 20:37:00 20:11:01 1 47.45 0.00 8.54 15.85 0.12 28.04 20:37:00 20:11:01 2 47.80 0.00 9.43 2.91 0.25 39.60 20:37:00 20:11:01 3 48.16 0.00 9.47 24.75 0.09 17.53 20:37:00 20:11:01 4 48.37 0.00 9.22 7.97 0.08 34.35 20:37:00 20:11:01 5 45.26 0.00 8.81 1.53 0.05 44.35 20:37:00 20:11:01 6 47.58 0.00 8.69 8.47 0.07 35.19 20:37:00 20:11:01 7 48.82 0.00 8.92 3.38 0.14 38.75 20:37:00 20:12:01 all 39.34 0.00 12.43 18.74 0.17 29.33 20:37:00 20:12:01 0 36.30 0.00 11.09 15.32 0.14 37.16 20:37:00 20:12:01 1 39.40 0.00 11.93 16.28 0.14 32.25 20:37:00 20:12:01 2 40.96 0.00 14.25 20.85 0.17 23.77 20:37:00 20:12:01 3 42.10 0.00 13.90 18.47 0.19 25.35 20:37:00 20:12:01 4 38.96 0.00 13.24 21.05 0.17 26.58 20:37:00 20:12:01 5 37.39 0.00 12.20 24.58 0.21 25.62 20:37:00 20:12:01 6 40.54 0.00 12.53 19.64 0.19 27.11 20:37:00 20:12:01 7 39.04 0.00 10.27 13.72 0.16 36.82 20:37:00 20:13:01 all 19.07 0.00 9.18 19.25 0.17 52.33 20:37:00 20:13:01 0 18.41 0.00 9.20 10.32 0.14 61.94 20:37:00 20:13:01 1 18.35 0.00 9.14 14.94 0.17 57.39 20:37:00 20:13:01 2 18.67 0.00 12.52 28.12 0.21 40.49 20:37:00 20:13:01 3 17.96 0.00 8.63 20.86 0.16 52.39 20:37:00 20:13:01 4 19.58 0.00 7.50 19.87 0.12 52.93 20:37:00 20:13:01 5 22.38 0.00 10.04 25.34 0.23 42.01 20:37:00 20:13:01 6 18.09 0.00 7.25 13.08 0.17 61.41 20:37:00 20:13:01 7 19.15 0.00 9.17 21.50 0.14 50.04 20:37:00 20:14:01 all 26.21 0.00 6.78 4.31 0.11 62.59 20:37:00 20:14:01 0 27.07 0.00 6.60 6.11 0.10 60.11 20:37:00 20:14:01 1 27.81 0.00 6.96 4.12 0.07 61.04 20:37:00 20:14:01 2 24.19 0.00 7.00 7.95 0.12 60.75 20:37:00 20:14:01 3 24.32 0.00 5.82 2.15 0.10 67.62 20:37:00 20:14:01 4 23.93 0.00 6.02 4.91 0.14 65.01 20:37:00 20:14:01 5 29.00 0.00 8.07 4.52 0.12 58.29 20:37:00 20:14:01 6 24.30 0.00 5.95 1.69 0.10 67.96 20:37:00 20:14:01 7 29.11 0.00 7.86 3.03 0.14 59.87 20:37:00 20:15:01 all 7.08 0.00 0.85 0.21 0.05 91.81 20:37:00 20:15:01 0 7.48 0.00 1.07 0.10 0.05 91.30 20:37:00 20:15:01 1 9.16 0.00 0.89 0.05 0.05 89.86 20:37:00 20:15:01 2 7.71 0.00 0.67 0.07 0.03 91.52 20:37:00 20:15:01 3 4.41 0.00 0.69 0.30 0.07 94.53 20:37:00 20:15:01 4 4.12 0.00 0.53 0.02 0.03 95.29 20:37:00 20:15:01 5 9.14 0.00 0.96 1.06 0.07 88.78 20:37:00 20:15:01 6 1.89 0.00 0.51 0.02 0.02 97.56 20:37:00 20:15:01 7 12.83 0.00 1.51 0.05 0.08 85.53 20:37:00 20:16:01 all 0.02 0.00 0.02 0.01 0.02 99.94 20:37:00 20:16:01 0 0.03 0.00 0.03 0.00 0.03 99.90 20:37:00 20:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:37:00 20:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:37:00 20:16:01 3 0.00 0.00 0.02 0.00 0.03 99.95 20:37:00 20:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:16:01 5 0.05 0.00 0.03 0.05 0.02 99.85 20:37:00 20:16:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:37:00 20:16:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:37:00 20:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:37:00 20:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:17:01 3 0.03 0.00 0.02 0.02 0.03 99.90 20:37:00 20:17:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:37:00 20:17:01 5 0.03 0.00 0.00 0.02 0.02 99.93 20:37:00 20:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:37:00 20:17:01 CPU %user %nice %system %iowait %steal %idle 20:37:00 20:18:01 all 0.02 0.00 0.01 0.02 0.01 99.94 20:37:00 20:18:01 0 0.05 0.00 0.02 0.00 0.02 99.92 20:37:00 20:18:01 1 0.00 0.00 0.00 0.08 0.02 99.90 20:37:00 20:18:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:37:00 20:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:18:01 5 0.02 0.00 0.02 0.05 0.00 99.92 20:37:00 20:18:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:37:00 20:18:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:37:00 20:19:01 all 0.01 0.00 0.02 0.02 0.01 99.93 20:37:00 20:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:19:01 1 0.03 0.00 0.07 0.00 0.02 99.88 20:37:00 20:19:01 2 0.02 0.00 0.03 0.00 0.03 99.92 20:37:00 20:19:01 3 0.00 0.00 0.00 0.07 0.02 99.92 20:37:00 20:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:37:00 20:19:01 5 0.02 0.00 0.02 0.07 0.02 99.88 20:37:00 20:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:37:00 20:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:37:00 20:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:37:00 20:20:01 1 0.02 0.00 0.00 0.00 0.03 99.95 20:37:00 20:20:01 2 0.02 0.00 0.02 0.00 0.03 99.93 20:37:00 20:20:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:37:00 20:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:20:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:37:00 20:20:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:37:00 20:20:01 7 0.07 0.00 0.02 0.00 0.02 99.90 20:37:00 20:21:01 all 0.03 0.00 0.02 0.04 0.01 99.90 20:37:00 20:21:01 0 0.03 0.00 0.00 0.00 0.02 99.95 20:37:00 20:21:01 1 0.02 0.00 0.02 0.15 0.02 99.80 20:37:00 20:21:01 2 0.05 0.00 0.05 0.00 0.02 99.88 20:37:00 20:21:01 3 0.00 0.00 0.03 0.12 0.02 99.83 20:37:00 20:21:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:37:00 20:21:01 5 0.05 0.00 0.05 0.02 0.02 99.87 20:37:00 20:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:37:00 20:21:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:37:00 20:22:01 all 0.02 0.00 0.02 0.02 0.01 99.93 20:37:00 20:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:37:00 20:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:37:00 20:22:01 2 0.03 0.00 0.03 0.00 0.03 99.90 20:37:00 20:22:01 3 0.02 0.00 0.03 0.15 0.00 99.80 20:37:00 20:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:22:01 5 0.07 0.00 0.05 0.02 0.02 99.85 20:37:00 20:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:37:00 20:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:23:01 all 0.01 0.00 0.01 0.01 0.01 99.95 20:37:00 20:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:37:00 20:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:37:00 20:23:01 2 0.02 0.00 0.05 0.00 0.02 99.92 20:37:00 20:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:37:00 20:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:23:01 5 0.02 0.00 0.03 0.07 0.02 99.87 20:37:00 20:23:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:24:01 all 0.02 0.00 0.01 0.01 0.01 99.94 20:37:00 20:24:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:37:00 20:24:01 1 0.05 0.00 0.02 0.00 0.03 99.90 20:37:00 20:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:24:01 3 0.02 0.00 0.02 0.02 0.00 99.95 20:37:00 20:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:24:01 5 0.03 0.00 0.02 0.07 0.02 99.87 20:37:00 20:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:24:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:37:00 20:25:01 all 0.10 0.00 0.02 0.01 0.01 99.86 20:37:00 20:25:01 0 0.10 0.00 0.03 0.00 0.02 99.85 20:37:00 20:25:01 1 0.60 0.00 0.07 0.00 0.02 99.32 20:37:00 20:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:25:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:37:00 20:25:01 4 0.00 0.00 0.00 0.02 0.00 99.98 20:37:00 20:25:01 5 0.07 0.00 0.02 0.02 0.00 99.90 20:37:00 20:25:01 6 0.03 0.00 0.03 0.00 0.02 99.92 20:37:00 20:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:37:00 20:26:01 all 0.04 0.00 0.01 0.02 0.01 99.91 20:37:00 20:26:01 0 0.13 0.00 0.02 0.00 0.00 99.85 20:37:00 20:26:01 1 0.03 0.00 0.03 0.00 0.03 99.90 20:37:00 20:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:37:00 20:26:01 3 0.02 0.00 0.02 0.10 0.00 99.87 20:37:00 20:26:01 4 0.03 0.00 0.02 0.02 0.02 99.92 20:37:00 20:26:01 5 0.05 0.00 0.00 0.03 0.02 99.90 20:37:00 20:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:37:00 20:26:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:37:00 20:27:01 all 0.04 0.00 0.01 0.00 0.01 99.94 20:37:00 20:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:27:01 1 0.23 0.00 0.00 0.00 0.00 99.77 20:37:00 20:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:27:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:37:00 20:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:37:00 20:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:27:01 7 0.08 0.00 0.03 0.00 0.03 99.85 20:37:00 20:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:37:00 20:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:37:00 20:28:01 1 0.03 0.00 0.02 0.00 0.03 99.92 20:37:00 20:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:28:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:37:00 20:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:28:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:28:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:37:00 20:37:00 20:28:01 CPU %user %nice %system %iowait %steal %idle 20:37:00 20:29:01 all 0.01 0.00 0.00 0.01 0.01 99.96 20:37:00 20:29:01 0 0.07 0.00 0.00 0.00 0.02 99.92 20:37:00 20:29:01 1 0.00 0.00 0.02 0.00 0.03 99.95 20:37:00 20:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:37:00 20:29:01 3 0.00 0.00 0.00 0.02 0.02 99.97 20:37:00 20:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:29:01 5 0.02 0.00 0.02 0.07 0.00 99.90 20:37:00 20:29:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:29:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:30:01 all 0.03 0.00 0.01 0.03 0.01 99.93 20:37:00 20:30:01 0 0.07 0.00 0.02 0.02 0.02 99.88 20:37:00 20:30:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:37:00 20:30:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:37:00 20:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:00 20:30:01 5 0.03 0.00 0.00 0.18 0.02 99.77 20:37:00 20:30:01 6 0.00 0.00 0.03 0.00 0.00 99.97 20:37:00 20:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:37:00 20:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:37:00 20:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:37:00 20:31:01 1 0.05 0.00 0.02 0.00 0.03 99.90 20:37:00 20:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:31:01 3 0.00 0.00 0.02 0.02 0.02 99.95 20:37:00 20:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:31:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:37:00 20:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:37:00 20:31:01 7 0.05 0.00 0.03 0.00 0.02 99.90 20:37:00 20:32:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:37:00 20:32:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:37:00 20:32:01 1 0.05 0.00 0.02 0.00 0.03 99.90 20:37:00 20:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:32:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:37:00 20:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:37:00 20:32:01 5 0.07 0.00 0.02 0.02 0.02 99.88 20:37:00 20:32:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:37:00 20:32:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:37:00 20:33:01 all 0.20 0.00 0.01 0.00 0.01 99.79 20:37:00 20:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:33:01 1 1.47 0.00 0.00 0.00 0.05 98.48 20:37:00 20:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:33:01 3 0.00 0.00 0.00 0.00 0.03 99.97 20:37:00 20:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:33:01 7 0.07 0.00 0.03 0.00 0.02 99.88 20:37:00 20:34:01 all 0.26 0.00 0.01 0.03 0.02 99.68 20:37:00 20:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:37:00 20:34:01 1 1.99 0.00 0.00 0.00 0.03 97.98 20:37:00 20:34:01 2 0.00 0.00 0.02 0.00 0.02 99.97 20:37:00 20:34:01 3 0.00 0.00 0.00 0.03 0.00 99.97 20:37:00 20:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 20:37:00 20:34:01 5 0.07 0.00 0.02 0.17 0.03 99.72 20:37:00 20:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:34:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:37:00 20:35:01 all 0.08 0.00 0.01 0.00 0.01 99.90 20:37:00 20:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:37:00 20:35:01 1 0.48 0.00 0.05 0.00 0.03 99.43 20:37:00 20:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:37:00 20:35:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:37:00 20:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:37:00 20:35:01 5 0.07 0.00 0.02 0.02 0.02 99.88 20:37:00 20:35:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:37:00 20:35:01 7 0.03 0.00 0.00 0.00 0.02 99.95 20:37:00 20:36:01 all 4.15 0.00 1.72 0.81 0.03 93.30 20:37:00 20:36:01 0 4.76 0.00 1.77 0.07 0.03 93.36 20:37:00 20:36:01 1 5.29 0.00 1.05 0.07 0.03 93.56 20:37:00 20:36:01 2 3.67 0.00 2.25 0.54 0.02 93.53 20:37:00 20:36:01 3 4.33 0.00 2.02 3.23 0.03 90.39 20:37:00 20:36:01 4 4.32 0.00 1.53 1.73 0.02 92.41 20:37:00 20:36:01 5 4.09 0.00 1.24 0.60 0.02 94.06 20:37:00 20:36:01 6 3.03 0.00 2.16 0.00 0.02 94.79 20:37:00 20:36:01 7 3.67 0.00 1.74 0.23 0.03 94.31 20:37:00 Average: all 7.78 0.00 2.12 2.36 0.04 87.70 20:37:00 Average: 0 7.78 0.00 1.99 2.10 0.04 88.09 20:37:00 Average: 1 7.84 0.00 2.00 1.93 0.05 88.19 20:37:00 Average: 2 7.92 0.00 2.38 2.58 0.04 87.08 20:37:00 Average: 3 7.80 0.00 2.14 2.87 0.04 87.15 20:37:00 Average: 4 7.84 0.00 2.23 3.43 0.03 86.46 20:37:00 Average: 5 7.75 0.00 2.03 2.06 0.04 88.12 20:37:00 Average: 6 7.31 0.00 1.99 1.89 0.03 88.78 20:37:00 Average: 7 8.01 0.00 2.18 2.02 0.04 87.75 20:37:00 20:37:00 20:37:00