Started by user Ernesto Ojeda 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-ssh13907152348473207396.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-ssh16371104142976822793.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-ssh8005539223585495649.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-ssh11154913586143596414.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-ssh3346875332774570255.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 ‘prd-centos7-blackbox-4c-2g-9351’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-9352’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-builder-2c-1g-10874’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu18.04-docker-8c-8g-10872’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-10873’ is offline ‘prd-ubuntu20.04-docker-8c-8g-10880’ is offline ‘prd-ubuntu20.04-docker-8c-8g-10882’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-10875’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-10883 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/500 [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/500 # 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 > 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 Avoid second fetch Checking out Revision 50d4b1035dfa4399e59f9a653307c5f6e2ab238e (main) Commit message: "Merge pull request #4521 from bill-mahoney/spire-update" > git config core.sparsecheckout # timeout=10 > git checkout -f 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 > git rev-list --no-walk 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:12:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:12:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:12:33 ========================================================= 22:12:33 EdgeX Global Pipelines Version Info 22:12:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:12:33 ------------------- 22:12:33 stable info: 22:12:33 ------------------- 22:12:33 Commited By: Bill Mahoney bill.mahoney@intel.com 22:12:33 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 22:12:33 Message: update stable to v1.0.248 22:12:34 ------------------- 22:12:34 experimental info: 22:12:34 ------------------- 22:12:34 Commited By: **** collab-it+edgex@linuxfoundation.org 22:12:34 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 22:12:34 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50d4b10 [Pipeline] echo 22:12:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:12:34 provisioning config files... 22:12:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/500@tmp/config6399706620350166706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:12:35 ---> docker-login.sh 22:12:35 nexus3.edgexfoundry.org:10001 22:12:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:35 Configure a credential helper to remove this warning. See 22:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:35 22:12:35 Login Succeeded 22:12:35 nexus3.edgexfoundry.org:10002 22:12:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:35 Configure a credential helper to remove this warning. See 22:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:35 22:12:35 Login Succeeded 22:12:35 nexus3.edgexfoundry.org:10003 22:12:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:35 Configure a credential helper to remove this warning. See 22:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:35 22:12:35 Login Succeeded 22:12:35 nexus3.edgexfoundry.org:10004 22:12:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:35 Configure a credential helper to remove this warning. See 22:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:35 22:12:35 Login Succeeded 22:12:35 docker.io 22:12:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:35 Configure a credential helper to remove this warning. See 22:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:35 22:12:35 Login Succeeded 22:12:35 ---> docker-login.sh ends [Pipeline] } 22:12:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:12:36 + 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 22:12:36 + dirname cmd/core-command/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo core-command,cmd/core-command/Dockerfile 22:12:36 + dirname cmd/core-common-config-bootstrapper/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 22:12:36 + + dirname cmd/core-data/Dockerfile 22:12:36 cut -d/ -f2 22:12:36 + echo core-data,cmd/core-data/Dockerfile 22:12:36 + + cut -d/ -f2 22:12:36 dirname cmd/core-metadata/Dockerfile 22:12:36 + echo core-metadata,cmd/core-metadata/Dockerfile 22:12:36 + dirname cmd/security-bootstrapper/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:12:36 + + cutdirname -d/ cmd/security-proxy-auth/Dockerfile -f2 22:12:36 22:12:36 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 22:12:36 + dirname cmd/security-proxy-setup/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:12:36 + dirname cmd/security-secretstore-setup/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:12:36 + dirname cmd/security-spiffe-token-provider/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 22:12:36 + dirname cmd/security-spire-agent/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 22:12:36 + dirname cmd/security-spire-config/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo security-spire-config,cmd/security-spire-config/Dockerfile 22:12:36 + dirname cmd/security-spire-server/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo security-spire-server,cmd/security-spire-server/Dockerfile 22:12:36 + dirname+ cmd/support-notifications/Dockerfile 22:12:36 cut -d/ -f2 22:12:36 + echo support-notifications,cmd/support-notifications/Dockerfile 22:12:36 + dirname cmd/support-scheduler/Dockerfile 22:12:36 + cut -d/ -f2 22:12:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 22:12:36 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 22:12:36 + git rev-list -1 --merges 50d4b1035dfa4399e59f9a653307c5f6e2ab238e~1..50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo 22:12:36 -----------> git rev-list -1 --merges 50d4b1035dfa4399e59f9a653307c5f6e2ab238e~1..50d4b1035dfa4399e59f9a653307c5f6e2ab238e 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:12:36 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [false] [Pipeline] sh 22:12:36 + git log --format=format:%s -1 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo 22:12:36 ========================================================= 22:12:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:12:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 22:12:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:12:37 + grep -v github /etc/ssh/ssh_known_hosts 22:12:37 + [ -e /tmp/ssh_known_hosts ] 22:12:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:12:37 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 22:12:37 sudo tee -a /etc/ssh/ssh_known_hosts 22:12:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:12:37 22:12:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:12:37 0.1.4: Pulling from edgex-devops/py-git-semver 22:12:37 b85a868b505f: Pulling fs layer 22:12:37 e2be974225ed: Pulling fs layer 22:12:37 339a4e72a1f5: Pulling fs layer 22:12:37 988bab9f4d93: Pulling fs layer 22:12:37 1469e6f7b9e6: Pulling fs layer 22:12:37 988bab9f4d93: Waiting 22:12:37 eaf3925da568: Pulling fs layer 22:12:37 1469e6f7b9e6: Waiting 22:12:37 eaf3925da568: Waiting 22:12:37 bab4dde63d76: Pulling fs layer 22:12:37 bde34c3a00c8: Pulling fs layer 22:12:37 b352a97aabf1: Pulling fs layer 22:12:37 4872d77fe225: Pulling fs layer 22:12:37 5851b861e8e6: Pulling fs layer 22:12:37 bab4dde63d76: Waiting 22:12:37 bde34c3a00c8: Waiting 22:12:37 b352a97aabf1: Waiting 22:12:37 5851b861e8e6: Waiting 22:12:37 4872d77fe225: Waiting 22:12:37 e2be974225ed: Verifying Checksum 22:12:37 e2be974225ed: Download complete 22:12:37 988bab9f4d93: Download complete 22:12:38 1469e6f7b9e6: Verifying Checksum 22:12:38 1469e6f7b9e6: Download complete 22:12:38 339a4e72a1f5: Verifying Checksum 22:12:38 339a4e72a1f5: Download complete 22:12:38 eaf3925da568: Verifying Checksum 22:12:38 eaf3925da568: Download complete 22:12:38 bde34c3a00c8: Download complete 22:12:38 b352a97aabf1: Download complete 22:12:38 4872d77fe225: Verifying Checksum 22:12:38 4872d77fe225: Download complete 22:12:38 5851b861e8e6: Verifying Checksum 22:12:38 5851b861e8e6: Download complete 22:12:38 b85a868b505f: Verifying Checksum 22:12:38 b85a868b505f: Download complete 22:12:38 bab4dde63d76: Verifying Checksum 22:12:38 bab4dde63d76: Download complete 22:12:39 b85a868b505f: Pull complete 22:12:39 e2be974225ed: Pull complete 22:12:39 339a4e72a1f5: Pull complete 22:12:40 988bab9f4d93: Pull complete 22:12:40 1469e6f7b9e6: Pull complete 22:12:40 eaf3925da568: Pull complete 22:12:42 bab4dde63d76: Pull complete 22:12:42 bde34c3a00c8: Pull complete 22:12:42 b352a97aabf1: Pull complete 22:12:42 4872d77fe225: Pull complete 22:12:42 5851b861e8e6: Pull complete 22:12:42 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:12:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:12:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:12:42 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:12:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 22:12:45 $ docker top 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 -eo pid,comm 22:12:45 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). 22:12:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:12:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:45 [ssh-agent] Looking for ssh-agent implementation... 22:12:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:45 $ docker exec 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 ssh-agent 22:12:45 SSH_AUTH_SOCK=/tmp/ssh-MN8eSjhH1ulJ/agent.31 22:12:45 SSH_AGENT_PID=37 22:12:45 Running ssh-add (command line suppressed) 22:12:45 Identity added: /w/workspace/edgex-go/500@tmp/private_key_17969545226518357441.key (/w/workspace/edgex-go/500@tmp/private_key_17969545226518357441.key) 22:12:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:46 + git tag --points-at HEAD [Pipeline] } 22:12:46 $ docker exec --env ******** --env ******** 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 ssh-agent -k 22:12:46 unset SSH_AUTH_SOCK; 22:12:46 unset SSH_AGENT_PID; 22:12:46 echo Agent pid 37 killed; 22:12:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:12:46 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v3.0.0-dev.137' [Pipeline] sshagent 22:12:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:46 [ssh-agent] Looking for ssh-agent implementation... 22:12:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:46 $ docker exec 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 ssh-agent 22:12:46 SSH_AUTH_SOCK=/tmp/ssh-KQ5wJBGVrFjS/agent.69 22:12:46 SSH_AGENT_PID=75 22:12:46 Running ssh-add (command line suppressed) 22:12:46 Identity added: /w/workspace/edgex-go/500@tmp/private_key_9476465564672164592.key (/w/workspace/edgex-go/500@tmp/private_key_9476465564672164592.key) 22:12:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:46 + git semver init 22:12:47 2023-04-25 22:12:47,115 [run_init] DEBUG init version:0.0.0 force:False 22:12:47 2023-04-25 22:12:47,115 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/500/.semver 22:12:47 2023-04-25 22:12:47,116 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/500/.semver 22:12:47 2023-04-25 22:12:47,116 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/500/.semver'], cwd=/w/workspace/edgex-go/500, universal_newlines=False, shell=None, istream=None) 22:12:52 2023-04-25 22:12:52,171 [append_file] DEBUG append to file:/w/workspace/edgex-go/500/.git/info/exclude 22:12:52 2023-04-25 22:12:52,171 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/500/.semver/main with force:False 22:12:52 2023-04-25 22:12:52,172 [read_version] DEBUG read version from /w/workspace/edgex-go/500/.semver/main 22:12:52 2023-04-25 22:12:52,172 [read_version] DEBUG read version from /w/workspace/edgex-go/500/.semver/main 22:12:52 3.0.0-dev.138 [Pipeline] } 22:12:52 $ docker exec --env ******** --env ******** 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 ssh-agent -k 22:12:52 unset SSH_AUTH_SOCK; 22:12:52 unset SSH_AGENT_PID; 22:12:52 echo Agent pid 75 killed; 22:12:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:12:52 + git semver [Pipeline] } 22:12:53 $ docker stop --time=1 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 22:12:54 $ docker rm -f --volumes 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 [Pipeline] // withDockerContainer [Pipeline] sh 22:12:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:12:54 Stashed 1 file(s) [Pipeline] echo 22:12:54 [edgeXSemver]: initialized semver on version 3.0.0-dev.138 [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 22:12:55 + git config --global --add safe.directory /w/workspace/edgex-go/500 [Pipeline] echo 22:12:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:12:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:12:55 ========================================================= 22:12:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 22:12:55 ========================================================= [Pipeline] fileExists [Pipeline] sh 22:12:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:12:55 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 22:12:55 f56be85fc22e: Pulling fs layer 22:12:55 85791d961cd3: Pulling fs layer 22:12:55 d694b5ae8c79: Pulling fs layer 22:12:55 9f32a84ed3da: Pulling fs layer 22:12:55 4d19c01a9841: Pulling fs layer 22:12:55 9325e15d5711: Pulling fs layer 22:12:55 556b6ee489ea: Pulling fs layer 22:12:55 c5a4b2cf53e6: Pulling fs layer 22:12:55 9f32a84ed3da: Waiting 22:12:55 4d19c01a9841: Waiting 22:12:55 9325e15d5711: Waiting 22:12:55 556b6ee489ea: Waiting 22:12:55 c5a4b2cf53e6: Waiting 22:12:55 85791d961cd3: Verifying Checksum 22:12:55 85791d961cd3: Download complete 22:12:55 9f32a84ed3da: Verifying Checksum 22:12:55 9f32a84ed3da: Download complete 22:12:55 4d19c01a9841: Download complete 22:12:55 f56be85fc22e: Verifying Checksum 22:12:55 f56be85fc22e: Download complete 22:12:55 9325e15d5711: Verifying Checksum 22:12:55 9325e15d5711: Download complete 22:12:55 f56be85fc22e: Pull complete 22:12:55 85791d961cd3: Pull complete 22:12:56 c5a4b2cf53e6: Verifying Checksum 22:12:56 c5a4b2cf53e6: Download complete 22:12:56 d694b5ae8c79: Verifying Checksum 22:12:56 d694b5ae8c79: Download complete 22:12:56 556b6ee489ea: Verifying Checksum 22:12:56 556b6ee489ea: Download complete 22:13:00 d694b5ae8c79: Pull complete 22:13:00 9f32a84ed3da: Pull complete 22:13:00 4d19c01a9841: Pull complete 22:13:00 9325e15d5711: Pull complete 22:13:01 556b6ee489ea: Pull complete 22:13:02 c5a4b2cf53e6: Pull complete 22:13:02 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 22:13:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:13:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 22:13:03 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:13:03 WORKDIR /edgex 22:13:03 COPY go.mod . 22:13:03 RUN go mod download 22:13:03 + docker build -t ci-base-image-x86_64 -f - . 22:13:03 Sending build context to Docker daemon 170.7MB 22:13:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:13:03 ---> c4be618373d6 22:13:03 Step 2/4 : WORKDIR /edgex 22:13:07 ---> Running in 6ed0c4a221f2 22:13:07 Removing intermediate container 6ed0c4a221f2 22:13:07 ---> 843d9a54bc9f 22:13:07 Step 3/4 : COPY go.mod . 22:13:07 ---> bada4edd548d 22:13:07 Step 4/4 : RUN go mod download 22:13:07 ---> Running in 2d733480f3f2 22:13:10 Still waiting to schedule task 22:13:10 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 22:13:20 Removing intermediate container 2d733480f3f2 22:13:20 ---> 79b5d67f23c0 22:13:20 Successfully built 79b5d67f23c0 22:13:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:20 + docker inspect -f . ci-base-image-x86_64 22:13:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:13:20 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:13:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** ci-base-image-x86_64 cat 22:13:20 $ docker top 4e207814b01b68e0f51200f68190b6a6b2ea3a23b284d7d842df885c109b1efe -eo pid,comm [Pipeline] { [Pipeline] sh 22:13:21 + go version 22:13:21 go version go1.20.2 linux/amd64 [Pipeline] } 22:13:21 $ docker stop --time=1 4e207814b01b68e0f51200f68190b6a6b2ea3a23b284d7d842df885c109b1efe 22:13:22 $ docker rm -f --volumes 4e207814b01b68e0f51200f68190b6a6b2ea3a23b284d7d842df885c109b1efe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:22 + docker inspect -f . ci-base-image-x86_64 22:13:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:13:23 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:13:23 $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** ci-base-image-x86_64 cat 22:13:23 $ docker top de85575a11c599d66ff385e29aff60f0c34694d30144343274bd26bffa4a517a -eo pid,comm [Pipeline] { [Pipeline] echo 22:13:23 ========================================================= 22:13:23 [edgeXBuildGoParallel] Running Tests and Build... 22:13:23 ========================================================= [Pipeline] sh 22:13:23 + git config --global --add safe.directory /w/workspace/edgex-go/500 [Pipeline] fileExists [Pipeline] sh 22:13:23 + make test 22:13:23 go test -race -coverprofile=coverage.out ./... 22:13:30 ? github.com/edgexfoundry/edgex-go [no test files] 22:13:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:13:42 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 22:13:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:13:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:13:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:13:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:13:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:13:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 22:13:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:13:44 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 22:13:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:13:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:13:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:13:45 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 22:13:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:13:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:13:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.048s coverage: 28.7% of statements 22:13:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.069s coverage: 98.5% of statements 22:13:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 22:13:48 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 22:13:48 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 22:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:13:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 22:13:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 22:13:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 22:13:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:13:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 22:13:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.100s coverage: 71.5% of statements 22:13:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.071s coverage: 54.0% of statements 22:13:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:13:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:13:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.609s coverage: 88.5% of statements 22:13:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.8% of statements 22:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 22:13:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.364s coverage: 95.6% of statements 22:13:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:13:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:13:54 ok github.com/edgexfoundry/edgex-go/internal/io 0.064s coverage: 72.2% of statements 22:13:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:13:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:13:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:13:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 65.9% of statements 22:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 22:13:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:13:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.088s coverage: 0.9% of statements 22:13:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.056s coverage: 29.0% of statements 22:13:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 44.1% of statements 22:13:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:13:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:13:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:13:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:13:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 82.9% of statements 22:13:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 22:13:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 22:13:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 22:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 22:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 22:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 22:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:13:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:13:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:13:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:14:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 22:14:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:14:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 22:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 22:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 22:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:14:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:14:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 22:14:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 22:14:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 22:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 22:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 22:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 22:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:14:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements 22:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 22:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 22:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 22:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 22:14:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:14:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:14:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 22:14:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.266s coverage: 79.9% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.072s coverage: 92.9% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 62.3% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.052s coverage: 87.2% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 81.8% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 82.1% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.045s coverage: 86.0% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.1% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.227s coverage: 38.4% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.104s coverage: 92.3% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 61.5% of statements 22:14:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.089s coverage: 97.7% of statements 22:14:22 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 22:14:22 running golangci-lint 22:14:22 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 22:14:22 go version go1.20.2 linux/amd64 22:14:22 level=info msg="[config_reader] Used config file .golangci.yml" 22:14:22 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 22:14:37 level=info msg="[loader] Go packages loading at mode 575 (deps|files|name|compiled_files|exports_file|imports|types_sizes) took 13.783176615s" 22:14:37 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.277315ms" 22:14:41 level=info msg="[linters_context/goanalysis] analyzers took 52.711745702s with top 10 stages: buildir: 28.169471756s, inspect: 1.865707631s, fact_deprecated: 1.827477606s, gosec: 1.502709764s, printf: 1.254703634s, ctrlflow: 964.824596ms, S1038: 858.705265ms, nilness: 705.476954ms, fact_purity: 680.689151ms, directives: 539.799018ms" 22:14:41 level=info msg="[runner] Issues before processing: 203, after processing: 0" 22:14:41 level=info msg="[runner] Processors filtering stat (out/in): skip_files: 203/203, identifier_marker: 203/203, cgo: 203/203, path_prettifier: 203/203, autogenerated_exclude: 203/203, filename_unadjuster: 203/203, exclude-rules: 23/203, nolint: 0/23, skip_dirs: 203/203, exclude: 203/203" 22:14:41 level=info msg="[runner] processing took 16.382033ms with stages: nolint: 6.859726ms, identifier_marker: 4.536193ms, autogenerated_exclude: 1.568536ms, path_prettifier: 1.433842ms, exclude-rules: 1.207058ms, skip_dirs: 728.376µs, cgo: 27.94µs, filename_unadjuster: 16.612µs, max_same_issues: 540ns, uniq_by_line: 420ns, skip_files: 400ns, source_code: 390ns, sort_results: 390ns, exclude: 390ns, diff: 290ns, severity-rules: 250ns, path_shortener: 200ns, max_from_linter: 190ns, max_per_file_from_linter: 150ns, path_prefixer: 140ns" 22:14:41 level=info msg="[runner] linters took 6.640774733s with stages: goanalysis_metalinter: 6.624308258s" 22:14:41 level=info msg="File cache stats: 0 entries of total size 0B" 22:14:41 level=info msg="Memory: 206 samples, avg is 175.2MB, max is 801.5MB" 22:14:41 level=info msg="Execution took 20.470556316s" 22:14:42 go vet ./... 22:14:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:14:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:14:46 ./bin/test-attribution-txt.sh [Pipeline] echo 22:14:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 22:14:46 + ls -al . 22:14:46 total 704 22:14:46 drwxrwxr-x 11 1001 1001 4096 Apr 25 22:13 . 22:14:46 drwxr-xr-x 4 root root 4096 Apr 25 22:13 .. 22:14:46 drwxrwxr-x 2 1001 1001 4096 Apr 25 22:12 .blubracket 22:14:46 -rw-rw-r-- 1 1001 1001 16 Apr 25 22:12 .dockerignore 22:14:46 drwxrwxr-x 8 1001 1001 4096 Apr 25 22:12 .git 22:14:46 drwxrwxr-x 3 1001 1001 4096 Apr 25 22:12 .github 22:14:46 -rw-rw-r-- 1 1001 1001 1133 Apr 25 22:12 .gitignore 22:14:46 -rw-rw-r-- 1 1001 1001 42 Apr 25 22:12 .golangci.yml 22:14:46 -rw-rw-r-- 1 1001 1001 87 Apr 25 22:12 .hadolint.yml 22:14:46 drwxr-xr-x 3 1001 1001 4096 Apr 25 22:12 .semver 22:14:46 -rw-rw-r-- 1 1001 1001 166 Apr 25 22:12 .sonarcloud.properties 22:14:46 -rw-rw-r-- 1 1001 1001 1171 Apr 25 22:12 ADOPTERS.md 22:14:46 -rw-rw-r-- 1 1001 1001 10835 Apr 25 22:12 Attribution.txt 22:14:46 -rw-rw-r-- 1 1001 1001 73765 Apr 25 22:12 CHANGELOG.md 22:14:46 -rw-rw-r-- 1 1001 1001 3804 Apr 25 22:12 CONTRIBUTING.md 22:14:46 -rw-rw-r-- 1 1001 1001 677 Apr 25 22:12 GOVERNANCE.md 22:14:46 -rw-rw-r-- 1 1001 1001 883 Apr 25 22:12 Jenkinsfile 22:14:46 -rw-rw-r-- 1 1001 1001 10775 Apr 25 22:12 LICENSE 22:14:46 -rw-rw-r-- 1 1001 1001 14368 Apr 25 22:12 Makefile 22:14:46 -rw-rw-r-- 1 1001 1001 582 Apr 25 22:12 OWNERS.md 22:14:46 -rw-rw-r-- 1 1001 1001 9403 Apr 25 22:12 README.md 22:14:46 -rw-rw-r-- 1 1001 1001 789 Apr 25 22:12 SECURITY.md 22:14:46 -rw-rw-r-- 1 1001 1001 13 Apr 25 22:12 VERSION 22:14:46 drwxrwxr-x 2 1001 1001 4096 Apr 25 22:12 bin 22:14:46 drwxrwxr-x 18 1001 1001 4096 Apr 25 22:12 cmd 22:14:46 -rw-r--r-- 1 root root 448248 Apr 25 22:14 coverage.out 22:14:46 -rw-rw-r-- 1 1001 1001 3200 Apr 25 22:12 go.mod 22:14:46 -rw-rw-r-- 1 1001 1001 31155 Apr 25 22:12 go.sum 22:14:46 drwxrwxr-x 7 1001 1001 4096 Apr 25 22:12 internal 22:14:46 drwxrwxr-x 3 1001 1001 4096 Apr 25 22:12 openapi 22:14:46 -rw-rw-r-- 1 1001 1001 594 Apr 25 22:12 security.txt 22:14:46 drwxrwxr-x 4 1001 1001 4096 Apr 25 22:12 snap 22:14:46 -rw-rw-r-- 1 1001 1001 204 Apr 25 22:12 version.go [Pipeline] sh 22:14:47 + '[' -e coverage.out ] 22:14:47 + chown 1001:1001 coverage.out [Pipeline] stash 22:14:47 Stashed 1 file(s) [Pipeline] sh 22:14:47 + make build 22:14:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 22:14:59 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:14:59 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 22:15:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 22:15:01 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:15:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:15:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 22:15:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:15:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:15:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 22:15:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:15:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 22:15:14 $ docker stop --time=1 de85575a11c599d66ff385e29aff60f0c34694d30144343274bd26bffa4a517a 22:15:19 $ docker rm -f --volumes de85575a11c599d66ff385e29aff60f0c34694d30144343274bd26bffa4a517a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:15:20 22:15:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:15:20 latest: Pulling from edgex-devops/edgex-compose 22:15:20 cbdbe7a5bc2a: Pulling fs layer 22:15:20 ca9280d653b3: Pulling fs layer 22:15:20 7e9c9ca2126c: Pulling fs layer 22:15:20 cbdbe7a5bc2a: Verifying Checksum 22:15:20 cbdbe7a5bc2a: Download complete 22:15:20 ca9280d653b3: Verifying Checksum 22:15:20 ca9280d653b3: Download complete 22:15:20 cbdbe7a5bc2a: Pull complete 22:15:21 7e9c9ca2126c: Verifying Checksum 22:15:21 7e9c9ca2126c: Download complete 22:15:21 ca9280d653b3: Pull complete 22:15:24 7e9c9ca2126c: Pull complete 22:15:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:15:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:15:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:15:24 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:15:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 22:15:27 $ docker top 3f065790b48d1d7a49a075a211fe25f312c26b2b8ce4b3906afe6bc460ffb71e -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:27 + docker-compose build --help 22:15:27 + grep parallel 22:15:28 --parallel Build images in parallel. [Pipeline] } 22:15:28 $ docker stop --time=1 3f065790b48d1d7a49a075a211fe25f312c26b2b8ce4b3906afe6bc460ffb71e 22:15:30 $ docker rm -f --volumes 3f065790b48d1d7a49a075a211fe25f312c26b2b8ce4b3906afe6bc460ffb71e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:15:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:15:30 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:15:30 $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:15:30 $ docker top cc5d935385e6ea7d1adfc4aba33a1892b0871ef83559702921fde82aa67dd6b4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:31 + docker-compose -f ./docker-compose-build.yml build --parallel 22:15:31 Building core-command ... 22:15:31 Building core-common-config-bootstrapper ... 22:15:31 Building core-data ... 22:15:31 Building core-metadata ... 22:15:31 Building security-bootstrapper ... 22:15:31 Building security-proxy-auth ... 22:15:31 Building security-proxy-setup ... 22:15:31 Building security-secretstore-setup ... 22:15:31 Building security-spiffe-token-provider ... 22:15:31 Building security-spire-agent ... 22:15:31 Building security-spire-config ... 22:15:31 Building security-spire-server ... 22:15:31 Building support-notifications ... 22:15:31 Building support-scheduler ... 22:15:31 Building security-proxy-auth 22:15:31 Building core-data 22:15:31 Building security-spiffe-token-provider 22:15:31 Building security-spire-agent 22:15:31 Building core-metadata 22:15:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:15:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:15:44 ---> 79b5d67f23c0 22:15:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:15:44 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:15:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:15:44 ---> 79b5d67f23c0 22:15:44 Step 3/25 : ARG ADD_BUILD_TAGS="" 22:15:44 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:15:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:15:44 ---> 79b5d67f23c0 22:15:44 Step 3/20 : WORKDIR /edgex-go 22:15:44 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:15:44 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:15:44 ---> 79b5d67f23c0 22:15:44 Step 3/27 : WORKDIR /edgex-go 22:15:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:15:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:15:44 ---> 79b5d67f23c0 22:15:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:15:48 ---> Running in 2af55b91b6e5 22:15:48 ---> Running in c49f7547af8c 22:15:48 ---> Running in 3622e74109f8 22:15:48 ---> Running in 3e20636f4568 22:15:48 ---> Running in 404187e971f2 22:15:48 Removing intermediate container 3e20636f4568 22:15:48 ---> 4ac351fa32d0 22:15:48 Step 4/23 : WORKDIR /edgex-go 22:15:48 Removing intermediate container 3622e74109f8 22:15:48 ---> 8b5455fab257 22:15:48 Step 4/25 : WORKDIR /edgex-go 22:15:48 Removing intermediate container 2af55b91b6e5 22:15:48 ---> c2e4ac8348e3 22:15:48 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 22:15:48 Removing intermediate container 404187e971f2 22:15:48 ---> ddb53a01562d 22:15:48 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 22:15:48 Removing intermediate container c49f7547af8c 22:15:48 ---> 3e3ae9f29353 22:15:48 Step 4/23 : WORKDIR /edgex-go 22:15:48 ---> Running in 7592a9781c5e 22:15:48 ---> Running in 3e223fc92266 22:15:48 ---> Running in 7456065f5050 22:15:48 ---> Running in c7630b6d5bf0 22:15:48 ---> Running in 178922b56fe3 22:15:48 Removing intermediate container 3e223fc92266 22:15:48 ---> 40930cbe22b1 22:15:48 Step 5/25 : RUN apk add --update --no-cache make git 22:15:48 Removing intermediate container 7592a9781c5e 22:15:48 ---> 778dc981b48a 22:15:48 Step 5/23 : RUN apk add --update --no-cache make git 22:15:48 Removing intermediate container c7630b6d5bf0 22:15:48 ---> 6047b93d79f2 22:15:48 Step 5/23 : RUN apk add --update --no-cache make git 22:15:48 ---> Running in 753fa3f94b26 22:15:48 ---> Running in b9757167481c 22:15:48 ---> Running in cf8aea6a2ad5 22:15:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:15:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:15:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:15:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:15:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:15:48 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:15:48 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:15:48 OK: 17819 distinct packages available 22:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:15:49 OK: 265 MiB in 53 packages 22:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:15:49 OK: 265 MiB in 53 packages 22:15:49 OK: 265 MiB in 53 packages 22:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:15:49 Removing intermediate container 178922b56fe3 22:15:49 ---> 00792a4d880f 22:15:49 Step 5/27 : COPY go.mod vendor* ./ 22:15:49 OK: 265 MiB in 53 packages 22:15:49 ---> 7ee52e91a5b4 22:15:49 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:15:49 ---> Running in 3b4c1f7ee3ba 22:15:49 OK: 265 MiB in 53 packages 22:15:49 Removing intermediate container 753fa3f94b26 22:15:49 ---> 244bac375e22 22:15:49 Step 6/25 : COPY go.mod vendor* ./ 22:15:49 Removing intermediate container 7456065f5050 22:15:49 ---> b85689b2a2a0 22:15:49 Step 5/20 : COPY go.mod vendor* ./ 22:15:49 ---> 4ce918958dda 22:15:49 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:15:49 ---> Running in a23ea2737f52 22:15:50 ---> 552c47067b52 22:15:50 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:15:50 Removing intermediate container b9757167481c 22:15:50 ---> 1c0079bc497c 22:15:50 Step 6/23 : COPY go.mod vendor* ./ 22:15:50 ---> Running in e0699d0636a3 22:15:50 Removing intermediate container cf8aea6a2ad5 22:15:50 ---> 6ce064097674 22:15:50 Step 6/23 : COPY go.mod vendor* ./ 22:15:50 ---> c9ab03fe7b59 22:15:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:15:50 ---> Running in df4c5642d5b0 22:15:50 ---> 1927022b1185 22:15:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:15:50 ---> Running in 80c77d12d845 22:16:02 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10889 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 22:16:02 Running in /w/workspace/edgex-go/500 [Pipeline] { [Pipeline] checkout 22:16:02 The recommended git tool is: git 22:16:09 using credential edgex-jenkins-ssh 22:16:09 Cloning the remote Git repository 22:16:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:16:10 > git init /w/workspace/edgex-go/500 # timeout=10 22:16:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:16:10 > git --version # timeout=10 22:16:10 > git --version # 'git version 2.25.1' 22:16:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:16:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:16:31 Avoid second fetch 22:16:31 Checking out Revision 50d4b1035dfa4399e59f9a653307c5f6e2ab238e (main) 22:16:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:16:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:16:31 > git config core.sparsecheckout # timeout=10 22:16:31 > git checkout -f 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 22:16:37 Removing intermediate container 80c77d12d845 22:16:37 ---> f5e6ed4e31aa 22:16:37 Step 8/23 : COPY . . 22:16:37 Removing intermediate container e0699d0636a3 22:16:37 ---> abd47edc20a6 22:16:37 Step 7/20 : COPY . . 22:16:37 Removing intermediate container a23ea2737f52 22:16:37 ---> 956c1ec7fc9a 22:16:37 Step 8/25 : COPY . . 22:16:37 Removing intermediate container 3b4c1f7ee3ba 22:16:37 ---> ae9d134a6875 22:16:37 Step 7/27 : COPY . . 22:16:37 Removing intermediate container df4c5642d5b0 22:16:37 ---> 7c50b0c0d001 22:16:37 Step 8/23 : COPY . . 22:16:37 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 22:16:38 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:16:38 % Total % Received % Xferd Average Speed Time Time Time Current 22:16:38 Dload Upload Total Spent Left Speed 22:16:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 177k 0 --:--:-- --:--:-- --:--:-- 177k [Pipeline] sh 22:16:38 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:16:39 + sudo tee /etc/docker/daemon.new 22:16:39 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:16:39 { 22:16:39 "registry-mirrors": [ 22:16:39 "https://nexus3.edgexfoundry.org:10001" 22:16:39 ], 22:16:39 "bip": "10.250.0.254/24", 22:16:39 "hosts": [ 22:16:39 "tcp://0.0.0.0:5555", 22:16:39 "unix:///var/run/docker.sock" 22:16:39 ], 22:16:39 "mtu": 1458, 22:16:39 "selinux-enabled": true, 22:16:39 "seccomp-profile": "/etc/docker/seccomp.json" 22:16:39 } [Pipeline] sh 22:16:39 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:16:39 + sudo service docker restart 22:16:47 ---> 0275ff7e3a46 22:16:47 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 22:16:47 ---> 15d470e1ce5d 22:16:47 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 22:16:47 ---> 914b9b907c51 22:16:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 22:16:47 ---> 1cc84173a17b 22:16:47 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 22:16:47 ---> Running in 9baa446877c9 22:16:47 ---> 3ec8ab4bab87 22:16:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 22:16:47 ---> Running in 9ba55e5013aa 22:16:47 ---> Running in b40d04d91302 22:16:47 ---> Running in f661d95f6e57 22:16:47 ---> Running in f73cf3cd6f6c 22:16:47 Removing intermediate container b40d04d91302 22:16:47 ---> 49881299a07b 22:16:47 Step 9/27 : WORKDIR /edgex-go/spire-build 22:16:47 ---> Running in 84e76c6682bd 22:16:47 Removing intermediate container 84e76c6682bd 22:16:47 ---> 6f4940b3d93e 22:16:47 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 22:16:47 ---> Running in 6af8d3d0bada 22:16:47 Removing intermediate container 6af8d3d0bada 22:16:47 ---> 2b777ffede97 22:16:47 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 22:16:47 ---> Running in 70f0926ff942 22:16:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 22:16:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:16:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 22:16:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 22:16:49 Removing intermediate container 70f0926ff942 22:16:49 ---> b81614e93459 22:16:49 Step 12/27 : WORKDIR /edgex-go 22:16:49 ---> Running in 644575135a2b 22:16:49 Removing intermediate container 644575135a2b 22:16:49 ---> e8721e872718 22:16:49 22:16:49 Step 13/27 : FROM alpine:3.17 22:16:49 3.17: Pulling from library/alpine 22:16:49 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 22:16:49 Status: Downloaded newer image for alpine:3.17 22:16:49 ---> 9ed4aefc74f6 22:16:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:16:49 ---> Running in 8ed7d0024e9d 22:16:49 Removing intermediate container 8ed7d0024e9d 22:16:49 ---> 76096d9a8ec5 22:16:49 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:16:49 ---> Running in e279bc36faf5 22:16:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:16:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:16:50 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:16:50 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:16:50 OK: 17820 distinct packages available 22:16:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:16:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:16:50 (1/5) Installing dumb-init (1.2.5-r2) 22:16:50 (2/5) Installing musl-obstack (1.2.3-r0) 22:16:50 (3/5) Installing libucontext (1.2-r0) 22:16:50 (4/5) Installing gcompat (1.1.0-r0) 22:16:50 (5/5) Installing openssl (3.0.8-r4) 22:16:50 Executing busybox-1.35.0-r29.trigger 22:16:50 OK: 8 MiB in 20 packages 22:16:51 Removing intermediate container e279bc36faf5 22:16:51 ---> e33a3ce7f9ef 22:16:51 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 22:16:52 ---> a8455c667a42 22:16:52 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 22:16:52 ---> f799c3483931 22:16:52 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 22:16:56 ---> 13e5dea71f17 22:16:56 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:16:58 provisioning config files... 22:16:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/500@tmp/config2305979016967440890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:58 ---> docker-login.sh 22:16:58 nexus3.edgexfoundry.org:10001 22:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:59 Configure a credential helper to remove this warning. See 22:16:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:59 22:16:59 Login Succeeded 22:16:59 nexus3.edgexfoundry.org:10002 22:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:59 Configure a credential helper to remove this warning. See 22:16:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:59 22:16:59 Login Succeeded 22:16:59 nexus3.edgexfoundry.org:10003 22:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:00 Configure a credential helper to remove this warning. See 22:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:00 22:17:00 Login Succeeded 22:17:00 nexus3.edgexfoundry.org:10004 22:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:00 Configure a credential helper to remove this warning. See 22:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:00 22:17:00 Login Succeeded 22:17:00 docker.io 22:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:01 Configure a credential helper to remove this warning. See 22:17:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:01 22:17:01 Login Succeeded 22:17:01 ---> docker-login.sh ends [Pipeline] } 22:17:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 22:17:02 + git config --global --add safe.directory /w/workspace/edgex-go/500 [Pipeline] echo 22:17:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:17:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:17:02 ========================================================= 22:17:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 22:17:02 ========================================================= [Pipeline] fileExists [Pipeline] sh 22:17:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:17:02 ---> b313c175defc 22:17:02 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 22:17:02 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:17:02 c41833b44d91: Pulling fs layer 22:17:02 ed15518f5707: Pulling fs layer 22:17:02 feae8fd75edb: Pulling fs layer 22:17:02 242c74f7c9fa: Pulling fs layer 22:17:02 3cdef696dda3: Pulling fs layer 22:17:02 242c74f7c9fa: Waiting 22:17:02 2ced38df9373: Pulling fs layer 22:17:02 58f1dce35555: Pulling fs layer 22:17:02 3cdef696dda3: Waiting 22:17:02 58f1dce35555: Waiting 22:17:02 2ced38df9373: Waiting 22:17:02 ed15518f5707: Download complete 22:17:02 242c74f7c9fa: Download complete 22:17:02 3cdef696dda3: Verifying Checksum 22:17:02 3cdef696dda3: Download complete 22:17:02 c41833b44d91: Verifying Checksum 22:17:02 c41833b44d91: Download complete 22:17:03 ---> 3d4a335418ab 22:17:03 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 22:17:04 c41833b44d91: Pull complete 22:17:04 58f1dce35555: Verifying Checksum 22:17:04 58f1dce35555: Download complete 22:17:04 ed15518f5707: Pull complete 22:17:05 ---> e2a8105c1082 22:17:05 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 22:17:05 feae8fd75edb: Verifying Checksum 22:17:05 feae8fd75edb: Download complete 22:17:05 2ced38df9373: Verifying Checksum 22:17:07 ---> 0a599343670b 22:17:07 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:17:07 ---> Running in 1400de4abad0 22:17:08 Removing intermediate container 1400de4abad0 22:17:08 ---> eb53df81951a 22:17:08 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:17:08 ---> Running in 2e25f7559e78 22:17:08 Removing intermediate container 2e25f7559e78 22:17:08 ---> 63e40947117d 22:17:08 Step 25/27 : LABEL arch=x86_64 22:17:09 ---> Running in 110808caf1b9 22:17:09 Removing intermediate container 110808caf1b9 22:17:09 ---> d602272efdf0 22:17:09 Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:17:09 ---> Running in 04f2e6f5ef0f 22:17:09 Removing intermediate container 04f2e6f5ef0f 22:17:09 ---> 050a95abece0 22:17:09 Step 27/27 : LABEL version=3.0.0-dev.138 22:17:09 ---> Running in 255d1329538e 22:17:09 Removing intermediate container 255d1329538e 22:17:09 ---> c5f393b5341f 22:17:09 22:17:09 Successfully built c5f393b5341f 22:17:09 Successfully tagged security-spire-agent:latest 22:17:09  Building security-spire-agent ... done Building core-command 22:17:13 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:17:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:17:13 ---> 79b5d67f23c0 22:17:13 Step 3/24 : ARG ADD_BUILD_TAGS="" 22:17:13 ---> Using cache 22:17:13 ---> 3e3ae9f29353 22:17:13 Step 4/24 : WORKDIR /edgex-go 22:17:13 ---> Using cache 22:17:13 ---> 6047b93d79f2 22:17:13 Step 5/24 : RUN apk add --update --no-cache make git 22:17:13 ---> Using cache 22:17:13 ---> 6ce064097674 22:17:13 Step 6/24 : COPY go.mod vendor* ./ 22:17:13 ---> Using cache 22:17:13 ---> 1927022b1185 22:17:13 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:17:13 ---> Using cache 22:17:13 ---> f5e6ed4e31aa 22:17:13 Step 8/24 : COPY . . 22:17:13 ---> Using cache 22:17:13 ---> 3ec8ab4bab87 22:17:13 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 22:17:18 ---> Running in bd07b62c4746 22:17:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 22:17:18 feae8fd75edb: Pull complete 22:17:18 242c74f7c9fa: Pull complete 22:17:18 3cdef696dda3: Pull complete 22:17:23 2ced38df9373: Pull complete 22:17:26 58f1dce35555: Pull complete 22:17:26 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 22:17:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:17:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 22:17:26 Removing intermediate container f661d95f6e57 22:17:26 ---> ce7afa0e9b38 22:17:26 22:17:26 Step 10/23 : FROM alpine:3.17 22:17:26 ---> 9ed4aefc74f6 22:17:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:17:26 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:17:26 WORKDIR /edgex 22:17:26 COPY go.mod . 22:17:26 RUN go mod download 22:17:26 docker build -t ci-base-image-arm64 -f - . 22:17:26 Removing intermediate container f73cf3cd6f6c 22:17:26 ---> 6792cb9e1c16 22:17:26 22:17:26 Step 10/23 : FROM alpine:3.17 22:17:26 ---> 9ed4aefc74f6 22:17:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:17:26 Removing intermediate container 9baa446877c9 22:17:26 ---> ca278783d283 22:17:26 22:17:26 Step 10/25 : FROM alpine:3.17 22:17:26 ---> 9ed4aefc74f6 22:17:26 Step 11/25 : RUN apk add --update --no-cache dumb-init 22:17:27 Sending build context to Docker daemon 2.932MB 22:17:27 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:17:27 ---> fadd8f120f05 22:17:27 Step 2/4 : WORKDIR /edgex 22:17:28 ---> Running in 0e3b9a232a2e 22:17:28 ---> Running in ce53a9f89df4 22:17:28 ---> Running in 84bcf5e5b551 22:17:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:17:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:17:29 Removing intermediate container 84bcf5e5b551 22:17:29 ---> 7db7bfda5613 22:17:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:17:29 Removing intermediate container 0e3b9a232a2e 22:17:29 ---> 4e301ecc20a4 22:17:29 Step 12/23 : ENV APP_PORT=59880 22:17:29 (1/1) Installing dumb-init (1.2.5-r2) 22:17:29 Executing busybox-1.35.0-r29.trigger 22:17:29 ---> Running in 4efa3f0f9d3e 22:17:29 ---> Running in 8dfd674bb757 22:17:29 OK: 7 MiB in 16 packages 22:17:29 Removing intermediate container 8dfd674bb757 22:17:29 ---> 06c1560a3af9 22:17:29 Step 13/23 : EXPOSE $APP_PORT 22:17:29 ---> Running in abbc06b40b67 22:17:29 Removing intermediate container 9ba55e5013aa 22:17:29 ---> 0ef2ae21a510 22:17:29 22:17:29 Step 9/20 : FROM alpine:3.17 22:17:29 ---> 9ed4aefc74f6 22:17:29 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 22:17:29 ---> Running in 04c12048d4bd 22:17:29 Removing intermediate container abbc06b40b67 22:17:29 ---> a074192b7166 22:17:29 Step 14/23 : RUN apk add --update --no-cache dumb-init 22:17:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:17:29 Removing intermediate container 04c12048d4bd 22:17:29 ---> 33c407a9915f 22:17:29 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 22:17:29 ---> Running in d7f38885aba2 22:17:29 ---> Running in ae8cc16d5cae 22:17:29 Removing intermediate container ce53a9f89df4 22:17:29 ---> f8e98ebb860e 22:17:29 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:17:29 ---> Running in 3f263f699427 22:17:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:17:29 Removing intermediate container 3f263f699427 22:17:29 ---> e3550b83f528 22:17:29 Step 13/25 : ENV APP_PORT=59881 22:17:29 ---> Running in adcf72e38e77 22:17:29 Removing intermediate container adcf72e38e77 22:17:29 ---> 28614c922e55 22:17:29 Step 14/25 : EXPOSE $APP_PORT 22:17:29 ---> Running in ae372a7ac154 22:17:29 (1/1) Installing dumb-init (1.2.5-r2) 22:17:29 Executing busybox-1.35.0-r29.trigger 22:17:29 OK: 7 MiB in 16 packages 22:17:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:17:29 Removing intermediate container ae372a7ac154 22:17:29 ---> 724c5b33facd 22:17:29 Step 15/25 : WORKDIR / 22:17:29 ---> Running in 49c889f19b00 22:17:29 ---> Running in e0947708ac93 22:17:29 Removing intermediate container e0947708ac93 22:17:29 ---> 86f04a4d84cc 22:17:29 Step 3/4 : COPY go.mod . 22:17:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:17:30 Removing intermediate container 49c889f19b00 22:17:30 ---> 8c2b450af9ef 22:17:30 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:17:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:17:30 (1/1) Installing dumb-init (1.2.5-r2) 22:17:30 Executing busybox-1.35.0-r29.trigger 22:17:30 ---> 8399f3fa329d 22:17:30 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 22:17:30 OK: 7 MiB in 16 packages 22:17:30 Removing intermediate container 4efa3f0f9d3e 22:17:30 ---> 3cd1dd7d0a1c 22:17:30 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:30 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:17:30 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:17:30 OK: 17820 distinct packages available 22:17:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:17:30 ---> 9ed0869252a2 22:17:30 Step 4/4 : RUN go mod download 22:17:30 ---> Running in 40acb6013c35 22:17:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:17:30 ---> 9d238a527688 22:17:30 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 22:17:30 ---> bf4fdd3b4468 22:17:30 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:17:30 (1/9) Installing ca-certificates (20220614-r4) 22:17:30 (2/9) Installing brotli-libs (1.0.9-r9) 22:17:30 (3/9) Installing nghttp2-libs (1.51.0-r0) 22:17:30 (4/9) Installing libcurl (8.0.1-r0) 22:17:30 (5/9) Installing curl (8.0.1-r0) 22:17:30 (6/9) Installing dumb-init (1.2.5-r2) 22:17:30 (7/9) Installing musl-obstack (1.2.3-r0) 22:17:30 (8/9) Installing libucontext (1.2-r0) 22:17:30 (9/9) Installing gcompat (1.1.0-r0) 22:17:30 Executing busybox-1.35.0-r29.trigger 22:17:30 Executing ca-certificates-20220614-r4.trigger 22:17:30 OK: 10 MiB in 24 packages 22:17:31 Removing intermediate container d7f38885aba2 22:17:31 ---> 8d59fe71dbcb 22:17:31 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:31 ---> 3f6963c7ddc1 22:17:31 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 22:17:31 ---> a06c267f8c3b 22:17:31 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 22:17:31 ---> ea017c3470b9 22:17:31 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 22:17:31 ---> 187e969586c0 22:17:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 22:17:32 Removing intermediate container ae8cc16d5cae 22:17:32 ---> aa6585823b4a 22:17:32 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:32 ---> 75fdc8067755 22:17:32 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 22:17:32 ---> 0e5b4537af55 22:17:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:17:32 ---> 89e094a72a5d 22:17:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 22:17:32 ---> 3150f843aadb 22:17:32 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 22:17:32 ---> 90a4de4fb70f 22:17:32 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:17:32 ---> 6eb366c82fbf 22:17:32 Step 21/25 : ENTRYPOINT ["/core-metadata"] 22:17:32 ---> 6aea858fb6af 22:17:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 22:17:32 ---> Running in e0aba35fb451 22:17:32 ---> Running in 41b04f6185f3 22:17:32 ---> d58ac1f57a77 22:17:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 22:17:32 Removing intermediate container 41b04f6185f3 22:17:32 ---> cb399cabfa44 22:17:32 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:17:33 ---> a3cd65e712b7 22:17:33 Step 19/23 : ENTRYPOINT ["/core-data"] 22:17:33 ---> Running in d20a0489ff24 22:17:33 ---> Running in 7d60609c37d2 22:17:33 Removing intermediate container d20a0489ff24 22:17:33 ---> 0ca0675054a6 22:17:33 Step 23/25 : LABEL arch=x86_64 22:17:33 Removing intermediate container 7d60609c37d2 22:17:33 ---> c4830ed257f9 22:17:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:17:33 ---> Running in ed2b4a28e0bf 22:17:33 ---> Running in 3e3c38f095c6 22:17:33 Removing intermediate container ed2b4a28e0bf 22:17:33 ---> f782c8329f03 22:17:33 Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:17:33 Removing intermediate container 3e3c38f095c6 22:17:33 ---> 344fec01d4e5 22:17:33 Step 21/23 : LABEL arch=x86_64 22:17:33 ---> Running in 84ba6fd6d4bc 22:17:33 ---> cbf3c467fcd7 22:17:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 22:17:33 ---> Running in 74622ad6e735 22:17:33 Removing intermediate container e0aba35fb451 22:17:33 ---> c2136a39c6e4 22:17:33 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 22:17:33 ---> Running in b6bafca0dd51 22:17:33 Removing intermediate container 84ba6fd6d4bc 22:17:33 ---> eb2f446ea037 22:17:33 Step 25/25 : LABEL version=3.0.0-dev.138 22:17:33 Removing intermediate container 74622ad6e735 22:17:33 ---> 53e5920f8c4d 22:17:33 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:17:33 ---> Running in a88333b33a48 22:17:34 ---> Running in 6a9aee2bb617 22:17:34 Removing intermediate container b6bafca0dd51 22:17:34 ---> 71a38892b2b9 22:17:34 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 22:17:34 ---> 969362c4a8a8 22:17:34 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 22:17:34 Removing intermediate container a88333b33a48 22:17:34 ---> 622c664d384d 22:17:34 22:17:34 Successfully built 622c664d384d 22:17:34 Successfully tagged core-metadata:latest 22:17:34  Building core-metadata ... done Building security-secretstore-setup 22:17:34 Removing intermediate container 6a9aee2bb617 22:17:34 ---> fe209a9d1726 22:17:34 Step 23/23 : LABEL version=3.0.0-dev.138 22:17:39 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:17:39 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:17:39 ---> 79b5d67f23c0 22:17:39 Step 3/25 : WORKDIR /edgex-go 22:17:39 ---> Using cache 22:17:39 ---> ddb53a01562d 22:17:39 Step 4/25 : RUN apk add --update --no-cache make git 22:17:40 ---> Running in 1b1164eeb72d 22:17:40 ---> Running in 7c0da7575a42 22:17:40 ---> Running in 7ad9eb881714 22:17:40 ---> Running in c3bc3caa98da 22:17:40 Removing intermediate container 1b1164eeb72d 22:17:40 ---> c7e089ef0971 22:17:40 Step 21/23 : LABEL arch=x86_64 22:17:40 Removing intermediate container 7c0da7575a42 22:17:40 ---> 2cb2ad06d871 22:17:40 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:17:40 ---> Running in f9389a3252af 22:17:40 Removing intermediate container 7ad9eb881714 22:17:40 ---> Running in af72a6d0cf29 22:17:40 ---> 3e18f140b8d9 22:17:40 22:17:41 Successfully built 3e18f140b8d9 22:17:41 Successfully tagged core-data:latest 22:17:41 Building support-notifications 22:17:41  Building core-data ... done Removing intermediate container af72a6d0cf29 22:17:41 Removing intermediate container f9389a3252af 22:17:41 ---> c5f076cdf329 22:17:41 ---> 67f1f2324308 22:17:41 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:17:41 Step 18/20 : LABEL arch=x86_64 22:17:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:17:41 ---> Running in d352858c6839 22:17:41 ---> Running in 8d7c5f80fe09 22:17:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:17:41 OK: 265 MiB in 53 packages 22:17:45 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:17:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:17:45 ---> 79b5d67f23c0 22:17:45 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:17:45 ---> Using cache 22:17:45 ---> 3e3ae9f29353 22:17:45 Step 4/23 : WORKDIR /edgex-go 22:17:45 ---> Using cache 22:17:45 ---> 6047b93d79f2 22:17:45 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 22:17:45 Removing intermediate container 8d7c5f80fe09 22:17:45 ---> 7910b9a0884b 22:17:45 Step 19/20 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:17:45 Removing intermediate container d352858c6839 22:17:45 ---> 7097573275b9 22:17:45 Step 23/23 : LABEL version=3.0.0-dev.138 22:17:45 ---> Running in bb8988bf7016 22:17:45 ---> Running in 5afba8bb5a8d 22:17:45 ---> Running in e6da27fea65d 22:17:46 Removing intermediate container c3bc3caa98da 22:17:46 ---> de0093480ea9 22:17:46 Step 5/25 : COPY go.mod vendor* ./ 22:17:46 Removing intermediate container e6da27fea65d 22:17:46 ---> 327e06f955d5 22:17:46 22:17:46 Removing intermediate container 5afba8bb5a8d 22:17:46 ---> c5f9d20c3ded 22:17:46 Step 20/20 : LABEL version=3.0.0-dev.138 22:17:46 Removing intermediate container bd07b62c4746 22:17:46 ---> 97ce0a6e62bd 22:17:46 22:17:46 Step 10/24 : FROM alpine:3.17 22:17:46 ---> 9ed4aefc74f6 22:17:46 Step 11/24 : RUN apk add --update --no-cache dumb-init 22:17:46 ---> Using cache 22:17:46 ---> f8e98ebb860e 22:17:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:17:46 ---> Using cache 22:17:46 ---> e3550b83f528 22:17:46 Step 13/24 : ENV APP_PORT=59882 22:17:46 ---> Running in e33cc5b255ed 22:17:46 ---> Running in b5dfd7bcd80e 22:17:46 Successfully built 327e06f955d5 22:17:46 Successfully tagged security-proxy-auth:latest 22:17:46 Building support-scheduler 22:17:46  Building security-proxy-auth ... done Removing intermediate container e33cc5b255ed 22:17:46 ---> 6eede6aab64d 22:17:46 22:17:46 Removing intermediate container b5dfd7bcd80e 22:17:46 ---> a0882b4a7634 22:17:46 Step 14/24 : EXPOSE $APP_PORT 22:17:46 Successfully built 6eede6aab64d 22:17:47 Successfully tagged security-spiffe-token-provider:latest 22:17:47 Building security-spire-config 22:17:47  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:17:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:17:48 OK: 265 MiB in 53 packages 22:17:48 ---> b0e1a976270e 22:17:48 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:17:48 ---> Running in f846faaa573a 22:17:51 ---> Running in 54e9b48688fc 22:17:51 Removing intermediate container f846faaa573a 22:17:51 ---> 3b37d2a2e422 22:17:51 Step 15/24 : WORKDIR / 22:17:51 ---> Running in dec63534ebd5 22:17:51 Removing intermediate container bb8988bf7016 22:17:51 ---> e255bfb4e414 22:17:51 Step 6/23 : COPY go.mod vendor* ./ 22:17:52 ---> 2964cd23d220 22:17:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:17:52 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:17:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:17:52 ---> 79b5d67f23c0 22:17:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:17:52 ---> Using cache 22:17:52 ---> 3e3ae9f29353 22:17:52 Step 4/23 : WORKDIR /edgex-go 22:17:52 ---> Using cache 22:17:52 ---> 6047b93d79f2 22:17:52 Step 5/23 : RUN apk add --update --no-cache make git 22:17:52 ---> Using cache 22:17:52 ---> 6ce064097674 22:17:52 Step 6/23 : COPY go.mod vendor* ./ 22:17:52 ---> Using cache 22:17:52 ---> 1927022b1185 22:17:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:17:52 ---> Using cache 22:17:52 ---> f5e6ed4e31aa 22:17:52 Step 8/23 : COPY . . 22:17:52 ---> Using cache 22:17:52 ---> 3ec8ab4bab87 22:17:52 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 22:17:53 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:17:53 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:17:53 ---> 79b5d67f23c0 22:17:53 Step 3/27 : WORKDIR /edgex-go 22:17:53 ---> Using cache 22:17:53 ---> ddb53a01562d 22:17:53 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 22:17:53 ---> Running in 349476a7cc53 22:17:53 Removing intermediate container dec63534ebd5 22:17:53 ---> 9ddb77a48c37 22:17:53 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:53 ---> Running in 764ae767acad 22:17:53 ---> Running in c66447b19c5c 22:17:53 ---> 59339476a109 22:17:53 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 22:17:53 ---> c9a93ab958c8 22:17:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:17:54 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:17:54 OK: 265 MiB in 53 packages 22:17:54 ---> 97a46d389097 22:17:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 22:17:55 ---> 33ac5dc244fa 22:17:55 Step 20/24 : ENTRYPOINT ["/core-command"] 22:17:55 Removing intermediate container c66447b19c5c 22:17:55 ---> 5066ac49ffed 22:17:55 Step 5/27 : COPY go.mod vendor* ./ 22:17:55 ---> Running in 85fc52fb30db 22:17:55 Removing intermediate container 85fc52fb30db 22:17:55 ---> 105e92db3656 22:17:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:17:55 ---> Running in 3f19d85da89d 22:17:55 ---> 2302acf26feb 22:17:55 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:17:55 ---> Running in 766cb6791640 22:17:55 Removing intermediate container 3f19d85da89d 22:17:55 ---> e1926dc71e2c 22:17:55 Step 22/24 : LABEL arch=x86_64 22:17:55 ---> Running in 88b3d304de60 22:17:55 Removing intermediate container 88b3d304de60 22:17:55 ---> f2b91f0f0404 22:17:55 Step 23/24 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:17:55 ---> Running in a60e37188442 22:17:55 Removing intermediate container a60e37188442 22:17:55 ---> a5b588d9f634 22:17:55 Step 24/24 : LABEL version=3.0.0-dev.138 22:17:55 ---> Running in 122592a5199a 22:17:55 Removing intermediate container 122592a5199a 22:17:55 ---> 658807c16cd2 22:17:55 22:17:55 Successfully built 658807c16cd2 22:17:55 Successfully tagged core-command:latest 22:17:55  Building core-command ... done Building security-bootstrapper 22:17:59 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:17:59 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:17:59 ---> 79b5d67f23c0 22:17:59 Step 3/33 : WORKDIR /edgex-go 22:17:59 ---> Using cache 22:17:59 ---> ddb53a01562d 22:17:59 Step 4/33 : RUN apk add --update --no-cache make git 22:17:59 ---> Using cache 22:17:59 ---> de0093480ea9 22:17:59 Step 5/33 : COPY go.mod vendor* ./ 22:17:59 ---> Using cache 22:17:59 ---> b0e1a976270e 22:17:59 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:18:03 Removing intermediate container 40acb6013c35 22:18:03 ---> 4067389d2566 22:18:03 Successfully built 4067389d2566 22:18:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:03 + docker inspect -f . ci-base-image-arm64 22:18:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:03 prd-ubuntu20.04-docker-arm64-4c-16g-10889 does not seem to be running inside a container 22:18:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** ci-base-image-arm64 cat 22:18:05 $ docker top 3fd9324f82ef3a24efec0d2ed07e6ae2a7987aaab5548c09f4bf60858c156428 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:06 + go version 22:18:06 go version go1.20.2 linux/arm64 [Pipeline] } 22:18:06 $ docker stop --time=1 3fd9324f82ef3a24efec0d2ed07e6ae2a7987aaab5548c09f4bf60858c156428 22:18:07 $ docker rm -f --volumes 3fd9324f82ef3a24efec0d2ed07e6ae2a7987aaab5548c09f4bf60858c156428 [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 22:18:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:18:08 22:18:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:18:08 latest: Pulling from edgex-devops/edgex-compose-arm64 22:18:08 29e5d40040c1: Pulling fs layer 22:18:08 1ce36da41761: Pulling fs layer 22:18:08 25b303627fd3: Pulling fs layer 22:18:09 29e5d40040c1: Verifying Checksum 22:18:09 29e5d40040c1: Download complete 22:18:09 1ce36da41761: Verifying Checksum 22:18:09 1ce36da41761: Download complete 22:18:09 29e5d40040c1: Pull complete 22:18:11 1ce36da41761: Pull complete 22:18:11 25b303627fd3: Verifying Checksum 22:18:11 25b303627fd3: Download complete 22:18:11 ---> Running in 5ea9f327a84d 22:18:21 25b303627fd3: Pull complete 22:18:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:18:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:18:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:21 prd-ubuntu20.04-docker-arm64-4c-16g-10889 does not seem to be running inside a container 22:18:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 22:18:23 Removing intermediate container 349476a7cc53 22:18:23 ---> 4e05872e1d9d 22:18:23 Step 8/23 : COPY . . 22:18:23 Removing intermediate container 54e9b48688fc 22:18:23 ---> c365df9c4efc 22:18:23 Step 7/25 : COPY . . 22:18:24 $ docker top 0c7d30e8784d252f53939145498669fdef3c6878792a78143dacfda789f33596 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:24 + docker-compose build --help 22:18:24 + grep parallel 22:18:31 --parallel Build images in parallel. [Pipeline] } 22:18:31 $ docker stop --time=1 0c7d30e8784d252f53939145498669fdef3c6878792a78143dacfda789f33596 22:18:33 $ docker rm -f --volumes 0c7d30e8784d252f53939145498669fdef3c6878792a78143dacfda789f33596 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:18:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:34 prd-ubuntu20.04-docker-arm64-4c-16g-10889 does not seem to be running inside a container 22:18:34 $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:18:35 $ docker top 4552db68fb890c0bc51b94e856fffa3d98368673c1b352ab435b56df39415619 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:36 + docker-compose -f ./docker-compose-build.yml build --parallel 22:18:38 ---> 76505fbea3e2 22:18:38 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:18:38 ---> d7f439f0c16d 22:18:38 Step 9/23 : RUN make cmd/support-notifications/support-notifications 22:18:38 ---> Running in d554b87bc253 22:18:38 ---> Running in acd1cc53d7ea 22:18:38 Removing intermediate container 764ae767acad 22:18:38 ---> c47024ac46ae 22:18:38 22:18:38 Step 10/23 : FROM alpine:3.17 22:18:38 ---> 9ed4aefc74f6 22:18:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:18:38 ---> Using cache 22:18:38 ---> f8e98ebb860e 22:18:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:18:38 ---> Using cache 22:18:38 ---> e3550b83f528 22:18:38 Step 13/23 : ENV APP_PORT=59861 22:18:38 ---> Running in 029d62937213 22:18:38 Removing intermediate container 766cb6791640 22:18:38 ---> 272144b9b880 22:18:38 Step 7/27 : COPY . . 22:18:39 Removing intermediate container 029d62937213 22:18:39 ---> 90fb4a7ed009 22:18:39 Step 14/23 : EXPOSE $APP_PORT 22:18:39 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:18:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:18:43 Building core-command ... 22:18:43 Building core-common-config-bootstrapper ... 22:18:43 Building core-data ... 22:18:43 Building core-metadata ... 22:18:43 Building security-bootstrapper ... 22:18:43 Building security-proxy-auth ... 22:18:43 Building security-proxy-setup ... 22:18:43 Building security-secretstore-setup ... 22:18:43 Building security-spiffe-token-provider ... 22:18:43 Building security-spire-agent ... 22:18:43 Building security-spire-config ... 22:18:43 Building security-spire-server ... 22:18:43 Building support-notifications ... 22:18:43 Building support-scheduler ... 22:18:43 Building security-spire-agent 22:18:43 Building security-proxy-setup 22:18:43 Building support-scheduler 22:18:43 Building security-secretstore-setup 22:18:43 Building security-spire-config 22:18:45 ---> Running in 02f16f5ad434 22:18:46 ---> 0d2f4eaa9858 22:18:46 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 22:18:47 Removing intermediate container 02f16f5ad434 22:18:47 ---> c9fda68328a9 22:18:47 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:47 ---> Running in a2f1c6afcf87 22:18:48 Removing intermediate container 5ea9f327a84d 22:18:48 ---> a22f55d362af 22:18:48 Step 7/33 : COPY . . 22:18:48 Removing intermediate container a2f1c6afcf87 22:18:48 ---> dc6bd20339c8 22:18:48 ---> d5a527d4faa6 22:18:48 Step 16/23 : COPY --from=builder /edgex-go/security.txt /Step 9/27 : WORKDIR /edgex-go/spire-build 22:18:48 22:18:48 ---> Running in 2aefe5699456 22:18:49 Removing intermediate container 2aefe5699456 22:18:49 ---> dbdf85155e6c 22:18:49 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 22:18:56 ---> Running in 1a3f55ac443f 22:18:56 ---> dab46c53457b 22:18:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:18:56 Removing intermediate container 1a3f55ac443f 22:18:56 ---> e7b904ba618e 22:18:56 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 22:18:56 ---> cd5363e8c21e 22:18:56 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:18:56 ---> Running in 6ad6e06bacb9 22:18:56 ---> Running in f786dce5ad7c 22:18:56 ---> 869021e13967 22:18:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 22:18:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:18:57 ---> 89e31d4cf053 22:18:57 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 22:18:57 ---> Running in 97e14751a0a2 22:18:57 Removing intermediate container 6ad6e06bacb9 22:18:57 ---> 19c81f0f444b 22:18:57 Step 12/27 : WORKDIR /edgex-go 22:18:57 ---> Running in 026bfd8bc40a 22:18:57 Removing intermediate container 97e14751a0a2 22:18:57 ---> d38fd597f32d 22:18:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:18:57 ---> Running in 9ae8f12707d2 22:18:58 Removing intermediate container 026bfd8bc40a 22:18:58 ---> 89a710a17455 22:18:58 22:18:58 Step 13/27 : FROM alpine:3.17 22:18:58 ---> 9ed4aefc74f6 22:18:58 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:18:58 ---> Using cache 22:18:58 ---> 76096d9a8ec5 22:18:58 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 22:18:58 Removing intermediate container 9ae8f12707d2 22:18:58 ---> 4c56868d8122 22:18:58 Step 21/23 : LABEL arch=x86_64 22:18:58 ---> Running in 63ad8f6625cc 22:18:58 ---> Running in 62850f0c84d0 22:18:58 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:18:58 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:18:58 ---> 4067389d2566 22:18:58 Step 3/25 : WORKDIR /edgex-go 22:18:58 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:18:58 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:18:58 ---> 4067389d2566 22:18:58 Step 3/27 : WORKDIR /edgex-go 22:18:58 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:18:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:18:58 ---> 4067389d2566 22:18:58 Step 3/22 : WORKDIR /edgex-go 22:18:58 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:18:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:18:58 ---> 4067389d2566 22:18:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:18:58 ---> Running in 2ecd2351359b 22:18:58 ---> Running in 7031ae6df923 22:18:58 ---> Running in eb198f2b311a 22:18:58 ---> Running in ddb8862b4a86 22:18:58 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:18:58 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:18:58 ---> 4067389d2566 22:18:58 Step 3/27 : WORKDIR /edgex-go 22:18:58 ---> Running in 238951bde006 22:18:58 Removing intermediate container eb198f2b311a 22:18:58 ---> 1eea3f28efff 22:18:58 Step 4/25 : RUN apk add --update --no-cache make git 22:18:58 Removing intermediate container 2ecd2351359b 22:18:58 ---> 7fa83483ba95 22:18:58 Step 4/22 : RUN apk add --update --no-cache make git 22:18:58 Removing intermediate container 7031ae6df923 22:18:58 ---> b5580c837706 22:18:58 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 22:18:58 ---> Running in 31e2c798a36e 22:18:58 Removing intermediate container ddb8862b4a86 22:18:58 ---> dd66e29f6329 22:18:58 Step 4/23 : WORKDIR /edgex-go 22:18:58 ---> Running in 11662890d2ce 22:18:58 ---> Running in ed133617f4e6 22:18:58 ---> Running in 8e40c1950f67 22:18:58 Removing intermediate container 238951bde006 22:18:58 ---> 98080fc530b0 22:18:58 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 22:18:58 ---> Running in 657fe1db93b2 22:18:58 Removing intermediate container 62850f0c84d0 22:18:58 ---> e33551859f19 22:18:58 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:18:58 ---> Running in 322e73835deb 22:18:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:18:58 Removing intermediate container 322e73835deb 22:18:58 ---> 5f3047206daa 22:18:58 Step 23/23 : LABEL version=3.0.0-dev.138 22:18:58 Removing intermediate container 8e40c1950f67 22:18:58 ---> 91219c9e14e1 22:18:58 Step 5/23 : RUN apk add --update --no-cache make git 22:18:59 ---> Running in 18fcf3bd02ef 22:18:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:18:59 Removing intermediate container 18fcf3bd02ef 22:18:59 ---> b486061208fe 22:18:59 22:18:59 Successfully built b486061208fe 22:18:59 Successfully tagged support-scheduler:latest 22:18:59  Building support-scheduler ... done Building security-spire-server 22:18:59 ---> Running in 4d8dfe349fcb 22:18:59 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:18:59 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:18:59 OK: 17820 distinct packages available 22:18:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:18:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:18:59 (1/4) Installing dumb-init (1.2.5-r2) 22:18:59 (2/4) Installing musl-obstack (1.2.3-r0) 22:18:59 (3/4) Installing libucontext (1.2-r0) 22:18:59 (4/4) Installing gcompat (1.1.0-r0) 22:18:59 Executing busybox-1.35.0-r29.trigger 22:18:59 OK: 7 MiB in 19 packages 22:19:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:19:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:19:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:19:02 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:19:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:19:02 ---> 79b5d67f23c0 22:19:02 Step 3/26 : WORKDIR /edgex-go 22:19:02 ---> Using cache 22:19:02 ---> ddb53a01562d 22:19:02 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 22:19:02 ---> Using cache 22:19:02 ---> 5066ac49ffed 22:19:02 Step 5/26 : COPY go.mod vendor* ./ 22:19:02 ---> Using cache 22:19:02 ---> 2302acf26feb 22:19:02 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:02 ---> Using cache 22:19:02 ---> 272144b9b880 22:19:02 Step 7/26 : COPY . . 22:19:02 ---> Using cache 22:19:02 ---> 0d2f4eaa9858 22:19:02 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 22:19:02 ---> Using cache 22:19:02 ---> d5a527d4faa6 22:19:02 Step 9/26 : WORKDIR /edgex-go/spire-build 22:19:02 ---> Using cache 22:19:02 ---> dbdf85155e6c 22:19:02 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 22:19:02 ---> Using cache 22:19:02 ---> e7b904ba618e 22:19:02 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 22:19:03 OK: 263 MiB in 53 packages 22:19:03 OK: 263 MiB in 53 packages 22:19:03 OK: 263 MiB in 53 packages 22:19:04 OK: 263 MiB in 53 packages 22:19:04 OK: 263 MiB in 53 packages 22:19:05 Removing intermediate container ed133617f4e6 22:19:05 ---> 319eb5976ba8 22:19:05 Step 5/27 : COPY go.mod vendor* ./ 22:19:05 Removing intermediate container 31e2c798a36e 22:19:05 ---> 03ac714c1a6c 22:19:05 Step 5/22 : COPY go.mod vendor* ./ 22:19:06 Removing intermediate container 4d8dfe349fcb 22:19:06 ---> baa7c0bf57cc 22:19:06 Step 6/23 : COPY go.mod vendor* ./ 22:19:06 Removing intermediate container 657fe1db93b2 22:19:06 ---> 0d35effbc2d5 22:19:06 Step 5/27 : COPY go.mod vendor* ./ 22:19:06 Removing intermediate container 11662890d2ce 22:19:06 ---> 475a9b1af187 22:19:06 Step 5/25 : COPY go.mod vendor* ./ 22:19:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:19:06 ---> 03bd0f28a2af 22:19:06 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:06 ---> Running in 901a029564b5 22:19:06 ---> Running in b7ac808c8838 22:19:06 Removing intermediate container 63ad8f6625cc 22:19:06 ---> b6c424099a7c 22:19:06 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:06 ---> abc9aedca68c 22:19:06 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:07 ---> Running in cd846b119824 22:19:07 ---> ac8d89924f2f 22:19:07 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:07 ---> c9259681cb8f 22:19:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:07 ---> Running in a749f98dd0eb 22:19:07 ---> Running in 0767c62d838d 22:19:07 ---> 8ada6c9e5274 22:19:07 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:07 ---> Running in 4efa005d5367 22:19:07 ---> 0852cc94e460 22:19:07 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 22:19:08 ---> 82954dd8b490 22:19:08 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:19:09 Removing intermediate container b7ac808c8838 22:19:09 ---> 0d6f08881e79 22:19:09 Step 12/26 : WORKDIR /edgex-go 22:19:09 ---> Running in fe1387f3dee8 22:19:12 Removing intermediate container fe1387f3dee8 22:19:12 ---> f15eb9820a30 22:19:12 22:19:12 Step 13/26 : FROM alpine:3.17 22:19:12 ---> 9ed4aefc74f6 22:19:12 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:19:12 ---> Using cache 22:19:12 ---> 76096d9a8ec5 22:19:12 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:19:12 ---> Using cache 22:19:12 ---> e33a3ce7f9ef 22:19:12 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:12 ---> Using cache 22:19:12 ---> a8455c667a42 22:19:12 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 22:19:12 ---> Using cache 22:19:12 ---> f799c3483931 22:19:12 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:19:12 ---> 855b4da0f4b9 22:19:12 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 22:19:12 Removing intermediate container acd1cc53d7ea 22:19:12 ---> 3767e9181382 22:19:12 22:19:12 Step 9/25 : FROM alpine:3.17 22:19:12 ---> 9ed4aefc74f6 22:19:12 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 22:19:12 ---> Running in c4fd3e55f489 22:19:12 ---> af81a3935c54 22:19:12 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 22:19:13 ---> Running in efe1befc342a 22:19:13 Removing intermediate container efe1befc342a 22:19:13 ---> b967ffee864e 22:19:13 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 22:19:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:19:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:19:13 (1/3) Installing ca-certificates (20220614-r4) 22:19:13 (2/3) Installing dumb-init (1.2.5-r2) 22:19:13 (3/3) Installing su-exec (0.2-r2) 22:19:13 Executing busybox-1.35.0-r29.trigger 22:19:13 Executing ca-certificates-20220614-r4.trigger 22:19:14 OK: 8 MiB in 18 packages 22:19:16 ---> ed5660a4e845 22:19:16 Step 22/27 : WORKDIR / 22:19:16 ---> 757081404f59 22:19:16 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 22:19:16 ---> Running in 151a73394684 22:19:16 Removing intermediate container d554b87bc253 22:19:16 ---> 8e7e92a38caf 22:19:16 22:19:16 Step 10/23 : FROM alpine:3.17 22:19:16 ---> 9ed4aefc74f6 22:19:16 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 22:19:16 Removing intermediate container c4fd3e55f489 22:19:16 ---> 5dd19089e99b 22:19:16 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 22:19:16 Removing intermediate container 151a73394684 22:19:16 ---> 13a725744384 22:19:16 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:19:16 ---> Running in fb8ee7f01216 22:19:16 ---> f235b9d5b928 22:19:16 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 22:19:16 ---> Running in 49de656f5eb8 22:19:16 ---> Running in 3c43b76c4c0b 22:19:16 Removing intermediate container 3c43b76c4c0b 22:19:16 ---> aa1cafd6d860 22:19:16 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:19:16 Removing intermediate container 49de656f5eb8 22:19:16 ---> 9b8b68ffd99e 22:19:16 Step 12/25 : WORKDIR / 22:19:16 ---> Running in 2bdf8cd9b697 22:19:16 ---> f018f21c9d8a 22:19:16 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 22:19:16 ---> Running in 7d20d23d3cd5 22:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:19:16 Removing intermediate container 2bdf8cd9b697 22:19:16 ---> 05601bb79582 22:19:16 Step 25/27 : LABEL arch=x86_64 22:19:16 Removing intermediate container 7d20d23d3cd5 22:19:16 ---> cb8dfcab66f0 22:19:16 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:16 ---> 434a91aedcd4 22:19:16 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:19:16 ---> Running in 4db7f78c5a33 22:19:16 ---> Running in cd5c668480a8 22:19:16 ---> 56be4da19958 22:19:16 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 22:19:17 Removing intermediate container cd5c668480a8 22:19:17 ---> f641c619c8d1 22:19:17 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:19:17 (1/2) Installing ca-certificates (20220614-r4) 22:19:17 Removing intermediate container 4db7f78c5a33 22:19:17 ---> 444ecf9b12e9 22:19:17 Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:17 ---> Running in f94c1f9b34d9 22:19:17 (2/2) Installing dumb-init (1.2.5-r2) 22:19:17 Executing busybox-1.35.0-r29.trigger 22:19:17 Executing ca-certificates-20220614-r4.trigger 22:19:17 ---> Running in 55ac7cab99de 22:19:17 OK: 8 MiB in 17 packages 22:19:17 Removing intermediate container f94c1f9b34d9 22:19:17 ---> d232f34574f3 22:19:17 Step 24/26 : LABEL arch=x86_64 22:19:17 ---> 2e38a21cdd7d 22:19:17 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:19:17 ---> Running in 2a13856640f2 22:19:17 Removing intermediate container 55ac7cab99de 22:19:17 ---> 4c15e813e66b 22:19:17 Step 27/27 : LABEL version=3.0.0-dev.138 22:19:17 ---> 5e365d81c9fb 22:19:17 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 22:19:17 Removing intermediate container 2a13856640f2 22:19:17 ---> 740ef5086b68 22:19:17 Step 25/26 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:17 ---> Running in dd583418217f 22:19:17 ---> Running in 36e9f937fbd5 22:19:17 Removing intermediate container dd583418217f 22:19:17 ---> d64e29e3a2b0 22:19:17 22:19:17 Removing intermediate container 36e9f937fbd5 22:19:17 ---> 44099ad34525 22:19:17 Step 26/26 : LABEL version=3.0.0-dev.138 22:19:17 ---> Running in f87c2ecc747f 22:19:17 Successfully built d64e29e3a2b0 22:19:17 ---> 459b37362441 22:19:17 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 22:19:17 Successfully tagged security-spire-config:latest 22:19:17  Building security-spire-config ... done Building core-common-config-bootstrapper 22:19:17 Removing intermediate container fb8ee7f01216 22:19:18 ---> b7ba1641c575 22:19:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 22:19:18 Removing intermediate container f87c2ecc747f 22:19:18 ---> 97212241b44f 22:19:18 22:19:18 ---> Running in f1ad3a5b2828 22:19:18 Successfully built 97212241b44f 22:19:18 Successfully tagged security-spire-server:latest 22:19:18  Building security-spire-server ... done Building security-proxy-setup 22:19:22 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:19:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:19:22 ---> 79b5d67f23c0 22:19:22 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:19:22 ---> Using cache 22:19:22 ---> 3e3ae9f29353 22:19:22 Step 4/23 : WORKDIR /edgex-go 22:19:22 ---> Using cache 22:19:22 ---> 6047b93d79f2 22:19:22 Step 5/23 : RUN apk add --update --no-cache make git 22:19:22 ---> Using cache 22:19:22 ---> 6ce064097674 22:19:22 Step 6/23 : COPY go.mod vendor* ./ 22:19:22 ---> Using cache 22:19:22 ---> 1927022b1185 22:19:22 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:22 ---> Using cache 22:19:22 ---> f5e6ed4e31aa 22:19:22 Step 8/23 : COPY . . 22:19:22 ---> Using cache 22:19:22 ---> 3ec8ab4bab87 22:19:22 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 22:19:22 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:19:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:19:22 ---> 79b5d67f23c0 22:19:22 Step 3/22 : WORKDIR /edgex-go 22:19:22 ---> Using cache 22:19:22 ---> ddb53a01562d 22:19:22 Step 4/22 : RUN apk add --update --no-cache make git 22:19:22 ---> Using cache 22:19:22 ---> de0093480ea9 22:19:22 Step 5/22 : COPY go.mod vendor* ./ 22:19:22 ---> Using cache 22:19:22 ---> b0e1a976270e 22:19:22 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:22 ---> Using cache 22:19:22 ---> a22f55d362af 22:19:22 Step 7/22 : COPY . . 22:19:22 ---> Using cache 22:19:22 ---> cd5363e8c21e 22:19:22 Step 8/22 : RUN make cmd/secrets-config/secrets-config 22:19:23 ---> 85c694632ae4 22:19:23 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:19:23 Removing intermediate container f1ad3a5b2828 22:19:23 ---> Running in 99a3d30e6a03 22:19:23 ---> 604ea0808cec 22:19:23 Step 13/23 : ENV APP_PORT=59860 22:19:23 ---> Running in 0c116ac8d8c5 22:19:23 ---> Running in d827ceb22786 22:19:24 Removing intermediate container d827ceb22786 22:19:24 ---> b6d4d93531c3 22:19:24 Step 14/23 : EXPOSE $APP_PORT 22:19:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 22:19:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 22:19:24 ---> 5e9dec6a3dcd 22:19:24 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:19:24 ---> Running in 75d41e58537c 22:19:25 Removing intermediate container 75d41e58537c 22:19:25 ---> 783efe020d28 22:19:25 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:25 ---> 747ac62ecf1c 22:19:25 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:19:25 Removing intermediate container f786dce5ad7c 22:19:25 ---> bdd4c9209259 22:19:25 22:19:25 Step 9/33 : FROM alpine:3.17 22:19:25 ---> 9ed4aefc74f6 22:19:25 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 22:19:25 ---> Using cache 22:19:25 ---> 33c407a9915f 22:19:25 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 22:19:25 ---> Running in 099ff93598e8 22:19:25 ---> d734db5ba669 22:19:25 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 22:19:25 ---> 4171e6431b53 22:19:25 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:19:25 ---> Running in f0a34b6b8b04 22:19:26 ---> abf1f43f8acb 22:19:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:19:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:19:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:19:26 (1/2) Installing dumb-init (1.2.5-r2) 22:19:26 (2/2) Installing su-exec (0.2-r2) 22:19:26 Executing busybox-1.35.0-r29.trigger 22:19:26 OK: 7 MiB in 17 packages 22:19:27 ---> 084135dcfce8 22:19:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 22:19:27 Removing intermediate container f0a34b6b8b04 22:19:27 ---> 580d8d15e4ff 22:19:27 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 22:19:27 ---> Running in 7409e1085179 22:19:27 Removing intermediate container 099ff93598e8 22:19:27 ---> fbe474b056c2 22:19:27 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 22:19:27 ---> 0ecb154c7132 22:19:27 Step 19/23 : ENTRYPOINT ["/support-notifications"] 22:19:27 ---> Running in b74fb720334b 22:19:27 ---> Running in ae667064115e 22:19:27 Removing intermediate container 7409e1085179 22:19:27 ---> 15451bed1546 22:19:27 Step 23/25 : LABEL arch=x86_64 22:19:27 Removing intermediate container b74fb720334b 22:19:27 ---> 9f11d84bd80a 22:19:27 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 22:19:27 Removing intermediate container ae667064115e 22:19:27 ---> d14bb73d0dbd 22:19:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:19:27 ---> Running in df0255759215 22:19:27 ---> Running in fc203b2fb88e 22:19:27 ---> Running in 4dae71592646 22:19:27 Removing intermediate container df0255759215 22:19:27 ---> 6817a4665e41 22:19:27 Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:27 Removing intermediate container fc203b2fb88e 22:19:27 ---> dbb5cd050a1a 22:19:27 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 22:19:27 Removing intermediate container 4dae71592646 22:19:27 ---> 84ad6c815e3b 22:19:27 Step 21/23 : LABEL arch=x86_64 22:19:28 ---> Running in bd23d8896ef6 22:19:28 ---> Running in 71a211cf1d3e 22:19:28 ---> Running in cf59fec72081 22:19:28 Removing intermediate container 71a211cf1d3e 22:19:28 ---> 544707f0b777 22:19:28 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 22:19:28 Removing intermediate container bd23d8896ef6 22:19:28 ---> c92cb7c031f0 22:19:28 Step 25/25 : LABEL version=3.0.0-dev.138 22:19:28 Removing intermediate container cf59fec72081 22:19:28 ---> 2f3eb12b0564 22:19:28 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:28 ---> Running in 9ad2a2f5a673 22:19:28 ---> Running in 39e1924ab10c 22:19:28 ---> Running in 927d7001beea 22:19:28 Removing intermediate container 9ad2a2f5a673 22:19:28 ---> 826dee8d5d29 22:19:28 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 22:19:28 Removing intermediate container 39e1924ab10c 22:19:28 ---> 8d85ac139c0d 22:19:28 22:19:28 Successfully built 8d85ac139c0d 22:19:28 Successfully tagged security-secretstore-setup:latest 22:19:28  Building security-secretstore-setup ... done Removing intermediate container 927d7001beea 22:19:28 ---> 1fc184349127 22:19:28 Step 23/23 : LABEL version=3.0.0-dev.138 22:19:28 ---> Running in 8763f9f36c80 22:19:28 ---> Running in 44c84f25eca0 22:19:29 Removing intermediate container 44c84f25eca0 22:19:29 ---> d5ebbf6489f6 22:19:29 22:19:29 Successfully built d5ebbf6489f6 22:19:29 Successfully tagged support-notifications:latest 22:19:30  Building support-notifications ... done Removing intermediate container 8763f9f36c80 22:19:30 ---> 9c88d3b7d85b 22:19:30 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 22:19:30 ---> Running in 184045b723b8 22:19:31 Removing intermediate container 184045b723b8 22:19:31 ---> cca4b56501c1 22:19:31 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 22:19:31 ---> 90a1a9557575 22:19:31 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 22:19:31 ---> Running in 065af1669d79 22:19:33 Removing intermediate container 065af1669d79 22:19:33 ---> 4f890958411c 22:19:33 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:34 ---> 08cb67a91dde 22:19:34 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 22:19:34 ---> a7252ad3f498 22:19:34 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:19:36 ---> cdba52ca2a87 22:19:36 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 22:19:36 ---> 56387577cf1e 22:19:36 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 22:19:36 ---> 46e4984cc07a 22:19:36 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 22:19:36 ---> 872456d4e5d2 22:19:36 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 22:19:36 ---> c47ce1a31b99 22:19:36 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:19:37 ---> 9b5e4e50334a 22:19:37 Step 28/33 : RUN chmod +x /entrypoint.sh 22:19:37 ---> Running in fe019ea598dc 22:19:38 Removing intermediate container fe019ea598dc 22:19:38 ---> 0972b236be61 22:19:38 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 22:19:38 ---> Running in 3c7f54284129 22:19:38 Removing intermediate container 3c7f54284129 22:19:38 ---> 2ba40d52b287 22:19:38 Step 30/33 : CMD ["gate"] 22:19:38 ---> Running in 2f9f3ea54a0b 22:19:38 Removing intermediate container 2f9f3ea54a0b 22:19:38 ---> a5d8f3af339e 22:19:38 Step 31/33 : LABEL arch=x86_64 22:19:38 ---> Running in f67919e69d24 22:19:39 Removing intermediate container f67919e69d24 22:19:39 ---> 9b5326c0f014 22:19:39 Step 32/33 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:39 ---> Running in 0ce7bc6ee7fe 22:19:39 Removing intermediate container 0ce7bc6ee7fe 22:19:39 ---> d6413d3913e2 22:19:39 Step 33/33 : LABEL version=3.0.0-dev.138 22:19:39 ---> Running in bc9fcd389fc4 22:19:39 Removing intermediate container bc9fcd389fc4 22:19:39 ---> 2a9e759b4ede 22:19:39 22:19:39 Successfully built 2a9e759b4ede 22:19:39 Successfully tagged security-bootstrapper:latest 22:19:45  Building security-bootstrapper ... done Removing intermediate container 99a3d30e6a03 22:19:45 ---> 134c76bf649a 22:19:45 22:19:45 Step 9/22 : FROM alpine:3.17 22:19:45 ---> 9ed4aefc74f6 22:19:45 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 22:19:45 Removing intermediate container 0c116ac8d8c5 22:19:45 ---> 982f9e1bf35a 22:19:45 22:19:45 Step 10/23 : FROM alpine:3.17 22:19:45 ---> 9ed4aefc74f6 22:19:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:19:45 ---> Using cache 22:19:45 ---> 7db7bfda5613 22:19:45 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:19:45 ---> Using cache 22:19:45 ---> 3cd1dd7d0a1c 22:19:45 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:45 ---> Using cache 22:19:45 ---> 9d238a527688 22:19:45 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 22:19:45 ---> Using cache 22:19:45 ---> Running in 69f2d30731b1 22:19:45 ---> 3f6963c7ddc1 22:19:45 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 22:19:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:19:45 ---> ce6622567692 22:19:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 22:19:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:19:45 ---> 8cfa209a26f2 22:19:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 22:19:46 ---> b6125429252e 22:19:46 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:19:46 (1/2) Installing dumb-init (1.2.5-r2) 22:19:46 (2/2) Installing openssl (3.0.8-r4) 22:19:46 ---> Running in a55bae324c9d 22:19:46 Executing busybox-1.35.0-r29.trigger 22:19:46 OK: 8 MiB in 17 packages 22:19:46 Removing intermediate container 69f2d30731b1 22:19:46 ---> f13aed12623e 22:19:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 22:19:46 ---> Running in 184c404d0f7a 22:19:46 Removing intermediate container 184c404d0f7a 22:19:46 ---> f31e8d377c78 22:19:46 Step 12/22 : WORKDIR /edgex 22:19:46 ---> Running in 9ccdf69a833e 22:19:46 Removing intermediate container 9ccdf69a833e 22:19:46 ---> 92a1812bd841 22:19:46 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:46 Removing intermediate container a55bae324c9d 22:19:46 ---> 8efd84a39460 22:19:46 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 22:19:46 ---> Running in 09a308566089 22:19:46 ---> 5e26a0e1e76f 22:19:46 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 22:19:46 Removing intermediate container 09a308566089 22:19:46 ---> 6baab97ea977 22:19:46 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 22:19:46 ---> Running in 3dfe103344f1 22:19:46 ---> 9587e565b061 22:19:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 22:19:46 Removing intermediate container 3dfe103344f1 22:19:46 ---> 3a4c53e3b010 22:19:46 Step 21/23 : LABEL arch=x86_64 22:19:46 ---> Running in e0aa23992c2b 22:19:47 Removing intermediate container e0aa23992c2b 22:19:47 ---> 8ef79b55ac25 22:19:47 ---> 96112ff560ed 22:19:47 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238eStep 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:19:47 22:19:47 ---> Running in ea591dbdad85 22:19:47 Removing intermediate container ea591dbdad85 22:19:47 ---> 58068c742932 22:19:47 Step 23/23 : LABEL version=3.0.0-dev.138 22:19:47 ---> Running in 616bf1fe5503 22:19:47 Removing intermediate container 616bf1fe5503 22:19:47 ---> aaa9adc8e2cd 22:19:47 22:19:47 ---> dc9703581986 22:19:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 22:19:47 Successfully built aaa9adc8e2cd 22:19:47 Successfully tagged core-common-config-bootstrapper:latest 22:19:47  Building core-common-config-bootstrapper ... done  ---> 310c7738877f 22:19:47 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:19:47 ---> Running in 8ef6aa416c6d 22:19:48 Removing intermediate container 8ef6aa416c6d 22:19:48 ---> 6c999361795b 22:19:48 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 22:19:48 ---> Running in 2c4d64c6c6a5 22:19:48 Removing intermediate container 2c4d64c6c6a5 22:19:48 ---> 0393c6351091 22:19:48 Step 20/22 : LABEL arch=x86_64 22:19:48 ---> Running in 72ba87ee4c0f 22:19:48 Removing intermediate container 72ba87ee4c0f 22:19:48 ---> aec598ca5993 22:19:48 Step 21/22 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:48 ---> Running in c056173450d7 22:19:48 Removing intermediate container c056173450d7 22:19:48 ---> f6b10f438166 22:19:48 Step 22/22 : LABEL version=3.0.0-dev.138 22:19:48 ---> Running in 85f94062fde1 22:19:48 Removing intermediate container 85f94062fde1 22:19:48 ---> 99f9291f81ef 22:19:48 22:19:48 Successfully built 99f9291f81ef 22:19:48 Successfully tagged security-proxy-setup:latest 22:19:48  Building security-proxy-setup ... done  [Pipeline] } 22:19:48 $ docker stop --time=1 cc5d935385e6ea7d1adfc4aba33a1892b0871ef83559702921fde82aa67dd6b4 22:19:49 $ docker rm -f --volumes cc5d935385e6ea7d1adfc4aba33a1892b0871ef83559702921fde82aa67dd6b4 [Pipeline] // withDockerContainer [Pipeline] sh 22:19:50 + docker images 22:19:50 REPOSITORY TAG IMAGE ID CREATED SIZE 22:19:50 security-proxy-setup latest 99f9291f81ef 2 seconds ago 18.7MB 22:19:50 core-common-config-bootstrapper latest aaa9adc8e2cd 3 seconds ago 17.2MB 22:19:50 134c76bf649a 6 seconds ago 1.7GB 22:19:50 982f9e1bf35a 8 seconds ago 1.72GB 22:19:50 security-bootstrapper latest 2a9e759b4ede 11 seconds ago 22.2MB 22:19:50 support-notifications latest d5ebbf6489f6 22 seconds ago 32.7MB 22:19:50 security-secretstore-setup latest 8d85ac139c0d 22 seconds ago 32.8MB 22:19:50 bdd4c9209259 26 seconds ago 1.71GB 22:19:50 security-spire-server latest 97212241b44f 33 seconds ago 103MB 22:19:50 security-spire-config latest d64e29e3a2b0 33 seconds ago 102MB 22:19:50 8e7e92a38caf 35 seconds ago 1.79GB 22:19:50 f15eb9820a30 39 seconds ago 1.58GB 22:19:50 3767e9181382 39 seconds ago 1.72GB 22:19:50 support-scheduler latest b486061208fe 52 seconds ago 32.1MB 22:19:50 89a710a17455 53 seconds ago 1.58GB 22:19:50 c47024ac46ae About a minute ago 1.79GB 22:19:50 core-command latest 658807c16cd2 About a minute ago 19.8MB 22:19:50 security-spiffe-token-provider latest 6eede6aab64d 2 minutes ago 32.8MB 22:19:50 97ce0a6e62bd 2 minutes ago 1.72GB 22:19:50 security-proxy-auth latest 327e06f955d5 2 minutes ago 18.3MB 22:19:50 core-data latest 3e18f140b8d9 2 minutes ago 20MB 22:19:50 core-metadata latest 622c664d384d 2 minutes ago 20.4MB 22:19:50 0ef2ae21a510 2 minutes ago 1.76GB 22:19:50 ca278783d283 2 minutes ago 1.73GB 22:19:50 ce7afa0e9b38 2 minutes ago 1.7GB 22:19:50 6792cb9e1c16 2 minutes ago 1.73GB 22:19:50 security-spire-agent latest c5f393b5341f 2 minutes ago 161MB 22:19:50 e8721e872718 3 minutes ago 1.58GB 22:19:50 ci-base-image-x86_64 latest 79b5d67f23c0 6 minutes ago 918MB 22:19:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 26 hours ago 700MB 22:19:50 alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB 22:19:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 22:19:50 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 22:19:50 provisioning config files... 22:19:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/500@tmp/config14429092386326422859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:19:50 ---> docker-login.sh 22:19:50 nexus3.edgexfoundry.org:10001 22:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:50 Configure a credential helper to remove this warning. See 22:19:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:50 22:19:50 Login Succeeded 22:19:50 nexus3.edgexfoundry.org:10002 22:19:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:51 Configure a credential helper to remove this warning. See 22:19:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:51 22:19:51 Login Succeeded 22:19:51 nexus3.edgexfoundry.org:10003 22:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:51 Configure a credential helper to remove this warning. See 22:19:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:51 22:19:51 Login Succeeded 22:19:51 nexus3.edgexfoundry.org:10004 22:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:51 Configure a credential helper to remove this warning. See 22:19:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:51 22:19:51 Login Succeeded 22:19:51 docker.io 22:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:51 Configure a credential helper to remove this warning. See 22:19:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:51 22:19:51 Login Succeeded 22:19:51 ---> docker-login.sh ends [Pipeline] } 22:19:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:19:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:19:51 [edgeXDocker.push] Tagging docker image core-command with the following tags: 22:19:51 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:51 latest 22:19:51 3.0.0-dev.138 22:19:51 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:19:51 main 22:19:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:52 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:52 + docker push nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 22:19:52 472195b8c314: Preparing 22:19:52 b786a8726f2e: Preparing 22:19:52 4a1dd47cf2fc: Preparing 22:19:52 7c399eb73e87: Preparing 22:19:52 b23baaeba662: Preparing 22:19:52 f1417ff83b31: Preparing 22:19:52 f1417ff83b31: Waiting 22:19:52 4a1dd47cf2fc: Pushed 22:19:52 7c399eb73e87: Pushed 22:19:52 472195b8c314: Pushed 22:19:52 f1417ff83b31: Layer already exists 22:19:52 b23baaeba662: Pushed 22:19:53 b786a8726f2e: Pushed 22:19:53 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:54 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 22:19:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 22:19:54 472195b8c314: Preparing 22:19:54 b786a8726f2e: Preparing 22:19:54 4a1dd47cf2fc: Preparing 22:19:54 7c399eb73e87: Preparing 22:19:54 b23baaeba662: Preparing 22:19:54 f1417ff83b31: Preparing 22:19:54 f1417ff83b31: Waiting 22:19:54 b23baaeba662: Layer already exists 22:19:54 b786a8726f2e: Layer already exists 22:19:54 472195b8c314: Layer already exists 22:19:54 7c399eb73e87: Layer already exists 22:19:54 4a1dd47cf2fc: Layer already exists 22:19:54 f1417ff83b31: Layer already exists 22:19:54 latest: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:55 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.138 22:19:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 22:19:55 472195b8c314: Preparing 22:19:55 b786a8726f2e: Preparing 22:19:55 4a1dd47cf2fc: Preparing 22:19:55 7c399eb73e87: Preparing 22:19:55 b23baaeba662: Preparing 22:19:55 f1417ff83b31: Preparing 22:19:55 f1417ff83b31: Waiting 22:19:55 b23baaeba662: Layer already exists 22:19:55 4a1dd47cf2fc: Layer already exists 22:19:55 b786a8726f2e: Layer already exists 22:19:55 7c399eb73e87: Layer already exists 22:19:55 472195b8c314: Layer already exists 22:19:55 f1417ff83b31: Layer already exists 22:19:55 3.0.0-dev.138: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:55 + docker push nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:19:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 22:19:55 472195b8c314: Preparing 22:19:55 b786a8726f2e: Preparing 22:19:55 4a1dd47cf2fc: Preparing 22:19:55 7c399eb73e87: Preparing 22:19:55 b23baaeba662: Preparing 22:19:55 f1417ff83b31: Preparing 22:19:55 f1417ff83b31: Waiting 22:19:55 7c399eb73e87: Layer already exists 22:19:55 4a1dd47cf2fc: Layer already exists 22:19:55 472195b8c314: Layer already exists 22:19:55 b786a8726f2e: Layer already exists 22:19:55 b23baaeba662: Layer already exists 22:19:55 f1417ff83b31: Layer already exists 22:19:55 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:56 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:56 + docker push nexus3.edgexfoundry.org:10004/core-command:main 22:19:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 22:19:56 472195b8c314: Preparing 22:19:56 b786a8726f2e: Preparing 22:19:56 4a1dd47cf2fc: Preparing 22:19:56 7c399eb73e87: Preparing 22:19:56 b23baaeba662: Preparing 22:19:56 f1417ff83b31: Preparing 22:19:56 f1417ff83b31: Waiting 22:19:56 472195b8c314: Layer already exists 22:19:56 4a1dd47cf2fc: Layer already exists 22:19:56 b786a8726f2e: Layer already exists 22:19:56 7c399eb73e87: Layer already exists 22:19:56 b23baaeba662: Layer already exists 22:19:56 f1417ff83b31: Layer already exists 22:19:56 main: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:19:56 ===================================================== [Pipeline] echo 22:19:56 taggedImages: 22:19:56 - nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:56 - nexus3.edgexfoundry.org:10004/core-command:latest 22:19:56 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.138 22:19:56 - nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:19:56 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 22:19:56 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 22:19:56 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:56 latest 22:19:56 3.0.0-dev.138 22:19:56 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:19:56 main 22:19:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:56 + 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 22:19:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:19:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 22:19:57 0b23548a27c7: Preparing 22:19:57 a2e92061d536: Preparing 22:19:57 3323dbb87495: Preparing 22:19:57 73826acea1ae: Preparing 22:19:57 4a1dd47cf2fc: Preparing 22:19:57 7c399eb73e87: Preparing 22:19:57 c89bf8ec082e: Preparing 22:19:57 f1417ff83b31: Preparing 22:19:57 7c399eb73e87: Waiting 22:19:57 c89bf8ec082e: Waiting 22:19:57 f1417ff83b31: Waiting 22:19:57 4a1dd47cf2fc: Layer already exists 22:19:57 7c399eb73e87: Layer already exists 22:19:57 3323dbb87495: Pushed 22:19:57 0b23548a27c7: Pushed 22:19:57 a2e92061d536: Pushed 22:19:57 f1417ff83b31: Layer already exists 22:19:57 c89bf8ec082e: Pushed 22:19:58 73826acea1ae: Pushed 22:19:58 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:58 + 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 22:19:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 22:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 22:19:59 0b23548a27c7: Preparing 22:19:59 a2e92061d536: Preparing 22:19:59 3323dbb87495: Preparing 22:19:59 73826acea1ae: Preparing 22:19:59 4a1dd47cf2fc: Preparing 22:19:59 7c399eb73e87: Preparing 22:19:59 c89bf8ec082e: Preparing 22:19:59 f1417ff83b31: Preparing 22:19:59 7c399eb73e87: Waiting 22:19:59 c89bf8ec082e: Waiting 22:19:59 f1417ff83b31: Waiting 22:19:59 3323dbb87495: Layer already exists 22:19:59 4a1dd47cf2fc: Layer already exists 22:19:59 a2e92061d536: Layer already exists 22:19:59 73826acea1ae: Layer already exists 22:19:59 0b23548a27c7: Layer already exists 22:19:59 7c399eb73e87: Layer already exists 22:19:59 c89bf8ec082e: Layer already exists 22:19:59 f1417ff83b31: Layer already exists 22:19:59 latest: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:59 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.138 22:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 22:19:59 0b23548a27c7: Preparing 22:19:59 a2e92061d536: Preparing 22:19:59 3323dbb87495: Preparing 22:19:59 73826acea1ae: Preparing 22:19:59 4a1dd47cf2fc: Preparing 22:19:59 7c399eb73e87: Preparing 22:19:59 c89bf8ec082e: Preparing 22:19:59 7c399eb73e87: Waiting 22:19:59 f1417ff83b31: Preparing 22:19:59 c89bf8ec082e: Waiting 22:19:59 73826acea1ae: Layer already exists 22:19:59 a2e92061d536: Layer already exists 22:19:59 0b23548a27c7: Layer already exists 22:19:59 4a1dd47cf2fc: Layer already exists 22:19:59 3323dbb87495: Layer already exists 22:19:59 c89bf8ec082e: Layer already exists 22:19:59 7c399eb73e87: Layer already exists 22:19:59 f1417ff83b31: Layer already exists 22:19:59 3.0.0-dev.138: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:00 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 22:20:00 0b23548a27c7: Preparing 22:20:00 a2e92061d536: Preparing 22:20:00 3323dbb87495: Preparing 22:20:00 73826acea1ae: Preparing 22:20:00 4a1dd47cf2fc: Preparing 22:20:00 7c399eb73e87: Preparing 22:20:00 c89bf8ec082e: Preparing 22:20:00 f1417ff83b31: Preparing 22:20:00 7c399eb73e87: Waiting 22:20:00 c89bf8ec082e: Waiting 22:20:00 f1417ff83b31: Waiting 22:20:00 a2e92061d536: Layer already exists 22:20:00 0b23548a27c7: Layer already exists 22:20:00 73826acea1ae: Layer already exists 22:20:00 4a1dd47cf2fc: Layer already exists 22:20:00 3323dbb87495: Layer already exists 22:20:00 f1417ff83b31: Layer already exists 22:20:00 c89bf8ec082e: Layer already exists 22:20:00 7c399eb73e87: Layer already exists 22:20:00 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:00 + 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 22:20:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 22:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 22:20:01 0b23548a27c7: Preparing 22:20:01 a2e92061d536: Preparing 22:20:01 3323dbb87495: Preparing 22:20:01 73826acea1ae: Preparing 22:20:01 4a1dd47cf2fc: Preparing 22:20:01 7c399eb73e87: Preparing 22:20:01 c89bf8ec082e: Preparing 22:20:01 f1417ff83b31: Preparing 22:20:01 7c399eb73e87: Waiting 22:20:01 c89bf8ec082e: Waiting 22:20:01 f1417ff83b31: Waiting 22:20:01 a2e92061d536: Layer already exists 22:20:01 73826acea1ae: Layer already exists 22:20:01 4a1dd47cf2fc: Layer already exists 22:20:01 3323dbb87495: Layer already exists 22:20:01 0b23548a27c7: Layer already exists 22:20:01 c89bf8ec082e: Layer already exists 22:20:01 7c399eb73e87: Layer already exists 22:20:01 f1417ff83b31: Layer already exists 22:20:01 main: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:01 ===================================================== [Pipeline] echo 22:20:01 taggedImages: 22:20:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 22:20:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.138 22:20:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 22:20:01 [edgeXDocker.push] Tagging docker image core-data with the following tags: 22:20:01 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:01 latest 22:20:01 3.0.0-dev.138 22:20:01 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:01 main 22:20:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:01 + docker push nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 22:20:01 b09185fcbdd4: Preparing 22:20:01 29f957dd9928: Preparing 22:20:01 4a1dd47cf2fc: Preparing 22:20:01 7c399eb73e87: Preparing 22:20:01 50423a6dff3d: Preparing 22:20:01 f1417ff83b31: Preparing 22:20:01 f1417ff83b31: Waiting 22:20:01 4a1dd47cf2fc: Layer already exists 22:20:01 7c399eb73e87: Layer already exists 22:20:01 f1417ff83b31: Layer already exists 22:20:01 b09185fcbdd4: Pushed 22:20:01 50423a6dff3d: Pushed 22:20:03 29f957dd9928: Pushed 22:20:03 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:03 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 22:20:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 22:20:03 b09185fcbdd4: Preparing 22:20:03 29f957dd9928: Preparing 22:20:03 4a1dd47cf2fc: Preparing 22:20:03 7c399eb73e87: Preparing 22:20:03 50423a6dff3d: Preparing 22:20:03 f1417ff83b31: Preparing 22:20:03 f1417ff83b31: Waiting 22:20:03 7c399eb73e87: Layer already exists 22:20:03 29f957dd9928: Layer already exists 22:20:03 4a1dd47cf2fc: Layer already exists 22:20:03 b09185fcbdd4: Layer already exists 22:20:03 50423a6dff3d: Layer already exists 22:20:03 f1417ff83b31: Layer already exists 22:20:03 latest: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:04 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.138 22:20:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 22:20:04 b09185fcbdd4: Preparing 22:20:04 29f957dd9928: Preparing 22:20:04 4a1dd47cf2fc: Preparing 22:20:04 7c399eb73e87: Preparing 22:20:04 50423a6dff3d: Preparing 22:20:04 f1417ff83b31: Preparing 22:20:04 f1417ff83b31: Waiting 22:20:04 4a1dd47cf2fc: Layer already exists 22:20:04 7c399eb73e87: Layer already exists 22:20:04 29f957dd9928: Layer already exists 22:20:04 50423a6dff3d: Layer already exists 22:20:04 b09185fcbdd4: Layer already exists 22:20:04 f1417ff83b31: Layer already exists 22:20:04 3.0.0-dev.138: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:04 + docker push nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 22:20:04 b09185fcbdd4: Preparing 22:20:04 29f957dd9928: Preparing 22:20:04 4a1dd47cf2fc: Preparing 22:20:04 7c399eb73e87: Preparing 22:20:04 50423a6dff3d: Preparing 22:20:04 f1417ff83b31: Preparing 22:20:04 f1417ff83b31: Waiting 22:20:04 50423a6dff3d: Layer already exists 22:20:04 4a1dd47cf2fc: Layer already exists 22:20:04 b09185fcbdd4: Layer already exists 22:20:04 29f957dd9928: Layer already exists 22:20:04 7c399eb73e87: Layer already exists 22:20:04 f1417ff83b31: Layer already exists 22:20:04 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:05 + docker push nexus3.edgexfoundry.org:10004/core-data:main 22:20:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 22:20:05 b09185fcbdd4: Preparing 22:20:05 29f957dd9928: Preparing 22:20:05 4a1dd47cf2fc: Preparing 22:20:05 7c399eb73e87: Preparing 22:20:05 50423a6dff3d: Preparing 22:20:05 f1417ff83b31: Preparing 22:20:05 f1417ff83b31: Waiting 22:20:05 7c399eb73e87: Layer already exists 22:20:05 b09185fcbdd4: Layer already exists 22:20:05 50423a6dff3d: Layer already exists 22:20:05 4a1dd47cf2fc: Layer already exists 22:20:05 29f957dd9928: Layer already exists 22:20:05 f1417ff83b31: Layer already exists 22:20:05 main: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:05 ===================================================== [Pipeline] echo 22:20:05 taggedImages: 22:20:05 - nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:05 - nexus3.edgexfoundry.org:10004/core-data:latest 22:20:05 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.138 22:20:05 - nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:05 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 22:20:05 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 22:20:05 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:05 latest 22:20:05 3.0.0-dev.138 22:20:05 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:05 main 22:20:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 22:20:06 a6b86a736d10: Preparing 22:20:06 b1b4110bfbd8: Preparing 22:20:06 5519c4584395: Preparing 22:20:06 4a1dd47cf2fc: Preparing 22:20:06 7c399eb73e87: Preparing 22:20:06 b23baaeba662: Preparing 22:20:06 f1417ff83b31: Preparing 22:20:06 f1417ff83b31: Waiting 22:20:06 b23baaeba662: Waiting 22:20:06 4a1dd47cf2fc: Layer already exists 22:20:06 7c399eb73e87: Layer already exists 22:20:06 f1417ff83b31: Layer already exists 22:20:06 b23baaeba662: Layer already exists 22:20:06 a6b86a736d10: Pushed 22:20:06 b1b4110bfbd8: Pushed 22:20:07 5519c4584395: Pushed 22:20:07 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 22:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 22:20:08 a6b86a736d10: Preparing 22:20:08 b1b4110bfbd8: Preparing 22:20:08 5519c4584395: Preparing 22:20:08 4a1dd47cf2fc: Preparing 22:20:08 7c399eb73e87: Preparing 22:20:08 b23baaeba662: Preparing 22:20:08 f1417ff83b31: Preparing 22:20:08 f1417ff83b31: Waiting 22:20:08 b23baaeba662: Waiting 22:20:08 5519c4584395: Layer already exists 22:20:08 b1b4110bfbd8: Layer already exists 22:20:08 4a1dd47cf2fc: Layer already exists 22:20:08 7c399eb73e87: Layer already exists 22:20:08 a6b86a736d10: Layer already exists 22:20:08 b23baaeba662: Layer already exists 22:20:08 f1417ff83b31: Layer already exists 22:20:08 latest: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.138 22:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 22:20:09 a6b86a736d10: Preparing 22:20:09 b1b4110bfbd8: Preparing 22:20:09 5519c4584395: Preparing 22:20:09 4a1dd47cf2fc: Preparing 22:20:09 7c399eb73e87: Preparing 22:20:09 b23baaeba662: Preparing 22:20:09 f1417ff83b31: Preparing 22:20:09 f1417ff83b31: Waiting 22:20:09 a6b86a736d10: Layer already exists 22:20:09 4a1dd47cf2fc: Layer already exists 22:20:09 5519c4584395: Layer already exists 22:20:09 7c399eb73e87: Layer already exists 22:20:09 b1b4110bfbd8: Layer already exists 22:20:09 f1417ff83b31: Layer already exists 22:20:09 b23baaeba662: Layer already exists 22:20:09 3.0.0-dev.138: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 22:20:09 a6b86a736d10: Preparing 22:20:09 b1b4110bfbd8: Preparing 22:20:09 5519c4584395: Preparing 22:20:09 4a1dd47cf2fc: Preparing 22:20:09 7c399eb73e87: Preparing 22:20:09 b23baaeba662: Preparing 22:20:09 f1417ff83b31: Preparing 22:20:09 b23baaeba662: Waiting 22:20:09 f1417ff83b31: Waiting 22:20:09 4a1dd47cf2fc: Layer already exists 22:20:09 a6b86a736d10: Layer already exists 22:20:09 b1b4110bfbd8: Layer already exists 22:20:09 5519c4584395: Layer already exists 22:20:09 7c399eb73e87: Layer already exists 22:20:09 b23baaeba662: Layer already exists 22:20:09 f1417ff83b31: Layer already exists 22:20:09 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 22:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 22:20:10 a6b86a736d10: Preparing 22:20:10 b1b4110bfbd8: Preparing 22:20:10 5519c4584395: Preparing 22:20:10 4a1dd47cf2fc: Preparing 22:20:10 7c399eb73e87: Preparing 22:20:10 b23baaeba662: Preparing 22:20:10 f1417ff83b31: Preparing 22:20:10 b23baaeba662: Waiting 22:20:10 5519c4584395: Layer already exists 22:20:10 7c399eb73e87: Layer already exists 22:20:10 b1b4110bfbd8: Layer already exists 22:20:10 4a1dd47cf2fc: Layer already exists 22:20:10 a6b86a736d10: Layer already exists 22:20:10 b23baaeba662: Layer already exists 22:20:10 f1417ff83b31: Layer already exists 22:20:10 main: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:10 ===================================================== [Pipeline] echo 22:20:10 taggedImages: 22:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:latest 22:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.138 22:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:10 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 22:20:10 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 22:20:10 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:10 latest 22:20:10 3.0.0-dev.138 22:20:10 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:10 main 22:20:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 22:20:11 32cee66a11ec: Preparing 22:20:11 32cee66a11ec: Preparing 22:20:11 4c62491700ab: Preparing 22:20:11 4160cbfb55c5: Preparing 22:20:11 f12acc77c70e: Preparing 22:20:11 b3f1c315ccb6: Preparing 22:20:11 d7257d7dc8ea: Preparing 22:20:11 4a1dd47cf2fc: Preparing 22:20:11 7c399eb73e87: Preparing 22:20:11 45cf24c769ee: Preparing 22:20:11 b28d646a543c: Preparing 22:20:11 5a5e2df6dc9e: Preparing 22:20:11 52b313a30284: Preparing 22:20:11 f1417ff83b31: Preparing 22:20:11 7c399eb73e87: Waiting 22:20:11 52b313a30284: Waiting 22:20:11 45cf24c769ee: Waiting 22:20:11 f1417ff83b31: Waiting 22:20:11 b28d646a543c: Waiting 22:20:11 5a5e2df6dc9e: Waiting 22:20:11 4a1dd47cf2fc: Waiting 22:20:11 d7257d7dc8ea: Waiting 22:20:11 b3f1c315ccb6: Pushed 22:20:11 32cee66a11ec: Pushed 22:20:11 4160cbfb55c5: Pushed 22:20:11 4c62491700ab: Pushed 22:20:11 f12acc77c70e: Pushed 22:20:11 4a1dd47cf2fc: Layer already exists 22:20:11 7c399eb73e87: Layer already exists 22:20:11 45cf24c769ee: Pushed 22:20:11 f1417ff83b31: Layer already exists 22:20:11 5a5e2df6dc9e: Pushed 22:20:11 52b313a30284: Pushed 22:20:11 b28d646a543c: Pushed 22:20:12 d7257d7dc8ea: Pushed 22:20:12 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 22:20:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 22:20:13 32cee66a11ec: Preparing 22:20:13 32cee66a11ec: Preparing 22:20:13 4c62491700ab: Preparing 22:20:13 4160cbfb55c5: Preparing 22:20:13 f12acc77c70e: Preparing 22:20:13 b3f1c315ccb6: Preparing 22:20:13 d7257d7dc8ea: Preparing 22:20:13 4a1dd47cf2fc: Preparing 22:20:13 7c399eb73e87: Preparing 22:20:13 45cf24c769ee: Preparing 22:20:13 b28d646a543c: Preparing 22:20:13 5a5e2df6dc9e: Preparing 22:20:13 52b313a30284: Preparing 22:20:13 f1417ff83b31: Preparing 22:20:13 45cf24c769ee: Waiting 22:20:13 f1417ff83b31: Waiting 22:20:13 52b313a30284: Waiting 22:20:13 b28d646a543c: Waiting 22:20:13 d7257d7dc8ea: Waiting 22:20:13 5a5e2df6dc9e: Waiting 22:20:13 4a1dd47cf2fc: Waiting 22:20:13 7c399eb73e87: Waiting 22:20:13 f12acc77c70e: Layer already exists 22:20:13 b3f1c315ccb6: Layer already exists 22:20:13 32cee66a11ec: Layer already exists 22:20:13 4160cbfb55c5: Layer already exists 22:20:13 4c62491700ab: Layer already exists 22:20:13 d7257d7dc8ea: Layer already exists 22:20:13 4a1dd47cf2fc: Layer already exists 22:20:13 45cf24c769ee: Layer already exists 22:20:13 b28d646a543c: Layer already exists 22:20:13 7c399eb73e87: Layer already exists 22:20:13 5a5e2df6dc9e: Layer already exists 22:20:13 52b313a30284: Layer already exists 22:20:13 f1417ff83b31: Layer already exists 22:20:13 latest: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.138 22:20:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 22:20:14 32cee66a11ec: Preparing 22:20:14 32cee66a11ec: Preparing 22:20:14 4c62491700ab: Preparing 22:20:14 4160cbfb55c5: Preparing 22:20:14 f12acc77c70e: Preparing 22:20:14 b3f1c315ccb6: Preparing 22:20:14 d7257d7dc8ea: Preparing 22:20:14 4a1dd47cf2fc: Preparing 22:20:14 7c399eb73e87: Preparing 22:20:14 45cf24c769ee: Preparing 22:20:14 b28d646a543c: Preparing 22:20:14 5a5e2df6dc9e: Preparing 22:20:14 52b313a30284: Preparing 22:20:14 f1417ff83b31: Preparing 22:20:14 45cf24c769ee: Waiting 22:20:14 b28d646a543c: Waiting 22:20:14 5a5e2df6dc9e: Waiting 22:20:14 d7257d7dc8ea: Waiting 22:20:14 f1417ff83b31: Waiting 22:20:14 7c399eb73e87: Waiting 22:20:14 52b313a30284: Waiting 22:20:14 4160cbfb55c5: Layer already exists 22:20:14 b3f1c315ccb6: Layer already exists 22:20:14 f12acc77c70e: Layer already exists 22:20:14 32cee66a11ec: Layer already exists 22:20:14 4c62491700ab: Layer already exists 22:20:14 d7257d7dc8ea: Layer already exists 22:20:14 4a1dd47cf2fc: Layer already exists 22:20:14 7c399eb73e87: Layer already exists 22:20:14 45cf24c769ee: Layer already exists 22:20:14 b28d646a543c: Layer already exists 22:20:14 f1417ff83b31: Layer already exists 22:20:14 52b313a30284: Layer already exists 22:20:14 5a5e2df6dc9e: Layer already exists 22:20:14 3.0.0-dev.138: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 22:20:14 32cee66a11ec: Preparing 22:20:14 32cee66a11ec: Preparing 22:20:14 4c62491700ab: Preparing 22:20:14 4160cbfb55c5: Preparing 22:20:14 f12acc77c70e: Preparing 22:20:14 b3f1c315ccb6: Preparing 22:20:14 d7257d7dc8ea: Preparing 22:20:14 4a1dd47cf2fc: Preparing 22:20:14 7c399eb73e87: Preparing 22:20:14 45cf24c769ee: Preparing 22:20:14 b28d646a543c: Preparing 22:20:14 5a5e2df6dc9e: Preparing 22:20:14 52b313a30284: Preparing 22:20:14 f1417ff83b31: Preparing 22:20:14 7c399eb73e87: Waiting 22:20:14 45cf24c769ee: Waiting 22:20:14 b28d646a543c: Waiting 22:20:14 d7257d7dc8ea: Waiting 22:20:14 4a1dd47cf2fc: Waiting 22:20:14 5a5e2df6dc9e: Waiting 22:20:14 52b313a30284: Waiting 22:20:14 f1417ff83b31: Waiting 22:20:14 4160cbfb55c5: Layer already exists 22:20:14 f12acc77c70e: Layer already exists 22:20:14 32cee66a11ec: Layer already exists 22:20:14 4c62491700ab: Layer already exists 22:20:14 b3f1c315ccb6: Layer already exists 22:20:14 b28d646a543c: Layer already exists 22:20:14 d7257d7dc8ea: Layer already exists 22:20:14 7c399eb73e87: Layer already exists 22:20:14 45cf24c769ee: Layer already exists 22:20:14 4a1dd47cf2fc: Layer already exists 22:20:14 5a5e2df6dc9e: Layer already exists 22:20:14 f1417ff83b31: Layer already exists 22:20:14 52b313a30284: Layer already exists 22:20:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 22:20:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 22:20:15 32cee66a11ec: Preparing 22:20:15 32cee66a11ec: Preparing 22:20:15 4c62491700ab: Preparing 22:20:15 4160cbfb55c5: Preparing 22:20:15 f12acc77c70e: Preparing 22:20:15 b3f1c315ccb6: Preparing 22:20:15 d7257d7dc8ea: Preparing 22:20:15 4a1dd47cf2fc: Preparing 22:20:15 7c399eb73e87: Preparing 22:20:15 45cf24c769ee: Preparing 22:20:15 b28d646a543c: Preparing 22:20:15 5a5e2df6dc9e: Preparing 22:20:15 52b313a30284: Preparing 22:20:15 f1417ff83b31: Preparing 22:20:15 45cf24c769ee: Waiting 22:20:15 52b313a30284: Waiting 22:20:15 b28d646a543c: Waiting 22:20:15 5a5e2df6dc9e: Waiting 22:20:15 d7257d7dc8ea: Waiting 22:20:15 f1417ff83b31: Waiting 22:20:15 4a1dd47cf2fc: Waiting 22:20:15 7c399eb73e87: Waiting 22:20:15 4c62491700ab: Layer already exists 22:20:15 4160cbfb55c5: Layer already exists 22:20:15 b3f1c315ccb6: Layer already exists 22:20:15 32cee66a11ec: Layer already exists 22:20:15 f12acc77c70e: Layer already exists 22:20:15 d7257d7dc8ea: Layer already exists 22:20:15 4a1dd47cf2fc: Layer already exists 22:20:15 45cf24c769ee: Layer already exists 22:20:15 7c399eb73e87: Layer already exists 22:20:15 b28d646a543c: Layer already exists 22:20:15 5a5e2df6dc9e: Layer already exists 22:20:15 52b313a30284: Layer already exists 22:20:15 f1417ff83b31: Layer already exists 22:20:15 main: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:15 ===================================================== [Pipeline] echo 22:20:15 taggedImages: 22:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 22:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.138 22:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 22:20:15 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 22:20:15 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:15 latest 22:20:15 3.0.0-dev.138 22:20:15 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:15 main 22:20:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:15 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 22:20:16 dd75ebd2bc31: Preparing 22:20:16 9af23db1f064: Preparing 22:20:16 e47da5087650: Preparing 22:20:16 23461f5bbc83: Preparing 22:20:16 4a1dd47cf2fc: Preparing 22:20:16 7c399eb73e87: Preparing 22:20:16 c89bf8ec082e: Preparing 22:20:16 f1417ff83b31: Preparing 22:20:16 f1417ff83b31: Waiting 22:20:16 c89bf8ec082e: Waiting 22:20:16 4a1dd47cf2fc: Layer already exists 22:20:16 7c399eb73e87: Layer already exists 22:20:16 c89bf8ec082e: Layer already exists 22:20:16 f1417ff83b31: Layer already exists 22:20:16 e47da5087650: Pushed 22:20:16 dd75ebd2bc31: Pushed 22:20:16 9af23db1f064: Pushed 22:20:17 23461f5bbc83: Pushed 22:20:17 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 22:20:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 22:20:18 dd75ebd2bc31: Preparing 22:20:18 9af23db1f064: Preparing 22:20:18 e47da5087650: Preparing 22:20:18 23461f5bbc83: Preparing 22:20:18 4a1dd47cf2fc: Preparing 22:20:18 7c399eb73e87: Preparing 22:20:18 c89bf8ec082e: Preparing 22:20:18 f1417ff83b31: Preparing 22:20:18 7c399eb73e87: Waiting 22:20:18 c89bf8ec082e: Waiting 22:20:18 dd75ebd2bc31: Layer already exists 22:20:18 9af23db1f064: Layer already exists 22:20:18 23461f5bbc83: Layer already exists 22:20:18 e47da5087650: Layer already exists 22:20:18 4a1dd47cf2fc: Layer already exists 22:20:18 7c399eb73e87: Layer already exists 22:20:18 c89bf8ec082e: Layer already exists 22:20:18 f1417ff83b31: Layer already exists 22:20:18 latest: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.138 22:20:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 22:20:18 dd75ebd2bc31: Preparing 22:20:18 9af23db1f064: Preparing 22:20:18 e47da5087650: Preparing 22:20:18 23461f5bbc83: Preparing 22:20:18 4a1dd47cf2fc: Preparing 22:20:18 7c399eb73e87: Preparing 22:20:18 c89bf8ec082e: Preparing 22:20:18 f1417ff83b31: Preparing 22:20:18 c89bf8ec082e: Waiting 22:20:18 f1417ff83b31: Waiting 22:20:18 7c399eb73e87: Waiting 22:20:18 4a1dd47cf2fc: Layer already exists 22:20:18 dd75ebd2bc31: Layer already exists 22:20:18 e47da5087650: Layer already exists 22:20:18 23461f5bbc83: Layer already exists 22:20:18 9af23db1f064: Layer already exists 22:20:18 f1417ff83b31: Layer already exists 22:20:18 7c399eb73e87: Layer already exists 22:20:18 c89bf8ec082e: Layer already exists 22:20:18 3.0.0-dev.138: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 22:20:19 dd75ebd2bc31: Preparing 22:20:19 9af23db1f064: Preparing 22:20:19 e47da5087650: Preparing 22:20:19 23461f5bbc83: Preparing 22:20:19 4a1dd47cf2fc: Preparing 22:20:19 7c399eb73e87: Preparing 22:20:19 c89bf8ec082e: Preparing 22:20:19 f1417ff83b31: Preparing 22:20:19 7c399eb73e87: Waiting 22:20:19 c89bf8ec082e: Waiting 22:20:19 f1417ff83b31: Waiting 22:20:19 23461f5bbc83: Layer already exists 22:20:19 dd75ebd2bc31: Layer already exists 22:20:19 e47da5087650: Layer already exists 22:20:19 4a1dd47cf2fc: Layer already exists 22:20:19 9af23db1f064: Layer already exists 22:20:19 f1417ff83b31: Layer already exists 22:20:19 c89bf8ec082e: Layer already exists 22:20:19 7c399eb73e87: Layer already exists 22:20:19 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 22:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 22:20:20 dd75ebd2bc31: Preparing 22:20:20 9af23db1f064: Preparing 22:20:20 e47da5087650: Preparing 22:20:20 23461f5bbc83: Preparing 22:20:20 4a1dd47cf2fc: Preparing 22:20:20 7c399eb73e87: Preparing 22:20:20 c89bf8ec082e: Preparing 22:20:20 f1417ff83b31: Preparing 22:20:20 c89bf8ec082e: Waiting 22:20:20 f1417ff83b31: Waiting 22:20:20 7c399eb73e87: Waiting 22:20:20 9af23db1f064: Layer already exists 22:20:20 dd75ebd2bc31: Layer already exists 22:20:20 e47da5087650: Layer already exists 22:20:20 4a1dd47cf2fc: Layer already exists 22:20:20 23461f5bbc83: Layer already exists 22:20:20 c89bf8ec082e: Layer already exists 22:20:20 f1417ff83b31: Layer already exists 22:20:20 7c399eb73e87: Layer already exists 22:20:20 main: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:20 ===================================================== [Pipeline] echo 22:20:20 taggedImages: 22:20:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 22:20:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.138 22:20:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 22:20:20 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 22:20:20 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:20 latest 22:20:20 3.0.0-dev.138 22:20:20 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:20 main 22:20:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 22:20:20 b8724f82c883: Preparing 22:20:20 59c45c24e585: Preparing 22:20:20 094d0e317034: Preparing 22:20:20 6445b2a3a1f2: Preparing 22:20:20 4a1dd47cf2fc: Preparing 22:20:20 7c399eb73e87: Preparing 22:20:20 db965b3ee260: Preparing 22:20:20 0e639557af29: Preparing 22:20:20 f1417ff83b31: Preparing 22:20:20 7c399eb73e87: Waiting 22:20:20 db965b3ee260: Waiting 22:20:20 4a1dd47cf2fc: Layer already exists 22:20:20 7c399eb73e87: Layer already exists 22:20:20 59c45c24e585: Pushed 22:20:20 b8724f82c883: Pushed 22:20:20 6445b2a3a1f2: Pushed 22:20:20 db965b3ee260: Pushed 22:20:20 f1417ff83b31: Layer already exists 22:20:20 0e639557af29: Pushed 22:20:21 094d0e317034: Pushed 22:20:21 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 22:20:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 22:20:22 b8724f82c883: Preparing 22:20:22 59c45c24e585: Preparing 22:20:22 094d0e317034: Preparing 22:20:22 6445b2a3a1f2: Preparing 22:20:22 4a1dd47cf2fc: Preparing 22:20:22 7c399eb73e87: Preparing 22:20:22 db965b3ee260: Preparing 22:20:22 0e639557af29: Preparing 22:20:22 f1417ff83b31: Preparing 22:20:22 db965b3ee260: Waiting 22:20:22 0e639557af29: Waiting 22:20:22 f1417ff83b31: Waiting 22:20:22 7c399eb73e87: Waiting 22:20:22 4a1dd47cf2fc: Layer already exists 22:20:22 b8724f82c883: Layer already exists 22:20:22 6445b2a3a1f2: Layer already exists 22:20:22 094d0e317034: Layer already exists 22:20:22 59c45c24e585: Layer already exists 22:20:22 7c399eb73e87: Layer already exists 22:20:22 db965b3ee260: Layer already exists 22:20:22 f1417ff83b31: Layer already exists 22:20:22 0e639557af29: Layer already exists 22:20:22 latest: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.138 22:20:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 22:20:23 b8724f82c883: Preparing 22:20:23 59c45c24e585: Preparing 22:20:23 094d0e317034: Preparing 22:20:23 6445b2a3a1f2: Preparing 22:20:23 4a1dd47cf2fc: Preparing 22:20:23 7c399eb73e87: Preparing 22:20:23 db965b3ee260: Preparing 22:20:23 0e639557af29: Preparing 22:20:23 f1417ff83b31: Preparing 22:20:23 7c399eb73e87: Waiting 22:20:23 db965b3ee260: Waiting 22:20:23 0e639557af29: Waiting 22:20:23 4a1dd47cf2fc: Layer already exists 22:20:23 6445b2a3a1f2: Layer already exists 22:20:23 59c45c24e585: Layer already exists 22:20:23 b8724f82c883: Layer already exists 22:20:23 094d0e317034: Layer already exists 22:20:23 0e639557af29: Layer already exists 22:20:23 db965b3ee260: Layer already exists 22:20:23 7c399eb73e87: Layer already exists 22:20:23 f1417ff83b31: Layer already exists 22:20:23 3.0.0-dev.138: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:23 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 22:20:23 b8724f82c883: Preparing 22:20:23 59c45c24e585: Preparing 22:20:23 094d0e317034: Preparing 22:20:23 6445b2a3a1f2: Preparing 22:20:23 4a1dd47cf2fc: Preparing 22:20:23 7c399eb73e87: Preparing 22:20:23 db965b3ee260: Preparing 22:20:23 0e639557af29: Preparing 22:20:23 f1417ff83b31: Preparing 22:20:23 7c399eb73e87: Waiting 22:20:23 db965b3ee260: Waiting 22:20:23 0e639557af29: Waiting 22:20:23 f1417ff83b31: Waiting 22:20:23 094d0e317034: Layer already exists 22:20:23 6445b2a3a1f2: Layer already exists 22:20:23 b8724f82c883: Layer already exists 22:20:23 4a1dd47cf2fc: Layer already exists 22:20:23 59c45c24e585: Layer already exists 22:20:23 db965b3ee260: Layer already exists 22:20:23 0e639557af29: Layer already exists 22:20:23 7c399eb73e87: Layer already exists 22:20:23 f1417ff83b31: Layer already exists 22:20:23 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 22:20:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 22:20:24 b8724f82c883: Preparing 22:20:24 59c45c24e585: Preparing 22:20:24 094d0e317034: Preparing 22:20:24 6445b2a3a1f2: Preparing 22:20:24 4a1dd47cf2fc: Preparing 22:20:24 7c399eb73e87: Preparing 22:20:24 db965b3ee260: Preparing 22:20:24 0e639557af29: Preparing 22:20:24 f1417ff83b31: Preparing 22:20:24 7c399eb73e87: Waiting 22:20:24 db965b3ee260: Waiting 22:20:24 f1417ff83b31: Waiting 22:20:24 4a1dd47cf2fc: Layer already exists 22:20:24 b8724f82c883: Layer already exists 22:20:24 6445b2a3a1f2: Layer already exists 22:20:24 59c45c24e585: Layer already exists 22:20:24 094d0e317034: Layer already exists 22:20:24 7c399eb73e87: Layer already exists 22:20:24 0e639557af29: Layer already exists 22:20:24 db965b3ee260: Layer already exists 22:20:24 f1417ff83b31: Layer already exists 22:20:24 main: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:24 ===================================================== [Pipeline] echo 22:20:24 taggedImages: 22:20:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 22:20:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.138 22:20:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 22:20:24 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 22:20:24 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:24 latest 22:20:24 3.0.0-dev.138 22:20:24 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:24 main 22:20:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:24 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 22:20:25 9180ea8c56af: Preparing 22:20:25 da10dd7c6edf: Preparing 22:20:25 991a936ba4ea: Preparing 22:20:25 549820df9bdf: Preparing 22:20:25 08a5a7cf9101: Preparing 22:20:25 96a095becba0: Preparing 22:20:25 8c7f35373ff4: Preparing 22:20:25 4a1dd47cf2fc: Preparing 22:20:25 7c399eb73e87: Preparing 22:20:25 fab60ba09a0f: Preparing 22:20:25 f1417ff83b31: Preparing 22:20:25 96a095becba0: Waiting 22:20:25 fab60ba09a0f: Waiting 22:20:25 8c7f35373ff4: Waiting 22:20:25 4a1dd47cf2fc: Waiting 22:20:25 f1417ff83b31: Waiting 22:20:25 7c399eb73e87: Waiting 22:20:25 9180ea8c56af: Pushed 22:20:25 08a5a7cf9101: Pushed 22:20:25 da10dd7c6edf: Pushed 22:20:25 4a1dd47cf2fc: Layer already exists 22:20:25 7c399eb73e87: Layer already exists 22:20:25 96a095becba0: Pushed 22:20:25 8c7f35373ff4: Pushed 22:20:25 f1417ff83b31: Layer already exists 22:20:25 fab60ba09a0f: Pushed 22:20:26 549820df9bdf: Pushed 22:20:26 991a936ba4ea: Pushed 22:20:26 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 22:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 22:20:27 9180ea8c56af: Preparing 22:20:27 da10dd7c6edf: Preparing 22:20:27 991a936ba4ea: Preparing 22:20:27 549820df9bdf: Preparing 22:20:27 08a5a7cf9101: Preparing 22:20:27 96a095becba0: Preparing 22:20:27 8c7f35373ff4: Preparing 22:20:27 4a1dd47cf2fc: Preparing 22:20:27 7c399eb73e87: Preparing 22:20:27 fab60ba09a0f: Preparing 22:20:27 f1417ff83b31: Preparing 22:20:27 96a095becba0: Waiting 22:20:27 4a1dd47cf2fc: Waiting 22:20:27 fab60ba09a0f: Waiting 22:20:27 7c399eb73e87: Waiting 22:20:27 f1417ff83b31: Waiting 22:20:27 9180ea8c56af: Layer already exists 22:20:27 08a5a7cf9101: Layer already exists 22:20:27 991a936ba4ea: Layer already exists 22:20:27 549820df9bdf: Layer already exists 22:20:27 da10dd7c6edf: Layer already exists 22:20:27 4a1dd47cf2fc: Layer already exists 22:20:27 8c7f35373ff4: Layer already exists 22:20:27 96a095becba0: Layer already exists 22:20:27 7c399eb73e87: Layer already exists 22:20:27 fab60ba09a0f: Layer already exists 22:20:27 f1417ff83b31: Layer already exists 22:20:27 latest: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.138 22:20:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 22:20:28 9180ea8c56af: Preparing 22:20:28 da10dd7c6edf: Preparing 22:20:28 991a936ba4ea: Preparing 22:20:28 549820df9bdf: Preparing 22:20:28 08a5a7cf9101: Preparing 22:20:28 96a095becba0: Preparing 22:20:28 8c7f35373ff4: Preparing 22:20:28 4a1dd47cf2fc: Preparing 22:20:28 7c399eb73e87: Preparing 22:20:28 96a095becba0: Waiting 22:20:28 4a1dd47cf2fc: Waiting 22:20:28 8c7f35373ff4: Waiting 22:20:28 fab60ba09a0f: Preparing 22:20:28 f1417ff83b31: Preparing 22:20:28 7c399eb73e87: Waiting 22:20:28 f1417ff83b31: Waiting 22:20:28 fab60ba09a0f: Waiting 22:20:28 549820df9bdf: Layer already exists 22:20:28 da10dd7c6edf: Layer already exists 22:20:28 08a5a7cf9101: Layer already exists 22:20:28 991a936ba4ea: Layer already exists 22:20:28 9180ea8c56af: Layer already exists 22:20:28 96a095becba0: Layer already exists 22:20:28 8c7f35373ff4: Layer already exists 22:20:28 7c399eb73e87: Layer already exists 22:20:28 fab60ba09a0f: Layer already exists 22:20:28 4a1dd47cf2fc: Layer already exists 22:20:28 f1417ff83b31: Layer already exists 22:20:28 3.0.0-dev.138: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 22:20:28 9180ea8c56af: Preparing 22:20:28 da10dd7c6edf: Preparing 22:20:28 991a936ba4ea: Preparing 22:20:28 549820df9bdf: Preparing 22:20:28 08a5a7cf9101: Preparing 22:20:28 96a095becba0: Preparing 22:20:28 8c7f35373ff4: Preparing 22:20:28 4a1dd47cf2fc: Preparing 22:20:28 7c399eb73e87: Preparing 22:20:28 fab60ba09a0f: Preparing 22:20:28 f1417ff83b31: Preparing 22:20:28 96a095becba0: Waiting 22:20:28 8c7f35373ff4: Waiting 22:20:28 4a1dd47cf2fc: Waiting 22:20:28 7c399eb73e87: Waiting 22:20:28 fab60ba09a0f: Waiting 22:20:28 f1417ff83b31: Waiting 22:20:28 549820df9bdf: Layer already exists 22:20:28 08a5a7cf9101: Layer already exists 22:20:28 da10dd7c6edf: Layer already exists 22:20:28 9180ea8c56af: Layer already exists 22:20:28 991a936ba4ea: Layer already exists 22:20:28 8c7f35373ff4: Layer already exists 22:20:28 7c399eb73e87: Layer already exists 22:20:28 fab60ba09a0f: Layer already exists 22:20:28 4a1dd47cf2fc: Layer already exists 22:20:28 96a095becba0: Layer already exists 22:20:28 f1417ff83b31: Layer already exists 22:20:28 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 22:20:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 22:20:29 9180ea8c56af: Preparing 22:20:29 da10dd7c6edf: Preparing 22:20:29 991a936ba4ea: Preparing 22:20:29 549820df9bdf: Preparing 22:20:29 08a5a7cf9101: Preparing 22:20:29 96a095becba0: Preparing 22:20:29 8c7f35373ff4: Preparing 22:20:29 4a1dd47cf2fc: Preparing 22:20:29 7c399eb73e87: Preparing 22:20:29 fab60ba09a0f: Preparing 22:20:29 f1417ff83b31: Preparing 22:20:29 96a095becba0: Waiting 22:20:29 4a1dd47cf2fc: Waiting 22:20:29 7c399eb73e87: Waiting 22:20:29 fab60ba09a0f: Waiting 22:20:29 f1417ff83b31: Waiting 22:20:29 991a936ba4ea: Layer already exists 22:20:29 549820df9bdf: Layer already exists 22:20:29 08a5a7cf9101: Layer already exists 22:20:29 da10dd7c6edf: Layer already exists 22:20:29 9180ea8c56af: Layer already exists 22:20:29 4a1dd47cf2fc: Layer already exists 22:20:29 8c7f35373ff4: Layer already exists 22:20:29 96a095becba0: Layer already exists 22:20:29 fab60ba09a0f: Layer already exists 22:20:29 7c399eb73e87: Layer already exists 22:20:29 f1417ff83b31: Layer already exists 22:20:29 main: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:29 ===================================================== [Pipeline] echo 22:20:29 taggedImages: 22:20:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 22:20:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.138 22:20:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 22:20:29 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 22:20:29 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:29 latest 22:20:29 3.0.0-dev.138 22:20:29 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:29 main 22:20:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:29 + 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 22:20:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 22:20:29 09298527c8c9: Preparing 22:20:29 1515fde87b0f: Preparing 22:20:29 4a1dd47cf2fc: Preparing 22:20:29 7c399eb73e87: Preparing 22:20:29 452ccbed5ba8: Preparing 22:20:29 f1417ff83b31: Preparing 22:20:29 f1417ff83b31: Waiting 22:20:29 4a1dd47cf2fc: Layer already exists 22:20:29 7c399eb73e87: Layer already exists 22:20:29 f1417ff83b31: Layer already exists 22:20:29 09298527c8c9: Pushed 22:20:30 452ccbed5ba8: Pushed 22:20:32 1515fde87b0f: Pushed 22:20:32 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:32 + 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 22:20:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 22:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 22:20:33 09298527c8c9: Preparing 22:20:33 1515fde87b0f: Preparing 22:20:33 4a1dd47cf2fc: Preparing 22:20:33 7c399eb73e87: Preparing 22:20:33 452ccbed5ba8: Preparing 22:20:33 f1417ff83b31: Preparing 22:20:33 f1417ff83b31: Waiting 22:20:33 4a1dd47cf2fc: Layer already exists 22:20:33 452ccbed5ba8: Layer already exists 22:20:33 7c399eb73e87: Layer already exists 22:20:33 09298527c8c9: Layer already exists 22:20:33 1515fde87b0f: Layer already exists 22:20:33 f1417ff83b31: Layer already exists 22:20:33 latest: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.138 22:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 22:20:33 09298527c8c9: Preparing 22:20:33 1515fde87b0f: Preparing 22:20:33 4a1dd47cf2fc: Preparing 22:20:33 7c399eb73e87: Preparing 22:20:33 452ccbed5ba8: Preparing 22:20:33 f1417ff83b31: Preparing 22:20:33 f1417ff83b31: Waiting 22:20:33 7c399eb73e87: Layer already exists 22:20:33 09298527c8c9: Layer already exists 22:20:33 1515fde87b0f: Layer already exists 22:20:33 4a1dd47cf2fc: Layer already exists 22:20:33 452ccbed5ba8: Layer already exists 22:20:33 f1417ff83b31: Layer already exists 22:20:33 3.0.0-dev.138: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 22:20:34 09298527c8c9: Preparing 22:20:34 1515fde87b0f: Preparing 22:20:34 4a1dd47cf2fc: Preparing 22:20:34 7c399eb73e87: Preparing 22:20:34 452ccbed5ba8: Preparing 22:20:34 f1417ff83b31: Preparing 22:20:34 f1417ff83b31: Waiting 22:20:34 452ccbed5ba8: Layer already exists 22:20:34 4a1dd47cf2fc: Layer already exists 22:20:34 7c399eb73e87: Layer already exists 22:20:34 09298527c8c9: Layer already exists 22:20:34 1515fde87b0f: Layer already exists 22:20:34 f1417ff83b31: Layer already exists 22:20:34 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:34 + 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 22:20:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 22:20:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 22:20:34 09298527c8c9: Preparing 22:20:34 1515fde87b0f: Preparing 22:20:34 4a1dd47cf2fc: Preparing 22:20:34 7c399eb73e87: Preparing 22:20:34 452ccbed5ba8: Preparing 22:20:34 f1417ff83b31: Preparing 22:20:34 f1417ff83b31: Waiting 22:20:34 452ccbed5ba8: Layer already exists 22:20:34 7c399eb73e87: Layer already exists 22:20:34 1515fde87b0f: Layer already exists 22:20:34 4a1dd47cf2fc: Layer already exists 22:20:34 09298527c8c9: Layer already exists 22:20:34 f1417ff83b31: Layer already exists 22:20:34 main: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:34 ===================================================== [Pipeline] echo 22:20:34 taggedImages: 22:20:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 22:20:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.138 22:20:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 22:20:34 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 22:20:34 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:34 latest 22:20:34 3.0.0-dev.138 22:20:34 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:34 main 22:20:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:35 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 22:20:35 5982329cc311: Preparing 22:20:35 33c0ca742c6c: Preparing 22:20:35 d0577c2d216d: Preparing 22:20:35 b6a4a169e781: Preparing 22:20:35 85bbe6c7b714: Preparing 22:20:35 4a1dd47cf2fc: Preparing 22:20:35 7c399eb73e87: Preparing 22:20:35 2b4df32af54c: Preparing 22:20:35 f1417ff83b31: Preparing 22:20:35 4a1dd47cf2fc: Waiting 22:20:35 7c399eb73e87: Waiting 22:20:35 2b4df32af54c: Waiting 22:20:35 f1417ff83b31: Waiting 22:20:35 5982329cc311: Pushed 22:20:35 33c0ca742c6c: Pushed 22:20:35 d0577c2d216d: Pushed 22:20:35 4a1dd47cf2fc: Layer already exists 22:20:35 7c399eb73e87: Layer already exists 22:20:35 f1417ff83b31: Layer already exists 22:20:36 2b4df32af54c: Pushed 22:20:41 85bbe6c7b714: Pushed 22:20:43 b6a4a169e781: Pushed 22:20:43 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 22:20:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 22:20:43 5982329cc311: Preparing 22:20:43 33c0ca742c6c: Preparing 22:20:43 d0577c2d216d: Preparing 22:20:43 b6a4a169e781: Preparing 22:20:43 85bbe6c7b714: Preparing 22:20:43 4a1dd47cf2fc: Preparing 22:20:43 7c399eb73e87: Preparing 22:20:43 2b4df32af54c: Preparing 22:20:43 f1417ff83b31: Preparing 22:20:43 4a1dd47cf2fc: Waiting 22:20:43 7c399eb73e87: Waiting 22:20:43 2b4df32af54c: Waiting 22:20:43 f1417ff83b31: Waiting 22:20:43 33c0ca742c6c: Layer already exists 22:20:43 85bbe6c7b714: Layer already exists 22:20:43 d0577c2d216d: Layer already exists 22:20:43 b6a4a169e781: Layer already exists 22:20:43 5982329cc311: Layer already exists 22:20:43 4a1dd47cf2fc: Layer already exists 22:20:43 7c399eb73e87: Layer already exists 22:20:43 2b4df32af54c: Layer already exists 22:20:43 f1417ff83b31: Layer already exists 22:20:43 latest: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.138 22:20:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 22:20:44 5982329cc311: Preparing 22:20:44 33c0ca742c6c: Preparing 22:20:44 d0577c2d216d: Preparing 22:20:44 b6a4a169e781: Preparing 22:20:44 85bbe6c7b714: Preparing 22:20:44 4a1dd47cf2fc: Preparing 22:20:44 7c399eb73e87: Preparing 22:20:44 2b4df32af54c: Preparing 22:20:44 f1417ff83b31: Preparing 22:20:44 4a1dd47cf2fc: Waiting 22:20:44 2b4df32af54c: Waiting 22:20:44 7c399eb73e87: Waiting 22:20:44 f1417ff83b31: Waiting 22:20:44 33c0ca742c6c: Layer already exists 22:20:44 b6a4a169e781: Layer already exists 22:20:44 85bbe6c7b714: Layer already exists 22:20:44 5982329cc311: Layer already exists 22:20:44 d0577c2d216d: Layer already exists 22:20:44 4a1dd47cf2fc: Layer already exists 22:20:44 7c399eb73e87: Layer already exists 22:20:44 2b4df32af54c: Layer already exists 22:20:44 f1417ff83b31: Layer already exists 22:20:44 3.0.0-dev.138: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 22:20:45 5982329cc311: Preparing 22:20:45 33c0ca742c6c: Preparing 22:20:45 d0577c2d216d: Preparing 22:20:45 b6a4a169e781: Preparing 22:20:45 85bbe6c7b714: Preparing 22:20:45 4a1dd47cf2fc: Preparing 22:20:45 7c399eb73e87: Preparing 22:20:45 2b4df32af54c: Preparing 22:20:45 f1417ff83b31: Preparing 22:20:45 4a1dd47cf2fc: Waiting 22:20:45 7c399eb73e87: Waiting 22:20:45 2b4df32af54c: Waiting 22:20:45 f1417ff83b31: Waiting 22:20:45 d0577c2d216d: Layer already exists 22:20:45 5982329cc311: Layer already exists 22:20:45 85bbe6c7b714: Layer already exists 22:20:45 b6a4a169e781: Layer already exists 22:20:45 33c0ca742c6c: Layer already exists 22:20:45 4a1dd47cf2fc: Layer already exists 22:20:45 7c399eb73e87: Layer already exists 22:20:45 f1417ff83b31: Layer already exists 22:20:45 2b4df32af54c: Layer already exists 22:20:45 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 22:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 22:20:46 5982329cc311: Preparing 22:20:46 33c0ca742c6c: Preparing 22:20:46 d0577c2d216d: Preparing 22:20:46 b6a4a169e781: Preparing 22:20:46 85bbe6c7b714: Preparing 22:20:46 4a1dd47cf2fc: Preparing 22:20:46 7c399eb73e87: Preparing 22:20:46 2b4df32af54c: Preparing 22:20:46 f1417ff83b31: Preparing 22:20:46 4a1dd47cf2fc: Waiting 22:20:46 f1417ff83b31: Waiting 22:20:46 2b4df32af54c: Waiting 22:20:46 7c399eb73e87: Waiting 22:20:46 85bbe6c7b714: Layer already exists 22:20:46 b6a4a169e781: Layer already exists 22:20:46 d0577c2d216d: Layer already exists 22:20:46 5982329cc311: Layer already exists 22:20:46 33c0ca742c6c: Layer already exists 22:20:46 2b4df32af54c: Layer already exists 22:20:46 f1417ff83b31: Layer already exists 22:20:46 4a1dd47cf2fc: Layer already exists 22:20:46 7c399eb73e87: Layer already exists 22:20:46 main: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:46 ===================================================== [Pipeline] echo 22:20:46 taggedImages: 22:20:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 22:20:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.138 22:20:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 22:20:46 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 22:20:46 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:46 latest 22:20:46 3.0.0-dev.138 22:20:46 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:46 main 22:20:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:46 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 22:20:46 c052d578797a: Preparing 22:20:46 9ae15c9065b1: Preparing 22:20:46 f80ecce72b64: Preparing 22:20:46 b8c12accb163: Preparing 22:20:46 4a1dd47cf2fc: Preparing 22:20:46 7c399eb73e87: Preparing 22:20:46 eec9cb13c400: Preparing 22:20:46 f1417ff83b31: Preparing 22:20:46 7c399eb73e87: Waiting 22:20:46 eec9cb13c400: Waiting 22:20:46 f1417ff83b31: Waiting 22:20:46 4a1dd47cf2fc: Layer already exists 22:20:46 7c399eb73e87: Layer already exists 22:20:46 c052d578797a: Pushed 22:20:46 f80ecce72b64: Pushed 22:20:46 9ae15c9065b1: Pushed 22:20:46 f1417ff83b31: Layer already exists 22:20:47 eec9cb13c400: Pushed 22:20:55 b8c12accb163: Pushed 22:20:55 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 22:20:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 22:20:55 c052d578797a: Preparing 22:20:55 9ae15c9065b1: Preparing 22:20:55 f80ecce72b64: Preparing 22:20:55 b8c12accb163: Preparing 22:20:55 4a1dd47cf2fc: Preparing 22:20:55 7c399eb73e87: Preparing 22:20:55 eec9cb13c400: Preparing 22:20:55 f1417ff83b31: Preparing 22:20:55 7c399eb73e87: Waiting 22:20:55 eec9cb13c400: Waiting 22:20:55 f1417ff83b31: Waiting 22:20:55 4a1dd47cf2fc: Layer already exists 22:20:55 b8c12accb163: Layer already exists 22:20:55 f80ecce72b64: Layer already exists 22:20:55 9ae15c9065b1: Layer already exists 22:20:55 c052d578797a: Layer already exists 22:20:55 7c399eb73e87: Layer already exists 22:20:55 eec9cb13c400: Layer already exists 22:20:55 f1417ff83b31: Layer already exists 22:20:55 latest: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.138 22:20:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 22:20:56 c052d578797a: Preparing 22:20:56 9ae15c9065b1: Preparing 22:20:56 f80ecce72b64: Preparing 22:20:56 b8c12accb163: Preparing 22:20:56 4a1dd47cf2fc: Preparing 22:20:56 7c399eb73e87: Preparing 22:20:56 eec9cb13c400: Preparing 22:20:56 f1417ff83b31: Preparing 22:20:56 eec9cb13c400: Waiting 22:20:56 7c399eb73e87: Waiting 22:20:56 f1417ff83b31: Waiting 22:20:56 c052d578797a: Layer already exists 22:20:56 f80ecce72b64: Layer already exists 22:20:56 4a1dd47cf2fc: Layer already exists 22:20:56 9ae15c9065b1: Layer already exists 22:20:56 b8c12accb163: Layer already exists 22:20:56 7c399eb73e87: Layer already exists 22:20:56 eec9cb13c400: Layer already exists 22:20:56 f1417ff83b31: Layer already exists 22:20:56 3.0.0-dev.138: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 22:20:57 c052d578797a: Preparing 22:20:57 9ae15c9065b1: Preparing 22:20:57 f80ecce72b64: Preparing 22:20:57 b8c12accb163: Preparing 22:20:57 4a1dd47cf2fc: Preparing 22:20:57 7c399eb73e87: Preparing 22:20:57 eec9cb13c400: Preparing 22:20:57 f1417ff83b31: Preparing 22:20:57 7c399eb73e87: Waiting 22:20:57 eec9cb13c400: Waiting 22:20:57 4a1dd47cf2fc: Layer already exists 22:20:57 9ae15c9065b1: Layer already exists 22:20:57 f80ecce72b64: Layer already exists 22:20:57 b8c12accb163: Layer already exists 22:20:57 c052d578797a: Layer already exists 22:20:57 f1417ff83b31: Layer already exists 22:20:57 7c399eb73e87: Layer already exists 22:20:57 eec9cb13c400: Layer already exists 22:20:57 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 22:20:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 22:20:57 c052d578797a: Preparing 22:20:57 9ae15c9065b1: Preparing 22:20:57 f80ecce72b64: Preparing 22:20:57 b8c12accb163: Preparing 22:20:57 4a1dd47cf2fc: Preparing 22:20:57 7c399eb73e87: Preparing 22:20:57 eec9cb13c400: Preparing 22:20:57 f1417ff83b31: Preparing 22:20:57 f1417ff83b31: Waiting 22:20:57 eec9cb13c400: Waiting 22:20:57 7c399eb73e87: Waiting 22:20:57 b8c12accb163: Layer already exists 22:20:57 4a1dd47cf2fc: Layer already exists 22:20:57 9ae15c9065b1: Layer already exists 22:20:57 c052d578797a: Layer already exists 22:20:57 f80ecce72b64: Layer already exists 22:20:57 eec9cb13c400: Layer already exists 22:20:57 7c399eb73e87: Layer already exists 22:20:57 f1417ff83b31: Layer already exists 22:20:57 main: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:20:57 ===================================================== [Pipeline] echo 22:20:57 taggedImages: 22:20:57 - nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:57 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 22:20:57 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.138 22:20:57 - nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:57 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 22:20:57 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 22:20:57 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:57 latest 22:20:57 3.0.0-dev.138 22:20:57 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:20:57 main 22:20:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:20:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 22:20:58 1f1d7f819372: Preparing 22:20:58 40ef0f14f0eb: Preparing 22:20:58 39738aeae541: Preparing 22:20:58 2728d90f40bf: Preparing 22:20:58 4a1dd47cf2fc: Preparing 22:20:58 7c399eb73e87: Preparing 22:20:58 2b4df32af54c: Preparing 22:20:58 f1417ff83b31: Preparing 22:20:58 2b4df32af54c: Waiting 22:20:58 f1417ff83b31: Waiting 22:20:58 4a1dd47cf2fc: Layer already exists 22:20:58 7c399eb73e87: Layer already exists 22:20:58 2b4df32af54c: Layer already exists 22:20:58 f1417ff83b31: Layer already exists 22:20:58 1f1d7f819372: Pushed 22:20:58 40ef0f14f0eb: Pushed 22:20:58 39738aeae541: Pushed 22:21:06 2728d90f40bf: Pushed 22:21:06 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 22:21:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 22:21:07 1f1d7f819372: Preparing 22:21:07 40ef0f14f0eb: Preparing 22:21:07 39738aeae541: Preparing 22:21:07 2728d90f40bf: Preparing 22:21:07 4a1dd47cf2fc: Preparing 22:21:07 7c399eb73e87: Preparing 22:21:07 2b4df32af54c: Preparing 22:21:07 f1417ff83b31: Preparing 22:21:07 7c399eb73e87: Waiting 22:21:07 2b4df32af54c: Waiting 22:21:07 1f1d7f819372: Layer already exists 22:21:07 39738aeae541: Layer already exists 22:21:07 40ef0f14f0eb: Layer already exists 22:21:07 2728d90f40bf: Layer already exists 22:21:07 4a1dd47cf2fc: Layer already exists 22:21:07 2b4df32af54c: Layer already exists 22:21:07 7c399eb73e87: Layer already exists 22:21:07 f1417ff83b31: Layer already exists 22:21:07 latest: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.138 22:21:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 22:21:07 1f1d7f819372: Preparing 22:21:07 40ef0f14f0eb: Preparing 22:21:07 39738aeae541: Preparing 22:21:07 2728d90f40bf: Preparing 22:21:07 4a1dd47cf2fc: Preparing 22:21:07 7c399eb73e87: Preparing 22:21:07 2b4df32af54c: Preparing 22:21:07 f1417ff83b31: Preparing 22:21:07 2b4df32af54c: Waiting 22:21:07 7c399eb73e87: Waiting 22:21:07 f1417ff83b31: Waiting 22:21:07 40ef0f14f0eb: Layer already exists 22:21:07 39738aeae541: Layer already exists 22:21:07 4a1dd47cf2fc: Layer already exists 22:21:07 2728d90f40bf: Layer already exists 22:21:07 1f1d7f819372: Layer already exists 22:21:07 7c399eb73e87: Layer already exists 22:21:07 2b4df32af54c: Layer already exists 22:21:07 f1417ff83b31: Layer already exists 22:21:07 3.0.0-dev.138: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:21:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 22:21:08 1f1d7f819372: Preparing 22:21:08 40ef0f14f0eb: Preparing 22:21:08 39738aeae541: Preparing 22:21:08 2728d90f40bf: Preparing 22:21:08 4a1dd47cf2fc: Preparing 22:21:08 7c399eb73e87: Preparing 22:21:08 2b4df32af54c: Preparing 22:21:08 f1417ff83b31: Preparing 22:21:08 7c399eb73e87: Waiting 22:21:08 2b4df32af54c: Waiting 22:21:08 f1417ff83b31: Waiting 22:21:08 39738aeae541: Layer already exists 22:21:08 1f1d7f819372: Layer already exists 22:21:08 2728d90f40bf: Layer already exists 22:21:08 4a1dd47cf2fc: Layer already exists 22:21:08 40ef0f14f0eb: Layer already exists 22:21:08 7c399eb73e87: Layer already exists 22:21:08 2b4df32af54c: Layer already exists 22:21:08 f1417ff83b31: Layer already exists 22:21:08 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:08 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 22:21:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 22:21:08 1f1d7f819372: Preparing 22:21:08 40ef0f14f0eb: Preparing 22:21:08 39738aeae541: Preparing 22:21:08 2728d90f40bf: Preparing 22:21:08 4a1dd47cf2fc: Preparing 22:21:08 7c399eb73e87: Preparing 22:21:08 2b4df32af54c: Preparing 22:21:08 f1417ff83b31: Preparing 22:21:08 7c399eb73e87: Waiting 22:21:08 2b4df32af54c: Waiting 22:21:08 f1417ff83b31: Waiting 22:21:08 2728d90f40bf: Layer already exists 22:21:08 4a1dd47cf2fc: Layer already exists 22:21:08 1f1d7f819372: Layer already exists 22:21:08 40ef0f14f0eb: Layer already exists 22:21:08 39738aeae541: Layer already exists 22:21:08 7c399eb73e87: Layer already exists 22:21:08 2b4df32af54c: Layer already exists 22:21:08 f1417ff83b31: Layer already exists 22:21:08 main: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:21:08 ===================================================== [Pipeline] echo 22:21:08 taggedImages: 22:21:08 - nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:21:08 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 22:21:08 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.138 22:21:08 - nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:21:08 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 22:21:08 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 22:21:08 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:21:08 latest 22:21:08 3.0.0-dev.138 22:21:08 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:21:08 main 22:21:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:21:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 22:21:09 c27d70c29930: Preparing 22:21:09 2e65f2417940: Preparing 22:21:09 4a1dd47cf2fc: Preparing 22:21:09 7c399eb73e87: Preparing 22:21:09 259108c9e491: Preparing 22:21:09 f1417ff83b31: Preparing 22:21:09 f1417ff83b31: Waiting 22:21:09 7c399eb73e87: Layer already exists 22:21:09 4a1dd47cf2fc: Layer already exists 22:21:09 f1417ff83b31: Layer already exists 22:21:09 c27d70c29930: Pushed 22:21:09 259108c9e491: Pushed 22:21:12 2e65f2417940: Pushed 22:21:12 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 22:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 22:21:12 c27d70c29930: Preparing 22:21:12 2e65f2417940: Preparing 22:21:12 4a1dd47cf2fc: Preparing 22:21:12 7c399eb73e87: Preparing 22:21:12 259108c9e491: Preparing 22:21:12 f1417ff83b31: Preparing 22:21:12 f1417ff83b31: Waiting 22:21:12 259108c9e491: Layer already exists 22:21:12 2e65f2417940: Layer already exists 22:21:12 7c399eb73e87: Layer already exists 22:21:12 4a1dd47cf2fc: Layer already exists 22:21:12 c27d70c29930: Layer already exists 22:21:12 f1417ff83b31: Layer already exists 22:21:12 latest: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.138 22:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 22:21:13 c27d70c29930: Preparing 22:21:13 2e65f2417940: Preparing 22:21:13 4a1dd47cf2fc: Preparing 22:21:13 7c399eb73e87: Preparing 22:21:13 259108c9e491: Preparing 22:21:13 f1417ff83b31: Preparing 22:21:13 f1417ff83b31: Waiting 22:21:13 259108c9e491: Layer already exists 22:21:13 c27d70c29930: Layer already exists 22:21:13 2e65f2417940: Layer already exists 22:21:13 4a1dd47cf2fc: Layer already exists 22:21:13 7c399eb73e87: Layer already exists 22:21:13 f1417ff83b31: Layer already exists 22:21:13 3.0.0-dev.138: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 22:21:13 c27d70c29930: Preparing 22:21:13 2e65f2417940: Preparing 22:21:13 4a1dd47cf2fc: Preparing 22:21:13 7c399eb73e87: Preparing 22:21:13 259108c9e491: Preparing 22:21:13 f1417ff83b31: Preparing 22:21:13 f1417ff83b31: Waiting 22:21:13 259108c9e491: Layer already exists 22:21:13 4a1dd47cf2fc: Layer already exists 22:21:13 7c399eb73e87: Layer already exists 22:21:13 c27d70c29930: Layer already exists 22:21:13 2e65f2417940: Layer already exists 22:21:13 f1417ff83b31: Layer already exists 22:21:13 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:14 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 22:21:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 22:21:14 c27d70c29930: Preparing 22:21:14 2e65f2417940: Preparing 22:21:14 4a1dd47cf2fc: Preparing 22:21:14 7c399eb73e87: Preparing 22:21:14 259108c9e491: Preparing 22:21:14 f1417ff83b31: Preparing 22:21:14 f1417ff83b31: Waiting 22:21:14 2e65f2417940: Layer already exists 22:21:14 259108c9e491: Layer already exists 22:21:14 7c399eb73e87: Layer already exists 22:21:14 4a1dd47cf2fc: Layer already exists 22:21:14 c27d70c29930: Layer already exists 22:21:14 f1417ff83b31: Layer already exists 22:21:14 main: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:21:14 ===================================================== [Pipeline] echo 22:21:14 taggedImages: 22:21:14 - nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:21:14 - nexus3.edgexfoundry.org:10004/support-notifications:latest 22:21:14 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.138 22:21:14 - nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:21:14 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 22:21:14 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 22:21:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:21:14 latest 22:21:14 3.0.0-dev.138 22:21:14 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:21:14 main 22:21:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:21:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 22:21:15 7672fbf64095: Preparing 22:21:15 95f6aff6430c: Preparing 22:21:15 4a1dd47cf2fc: Preparing 22:21:15 7c399eb73e87: Preparing 22:21:15 b23baaeba662: Preparing 22:21:15 f1417ff83b31: Preparing 22:21:15 f1417ff83b31: Waiting 22:21:15 7c399eb73e87: Layer already exists 22:21:15 b23baaeba662: Layer already exists 22:21:15 4a1dd47cf2fc: Layer already exists 22:21:15 f1417ff83b31: Layer already exists 22:21:15 7672fbf64095: Pushed 22:21:17 95f6aff6430c: Pushed 22:21:18 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:18 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 22:21:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 22:21:18 7672fbf64095: Preparing 22:21:18 95f6aff6430c: Preparing 22:21:18 4a1dd47cf2fc: Preparing 22:21:18 7c399eb73e87: Preparing 22:21:18 b23baaeba662: Preparing 22:21:18 f1417ff83b31: Preparing 22:21:18 f1417ff83b31: Waiting 22:21:18 4a1dd47cf2fc: Layer already exists 22:21:18 7672fbf64095: Layer already exists 22:21:18 b23baaeba662: Layer already exists 22:21:18 95f6aff6430c: Layer already exists 22:21:18 7c399eb73e87: Layer already exists 22:21:18 f1417ff83b31: Layer already exists 22:21:18 latest: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.138 22:21:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 22:21:19 7672fbf64095: Preparing 22:21:19 95f6aff6430c: Preparing 22:21:19 4a1dd47cf2fc: Preparing 22:21:19 7c399eb73e87: Preparing 22:21:19 b23baaeba662: Preparing 22:21:19 f1417ff83b31: Preparing 22:21:19 95f6aff6430c: Layer already exists 22:21:19 7c399eb73e87: Layer already exists 22:21:19 7672fbf64095: Layer already exists 22:21:19 b23baaeba662: Layer already exists 22:21:19 4a1dd47cf2fc: Layer already exists 22:21:19 f1417ff83b31: Layer already exists 22:21:19 3.0.0-dev.138: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:21:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 22:21:19 7672fbf64095: Preparing 22:21:19 95f6aff6430c: Preparing 22:21:19 4a1dd47cf2fc: Preparing 22:21:19 7c399eb73e87: Preparing 22:21:19 b23baaeba662: Preparing 22:21:19 f1417ff83b31: Preparing 22:21:19 f1417ff83b31: Waiting 22:21:19 7c399eb73e87: Layer already exists 22:21:19 95f6aff6430c: Layer already exists 22:21:19 4a1dd47cf2fc: Layer already exists 22:21:19 7672fbf64095: Layer already exists 22:21:19 b23baaeba662: Layer already exists 22:21:19 f1417ff83b31: Layer already exists 22:21:19 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 22:21:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 22:21:20 7672fbf64095: Preparing 22:21:20 95f6aff6430c: Preparing 22:21:20 4a1dd47cf2fc: Preparing 22:21:20 7c399eb73e87: Preparing 22:21:20 b23baaeba662: Preparing 22:21:20 f1417ff83b31: Preparing 22:21:20 f1417ff83b31: Waiting 22:21:20 4a1dd47cf2fc: Layer already exists 22:21:20 b23baaeba662: Layer already exists 22:21:20 7c399eb73e87: Layer already exists 22:21:20 7672fbf64095: Layer already exists 22:21:20 95f6aff6430c: Layer already exists 22:21:20 f1417ff83b31: Layer already exists 22:21:20 main: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:21:20 ===================================================== [Pipeline] echo 22:21:20 taggedImages: 22:21:20 - nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:21:20 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 22:21:20 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.138 22:21:20 - nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:21:20 - 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] } 22:21:29 Removing intermediate container a749f98dd0eb 22:21:29 ---> 9aeb994554c8 22:21:29 Step 7/27 : COPY . . 22:21:29 Removing intermediate container 901a029564b5 22:21:29 ---> 0a9235d2d9f3 22:21:29 Step 7/27 : COPY . . 22:21:29 Removing intermediate container 0767c62d838d 22:21:29 ---> 2695113d4af1 22:21:29 Step 8/23 : COPY . . 22:21:29 Removing intermediate container 4efa005d5367 22:21:29 ---> b53b9ac2bb8d 22:21:29 Step 7/25 : COPY . . 22:21:29 Removing intermediate container cd846b119824 22:21:29 ---> 25fd009c6525 22:21:29 Step 7/22 : COPY . . 22:21:29 ---> b33417265bc5 22:21:29 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 22:21:29 ---> Running in 3bcfa87924d7 22:21:29 Removing intermediate container 3bcfa87924d7 22:21:29 ---> 4255e1623b5d 22:21:29 Step 9/27 : WORKDIR /edgex-go/spire-build 22:21:29 ---> Running in f07938556298 22:21:29 Removing intermediate container f07938556298 22:21:29 ---> a3bfb82b1bbf 22:21:29 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 22:21:29 ---> 2d1038851d10 22:21:29 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 22:21:29 ---> Running in 38ee5d054d68 22:21:29 ---> Running in a274edac8289 22:21:29 ---> 7124930cacf9 22:21:29 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:21:29 ---> e4934b9becc5 22:21:29 Step 8/22 : RUN make cmd/secrets-config/secrets-config 22:21:29 ---> 3f38af7a94ab 22:21:29 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 22:21:29 ---> Running in 557f51b4fa35 22:21:29 ---> Running in 0b1f7bd91bf7 22:21:30 ---> Running in d687e941e515 22:21:30 Removing intermediate container 38ee5d054d68 22:21:30 ---> 3bf672b1a8fd 22:21:30 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 22:21:30 Removing intermediate container a274edac8289 22:21:30 ---> 5267d9da4e1a 22:21:30 Step 9/27 : WORKDIR /edgex-go/spire-build 22:21:30 ---> Running in f78fdcc078eb 22:21:30 ---> Running in 64f4c79a8d1a 22:21:31 Removing intermediate container f78fdcc078eb 22:21:31 ---> 65226bd8b0d3 22:21:31 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 22:21:31 ---> Running in 14242bc4c7eb 22:21:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:21:32 Removing intermediate container 14242bc4c7eb 22:21:32 ---> 0218527a0bdf 22:21:32 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 22:21:32 ---> Running in 9a137c058c37 22:21:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 22:21:33 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:21:34 Removing intermediate container 64f4c79a8d1a 22:21:34 ---> d3285078dd38 22:21:34 Step 12/27 : WORKDIR /edgex-go 22:21:34 ---> Running in 78b0892c81c2 22:21:35 Removing intermediate container 78b0892c81c2 22:21:35 ---> c440d9c63383 22:21:35 22:21:35 Step 13/27 : FROM alpine:3.17 22:21:35 3.17: Pulling from library/alpine 22:21:36 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 22:21:36 Status: Downloaded newer image for alpine:3.17 22:21:36 ---> 51e60588ff2c 22:21:36 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:21:36 ---> Running in 0949da439a1c 22:21:36 Removing intermediate container 9a137c058c37 22:21:36 ---> e1b6793041c1 22:21:36 Step 12/27 : WORKDIR /edgex-go 22:21:37 Removing intermediate container 0949da439a1c 22:21:37 ---> 7ebb70115ef8 22:21:37 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 22:21:37 ---> Running in 5b44ae029d26 22:21:37 ---> Running in d22d750cdf7c 22:21:38 Removing intermediate container 5b44ae029d26 22:21:38 ---> 800e09b7c3a2 22:21:38 22:21:38 Step 13/27 : FROM alpine:3.17 22:21:38 ---> 51e60588ff2c 22:21:38 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:21:38 ---> Using cache 22:21:38 ---> 7ebb70115ef8 22:21:38 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:21:38 ---> Running in 01edf7756bf4 22:21:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:21:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:21:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:21:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:21:43 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:21:43 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:21:43 OK: 17691 distinct packages available 22:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:21:43 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:21:43 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:21:43 OK: 17691 distinct packages available 22:21:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:21:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:21:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:21:46 (1/4) Installing dumb-init (1.2.5-r2) 22:21:46 (2/4) Installing musl-obstack (1.2.3-r0) 22:21:46 (3/4) Installing libucontext (1.2-r0) 22:21:46 (4/4) Installing gcompat (1.1.0-r0) 22:21:46 Executing busybox-1.35.0-r29.trigger 22:21:46 OK: 8 MiB in 19 packages 22:21:47 (1/5) Installing dumb-init (1.2.5-r2) 22:21:47 (2/5) Installing musl-obstack (1.2.3-r0) 22:21:47 (3/5) Installing libucontext (1.2-r0) 22:21:47 (4/5) Installing gcompat (1.1.0-r0) 22:21:47 (5/5) Installing openssl (3.0.8-r4) 22:21:47 Executing busybox-1.35.0-r29.trigger 22:21:47 OK: 9 MiB in 20 packages 22:21:49 Removing intermediate container d22d750cdf7c 22:21:49 ---> ae4f11c13dcd 22:21:49 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:49 Removing intermediate container 01edf7756bf4 22:21:49 ---> b3644ba1e09b 22:21:49 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:50 ---> 8990aa0c78ca 22:21:50 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 22:21:51 ---> 6d66f6e7a4d4 22:21:51 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 22:21:52 ---> 5e6fa119781b 22:21:52 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:21:52 ---> 348fcbc11d94 22:21:52 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 22:22:01 ---> 810b4b597345 22:22:01 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:22:02 ---> 873139565f3b 22:22:02 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 22:22:06 ---> c77fa63e7a67 22:22:06 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 22:22:06 ---> Running in 9748c6ec56cd 22:22:07 Removing intermediate container 9748c6ec56cd 22:22:07 ---> 082432d32c11 22:22:07 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 22:22:09 ---> 8bac784ce3c2 22:22:09 Step 22/27 : WORKDIR / 22:22:09 ---> Running in 9a6aac27f106 22:22:09 ---> 53e47a923e2f 22:22:09 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 22:22:09 Removing intermediate container 9a6aac27f106 22:22:09 ---> cfbb13da501a 22:22:09 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:22:09 ---> Running in 3ed2b1f9d26a 22:22:10 ---> 48a3e0123fb6 22:22:10 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 22:22:10 Removing intermediate container 3ed2b1f9d26a 22:22:10 ---> ed3d2dc6ee15 22:22:10 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:22:10 ---> Running in bead8fea20cc 22:22:11 Removing intermediate container bead8fea20cc 22:22:11 ---> b26e165d97dc 22:22:11 Step 25/27 : LABEL arch=arm64 22:22:11 ---> Running in c596de77cad7 22:22:12 ---> 2867e8958b92 22:22:12 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 22:22:12 Removing intermediate container c596de77cad7 22:22:12 ---> f1b4da667134 22:22:12 Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:22:12 ---> Running in e3e61834c8fa 22:22:13 ---> a8977b6612b5 22:22:13 Removing intermediate container e3e61834c8fa 22:22:13 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:22:13 ---> d22ab546fe63 22:22:13 Step 27/27 : LABEL version=3.0.0-dev.138 22:22:13 ---> Running in 5a61767fd06e 22:22:13 ---> Running in 12ff7607f8a0 22:22:14 Removing intermediate container 12ff7607f8a0 22:22:14 Removing intermediate container 5a61767fd06e 22:22:14 ---> 24b0719670a9 22:22:14 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:22:14 ---> 5b569d347c95 22:22:14 22:22:14 ---> Running in 976ba1991c2b 22:22:14 Successfully built 5b569d347c95 22:22:14 Successfully tagged security-spire-config-arm64:latest 22:22:14  Building security-spire-config ... done Building core-data 22:22:15 Removing intermediate container 976ba1991c2b 22:22:15 ---> d02e3b005cbc 22:22:15 Step 25/27 : LABEL arch=arm64 22:22:15 ---> Running in 3ce31a0d44f8 22:22:16 Removing intermediate container 3ce31a0d44f8 22:22:16 ---> 34550d308c4e 22:22:16 Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:22:16 ---> Running in 25701ed1d626 22:22:19 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:22:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:22:19 ---> 4067389d2566 22:22:19 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:22:19 ---> Using cache 22:22:19 ---> dd66e29f6329 22:22:19 Step 4/23 : WORKDIR /edgex-go 22:22:19 ---> Using cache 22:22:19 ---> 91219c9e14e1 22:22:19 Step 5/23 : RUN apk add --update --no-cache make git 22:22:19 ---> Using cache 22:22:19 ---> baa7c0bf57cc 22:22:19 Step 6/23 : COPY go.mod vendor* ./ 22:22:19 ---> Using cache 22:22:19 ---> c9259681cb8f 22:22:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:22:19 ---> Using cache 22:22:19 ---> 2695113d4af1 22:22:19 Step 8/23 : COPY . . 22:22:19 ---> Using cache 22:22:19 ---> 3f38af7a94ab 22:22:19 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 22:22:19 Removing intermediate container 25701ed1d626 22:22:19 ---> d7ee877cbd9a 22:22:19 Step 27/27 : LABEL version=3.0.0-dev.138 22:22:19 ---> Running in b0fca1e4f00e 22:22:20 ---> Running in 56bd8c3ada50 22:22:21 Removing intermediate container 56bd8c3ada50 22:22:21 ---> 9d2f3ba17791 22:22:21 22:22:21 Successfully built 9d2f3ba17791 22:22:21 Successfully tagged security-spire-agent-arm64:latest 22:22:21  Building security-spire-agent ... done Building core-command 22:22:22 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 22:22:25 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:22:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:22:25 ---> 4067389d2566 22:22:25 Step 3/24 : ARG ADD_BUILD_TAGS="" 22:22:25 ---> Using cache 22:22:25 ---> dd66e29f6329 22:22:25 Step 4/24 : WORKDIR /edgex-go 22:22:25 ---> Using cache 22:22:25 ---> 91219c9e14e1 22:22:25 Step 5/24 : RUN apk add --update --no-cache make git 22:22:25 ---> Using cache 22:22:25 ---> baa7c0bf57cc 22:22:25 Step 6/24 : COPY go.mod vendor* ./ 22:22:25 ---> Using cache 22:22:25 ---> c9259681cb8f 22:22:25 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:22:25 ---> Using cache 22:22:25 ---> 2695113d4af1 22:22:25 Step 8/24 : COPY . . 22:22:26 ---> Using cache 22:22:26 ---> 3f38af7a94ab 22:22:26 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 22:22:26 ---> Running in 04dc73235bf3 22:22:28 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 22:28:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:28:35 Removing intermediate container 0b1f7bd91bf7 22:28:35 ---> 01b5c5beab35 22:28:35 22:28:35 Step 9/22 : FROM alpine:3.17 22:28:35 ---> 51e60588ff2c 22:28:35 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 22:28:37 ---> Running in a836767eb16f 22:28:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:28:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:28:42 (1/2) Installing dumb-init (1.2.5-r2) 22:28:42 (2/2) Installing openssl (3.0.8-r4) 22:28:42 Executing busybox-1.35.0-r29.trigger 22:28:42 OK: 8 MiB in 17 packages 22:28:43 Removing intermediate container 557f51b4fa35 22:28:43 ---> 762159f151e7 22:28:43 22:28:43 Step 9/25 : FROM alpine:3.17 22:28:43 ---> 51e60588ff2c 22:28:43 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 22:28:43 ---> Running in 7f33e5a8a675 22:28:44 Removing intermediate container a836767eb16f 22:28:44 ---> 6d0826cd99b0 22:28:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 22:28:44 ---> Running in 9b787e010cf2 22:28:45 Removing intermediate container 9b787e010cf2 22:28:45 ---> d0c2e8f3bfe7 22:28:45 Step 12/22 : WORKDIR /edgex 22:28:45 ---> Running in a21d350a8358 22:28:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:28:46 Removing intermediate container a21d350a8358 22:28:46 ---> 01221f0e6e71 22:28:46 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:28:47 ---> b75103e0b7b1 22:28:47 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 22:28:48 ---> 48b39f110435 22:28:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 22:28:48 (1/3) Installing ca-certificates (20220614-r4) 22:28:48 (2/3) Installing dumb-init (1.2.5-r2) 22:28:48 (3/3) Installing su-exec (0.2-r2) 22:28:48 Executing busybox-1.35.0-r29.trigger 22:28:48 Executing ca-certificates-20220614-r4.trigger 22:28:49 ---> 2c904552dd87 22:28:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:28:49 OK: 8 MiB in 18 packages 22:28:51 ---> e1080c875040 22:28:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 22:28:52 ---> b150552b1ae4 22:28:52 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:28:52 Removing intermediate container 7f33e5a8a675 22:28:52 ---> d3298f4bf7c8 22:28:52 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 22:28:52 ---> Running in 7819b48efcc6 22:28:52 ---> Running in 922b5afde602 22:28:53 Removing intermediate container 922b5afde602 22:28:53 ---> 0f032c7c4140 22:28:53 Step 12/25 : WORKDIR / 22:28:53 ---> Running in c9f8cb40845d 22:28:54 Removing intermediate container c9f8cb40845d 22:28:54 ---> 67791483e110 22:28:54 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:55 ---> 4dc9466a608e 22:28:55 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 22:28:56 Removing intermediate container 7819b48efcc6 22:28:56 ---> 261431c52080 22:28:56 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 22:28:56 ---> Running in b28d013a2480 22:28:56 ---> 8da0cddc10d7 22:28:56 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:28:57 Removing intermediate container b28d013a2480 22:28:57 ---> bdb6897c1ef0 22:28:57 Step 20/22 : LABEL arch=arm64 22:28:57 ---> Running in b5515ce5fc25 22:28:58 Removing intermediate container b5515ce5fc25 22:28:58 ---> 433759cba628 22:28:58 Step 21/22 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:28:58 ---> 43063cffcf60 22:28:58 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 22:28:58 ---> Running in ca216dbb5bc7 22:28:58 Removing intermediate container ca216dbb5bc7 22:28:58 ---> a25b57a19bf5 22:28:58 Step 22/22 : LABEL version=3.0.0-dev.138 22:28:59 ---> 3102e90f6209 22:28:59 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 22:28:59 ---> Running in 4f23c6a532f1 22:29:00 Removing intermediate container 4f23c6a532f1 22:29:00 ---> 4195ee753ac1 22:29:00 22:29:00 Successfully built 4195ee753ac1 22:29:00 Successfully tagged security-proxy-setup-arm64:latest 22:29:00 Building security-spire-server 22:29:00  Building security-proxy-setup ... done  ---> aa17609a5477 22:29:00 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:29:04 ---> ce7542250e76 22:29:04 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:29:05 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:29:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:29:05 ---> 4067389d2566 22:29:05 Step 3/26 : WORKDIR /edgex-go 22:29:05 ---> Using cache 22:29:05 ---> 98080fc530b0 22:29:05 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 22:29:05 ---> Using cache 22:29:05 ---> 0d35effbc2d5 22:29:05 Step 5/26 : COPY go.mod vendor* ./ 22:29:05 ---> Using cache 22:29:05 ---> ac8d89924f2f 22:29:05 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:29:05 ---> Using cache 22:29:05 ---> 9aeb994554c8 22:29:05 Step 7/26 : COPY . . 22:29:05 ---> Using cache 22:29:05 ---> b33417265bc5 22:29:05 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 22:29:05 ---> Using cache 22:29:05 ---> 4255e1623b5d 22:29:05 Step 9/26 : WORKDIR /edgex-go/spire-build 22:29:05 ---> Using cache 22:29:05 ---> a3bfb82b1bbf 22:29:05 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 22:29:05 ---> Using cache 22:29:05 ---> 3bf672b1a8fd 22:29:05 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 22:29:06 ---> Running in c72595181931 22:29:07 ---> 5eb2bde8731b 22:29:07 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:29:08 ---> 5ded1acda19c 22:29:08 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:29:08 ---> Running in 0204806eba05 22:29:09 Removing intermediate container c72595181931 22:29:09 ---> 6b38cac58dbb 22:29:09 Step 12/26 : WORKDIR /edgex-go 22:29:10 ---> Running in 27bf5d923baf 22:29:10 Removing intermediate container 27bf5d923baf 22:29:10 ---> ef413ee3f834 22:29:10 22:29:10 Step 13/26 : FROM alpine:3.17 22:29:10 ---> 51e60588ff2c 22:29:10 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:29:10 ---> Using cache 22:29:10 ---> 7ebb70115ef8 22:29:10 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:29:10 ---> Using cache 22:29:10 ---> b3644ba1e09b 22:29:10 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:11 ---> Using cache 22:29:11 ---> 6d66f6e7a4d4 22:29:11 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 22:29:11 ---> Using cache 22:29:11 ---> 348fcbc11d94 22:29:11 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:29:13 Removing intermediate container 0204806eba05 22:29:13 ---> 17070a97ab21 22:29:13 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 22:29:13 ---> Running in b4cc74ef3023 22:29:13 Removing intermediate container b4cc74ef3023 22:29:13 ---> 519205af1598 22:29:13 Step 23/25 : LABEL arch=arm64 22:29:13 ---> Running in 32b3bce3738c 22:29:14 Removing intermediate container 32b3bce3738c 22:29:14 ---> 7bb9e3484f45 22:29:14 Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:29:14 ---> Running in 9aa5f3e8b0df 22:29:18 Removing intermediate container 9aa5f3e8b0df 22:29:18 ---> 2b323d0d001a 22:29:18 Step 25/25 : LABEL version=3.0.0-dev.138 22:29:18 ---> Running in c1fffd3878c0 22:29:19 Removing intermediate container c1fffd3878c0 22:29:19 ---> 0f33b0b13a99 22:29:19 22:29:19 Successfully built 0f33b0b13a99 22:29:19 Successfully tagged security-secretstore-setup-arm64:latest 22:29:19 Building support-notifications 22:29:19  Building security-secretstore-setup ... done  ---> dee0ee6ed2f5 22:29:19 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 22:29:20 ---> f9bc3200e9fb 22:29:20 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 22:29:21 ---> 7d5715de1091 22:29:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 22:29:22 ---> 18f804ce06fb 22:29:22 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:29:22 ---> Running in 85fb4e14fd3d 22:29:23 Removing intermediate container 85fb4e14fd3d 22:29:23 ---> ca45b5d838b9 22:29:23 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:29:23 ---> Running in eab05f2e5263 22:29:24 Removing intermediate container eab05f2e5263 22:29:24 ---> a55c1e53909d 22:29:24 Step 24/26 : LABEL arch=arm64 22:29:24 ---> Running in 22a265c05381 22:29:24 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:29:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:29:24 ---> 4067389d2566 22:29:24 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:29:24 ---> Using cache 22:29:24 ---> dd66e29f6329 22:29:24 Step 4/23 : WORKDIR /edgex-go 22:29:24 ---> Using cache 22:29:24 ---> 91219c9e14e1 22:29:24 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 22:29:24 ---> Running in c01b1e87c065 22:29:25 Removing intermediate container 22a265c05381 22:29:25 ---> 559cb52289ce 22:29:25 Step 25/26 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:29:25 ---> Running in cf9ffb6c8fba 22:29:26 Removing intermediate container cf9ffb6c8fba 22:29:26 ---> 9450e72bd42d 22:29:26 Step 26/26 : LABEL version=3.0.0-dev.138 22:29:26 ---> Running in 512eb59a6454 22:29:27 Removing intermediate container 512eb59a6454 22:29:27 ---> be36eddc0ea6 22:29:27 22:29:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:29:27 Successfully built be36eddc0ea6 22:29:27 Successfully tagged security-spire-server-arm64:latest 22:29:27  Building security-spire-server ... done Building security-bootstrapper 22:29:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:29:29 OK: 263 MiB in 53 packages 22:29:31 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:29:31 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:29:31 ---> 4067389d2566 22:29:31 Step 3/33 : WORKDIR /edgex-go 22:29:31 ---> Using cache 22:29:31 ---> 98080fc530b0 22:29:31 Step 4/33 : RUN apk add --update --no-cache make git 22:29:31 ---> Running in cfce8b8656be 22:29:32 Removing intermediate container c01b1e87c065 22:29:32 ---> 85e253deaa73 22:29:32 Step 6/23 : COPY go.mod vendor* ./ 22:29:33 ---> 61c375135ffe 22:29:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:29:33 ---> Running in 532e1691caa6 22:29:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:29:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:29:36 OK: 263 MiB in 53 packages 22:29:38 Removing intermediate container cfce8b8656be 22:29:38 ---> 0eae7f764e58 22:29:38 Step 5/33 : COPY go.mod vendor* ./ 22:29:38 ---> 9c5639b73e41 22:29:38 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:29:38 ---> Running in e0dde7c89c26 22:30:03 Removing intermediate container 04dc73235bf3 22:30:03 ---> 2bab564395f0 22:30:03 22:30:03 Step 10/24 : FROM alpine:3.17 22:30:03 ---> 51e60588ff2c 22:30:03 Step 11/24 : RUN apk add --update --no-cache dumb-init 22:30:03 ---> Running in fcdb84a58e85 22:30:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:30:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:30:09 (1/1) Installing dumb-init (1.2.5-r2) 22:30:09 Executing busybox-1.35.0-r29.trigger 22:30:09 OK: 8 MiB in 16 packages 22:30:13 Removing intermediate container fcdb84a58e85 22:30:13 ---> 0f6fdde675b1 22:30:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:30:13 ---> Running in 5fb3a87a793e 22:30:14 Removing intermediate container 5fb3a87a793e 22:30:14 ---> 4b1439292cb2 22:30:14 Step 13/24 : ENV APP_PORT=59882 22:30:14 ---> Running in 489a1cb01821 22:30:15 Removing intermediate container 489a1cb01821 22:30:15 ---> 9b5fb1c2f444 22:30:15 Step 14/24 : EXPOSE $APP_PORT 22:30:15 Removing intermediate container b0fca1e4f00e 22:30:15 ---> b7bb8f71f26b 22:30:15 22:30:15 Step 10/23 : FROM alpine:3.17 22:30:15 ---> 51e60588ff2c 22:30:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:30:15 ---> Running in 03f8bb530cb3 22:30:15 ---> Running in 1c363496cf88 22:30:16 Removing intermediate container 03f8bb530cb3 22:30:16 ---> a7417ac44800 22:30:16 Step 15/24 : WORKDIR / 22:30:16 Removing intermediate container 1c363496cf88 22:30:16 ---> d93c33962259 22:30:16 Step 12/23 : ENV APP_PORT=59880 22:30:16 ---> Running in 817eae03dad7 22:30:16 ---> Running in 76b9c0930d77 22:30:17 Removing intermediate container 76b9c0930d77 22:30:17 ---> d71b7bd9b2de 22:30:17 Step 13/23 : EXPOSE $APP_PORT 22:30:17 Removing intermediate container 817eae03dad7 22:30:17 ---> b3939c952c6d 22:30:17 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:17 ---> Running in e7bbd8b3ca90 22:30:18 Removing intermediate container e7bbd8b3ca90 22:30:18 ---> 89efcf8d70e1 22:30:18 Step 14/23 : RUN apk add --update --no-cache dumb-init 22:30:18 ---> Running in 5a2c4c204d1f 22:30:18 ---> 30ad8f22abe5 22:30:18 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 22:30:20 ---> dd64f59409d4 22:30:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:30:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:30:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:30:22 ---> 2fc70333758a 22:30:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 22:30:23 ---> fff5b43d9a4a 22:30:23 Step 20/24 : ENTRYPOINT ["/core-command"] 22:30:23 ---> Running in 3192781955ca 22:30:23 (1/1) Installing dumb-init (1.2.5-r2) 22:30:23 Executing busybox-1.35.0-r29.trigger 22:30:23 OK: 8 MiB in 16 packages 22:30:27 Removing intermediate container 3192781955ca 22:30:27 ---> a8aa856dc09c 22:30:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:30:27 ---> Running in bb18804d9588 22:30:28 Removing intermediate container bb18804d9588 22:30:28 ---> 337acdcd8c89 22:30:28 Step 22/24 : LABEL arch=arm64 22:30:28 Removing intermediate container 5a2c4c204d1f 22:30:28 ---> 7a1a308da985 22:30:28 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:28 ---> Running in 707a3c4b4d21 22:30:29 ---> ff5194dcad78 22:30:29 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 22:30:29 Removing intermediate container 707a3c4b4d21 22:30:29 ---> da4490518b9b 22:30:29 Step 23/24 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:30:29 ---> Running in 0e5469f1d229 22:30:30 Removing intermediate container 0e5469f1d229 22:30:30 ---> 119b5041beff 22:30:30 Step 24/24 : LABEL version=3.0.0-dev.138 22:30:30 ---> Running in d2857a7b46bc 22:30:30 ---> c6b1c275fdb9 22:30:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:30:31 Removing intermediate container d2857a7b46bc 22:30:31 ---> f1969bcc540e 22:30:31 22:30:31 Successfully built f1969bcc540e 22:30:31 Successfully tagged core-command-arm64:latest 22:30:31 Building security-spiffe-token-provider 22:30:32  Building core-command ... done  ---> ece858e16f4c 22:30:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 22:30:33 ---> a9d181f0aec6 22:30:33 Step 19/23 : ENTRYPOINT ["/core-data"] 22:30:33 ---> Running in ba2f24050575 22:30:34 Removing intermediate container ba2f24050575 22:30:34 ---> 61588e6c1753 22:30:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:30:34 ---> Running in d7f245098e70 22:30:35 Removing intermediate container d7f245098e70 22:30:35 ---> 6c6779c1f6c3 22:30:35 Step 21/23 : LABEL arch=arm64 22:30:35 ---> Running in dc811034b6f1 22:30:36 Removing intermediate container dc811034b6f1 22:30:36 ---> 3709eed2ef35 22:30:36 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:30:36 ---> Running in b6cca2a24967 22:30:37 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:30:37 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:30:37 ---> 4067389d2566 22:30:37 Step 3/20 : WORKDIR /edgex-go 22:30:37 ---> Using cache 22:30:37 ---> 98080fc530b0 22:30:37 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 22:30:37 ---> Running in 1827680ea1fa 22:30:37 Removing intermediate container b6cca2a24967 22:30:37 ---> ef5a55993ba9 22:30:37 Step 23/23 : LABEL version=3.0.0-dev.138 22:30:38 ---> Running in 377e579bc028 22:30:39 Removing intermediate container 377e579bc028 22:30:39 ---> 104f5e15923d 22:30:39 22:30:39 Successfully built 104f5e15923d 22:30:39 Successfully tagged core-data-arm64:latest 22:30:39 Building core-common-config-bootstrapper 22:30:40  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:30:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:30:42 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:30:42 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:30:42 OK: 17690 distinct packages available 22:30:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:30:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:30:43 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:30:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:30:43 ---> 4067389d2566 22:30:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:30:43 ---> Using cache 22:30:43 ---> dd66e29f6329 22:30:43 Step 4/23 : WORKDIR /edgex-go 22:30:43 ---> Using cache 22:30:43 ---> 91219c9e14e1 22:30:43 Step 5/23 : RUN apk add --update --no-cache make git 22:30:43 ---> Using cache 22:30:43 ---> baa7c0bf57cc 22:30:43 Step 6/23 : COPY go.mod vendor* ./ 22:30:43 ---> Using cache 22:30:43 ---> c9259681cb8f 22:30:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:30:43 ---> Using cache 22:30:43 ---> 2695113d4af1 22:30:43 Step 8/23 : COPY . . 22:30:43 ---> Using cache 22:30:43 ---> 3f38af7a94ab 22:30:43 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 22:30:44 OK: 263 MiB in 53 packages 22:30:44 ---> Running in 709715fb0e67 22:30:46 Removing intermediate container 1827680ea1fa 22:30:46 ---> c4ef7e2997d3 22:30:46 Step 5/20 : COPY go.mod vendor* ./ 22:30:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 22:30:48 ---> bcae77ec8620 22:30:48 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:30:48 ---> Running in 4a4d0c2464a4 22:31:45 Removing intermediate container e0dde7c89c26 22:31:45 ---> 0891832ac937 22:31:45 Step 7/33 : COPY . . 22:31:45 Removing intermediate container 532e1691caa6 22:31:45 ---> 6ad221d6f3da 22:31:45 Step 8/23 : COPY . . 22:31:48 ---> b90795ac103f 22:31:48 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:31:48 ---> 37b9d904b0e3 22:31:48 Step 9/23 : RUN make cmd/support-notifications/support-notifications 22:31:48 ---> Running in 9faae8f6cfb7 22:31:49 ---> Running in 30ce225d4476 22:31:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:31:52 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:31:55 Removing intermediate container d687e941e515 22:31:55 ---> c3ab37096106 22:31:55 22:31:55 Step 10/23 : FROM alpine:3.17 22:31:55 ---> 51e60588ff2c 22:31:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:31:55 ---> Using cache 22:31:55 ---> 0f6fdde675b1 22:31:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:31:55 ---> Using cache 22:31:55 ---> 4b1439292cb2 22:31:55 Step 13/23 : ENV APP_PORT=59861 22:31:55 ---> Running in 07beb01368d3 22:31:56 Removing intermediate container 07beb01368d3 22:31:56 ---> bd9349bfc11e 22:31:56 Step 14/23 : EXPOSE $APP_PORT 22:31:56 ---> Running in 07060d5c37a3 22:31:57 Removing intermediate container 07060d5c37a3 22:31:57 ---> 5ddfffd39508 22:31:57 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:32:00 ---> f24aefe5774f 22:32:00 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 22:32:01 ---> ff7e7797391b 22:32:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:32:06 ---> d27f872136de 22:32:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 22:32:08 ---> 41c478622371 22:32:08 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 22:32:08 ---> Running in e0c2a07c5a28 22:32:09 Removing intermediate container e0c2a07c5a28 22:32:09 ---> ba696fe6b20d 22:32:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:32:09 ---> Running in cec5215e9c52 22:32:10 Removing intermediate container cec5215e9c52 22:32:10 ---> 8ab73700d5d0 22:32:10 Step 21/23 : LABEL arch=arm64 22:32:10 ---> Running in d2712a394d8d 22:32:13 Removing intermediate container d2712a394d8d 22:32:13 ---> 255c35370ea8 22:32:13 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:32:14 ---> Running in da6d656a33dd 22:32:15 Removing intermediate container da6d656a33dd 22:32:15 ---> 74b0fbe3630a 22:32:15 Step 23/23 : LABEL version=3.0.0-dev.138 22:32:15 ---> Running in 3242ad12e2eb 22:32:16 Removing intermediate container 3242ad12e2eb 22:32:16 ---> 23db01302307 22:32:16 22:32:16 Successfully built 23db01302307 22:32:16 Successfully tagged support-scheduler-arm64:latest 22:32:16  Building support-scheduler ... done Building core-metadata 22:32:21 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:32:21 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:32:21 ---> 4067389d2566 22:32:21 Step 3/25 : ARG ADD_BUILD_TAGS="" 22:32:21 ---> Using cache 22:32:21 ---> dd66e29f6329 22:32:21 Step 4/25 : WORKDIR /edgex-go 22:32:21 ---> Using cache 22:32:21 ---> 91219c9e14e1 22:32:21 Step 5/25 : RUN apk add --update --no-cache make git 22:32:21 ---> Using cache 22:32:21 ---> baa7c0bf57cc 22:32:21 Step 6/25 : COPY go.mod vendor* ./ 22:32:21 ---> Using cache 22:32:21 ---> c9259681cb8f 22:32:21 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:32:21 ---> Using cache 22:32:21 ---> 2695113d4af1 22:32:21 Step 8/25 : COPY . . 22:32:22 ---> Using cache 22:32:22 ---> 3f38af7a94ab 22:32:22 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 22:32:22 ---> Running in 8403fdcf8ecb 22:32:28 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:32:30 Removing intermediate container 4a4d0c2464a4 22:32:30 ---> c486ded3a791 22:32:30 Step 7/20 : COPY . . 22:32:33 ---> 89cf5cf516a1 22:32:33 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 22:32:33 ---> Running in 2035626e9a9b 22:32:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 22:37:27 Removing intermediate container 709715fb0e67 22:37:27 ---> e1ea2e5db7f9 22:37:27 22:37:27 Step 10/23 : FROM alpine:3.17 22:37:27 ---> 51e60588ff2c 22:37:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:37:27 ---> Running in a7c8c4e27e07 22:37:27 Removing intermediate container a7c8c4e27e07 22:37:27 ---> 4c8206b5af88 22:37:27 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:37:27 ---> Running in 5363f104c7db 22:37:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:37:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:37:27 (1/1) Installing dumb-init (1.2.5-r2) 22:37:27 Executing busybox-1.35.0-r29.trigger 22:37:27 OK: 8 MiB in 16 packages 22:37:27 Removing intermediate container 5363f104c7db 22:37:27 ---> 0bf778e38cb6 22:37:27 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:37:27 ---> 1ffe41417567 22:37:27 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 22:37:27 ---> 5e470475ef9f 22:37:27 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 22:37:27 ---> 6086836913f3 22:37:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 22:37:28 ---> a1b529e14746 22:37:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 22:37:29 ---> 79da639e040d 22:37:29 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:37:29 ---> Running in 166a5be3a84e 22:37:33 Removing intermediate container 166a5be3a84e 22:37:33 ---> 679de72e50b4 22:37:33 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 22:37:33 ---> Running in 52da37748cbd 22:37:33 Removing intermediate container 52da37748cbd 22:37:33 ---> af8c6fa28886 22:37:33 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 22:37:33 ---> Running in cdfaaaf2445e 22:37:33 Removing intermediate container cdfaaaf2445e 22:37:33 ---> 5a6b399a1ecb 22:37:33 Step 21/23 : LABEL arch=arm64 22:37:33 ---> Running in ca656def9760 22:37:34 Removing intermediate container ca656def9760 22:37:34 ---> f8b2eb8dc1fe 22:37:34 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:37:34 ---> Running in 41274e1d875d 22:37:34 Removing intermediate container 41274e1d875d 22:37:34 ---> caab6b6cefa4 22:37:34 Step 23/23 : LABEL version=3.0.0-dev.138 22:37:34 ---> Running in bec826e46ef2 22:37:35 Removing intermediate container bec826e46ef2 22:37:35 ---> 3b977248bf0f 22:37:35 22:37:35 Successfully built 3b977248bf0f 22:37:35 Successfully tagged core-common-config-bootstrapper-arm64:latest 22:37:35  Building core-common-config-bootstrapper ... done Building security-proxy-auth 22:37:39 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:37:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:37:39 ---> 4067389d2566 22:37:39 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:37:39 ---> Using cache 22:37:39 ---> dd66e29f6329 22:37:39 Step 4/23 : WORKDIR /edgex-go 22:37:39 ---> Using cache 22:37:39 ---> 91219c9e14e1 22:37:39 Step 5/23 : RUN apk add --update --no-cache make git 22:37:39 ---> Using cache 22:37:39 ---> baa7c0bf57cc 22:37:39 Step 6/23 : COPY go.mod vendor* ./ 22:37:39 ---> Using cache 22:37:39 ---> c9259681cb8f 22:37:39 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:37:39 ---> Using cache 22:37:39 ---> 2695113d4af1 22:37:39 Step 8/23 : COPY . . 22:37:39 ---> Using cache 22:37:39 ---> 3f38af7a94ab 22:37:39 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 22:37:39 ---> Running in 7bbe1ea45510 22:37:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 22:38:49 Removing intermediate container 9faae8f6cfb7 22:38:49 ---> 9d3724856455 22:38:49 22:38:49 Step 9/33 : FROM alpine:3.17 22:38:49 ---> 51e60588ff2c 22:38:49 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 22:38:49 ---> Running in 98e6bc9d7db3 22:38:49 Removing intermediate container 98e6bc9d7db3 22:38:49 ---> 4e5ded738e7c 22:38:49 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 22:38:49 ---> Running in b81a92c473f3 22:38:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:38:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:38:54 (1/2) Installing dumb-init (1.2.5-r2) 22:38:54 (2/2) Installing su-exec (0.2-r2) 22:38:54 Executing busybox-1.35.0-r29.trigger 22:38:54 OK: 8 MiB in 17 packages 22:38:58 Removing intermediate container b81a92c473f3 22:38:58 ---> e974f41a3d06 22:38:58 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 22:38:58 ---> Running in fb5aef1603af 22:38:58 Removing intermediate container fb5aef1603af 22:38:58 ---> 910ccb1521ca 22:38:58 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 22:38:58 ---> Running in 2de7d820b521 22:38:59 Removing intermediate container 2de7d820b521 22:38:59 ---> 696a2a2ae1d1 22:38:59 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 22:38:59 ---> Running in 5310dd67a2de 22:38:59 Removing intermediate container 5310dd67a2de 22:38:59 ---> aa6ade4620d2 22:38:59 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 22:39:00 ---> Running in 8d4be0d2d92f 22:39:00 Removing intermediate container 8d4be0d2d92f 22:39:00 ---> 3c7ef5bded7c 22:39:00 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 22:39:00 ---> Running in 10e0668241c1 22:39:04 Removing intermediate container 10e0668241c1 22:39:04 ---> d5c4037c3daf 22:39:04 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 22:39:04 ---> Running in 07c7947011cb 22:39:04 Removing intermediate container 07c7947011cb 22:39:04 ---> 03e7eb9bb1ef 22:39:04 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 22:39:05 ---> a82b3319df87 22:39:05 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 22:39:05 ---> Running in 7094e33e53e3 22:39:08 Removing intermediate container 7094e33e53e3 22:39:08 ---> 1d73583b2f80 22:39:08 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 22:39:12 ---> 0f45e994a3b1 22:39:12 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 22:39:13 ---> 5f160a7562e0 22:39:13 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:39:14 ---> b7dc03c4ee75 22:39:14 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 22:39:15 ---> 8145167de528 22:39:15 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 22:39:16 ---> 32c9b255a1d4 22:39:16 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 22:39:17 ---> 32ce27362ac3 22:39:17 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 22:39:18 ---> 4cf707816ed7 22:39:18 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:39:19 ---> 49f53fce2ea7 22:39:19 Step 28/33 : RUN chmod +x /entrypoint.sh 22:39:19 ---> Running in 16b94314d076 22:39:22 Removing intermediate container 16b94314d076 22:39:22 ---> 33048728b92f 22:39:22 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 22:39:23 ---> Running in 80b383baebcf 22:39:25 Removing intermediate container 80b383baebcf 22:39:25 ---> 193d8426a2f8 22:39:25 Step 30/33 : CMD ["gate"] 22:39:25 ---> Running in 66801ce4ee10 22:39:26 Removing intermediate container 66801ce4ee10 22:39:26 ---> 711aebf08e4f 22:39:26 Step 31/33 : LABEL arch=arm64 22:39:26 ---> Running in 12676e934c68 22:39:26 Removing intermediate container 12676e934c68 22:39:26 ---> 27b40836669b 22:39:26 Step 32/33 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:39:26 ---> Running in b01ba2d6d889 22:39:27 Removing intermediate container b01ba2d6d889 22:39:27 ---> c1534982dd8b 22:39:27 Step 33/33 : LABEL version=3.0.0-dev.138 22:39:27 ---> Running in 58774c7b5d55 22:39:27 Removing intermediate container 58774c7b5d55 22:39:27 ---> 000a324c3a51 22:39:27 22:39:28 Successfully built 000a324c3a51 22:39:28 Successfully tagged security-bootstrapper-arm64:latest 22:40:24  Building security-bootstrapper ... done Removing intermediate container 8403fdcf8ecb 22:40:24 ---> e1c96c6f8f2e 22:40:24 22:40:24 Step 10/25 : FROM alpine:3.17 22:40:24 ---> 51e60588ff2c 22:40:24 Step 11/25 : RUN apk add --update --no-cache dumb-init 22:40:24 ---> Using cache 22:40:24 ---> 0f6fdde675b1 22:40:24 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:40:24 ---> Using cache 22:40:24 ---> 4b1439292cb2 22:40:24 Step 13/25 : ENV APP_PORT=59881 22:40:24 ---> Running in e682fed288fd 22:40:24 Removing intermediate container e682fed288fd 22:40:24 ---> 4ea065258d7e 22:40:24 Step 14/25 : EXPOSE $APP_PORT 22:40:24 ---> Running in e6723aa66a00 22:40:24 Removing intermediate container e6723aa66a00 22:40:24 ---> f4352835af26 22:40:24 Step 15/25 : WORKDIR / 22:40:24 ---> Running in 86c446622817 22:40:24 Removing intermediate container 86c446622817 22:40:24 ---> 6a53a74c1896 22:40:24 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 22:40:24 ---> cbb1ab3eab59 22:40:24 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 22:40:24 ---> 2c1cae35c187 22:40:24 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:40:24 ---> d6aca98a217c 22:40:24 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 22:40:25 ---> e459b26ee6a1 22:40:25 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 22:40:26 ---> 7a8b0764bba2 22:40:26 Step 21/25 : ENTRYPOINT ["/core-metadata"] 22:40:26 ---> Running in 9807b006694d 22:40:26 Removing intermediate container 9807b006694d 22:40:26 ---> 6582f5554b96 22:40:26 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:40:26 ---> Running in 623e7944539a 22:40:27 Removing intermediate container 623e7944539a 22:40:27 ---> e13bda196ad1 22:40:27 Step 23/25 : LABEL arch=arm64 22:40:27 ---> Running in a6d6ca1d6f73 22:40:28 Removing intermediate container a6d6ca1d6f73 22:40:28 ---> 8a097cc0b424 22:40:28 Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:40:28 ---> Running in a8c7e76c2e2a 22:40:28 Removing intermediate container a8c7e76c2e2a 22:40:28 ---> 9193bbacc5ad 22:40:28 Step 25/25 : LABEL version=3.0.0-dev.138 22:40:28 ---> Running in 1397ebdfc6bc 22:40:29 Removing intermediate container 1397ebdfc6bc 22:40:29 ---> 3c71856b0745 22:40:29 22:40:29 Successfully built 3c71856b0745 22:40:29 Successfully tagged core-metadata-arm64:latest 22:41:25  Building core-metadata ... done Removing intermediate container 2035626e9a9b 22:41:25 ---> 62f508bd87f1 22:41:25 22:41:25 Step 9/20 : FROM alpine:3.17 22:41:25 ---> 51e60588ff2c 22:41:25 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 22:41:25 ---> Using cache 22:41:25 ---> 4e5ded738e7c 22:41:25 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 22:41:25 ---> Running in c92793dd5b04 22:41:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:41:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:41:25 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:41:25 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:41:25 OK: 17691 distinct packages available 22:41:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:41:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:41:25 (1/9) Installing ca-certificates (20220614-r4) 22:41:25 (2/9) Installing brotli-libs (1.0.9-r9) 22:41:25 (3/9) Installing nghttp2-libs (1.51.0-r0) 22:41:26 (4/9) Installing libcurl (8.0.1-r0) 22:41:26 (5/9) Installing curl (8.0.1-r0) 22:41:26 (6/9) Installing dumb-init (1.2.5-r2) 22:41:26 (7/9) Installing musl-obstack (1.2.3-r0) 22:41:26 (8/9) Installing libucontext (1.2-r0) 22:41:26 (9/9) Installing gcompat (1.1.0-r0) 22:41:26 Executing busybox-1.35.0-r29.trigger 22:41:26 Executing ca-certificates-20220614-r4.trigger 22:41:26 OK: 11 MiB in 24 packages 22:41:29 Removing intermediate container c92793dd5b04 22:41:29 ---> 3963ff71ea5d 22:41:29 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 22:41:30 ---> 3e00c8480eaa 22:41:30 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 22:41:31 ---> 2582d487bc05 22:41:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 22:41:34 ---> 8cb3f50d2823 22:41:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 22:41:34 Removing intermediate container 30ce225d4476 22:41:34 ---> 67eec82245d8 22:41:34 22:41:34 Step 10/23 : FROM alpine:3.17 22:41:34 ---> 51e60588ff2c 22:41:34 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 22:41:34 ---> Running in b082716292e9 22:41:35 ---> 13b808038923 22:41:35 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 22:41:35 ---> Running in 98966a29ec34 22:41:36 Removing intermediate container 98966a29ec34 22:41:36 ---> 9f0e6583fd7a 22:41:36 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:41:36 ---> Running in b31ce35719e6 22:41:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:41:37 Removing intermediate container b31ce35719e6 22:41:37 ---> 4a4c8e40abb9 22:41:37 Step 18/20 : LABEL arch=arm64 22:41:37 ---> Running in f68fe5adc136 22:41:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:41:37 Removing intermediate container f68fe5adc136 22:41:37 ---> 96987b3c008a 22:41:37 Step 19/20 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:41:37 ---> Running in 1178afc2cbfd 22:41:38 (1/2) Installing ca-certificates (20220614-r4) 22:41:39 (2/2) Installing dumb-init (1.2.5-r2) 22:41:39 Executing busybox-1.35.0-r29.trigger 22:41:39 Executing ca-certificates-20220614-r4.trigger 22:41:39 OK: 8 MiB in 17 packages 22:41:40 Removing intermediate container 1178afc2cbfd 22:41:40 ---> 896df24f7651 22:41:40 Step 20/20 : LABEL version=3.0.0-dev.138 22:41:40 ---> Running in 111e6f928631 22:41:40 Removing intermediate container 111e6f928631 22:41:40 ---> 0dcf08669bef 22:41:40 22:41:41 Successfully built 0dcf08669bef 22:41:41 Successfully tagged security-spiffe-token-provider-arm64:latest 22:41:41  Building security-spiffe-token-provider ... done Removing intermediate container b082716292e9 22:41:41 ---> 6b82acd6c416 22:41:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 22:41:42 ---> Running in b51f38e0ca34 22:41:42 Removing intermediate container b51f38e0ca34 22:41:42 ---> 04b4da732d64 22:41:42 Step 13/23 : ENV APP_PORT=59860 22:41:42 ---> Running in 5291e31b3dc8 22:41:43 Removing intermediate container 5291e31b3dc8 22:41:43 ---> 0f1d210573ce 22:41:43 Step 14/23 : EXPOSE $APP_PORT 22:41:43 ---> Running in 407b61ae4589 22:41:43 Removing intermediate container 407b61ae4589 22:41:43 ---> 30d8710f68f2 22:41:43 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:41:44 ---> d8704eee5f23 22:41:44 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 22:41:45 ---> 4efab1e2b398 22:41:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:41:47 ---> 7c3187d9e184 22:41:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 22:41:48 ---> da66217b3f36 22:41:48 Step 19/23 : ENTRYPOINT ["/support-notifications"] 22:41:48 ---> Running in 4b654b45d806 22:41:48 Removing intermediate container 4b654b45d806 22:41:48 ---> 57ac117c8cf7 22:41:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:41:48 ---> Running in fe0c233f5a7c 22:41:49 Removing intermediate container fe0c233f5a7c 22:41:49 ---> d6319db7d54e 22:41:49 Step 21/23 : LABEL arch=arm64 22:41:49 ---> Running in 037e8dfa0370 22:41:49 Removing intermediate container 037e8dfa0370 22:41:49 ---> a93401e0834a 22:41:49 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:41:49 ---> Running in 0d1ef1794536 22:41:50 Removing intermediate container 0d1ef1794536 22:41:50 ---> 0f4f62517f8d 22:41:50 Step 23/23 : LABEL version=3.0.0-dev.138 22:41:50 ---> Running in 3519ee26ebef 22:41:54 Removing intermediate container 3519ee26ebef 22:41:54 ---> e2c078a1a2a6 22:41:54 22:41:54 Successfully built e2c078a1a2a6 22:41:54 Successfully tagged support-notifications-arm64:latest 22:42:00  Building support-notifications ... done Removing intermediate container 7bbe1ea45510 22:42:00 ---> 5cc3b18c0d8a 22:42:00 22:42:00 Step 10/23 : FROM alpine:3.17 22:42:00 ---> 51e60588ff2c 22:42:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:42:00 ---> Using cache 22:42:00 ---> 4c8206b5af88 22:42:00 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:42:00 ---> Using cache 22:42:00 ---> 0bf778e38cb6 22:42:00 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:42:00 ---> Using cache 22:42:00 ---> 1ffe41417567 22:42:00 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 22:42:00 ---> Using cache 22:42:00 ---> 5e470475ef9f 22:42:00 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 22:42:01 ---> 506b00ceb2fa 22:42:01 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 22:42:02 ---> 89e1eab35968 22:42:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 22:42:02 ---> 0430eff6896a 22:42:02 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:42:02 ---> Running in 3a7e136e8a5a 22:42:04 Removing intermediate container 3a7e136e8a5a 22:42:04 ---> d8a66d9a2650 22:42:04 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 22:42:04 ---> Running in 33d546787b11 22:42:04 Removing intermediate container 33d546787b11 22:42:04 ---> 9bb80a7de7b4 22:42:04 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 22:42:04 ---> Running in eebc4a1fce6e 22:42:05 Removing intermediate container eebc4a1fce6e 22:42:05 ---> b94960df9d1c 22:42:05 Step 21/23 : LABEL arch=arm64 22:42:05 ---> Running in 4a0b23023b31 22:42:05 Removing intermediate container 4a0b23023b31 22:42:05 ---> 9560ade6b728 22:42:05 Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:05 ---> Running in b555dafd211a 22:42:05 Removing intermediate container b555dafd211a 22:42:05 ---> aed1793bfdb0 22:42:05 Step 23/23 : LABEL version=3.0.0-dev.138 22:42:05 ---> Running in 447a2da092c5 22:42:06 Removing intermediate container 447a2da092c5 22:42:06 ---> 69071c7e8fbc 22:42:06 22:42:06 Successfully built 69071c7e8fbc 22:42:06 Successfully tagged security-proxy-auth-arm64:latest 22:42:06  Building security-proxy-auth ... done  [Pipeline] } 22:42:06 $ docker stop --time=1 4552db68fb890c0bc51b94e856fffa3d98368673c1b352ab435b56df39415619 22:42:08 $ docker rm -f --volumes 4552db68fb890c0bc51b94e856fffa3d98368673c1b352ab435b56df39415619 [Pipeline] // withDockerContainer [Pipeline] sh 22:42:09 + docker images 22:42:09 REPOSITORY TAG IMAGE ID CREATED SIZE 22:42:09 security-proxy-auth-arm64 latest 69071c7e8fbc 3 seconds ago 18.3MB 22:42:09 5cc3b18c0d8a 10 seconds ago 1.33GB 22:42:09 support-notifications-arm64 latest e2c078a1a2a6 19 seconds ago 32.2MB 22:42:09 security-spiffe-token-provider-arm64 latest 0dcf08669bef 29 seconds ago 32.7MB 22:42:09 67eec82245d8 36 seconds ago 1.42GB 22:42:09 62f508bd87f1 51 seconds ago 1.39GB 22:42:09 core-metadata-arm64 latest 3c71856b0745 About a minute ago 20.2MB 22:42:09 e1c96c6f8f2e About a minute ago 1.36GB 22:42:09 security-bootstrapper-arm64 latest 000a324c3a51 2 minutes ago 21.9MB 22:42:09 9d3724856455 3 minutes ago 1.34GB 22:42:09 core-common-config-bootstrapper-arm64 latest 3b977248bf0f 4 minutes ago 17.2MB 22:42:09 e1ea2e5db7f9 4 minutes ago 1.35GB 22:42:09 support-scheduler-arm64 latest 23db01302307 9 minutes ago 31.5MB 22:42:09 c3ab37096106 10 minutes ago 1.42GB 22:42:09 core-data-arm64 latest 104f5e15923d 11 minutes ago 19.9MB 22:42:09 core-command-arm64 latest f1969bcc540e 11 minutes ago 19.7MB 22:42:09 b7bb8f71f26b 11 minutes ago 1.36GB 22:42:09 2bab564395f0 12 minutes ago 1.35GB 22:42:09 security-spire-server-arm64 latest be36eddc0ea6 12 minutes ago 97MB 22:42:09 security-secretstore-setup-arm64 latest 0f33b0b13a99 12 minutes ago 32.2MB 22:42:09 ef413ee3f834 12 minutes ago 1.21GB 22:42:09 security-proxy-setup-arm64 latest 4195ee753ac1 13 minutes ago 18.7MB 22:42:09 762159f151e7 13 minutes ago 1.35GB 22:42:09 01b5c5beab35 13 minutes ago 1.33GB 22:42:09 security-spire-agent-arm64 latest 9d2f3ba17791 19 minutes ago 153MB 22:42:09 security-spire-config-arm64 latest 5b569d347c95 19 minutes ago 96.1MB 22:42:09 800e09b7c3a2 20 minutes ago 1.21GB 22:42:09 c440d9c63383 20 minutes ago 1.21GB 22:42:09 ci-base-image-arm64 latest 4067389d2566 24 minutes ago 899MB 22:42:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 26 hours ago 681MB 22:42:09 alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB 22:42:09 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 22:42:09 provisioning config files... 22:42:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/500@tmp/config11653753447630888315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:09 ---> docker-login.sh 22:42:09 nexus3.edgexfoundry.org:10001 22:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:10 Configure a credential helper to remove this warning. See 22:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:10 22:42:10 Login Succeeded 22:42:10 nexus3.edgexfoundry.org:10002 22:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:10 Configure a credential helper to remove this warning. See 22:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:10 22:42:10 Login Succeeded 22:42:10 nexus3.edgexfoundry.org:10003 22:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:10 Configure a credential helper to remove this warning. See 22:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:10 22:42:10 Login Succeeded 22:42:10 nexus3.edgexfoundry.org:10004 22:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:11 Configure a credential helper to remove this warning. See 22:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:11 22:42:11 Login Succeeded 22:42:11 docker.io 22:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:12 Configure a credential helper to remove this warning. See 22:42:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:12 22:42:12 Login Succeeded 22:42:12 ---> docker-login.sh ends [Pipeline] } 22:42:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:42:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:42:12 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 22:42:12 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:12 latest 22:42:12 3.0.0-dev.138 22:42:12 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:12 main 22:42:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:42:12 2c4f2363aaad: Preparing 22:42:12 d0499f81bf22: Preparing 22:42:12 838239d44fdc: Preparing 22:42:12 c9819e16d041: Preparing 22:42:12 b9526df6a060: Preparing 22:42:12 26cbea5cba74: Preparing 22:42:12 26cbea5cba74: Waiting 22:42:13 838239d44fdc: Pushed 22:42:13 b9526df6a060: Pushed 22:42:13 26cbea5cba74: Layer already exists 22:42:13 2c4f2363aaad: Pushed 22:42:13 c9819e16d041: Pushed 22:42:16 d0499f81bf22: Pushed 22:42:16 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:16 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:17 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 22:42:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:42:17 2c4f2363aaad: Preparing 22:42:17 d0499f81bf22: Preparing 22:42:17 838239d44fdc: Preparing 22:42:17 c9819e16d041: Preparing 22:42:17 b9526df6a060: Preparing 22:42:17 26cbea5cba74: Preparing 22:42:17 26cbea5cba74: Waiting 22:42:17 b9526df6a060: Layer already exists 22:42:17 c9819e16d041: Layer already exists 22:42:17 d0499f81bf22: Layer already exists 22:42:17 838239d44fdc: Layer already exists 22:42:17 2c4f2363aaad: Layer already exists 22:42:17 26cbea5cba74: Layer already exists 22:42:17 latest: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:17 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.138 22:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:42:18 2c4f2363aaad: Preparing 22:42:18 d0499f81bf22: Preparing 22:42:18 838239d44fdc: Preparing 22:42:18 c9819e16d041: Preparing 22:42:18 b9526df6a060: Preparing 22:42:18 26cbea5cba74: Preparing 22:42:18 26cbea5cba74: Waiting 22:42:18 b9526df6a060: Layer already exists 22:42:18 c9819e16d041: Layer already exists 22:42:18 2c4f2363aaad: Layer already exists 22:42:18 d0499f81bf22: Layer already exists 22:42:18 838239d44fdc: Layer already exists 22:42:18 26cbea5cba74: Layer already exists 22:42:18 3.0.0-dev.138: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:42:18 2c4f2363aaad: Preparing 22:42:18 d0499f81bf22: Preparing 22:42:18 838239d44fdc: Preparing 22:42:18 c9819e16d041: Preparing 22:42:18 b9526df6a060: Preparing 22:42:18 26cbea5cba74: Preparing 22:42:18 26cbea5cba74: Waiting 22:42:18 d0499f81bf22: Layer already exists 22:42:18 b9526df6a060: Layer already exists 22:42:18 838239d44fdc: Layer already exists 22:42:18 c9819e16d041: Layer already exists 22:42:18 2c4f2363aaad: Layer already exists 22:42:18 26cbea5cba74: Layer already exists 22:42:19 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:19 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 22:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:42:19 2c4f2363aaad: Preparing 22:42:19 d0499f81bf22: Preparing 22:42:19 838239d44fdc: Preparing 22:42:19 c9819e16d041: Preparing 22:42:19 b9526df6a060: Preparing 22:42:19 26cbea5cba74: Preparing 22:42:19 838239d44fdc: Layer already exists 22:42:19 c9819e16d041: Layer already exists 22:42:19 b9526df6a060: Layer already exists 22:42:19 d0499f81bf22: Layer already exists 22:42:19 2c4f2363aaad: Layer already exists 22:42:19 26cbea5cba74: Layer already exists 22:42:20 main: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:42:20 ===================================================== [Pipeline] echo 22:42:20 taggedImages: 22:42:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 22:42:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.138 22:42:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 22:42:20 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 22:42:20 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:20 latest 22:42:20 3.0.0-dev.138 22:42:20 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:20 main 22:42:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:20 + 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 22:42:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:42:21 e72cb3597df1: Preparing 22:42:21 a2b28c9280d9: Preparing 22:42:21 94f6706bd507: Preparing 22:42:21 ce02e5d082c8: Preparing 22:42:21 838239d44fdc: Preparing 22:42:21 c9819e16d041: Preparing 22:42:21 91d1cde80888: Preparing 22:42:21 26cbea5cba74: Preparing 22:42:21 c9819e16d041: Waiting 22:42:21 91d1cde80888: Waiting 22:42:21 26cbea5cba74: Waiting 22:42:21 838239d44fdc: Layer already exists 22:42:21 c9819e16d041: Layer already exists 22:42:21 94f6706bd507: Pushed 22:42:21 e72cb3597df1: Pushed 22:42:21 a2b28c9280d9: Pushed 22:42:21 91d1cde80888: Pushed 22:42:21 26cbea5cba74: Layer already exists 22:42:23 ce02e5d082c8: Pushed 22:42:23 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:24 + 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 22:42:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 22:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:42:24 e72cb3597df1: Preparing 22:42:24 a2b28c9280d9: Preparing 22:42:24 94f6706bd507: Preparing 22:42:24 ce02e5d082c8: Preparing 22:42:24 838239d44fdc: Preparing 22:42:24 c9819e16d041: Preparing 22:42:24 91d1cde80888: Preparing 22:42:24 26cbea5cba74: Preparing 22:42:24 91d1cde80888: Waiting 22:42:24 26cbea5cba74: Waiting 22:42:24 c9819e16d041: Waiting 22:42:24 838239d44fdc: Layer already exists 22:42:24 a2b28c9280d9: Layer already exists 22:42:24 e72cb3597df1: Layer already exists 22:42:24 ce02e5d082c8: Layer already exists 22:42:24 94f6706bd507: Layer already exists 22:42:24 91d1cde80888: Layer already exists 22:42:24 c9819e16d041: Layer already exists 22:42:24 26cbea5cba74: Layer already exists 22:42:24 latest: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:25 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:25 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.138 22:42:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:42:25 e72cb3597df1: Preparing 22:42:25 a2b28c9280d9: Preparing 22:42:25 94f6706bd507: Preparing 22:42:25 ce02e5d082c8: Preparing 22:42:25 838239d44fdc: Preparing 22:42:25 c9819e16d041: Preparing 22:42:25 91d1cde80888: Preparing 22:42:25 26cbea5cba74: Preparing 22:42:25 91d1cde80888: Waiting 22:42:25 26cbea5cba74: Waiting 22:42:25 c9819e16d041: Waiting 22:42:25 838239d44fdc: Layer already exists 22:42:25 e72cb3597df1: Layer already exists 22:42:25 a2b28c9280d9: Layer already exists 22:42:25 ce02e5d082c8: Layer already exists 22:42:25 94f6706bd507: Layer already exists 22:42:25 91d1cde80888: Layer already exists 22:42:25 c9819e16d041: Layer already exists 22:42:25 26cbea5cba74: Layer already exists 22:42:25 3.0.0-dev.138: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:26 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:42:26 e72cb3597df1: Preparing 22:42:26 a2b28c9280d9: Preparing 22:42:26 94f6706bd507: Preparing 22:42:26 ce02e5d082c8: Preparing 22:42:26 838239d44fdc: Preparing 22:42:26 c9819e16d041: Preparing 22:42:26 91d1cde80888: Preparing 22:42:26 26cbea5cba74: Preparing 22:42:26 91d1cde80888: Waiting 22:42:26 c9819e16d041: Waiting 22:42:26 26cbea5cba74: Waiting 22:42:26 ce02e5d082c8: Layer already exists 22:42:26 94f6706bd507: Layer already exists 22:42:26 a2b28c9280d9: Layer already exists 22:42:26 838239d44fdc: Layer already exists 22:42:26 e72cb3597df1: Layer already exists 22:42:26 c9819e16d041: Layer already exists 22:42:26 26cbea5cba74: Layer already exists 22:42:26 91d1cde80888: Layer already exists 22:42:26 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:27 + 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 22:42:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 22:42:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:42:27 e72cb3597df1: Preparing 22:42:27 a2b28c9280d9: Preparing 22:42:27 94f6706bd507: Preparing 22:42:27 ce02e5d082c8: Preparing 22:42:27 838239d44fdc: Preparing 22:42:27 c9819e16d041: Preparing 22:42:27 91d1cde80888: Preparing 22:42:27 26cbea5cba74: Preparing 22:42:27 c9819e16d041: Waiting 22:42:27 91d1cde80888: Waiting 22:42:27 26cbea5cba74: Waiting 22:42:27 e72cb3597df1: Layer already exists 22:42:27 ce02e5d082c8: Layer already exists 22:42:27 838239d44fdc: Layer already exists 22:42:27 94f6706bd507: Layer already exists 22:42:27 a2b28c9280d9: Layer already exists 22:42:27 91d1cde80888: Layer already exists 22:42:27 c9819e16d041: Layer already exists 22:42:27 26cbea5cba74: Layer already exists 22:42:27 main: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:42:27 ===================================================== [Pipeline] echo 22:42:27 taggedImages: 22:42:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 22:42:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.138 22:42:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 22:42:27 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 22:42:27 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:27 latest 22:42:27 3.0.0-dev.138 22:42:27 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:27 main 22:42:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:42:28 b6bc37ac1be4: Preparing 22:42:28 056fc4388b9f: Preparing 22:42:28 838239d44fdc: Preparing 22:42:28 c9819e16d041: Preparing 22:42:28 8058eeff236b: Preparing 22:42:28 26cbea5cba74: Preparing 22:42:28 26cbea5cba74: Waiting 22:42:28 c9819e16d041: Layer already exists 22:42:28 838239d44fdc: Layer already exists 22:42:28 26cbea5cba74: Layer already exists 22:42:28 b6bc37ac1be4: Pushed 22:42:28 8058eeff236b: Pushed 22:42:32 056fc4388b9f: Pushed 22:42:32 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 22:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:42:32 b6bc37ac1be4: Preparing 22:42:32 056fc4388b9f: Preparing 22:42:32 838239d44fdc: Preparing 22:42:32 c9819e16d041: Preparing 22:42:32 8058eeff236b: Preparing 22:42:32 26cbea5cba74: Preparing 22:42:32 26cbea5cba74: Waiting 22:42:32 b6bc37ac1be4: Layer already exists 22:42:32 8058eeff236b: Layer already exists 22:42:32 056fc4388b9f: Layer already exists 22:42:32 c9819e16d041: Layer already exists 22:42:32 838239d44fdc: Layer already exists 22:42:32 26cbea5cba74: Layer already exists 22:42:33 latest: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:33 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:33 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.138 22:42:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:42:33 b6bc37ac1be4: Preparing 22:42:33 056fc4388b9f: Preparing 22:42:33 838239d44fdc: Preparing 22:42:33 c9819e16d041: Preparing 22:42:33 8058eeff236b: Preparing 22:42:33 26cbea5cba74: Preparing 22:42:33 26cbea5cba74: Waiting 22:42:33 056fc4388b9f: Layer already exists 22:42:33 b6bc37ac1be4: Layer already exists 22:42:33 838239d44fdc: Layer already exists 22:42:33 c9819e16d041: Layer already exists 22:42:33 8058eeff236b: Layer already exists 22:42:34 26cbea5cba74: Layer already exists 22:42:34 3.0.0-dev.138: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:42:35 b6bc37ac1be4: Preparing 22:42:35 056fc4388b9f: Preparing 22:42:35 838239d44fdc: Preparing 22:42:35 c9819e16d041: Preparing 22:42:35 8058eeff236b: Preparing 22:42:35 26cbea5cba74: Preparing 22:42:35 26cbea5cba74: Waiting 22:42:35 056fc4388b9f: Layer already exists 22:42:35 c9819e16d041: Layer already exists 22:42:35 838239d44fdc: Layer already exists 22:42:35 b6bc37ac1be4: Layer already exists 22:42:35 8058eeff236b: Layer already exists 22:42:35 26cbea5cba74: Layer already exists 22:42:35 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 22:42:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:42:36 b6bc37ac1be4: Preparing 22:42:36 056fc4388b9f: Preparing 22:42:36 838239d44fdc: Preparing 22:42:36 c9819e16d041: Preparing 22:42:36 8058eeff236b: Preparing 22:42:36 26cbea5cba74: Preparing 22:42:36 26cbea5cba74: Waiting 22:42:36 8058eeff236b: Layer already exists 22:42:36 b6bc37ac1be4: Layer already exists 22:42:36 056fc4388b9f: Layer already exists 22:42:36 c9819e16d041: Layer already exists 22:42:36 838239d44fdc: Layer already exists 22:42:36 26cbea5cba74: Layer already exists 22:42:36 main: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:42:36 ===================================================== [Pipeline] echo 22:42:36 taggedImages: 22:42:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 22:42:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.138 22:42:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 22:42:36 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 22:42:36 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:36 latest 22:42:36 3.0.0-dev.138 22:42:36 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:36 main 22:42:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:42:37 a044242c9216: Preparing 22:42:37 322ffc3f62f2: Preparing 22:42:37 d924a3aaca02: Preparing 22:42:37 838239d44fdc: Preparing 22:42:37 c9819e16d041: Preparing 22:42:37 b9526df6a060: Preparing 22:42:37 26cbea5cba74: Preparing 22:42:37 b9526df6a060: Waiting 22:42:37 26cbea5cba74: Waiting 22:42:37 838239d44fdc: Layer already exists 22:42:37 c9819e16d041: Layer already exists 22:42:37 b9526df6a060: Layer already exists 22:42:37 26cbea5cba74: Layer already exists 22:42:37 322ffc3f62f2: Pushed 22:42:37 a044242c9216: Pushed 22:42:40 d924a3aaca02: Pushed 22:42:40 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 22:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:42:41 a044242c9216: Preparing 22:42:41 322ffc3f62f2: Preparing 22:42:41 d924a3aaca02: Preparing 22:42:41 838239d44fdc: Preparing 22:42:41 c9819e16d041: Preparing 22:42:41 b9526df6a060: Preparing 22:42:41 26cbea5cba74: Preparing 22:42:41 b9526df6a060: Waiting 22:42:41 26cbea5cba74: Waiting 22:42:41 d924a3aaca02: Layer already exists 22:42:41 322ffc3f62f2: Layer already exists 22:42:41 c9819e16d041: Layer already exists 22:42:41 838239d44fdc: Layer already exists 22:42:41 a044242c9216: Layer already exists 22:42:41 b9526df6a060: Layer already exists 22:42:41 26cbea5cba74: Layer already exists 22:42:41 latest: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.138 22:42:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:42:42 a044242c9216: Preparing 22:42:42 322ffc3f62f2: Preparing 22:42:42 d924a3aaca02: Preparing 22:42:42 838239d44fdc: Preparing 22:42:42 c9819e16d041: Preparing 22:42:42 b9526df6a060: Preparing 22:42:42 26cbea5cba74: Preparing 22:42:42 b9526df6a060: Waiting 22:42:42 26cbea5cba74: Waiting 22:42:42 322ffc3f62f2: Layer already exists 22:42:42 c9819e16d041: Layer already exists 22:42:42 d924a3aaca02: Layer already exists 22:42:42 838239d44fdc: Layer already exists 22:42:42 a044242c9216: Layer already exists 22:42:42 b9526df6a060: Layer already exists 22:42:42 26cbea5cba74: Layer already exists 22:42:42 3.0.0-dev.138: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:42:43 a044242c9216: Preparing 22:42:43 322ffc3f62f2: Preparing 22:42:43 d924a3aaca02: Preparing 22:42:43 838239d44fdc: Preparing 22:42:43 c9819e16d041: Preparing 22:42:43 b9526df6a060: Preparing 22:42:43 26cbea5cba74: Preparing 22:42:43 b9526df6a060: Waiting 22:42:43 26cbea5cba74: Waiting 22:42:43 c9819e16d041: Layer already exists 22:42:43 a044242c9216: Layer already exists 22:42:43 d924a3aaca02: Layer already exists 22:42:43 322ffc3f62f2: Layer already exists 22:42:43 838239d44fdc: Layer already exists 22:42:43 b9526df6a060: Layer already exists 22:42:43 26cbea5cba74: Layer already exists 22:42:43 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 22:42:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:42:44 a044242c9216: Preparing 22:42:44 322ffc3f62f2: Preparing 22:42:44 d924a3aaca02: Preparing 22:42:44 838239d44fdc: Preparing 22:42:44 c9819e16d041: Preparing 22:42:44 b9526df6a060: Preparing 22:42:44 26cbea5cba74: Preparing 22:42:44 b9526df6a060: Waiting 22:42:44 26cbea5cba74: Waiting 22:42:44 838239d44fdc: Layer already exists 22:42:44 c9819e16d041: Layer already exists 22:42:44 d924a3aaca02: Layer already exists 22:42:44 322ffc3f62f2: Layer already exists 22:42:44 a044242c9216: Layer already exists 22:42:44 26cbea5cba74: Layer already exists 22:42:44 b9526df6a060: Layer already exists 22:42:44 main: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:42:44 ===================================================== [Pipeline] echo 22:42:44 taggedImages: 22:42:44 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:44 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 22:42:44 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.138 22:42:44 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:44 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 22:42:44 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 22:42:44 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:44 latest 22:42:44 3.0.0-dev.138 22:42:44 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:44 main 22:42:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:42:45 bca32b8d9100: Preparing 22:42:45 bca32b8d9100: Preparing 22:42:45 d12d15997aa4: Preparing 22:42:45 d3e22d2cc45e: Preparing 22:42:45 70276d2858b0: Preparing 22:42:45 e0480acb5075: Preparing 22:42:45 80f005827356: Preparing 22:42:45 838239d44fdc: Preparing 22:42:45 c9819e16d041: Preparing 22:42:45 96678f8607d4: Preparing 22:42:45 03cbc61d896e: Preparing 22:42:45 8a47c2392d3e: Preparing 22:42:45 e25724b9d131: Preparing 22:42:45 26cbea5cba74: Preparing 22:42:45 838239d44fdc: Waiting 22:42:45 c9819e16d041: Waiting 22:42:45 96678f8607d4: Waiting 22:42:45 03cbc61d896e: Waiting 22:42:45 8a47c2392d3e: Waiting 22:42:45 e25724b9d131: Waiting 22:42:45 26cbea5cba74: Waiting 22:42:45 80f005827356: Waiting 22:42:45 bca32b8d9100: Pushed 22:42:45 d12d15997aa4: Pushed 22:42:45 70276d2858b0: Pushed 22:42:45 e0480acb5075: Pushed 22:42:45 d3e22d2cc45e: Pushed 22:42:45 838239d44fdc: Layer already exists 22:42:45 c9819e16d041: Layer already exists 22:42:46 96678f8607d4: Pushed 22:42:46 03cbc61d896e: Pushed 22:42:46 26cbea5cba74: Layer already exists 22:42:46 8a47c2392d3e: Pushed 22:42:46 e25724b9d131: Pushed 22:42:49 80f005827356: Pushed 22:42:49 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 22:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:42:50 bca32b8d9100: Preparing 22:42:50 bca32b8d9100: Preparing 22:42:50 d12d15997aa4: Preparing 22:42:50 d3e22d2cc45e: Preparing 22:42:50 70276d2858b0: Preparing 22:42:50 e0480acb5075: Preparing 22:42:50 80f005827356: Preparing 22:42:50 838239d44fdc: Preparing 22:42:50 c9819e16d041: Preparing 22:42:50 96678f8607d4: Preparing 22:42:50 03cbc61d896e: Preparing 22:42:50 8a47c2392d3e: Preparing 22:42:50 e25724b9d131: Preparing 22:42:50 26cbea5cba74: Preparing 22:42:50 96678f8607d4: Waiting 22:42:50 03cbc61d896e: Waiting 22:42:50 8a47c2392d3e: Waiting 22:42:50 e25724b9d131: Waiting 22:42:50 26cbea5cba74: Waiting 22:42:50 80f005827356: Waiting 22:42:50 838239d44fdc: Waiting 22:42:50 c9819e16d041: Waiting 22:42:50 d12d15997aa4: Layer already exists 22:42:50 bca32b8d9100: Layer already exists 22:42:50 e0480acb5075: Layer already exists 22:42:50 d3e22d2cc45e: Layer already exists 22:42:50 70276d2858b0: Layer already exists 22:42:50 80f005827356: Layer already exists 22:42:50 c9819e16d041: Layer already exists 22:42:50 96678f8607d4: Layer already exists 22:42:50 838239d44fdc: Layer already exists 22:42:50 03cbc61d896e: Layer already exists 22:42:50 8a47c2392d3e: Layer already exists 22:42:50 e25724b9d131: Layer already exists 22:42:50 26cbea5cba74: Layer already exists 22:42:50 latest: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.138 22:42:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:42:51 bca32b8d9100: Preparing 22:42:51 bca32b8d9100: Preparing 22:42:51 d12d15997aa4: Preparing 22:42:51 d3e22d2cc45e: Preparing 22:42:51 70276d2858b0: Preparing 22:42:51 e0480acb5075: Preparing 22:42:51 80f005827356: Preparing 22:42:51 838239d44fdc: Preparing 22:42:51 c9819e16d041: Preparing 22:42:51 96678f8607d4: Preparing 22:42:51 03cbc61d896e: Preparing 22:42:51 8a47c2392d3e: Preparing 22:42:51 e25724b9d131: Preparing 22:42:51 26cbea5cba74: Preparing 22:42:51 96678f8607d4: Waiting 22:42:51 03cbc61d896e: Waiting 22:42:51 8a47c2392d3e: Waiting 22:42:51 e25724b9d131: Waiting 22:42:51 80f005827356: Waiting 22:42:51 26cbea5cba74: Waiting 22:42:51 838239d44fdc: Waiting 22:42:51 c9819e16d041: Waiting 22:42:51 d3e22d2cc45e: Layer already exists 22:42:51 bca32b8d9100: Layer already exists 22:42:51 e0480acb5075: Layer already exists 22:42:51 d12d15997aa4: Layer already exists 22:42:51 70276d2858b0: Layer already exists 22:42:51 838239d44fdc: Layer already exists 22:42:51 96678f8607d4: Layer already exists 22:42:51 80f005827356: Layer already exists 22:42:51 c9819e16d041: Layer already exists 22:42:51 03cbc61d896e: Layer already exists 22:42:51 8a47c2392d3e: Layer already exists 22:42:51 26cbea5cba74: Layer already exists 22:42:51 e25724b9d131: Layer already exists 22:42:51 3.0.0-dev.138: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:51 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:42:52 bca32b8d9100: Preparing 22:42:52 bca32b8d9100: Preparing 22:42:52 d12d15997aa4: Preparing 22:42:52 d3e22d2cc45e: Preparing 22:42:52 70276d2858b0: Preparing 22:42:52 e0480acb5075: Preparing 22:42:52 80f005827356: Preparing 22:42:52 838239d44fdc: Preparing 22:42:52 c9819e16d041: Preparing 22:42:52 96678f8607d4: Preparing 22:42:52 03cbc61d896e: Preparing 22:42:52 8a47c2392d3e: Preparing 22:42:52 e25724b9d131: Preparing 22:42:52 26cbea5cba74: Preparing 22:42:52 03cbc61d896e: Waiting 22:42:52 80f005827356: Waiting 22:42:52 838239d44fdc: Waiting 22:42:52 c9819e16d041: Waiting 22:42:52 96678f8607d4: Waiting 22:42:52 8a47c2392d3e: Waiting 22:42:52 e25724b9d131: Waiting 22:42:52 26cbea5cba74: Waiting 22:42:52 70276d2858b0: Layer already exists 22:42:52 bca32b8d9100: Layer already exists 22:42:52 e0480acb5075: Layer already exists 22:42:52 d3e22d2cc45e: Layer already exists 22:42:52 d12d15997aa4: Layer already exists 22:42:52 838239d44fdc: Layer already exists 22:42:52 80f005827356: Layer already exists 22:42:52 03cbc61d896e: Layer already exists 22:42:52 c9819e16d041: Layer already exists 22:42:52 96678f8607d4: Layer already exists 22:42:52 8a47c2392d3e: Layer already exists 22:42:52 e25724b9d131: Layer already exists 22:42:52 26cbea5cba74: Layer already exists 22:42:52 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 22:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:42:53 bca32b8d9100: Preparing 22:42:53 bca32b8d9100: Preparing 22:42:53 d12d15997aa4: Preparing 22:42:53 d3e22d2cc45e: Preparing 22:42:53 70276d2858b0: Preparing 22:42:53 e0480acb5075: Preparing 22:42:53 80f005827356: Preparing 22:42:53 838239d44fdc: Preparing 22:42:53 c9819e16d041: Preparing 22:42:53 96678f8607d4: Preparing 22:42:53 03cbc61d896e: Preparing 22:42:53 8a47c2392d3e: Preparing 22:42:53 e25724b9d131: Preparing 22:42:53 26cbea5cba74: Preparing 22:42:53 8a47c2392d3e: Waiting 22:42:53 96678f8607d4: Waiting 22:42:53 03cbc61d896e: Waiting 22:42:53 e25724b9d131: Waiting 22:42:53 80f005827356: Waiting 22:42:53 26cbea5cba74: Waiting 22:42:53 838239d44fdc: Waiting 22:42:53 c9819e16d041: Waiting 22:42:53 e0480acb5075: Layer already exists 22:42:53 d12d15997aa4: Layer already exists 22:42:53 70276d2858b0: Layer already exists 22:42:53 bca32b8d9100: Layer already exists 22:42:53 d3e22d2cc45e: Layer already exists 22:42:53 80f005827356: Layer already exists 22:42:53 c9819e16d041: Layer already exists 22:42:53 03cbc61d896e: Layer already exists 22:42:53 838239d44fdc: Layer already exists 22:42:53 96678f8607d4: Layer already exists 22:42:53 26cbea5cba74: Layer already exists 22:42:53 8a47c2392d3e: Layer already exists 22:42:53 e25724b9d131: Layer already exists 22:42:53 main: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:42:53 ===================================================== [Pipeline] echo 22:42:53 taggedImages: 22:42:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 22:42:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.138 22:42:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 22:42:53 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 22:42:53 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:53 latest 22:42:53 3.0.0-dev.138 22:42:53 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:42:53 main 22:42:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:53 + 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 22:42:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:42:54 7df6273958cd: Preparing 22:42:54 b29b94ad5b63: Preparing 22:42:54 729488c75249: Preparing 22:42:54 84757e02d5fc: Preparing 22:42:54 838239d44fdc: Preparing 22:42:54 c9819e16d041: Preparing 22:42:54 91d1cde80888: Preparing 22:42:54 26cbea5cba74: Preparing 22:42:54 c9819e16d041: Waiting 22:42:54 91d1cde80888: Waiting 22:42:54 26cbea5cba74: Waiting 22:42:54 838239d44fdc: Layer already exists 22:42:54 c9819e16d041: Layer already exists 22:42:54 91d1cde80888: Layer already exists 22:42:54 26cbea5cba74: Layer already exists 22:42:54 729488c75249: Pushed 22:42:54 7df6273958cd: Pushed 22:42:54 b29b94ad5b63: Pushed 22:42:57 84757e02d5fc: Pushed 22:42:57 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:57 + 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 22:42:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 22:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:42:58 7df6273958cd: Preparing 22:42:58 b29b94ad5b63: Preparing 22:42:58 729488c75249: Preparing 22:42:58 84757e02d5fc: Preparing 22:42:58 838239d44fdc: Preparing 22:42:58 c9819e16d041: Preparing 22:42:58 91d1cde80888: Preparing 22:42:58 26cbea5cba74: Preparing 22:42:58 c9819e16d041: Waiting 22:42:58 91d1cde80888: Waiting 22:42:58 26cbea5cba74: Waiting 22:42:58 84757e02d5fc: Layer already exists 22:42:58 b29b94ad5b63: Layer already exists 22:42:58 838239d44fdc: Layer already exists 22:42:58 729488c75249: Layer already exists 22:42:58 7df6273958cd: Layer already exists 22:42:58 26cbea5cba74: Layer already exists 22:42:58 c9819e16d041: Layer already exists 22:42:58 91d1cde80888: Layer already exists 22:42:58 latest: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:58 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.138 22:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:42:59 7df6273958cd: Preparing 22:42:59 b29b94ad5b63: Preparing 22:42:59 729488c75249: Preparing 22:42:59 84757e02d5fc: Preparing 22:42:59 838239d44fdc: Preparing 22:42:59 c9819e16d041: Preparing 22:42:59 91d1cde80888: Preparing 22:42:59 26cbea5cba74: Preparing 22:42:59 c9819e16d041: Waiting 22:42:59 91d1cde80888: Waiting 22:42:59 26cbea5cba74: Waiting 22:42:59 729488c75249: Layer already exists 22:42:59 838239d44fdc: Layer already exists 22:42:59 b29b94ad5b63: Layer already exists 22:42:59 84757e02d5fc: Layer already exists 22:42:59 7df6273958cd: Layer already exists 22:42:59 26cbea5cba74: Layer already exists 22:42:59 91d1cde80888: Layer already exists 22:42:59 c9819e16d041: Layer already exists 22:42:59 3.0.0-dev.138: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:42:59 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:43:02 7df6273958cd: Preparing 22:43:02 b29b94ad5b63: Preparing 22:43:02 729488c75249: Preparing 22:43:02 84757e02d5fc: Preparing 22:43:02 838239d44fdc: Preparing 22:43:02 c9819e16d041: Preparing 22:43:02 91d1cde80888: Preparing 22:43:02 26cbea5cba74: Preparing 22:43:02 c9819e16d041: Waiting 22:43:02 91d1cde80888: Waiting 22:43:02 26cbea5cba74: Waiting 22:43:02 7df6273958cd: Layer already exists 22:43:02 729488c75249: Layer already exists 22:43:02 84757e02d5fc: Layer already exists 22:43:02 b29b94ad5b63: Layer already exists 22:43:02 838239d44fdc: Layer already exists 22:43:02 91d1cde80888: Layer already exists 22:43:02 26cbea5cba74: Layer already exists 22:43:02 c9819e16d041: Layer already exists 22:43:02 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:02 + 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 22:43:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 22:43:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:43:03 7df6273958cd: Preparing 22:43:03 b29b94ad5b63: Preparing 22:43:03 729488c75249: Preparing 22:43:03 84757e02d5fc: Preparing 22:43:03 838239d44fdc: Preparing 22:43:03 c9819e16d041: Preparing 22:43:03 91d1cde80888: Preparing 22:43:03 26cbea5cba74: Preparing 22:43:03 c9819e16d041: Waiting 22:43:03 26cbea5cba74: Waiting 22:43:03 91d1cde80888: Waiting 22:43:03 7df6273958cd: Layer already exists 22:43:03 838239d44fdc: Layer already exists 22:43:03 729488c75249: Layer already exists 22:43:03 b29b94ad5b63: Layer already exists 22:43:03 84757e02d5fc: Layer already exists 22:43:03 c9819e16d041: Layer already exists 22:43:03 91d1cde80888: Layer already exists 22:43:03 26cbea5cba74: Layer already exists 22:43:03 main: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:43:03 ===================================================== [Pipeline] echo 22:43:03 taggedImages: 22:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 22:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.138 22:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 22:43:03 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 22:43:03 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:03 latest 22:43:03 3.0.0-dev.138 22:43:03 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:03 main 22:43:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:03 + 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 22:43:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:43:04 c9f797e5602b: Preparing 22:43:04 9b823b992e77: Preparing 22:43:04 3cb8978df4fe: Preparing 22:43:04 7fdd6a7605de: Preparing 22:43:04 838239d44fdc: Preparing 22:43:04 c9819e16d041: Preparing 22:43:04 be0202af93d1: Preparing 22:43:04 10749598bed7: Preparing 22:43:04 26cbea5cba74: Preparing 22:43:04 c9819e16d041: Waiting 22:43:04 be0202af93d1: Waiting 22:43:04 10749598bed7: Waiting 22:43:04 26cbea5cba74: Waiting 22:43:04 838239d44fdc: Layer already exists 22:43:04 c9819e16d041: Layer already exists 22:43:04 7fdd6a7605de: Pushed 22:43:04 9b823b992e77: Pushed 22:43:04 c9f797e5602b: Pushed 22:43:04 26cbea5cba74: Layer already exists 22:43:04 be0202af93d1: Pushed 22:43:04 10749598bed7: Pushed 22:43:07 3cb8978df4fe: Pushed 22:43:07 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:07 + 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 22:43:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 22:43:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:43:08 c9f797e5602b: Preparing 22:43:08 9b823b992e77: Preparing 22:43:08 3cb8978df4fe: Preparing 22:43:08 7fdd6a7605de: Preparing 22:43:08 838239d44fdc: Preparing 22:43:08 c9819e16d041: Preparing 22:43:08 be0202af93d1: Preparing 22:43:08 10749598bed7: Preparing 22:43:08 26cbea5cba74: Preparing 22:43:08 c9819e16d041: Waiting 22:43:08 be0202af93d1: Waiting 22:43:08 10749598bed7: Waiting 22:43:08 26cbea5cba74: Waiting 22:43:08 7fdd6a7605de: Layer already exists 22:43:08 838239d44fdc: Layer already exists 22:43:08 c9f797e5602b: Layer already exists 22:43:08 3cb8978df4fe: Layer already exists 22:43:08 9b823b992e77: Layer already exists 22:43:08 c9819e16d041: Layer already exists 22:43:08 be0202af93d1: Layer already exists 22:43:08 26cbea5cba74: Layer already exists 22:43:08 10749598bed7: Layer already exists 22:43:08 latest: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:08 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.138 22:43:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:43:09 c9f797e5602b: Preparing 22:43:09 9b823b992e77: Preparing 22:43:09 3cb8978df4fe: Preparing 22:43:09 7fdd6a7605de: Preparing 22:43:09 838239d44fdc: Preparing 22:43:09 c9819e16d041: Preparing 22:43:09 be0202af93d1: Preparing 22:43:09 10749598bed7: Preparing 22:43:09 26cbea5cba74: Preparing 22:43:09 c9819e16d041: Waiting 22:43:09 be0202af93d1: Waiting 22:43:09 10749598bed7: Waiting 22:43:09 26cbea5cba74: Waiting 22:43:09 c9f797e5602b: Layer already exists 22:43:09 838239d44fdc: Layer already exists 22:43:09 9b823b992e77: Layer already exists 22:43:09 3cb8978df4fe: Layer already exists 22:43:09 7fdd6a7605de: Layer already exists 22:43:09 c9819e16d041: Layer already exists 22:43:09 26cbea5cba74: Layer already exists 22:43:09 10749598bed7: Layer already exists 22:43:09 be0202af93d1: Layer already exists 22:43:09 3.0.0-dev.138: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:09 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:43:09 c9f797e5602b: Preparing 22:43:09 9b823b992e77: Preparing 22:43:09 3cb8978df4fe: Preparing 22:43:09 7fdd6a7605de: Preparing 22:43:09 838239d44fdc: Preparing 22:43:09 c9819e16d041: Preparing 22:43:09 be0202af93d1: Preparing 22:43:09 10749598bed7: Preparing 22:43:09 26cbea5cba74: Preparing 22:43:09 26cbea5cba74: Waiting 22:43:09 be0202af93d1: Waiting 22:43:09 10749598bed7: Waiting 22:43:09 c9819e16d041: Waiting 22:43:09 838239d44fdc: Layer already exists 22:43:09 3cb8978df4fe: Layer already exists 22:43:09 c9f797e5602b: Layer already exists 22:43:09 7fdd6a7605de: Layer already exists 22:43:09 9b823b992e77: Layer already exists 22:43:09 c9819e16d041: Layer already exists 22:43:09 10749598bed7: Layer already exists 22:43:09 be0202af93d1: Layer already exists 22:43:09 26cbea5cba74: Layer already exists 22:43:10 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:10 + 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 22:43:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 22:43:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:43:10 c9f797e5602b: Preparing 22:43:10 9b823b992e77: Preparing 22:43:10 3cb8978df4fe: Preparing 22:43:10 7fdd6a7605de: Preparing 22:43:10 838239d44fdc: Preparing 22:43:10 c9819e16d041: Preparing 22:43:10 be0202af93d1: Preparing 22:43:10 10749598bed7: Preparing 22:43:10 26cbea5cba74: Preparing 22:43:10 be0202af93d1: Waiting 22:43:10 26cbea5cba74: Waiting 22:43:10 10749598bed7: Waiting 22:43:10 c9819e16d041: Waiting 22:43:10 3cb8978df4fe: Layer already exists 22:43:10 7fdd6a7605de: Layer already exists 22:43:10 838239d44fdc: Layer already exists 22:43:10 c9f797e5602b: Layer already exists 22:43:10 9b823b992e77: Layer already exists 22:43:10 26cbea5cba74: Layer already exists 22:43:10 10749598bed7: Layer already exists 22:43:10 c9819e16d041: Layer already exists 22:43:10 be0202af93d1: Layer already exists 22:43:11 main: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:43:11 ===================================================== [Pipeline] echo 22:43:11 taggedImages: 22:43:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 22:43:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.138 22:43:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 22:43:11 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 22:43:11 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:11 latest 22:43:11 3.0.0-dev.138 22:43:11 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:11 main 22:43:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:11 + 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 22:43:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:43:11 ce3be3b6c797: Preparing 22:43:11 80623e264959: Preparing 22:43:11 306e7c34098d: Preparing 22:43:11 b4202bebd04c: Preparing 22:43:11 be663d9f86fb: Preparing 22:43:11 6217d4cf0a57: Preparing 22:43:11 64d586a77557: Preparing 22:43:11 838239d44fdc: Preparing 22:43:11 c9819e16d041: Preparing 22:43:11 6217d4cf0a57: Waiting 22:43:11 64d586a77557: Waiting 22:43:11 838239d44fdc: Waiting 22:43:11 c9819e16d041: Waiting 22:43:11 80947f136721: Preparing 22:43:11 26cbea5cba74: Preparing 22:43:11 80947f136721: Waiting 22:43:11 26cbea5cba74: Waiting 22:43:12 be663d9f86fb: Pushed 22:43:12 ce3be3b6c797: Pushed 22:43:12 64d586a77557: Pushed 22:43:15 80623e264959: Pushed 22:43:15 838239d44fdc: Layer already exists 22:43:15 6217d4cf0a57: Pushed 22:43:15 c9819e16d041: Layer already exists 22:43:15 26cbea5cba74: Layer already exists 22:43:15 306e7c34098d: Pushed 22:43:16 80947f136721: Pushed 22:43:18 b4202bebd04c: Pushed 22:43:18 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43: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 22:43:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 22:43:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:43:18 ce3be3b6c797: Preparing 22:43:18 80623e264959: Preparing 22:43:18 306e7c34098d: Preparing 22:43:18 b4202bebd04c: Preparing 22:43:18 be663d9f86fb: Preparing 22:43:18 6217d4cf0a57: Preparing 22:43:18 64d586a77557: Preparing 22:43:18 838239d44fdc: Preparing 22:43:18 c9819e16d041: Preparing 22:43:18 80947f136721: Preparing 22:43:18 26cbea5cba74: Preparing 22:43:18 6217d4cf0a57: Waiting 22:43:18 64d586a77557: Waiting 22:43:18 c9819e16d041: Waiting 22:43:18 838239d44fdc: Waiting 22:43:18 80947f136721: Waiting 22:43:18 26cbea5cba74: Waiting 22:43:18 306e7c34098d: Layer already exists 22:43:18 be663d9f86fb: Layer already exists 22:43:18 80623e264959: Layer already exists 22:43:18 b4202bebd04c: Layer already exists 22:43:18 ce3be3b6c797: Layer already exists 22:43:18 6217d4cf0a57: Layer already exists 22:43:18 64d586a77557: Layer already exists 22:43:18 838239d44fdc: Layer already exists 22:43:18 c9819e16d041: Layer already exists 22:43:18 80947f136721: Layer already exists 22:43:18 26cbea5cba74: Layer already exists 22:43:19 latest: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.138 22:43:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:43:19 ce3be3b6c797: Preparing 22:43:19 80623e264959: Preparing 22:43:19 306e7c34098d: Preparing 22:43:19 b4202bebd04c: Preparing 22:43:19 be663d9f86fb: Preparing 22:43:19 6217d4cf0a57: Preparing 22:43:19 64d586a77557: Preparing 22:43:19 838239d44fdc: Preparing 22:43:19 c9819e16d041: Preparing 22:43:19 80947f136721: Preparing 22:43:19 26cbea5cba74: Preparing 22:43:19 6217d4cf0a57: Waiting 22:43:19 64d586a77557: Waiting 22:43:19 838239d44fdc: Waiting 22:43:19 c9819e16d041: Waiting 22:43:19 80947f136721: Waiting 22:43:19 306e7c34098d: Layer already exists 22:43:19 80623e264959: Layer already exists 22:43:19 be663d9f86fb: Layer already exists 22:43:19 ce3be3b6c797: Layer already exists 22:43:19 b4202bebd04c: Layer already exists 22:43:19 6217d4cf0a57: Layer already exists 22:43:19 838239d44fdc: Layer already exists 22:43:19 c9819e16d041: Layer already exists 22:43:19 80947f136721: Layer already exists 22:43:19 64d586a77557: Layer already exists 22:43:19 26cbea5cba74: Layer already exists 22:43:20 3.0.0-dev.138: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:20 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:43:20 ce3be3b6c797: Preparing 22:43:20 80623e264959: Preparing 22:43:20 306e7c34098d: Preparing 22:43:20 b4202bebd04c: Preparing 22:43:20 be663d9f86fb: Preparing 22:43:20 6217d4cf0a57: Preparing 22:43:20 64d586a77557: Preparing 22:43:20 838239d44fdc: Preparing 22:43:20 c9819e16d041: Preparing 22:43:20 80947f136721: Preparing 22:43:20 26cbea5cba74: Preparing 22:43:20 6217d4cf0a57: Waiting 22:43:20 64d586a77557: Waiting 22:43:20 838239d44fdc: Waiting 22:43:20 c9819e16d041: Waiting 22:43:20 80947f136721: Waiting 22:43:20 26cbea5cba74: Waiting 22:43:20 b4202bebd04c: Layer already exists 22:43:20 ce3be3b6c797: Layer already exists 22:43:20 306e7c34098d: Layer already exists 22:43:20 be663d9f86fb: Layer already exists 22:43:20 80623e264959: Layer already exists 22:43:20 c9819e16d041: Layer already exists 22:43:20 838239d44fdc: Layer already exists 22:43:20 80947f136721: Layer already exists 22:43:20 6217d4cf0a57: Layer already exists 22:43:20 64d586a77557: Layer already exists 22:43:20 26cbea5cba74: Layer already exists 22:43:21 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43: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 22:43:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 22:43:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:43:21 ce3be3b6c797: Preparing 22:43:21 80623e264959: Preparing 22:43:21 306e7c34098d: Preparing 22:43:21 b4202bebd04c: Preparing 22:43:21 be663d9f86fb: Preparing 22:43:21 6217d4cf0a57: Preparing 22:43:21 64d586a77557: Preparing 22:43:21 838239d44fdc: Preparing 22:43:21 c9819e16d041: Preparing 22:43:21 80947f136721: Preparing 22:43:21 26cbea5cba74: Preparing 22:43:21 6217d4cf0a57: Waiting 22:43:21 64d586a77557: Waiting 22:43:21 838239d44fdc: Waiting 22:43:21 c9819e16d041: Waiting 22:43:21 80947f136721: Waiting 22:43:21 26cbea5cba74: Waiting 22:43:21 ce3be3b6c797: Layer already exists 22:43:21 80623e264959: Layer already exists 22:43:21 be663d9f86fb: Layer already exists 22:43:21 306e7c34098d: Layer already exists 22:43:21 b4202bebd04c: Layer already exists 22:43:21 838239d44fdc: Layer already exists 22:43:21 64d586a77557: Layer already exists 22:43:21 80947f136721: Layer already exists 22:43:21 6217d4cf0a57: Layer already exists 22:43:21 c9819e16d041: Layer already exists 22:43:21 26cbea5cba74: Layer already exists 22:43:22 main: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:43:22 ===================================================== [Pipeline] echo 22:43:22 taggedImages: 22:43:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 22:43:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.138 22:43:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 22:43:22 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 22:43:22 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:22 latest 22:43:22 3.0.0-dev.138 22:43:22 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:22 main 22:43:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43: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 22:43:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:43:22 d988c4fd2dcd: Preparing 22:43:22 76e045edd489: Preparing 22:43:22 838239d44fdc: Preparing 22:43:22 c9819e16d041: Preparing 22:43:22 58e66b0c4a88: Preparing 22:43:22 26cbea5cba74: Preparing 22:43:22 26cbea5cba74: Waiting 22:43:22 838239d44fdc: Layer already exists 22:43:22 c9819e16d041: Layer already exists 22:43:23 26cbea5cba74: Layer already exists 22:43:23 d988c4fd2dcd: Pushed 22:43:24 58e66b0c4a88: Pushed 22:43:27 76e045edd489: Pushed 22:43:28 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:29 + 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 22:43:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 22:43:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:43:30 d988c4fd2dcd: Preparing 22:43:30 76e045edd489: Preparing 22:43:30 838239d44fdc: Preparing 22:43:30 c9819e16d041: Preparing 22:43:30 58e66b0c4a88: Preparing 22:43:30 26cbea5cba74: Preparing 22:43:30 26cbea5cba74: Waiting 22:43:30 d988c4fd2dcd: Layer already exists 22:43:30 58e66b0c4a88: Layer already exists 22:43:30 c9819e16d041: Layer already exists 22:43:30 838239d44fdc: Layer already exists 22:43:30 76e045edd489: Layer already exists 22:43:30 26cbea5cba74: Layer already exists 22:43:30 latest: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:30 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.138 22:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:43:31 d988c4fd2dcd: Preparing 22:43:31 76e045edd489: Preparing 22:43:31 838239d44fdc: Preparing 22:43:31 c9819e16d041: Preparing 22:43:31 58e66b0c4a88: Preparing 22:43:31 26cbea5cba74: Preparing 22:43:31 26cbea5cba74: Waiting 22:43:31 c9819e16d041: Layer already exists 22:43:31 838239d44fdc: Layer already exists 22:43:31 d988c4fd2dcd: Layer already exists 22:43:31 58e66b0c4a88: Layer already exists 22:43:31 76e045edd489: Layer already exists 22:43:31 26cbea5cba74: Layer already exists 22:43:31 3.0.0-dev.138: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:43:32 d988c4fd2dcd: Preparing 22:43:32 76e045edd489: Preparing 22:43:32 838239d44fdc: Preparing 22:43:32 c9819e16d041: Preparing 22:43:32 58e66b0c4a88: Preparing 22:43:32 26cbea5cba74: Preparing 22:43:32 26cbea5cba74: Waiting 22:43:32 d988c4fd2dcd: Layer already exists 22:43:32 58e66b0c4a88: Layer already exists 22:43:32 76e045edd489: Layer already exists 22:43:32 c9819e16d041: Layer already exists 22:43:32 838239d44fdc: Layer already exists 22:43:32 26cbea5cba74: Layer already exists 22:43:32 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:32 + 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 22:43:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 22:43:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:43:33 d988c4fd2dcd: Preparing 22:43:33 76e045edd489: Preparing 22:43:33 838239d44fdc: Preparing 22:43:33 c9819e16d041: Preparing 22:43:33 58e66b0c4a88: Preparing 22:43:33 26cbea5cba74: Preparing 22:43:33 26cbea5cba74: Waiting 22:43:33 c9819e16d041: Layer already exists 22:43:33 58e66b0c4a88: Layer already exists 22:43:33 76e045edd489: Layer already exists 22:43:33 838239d44fdc: Layer already exists 22:43:33 d988c4fd2dcd: Layer already exists 22:43:33 26cbea5cba74: Layer already exists 22:43:33 main: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:43:33 ===================================================== [Pipeline] echo 22:43:33 taggedImages: 22:43:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 22:43:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.138 22:43:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 22:43:33 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 22:43:33 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:33 latest 22:43:33 3.0.0-dev.138 22:43:33 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:33 main 22:43:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:33 + 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 22:43:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:43:34 a459605c5d1a: Preparing 22:43:34 1f654e449a0a: Preparing 22:43:34 4209f809c412: Preparing 22:43:34 372c5ee414f8: Preparing 22:43:34 ef0958dcd1e4: Preparing 22:43:34 838239d44fdc: Preparing 22:43:34 c9819e16d041: Preparing 22:43:34 4d10d6067214: Preparing 22:43:34 26cbea5cba74: Preparing 22:43:34 838239d44fdc: Waiting 22:43:34 c9819e16d041: Waiting 22:43:34 4d10d6067214: Waiting 22:43:34 26cbea5cba74: Waiting 22:43:34 a459605c5d1a: Pushed 22:43:34 1f654e449a0a: Pushed 22:43:34 4209f809c412: Pushed 22:43:34 838239d44fdc: Layer already exists 22:43:34 c9819e16d041: Layer already exists 22:43:34 26cbea5cba74: Layer already exists 22:43:35 4d10d6067214: Pushed 22:43:47 ef0958dcd1e4: Pushed 22:43:53 372c5ee414f8: Pushed 22:43:53 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:53 + 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 22:43:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 22:43:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:43:53 a459605c5d1a: Preparing 22:43:53 1f654e449a0a: Preparing 22:43:53 4209f809c412: Preparing 22:43:53 372c5ee414f8: Preparing 22:43:53 ef0958dcd1e4: Preparing 22:43:53 838239d44fdc: Preparing 22:43:53 c9819e16d041: Preparing 22:43:53 4d10d6067214: Preparing 22:43:53 26cbea5cba74: Preparing 22:43:53 c9819e16d041: Waiting 22:43:53 4d10d6067214: Waiting 22:43:53 26cbea5cba74: Waiting 22:43:53 1f654e449a0a: Layer already exists 22:43:53 ef0958dcd1e4: Layer already exists 22:43:53 372c5ee414f8: Layer already exists 22:43:53 a459605c5d1a: Layer already exists 22:43:53 4209f809c412: Layer already exists 22:43:53 838239d44fdc: Layer already exists 22:43:53 c9819e16d041: Layer already exists 22:43:53 4d10d6067214: Layer already exists 22:43:53 26cbea5cba74: Layer already exists 22:43:53 latest: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:54 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.138 22:43:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:43:54 a459605c5d1a: Preparing 22:43:54 1f654e449a0a: Preparing 22:43:54 4209f809c412: Preparing 22:43:54 372c5ee414f8: Preparing 22:43:54 ef0958dcd1e4: Preparing 22:43:54 838239d44fdc: Preparing 22:43:54 c9819e16d041: Preparing 22:43:54 4d10d6067214: Preparing 22:43:54 26cbea5cba74: Preparing 22:43:54 c9819e16d041: Waiting 22:43:54 4d10d6067214: Waiting 22:43:54 26cbea5cba74: Waiting 22:43:54 838239d44fdc: Waiting 22:43:54 372c5ee414f8: Layer already exists 22:43:54 a459605c5d1a: Layer already exists 22:43:54 ef0958dcd1e4: Layer already exists 22:43:54 1f654e449a0a: Layer already exists 22:43:54 4209f809c412: Layer already exists 22:43:54 26cbea5cba74: Layer already exists 22:43:54 c9819e16d041: Layer already exists 22:43:54 4d10d6067214: Layer already exists 22:43:54 838239d44fdc: Layer already exists 22:43:54 3.0.0-dev.138: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:55 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:43:55 a459605c5d1a: Preparing 22:43:55 1f654e449a0a: Preparing 22:43:55 4209f809c412: Preparing 22:43:55 372c5ee414f8: Preparing 22:43:55 ef0958dcd1e4: Preparing 22:43:55 838239d44fdc: Preparing 22:43:55 c9819e16d041: Preparing 22:43:55 4d10d6067214: Preparing 22:43:55 26cbea5cba74: Preparing 22:43:55 838239d44fdc: Waiting 22:43:55 c9819e16d041: Waiting 22:43:55 4d10d6067214: Waiting 22:43:55 26cbea5cba74: Waiting 22:43:55 1f654e449a0a: Layer already exists 22:43:55 372c5ee414f8: Layer already exists 22:43:55 ef0958dcd1e4: Layer already exists 22:43:55 a459605c5d1a: Layer already exists 22:43:55 4209f809c412: Layer already exists 22:43:55 4d10d6067214: Layer already exists 22:43:55 c9819e16d041: Layer already exists 22:43:55 838239d44fdc: Layer already exists 22:43:55 26cbea5cba74: Layer already exists 22:43:55 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:56 + 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 22:43:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 22:43:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:43:56 a459605c5d1a: Preparing 22:43:56 1f654e449a0a: Preparing 22:43:56 4209f809c412: Preparing 22:43:56 372c5ee414f8: Preparing 22:43:56 ef0958dcd1e4: Preparing 22:43:56 838239d44fdc: Preparing 22:43:56 c9819e16d041: Preparing 22:43:56 4d10d6067214: Preparing 22:43:56 26cbea5cba74: Preparing 22:43:56 c9819e16d041: Waiting 22:43:56 4d10d6067214: Waiting 22:43:56 26cbea5cba74: Waiting 22:43:56 838239d44fdc: Waiting 22:43:56 ef0958dcd1e4: Layer already exists 22:43:56 1f654e449a0a: Layer already exists 22:43:56 372c5ee414f8: Layer already exists 22:43:56 4209f809c412: Layer already exists 22:43:56 a459605c5d1a: Layer already exists 22:43:56 4d10d6067214: Layer already exists 22:43:56 26cbea5cba74: Layer already exists 22:43:56 c9819e16d041: Layer already exists 22:43:56 838239d44fdc: Layer already exists 22:43:56 main: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:43:56 ===================================================== [Pipeline] echo 22:43:56 taggedImages: 22:43:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 22:43:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.138 22:43:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 22:43:56 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 22:43:56 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:56 latest 22:43:56 3.0.0-dev.138 22:43:56 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:43:56 main 22:43:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:43:57 + 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 22:43:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:43:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:43:57 9071ea64b384: Preparing 22:43:57 0f9c040df438: Preparing 22:43:57 a16d492f3b35: Preparing 22:43:57 c65f82c042a0: Preparing 22:43:57 838239d44fdc: Preparing 22:43:57 c9819e16d041: Preparing 22:43:57 f9c6c11e9aae: Preparing 22:43:57 26cbea5cba74: Preparing 22:43:57 f9c6c11e9aae: Waiting 22:43:57 26cbea5cba74: Waiting 22:43:57 c9819e16d041: Waiting 22:43:57 838239d44fdc: Layer already exists 22:43:57 c9819e16d041: Layer already exists 22:43:57 9071ea64b384: Pushed 22:43:57 0f9c040df438: Pushed 22:43:57 26cbea5cba74: Layer already exists 22:43:57 a16d492f3b35: Pushed 22:43:58 f9c6c11e9aae: Pushed 22:44:16 c65f82c042a0: Pushed 22:44:16 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:16 + 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 22:44:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 22:44:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:44:17 9071ea64b384: Preparing 22:44:17 0f9c040df438: Preparing 22:44:17 a16d492f3b35: Preparing 22:44:17 c65f82c042a0: Preparing 22:44:17 838239d44fdc: Preparing 22:44:17 c9819e16d041: Preparing 22:44:17 f9c6c11e9aae: Preparing 22:44:17 26cbea5cba74: Preparing 22:44:17 f9c6c11e9aae: Waiting 22:44:17 c9819e16d041: Waiting 22:44:17 26cbea5cba74: Waiting 22:44:17 0f9c040df438: Layer already exists 22:44:17 a16d492f3b35: Layer already exists 22:44:17 c65f82c042a0: Layer already exists 22:44:17 838239d44fdc: Layer already exists 22:44:17 9071ea64b384: Layer already exists 22:44:17 c9819e16d041: Layer already exists 22:44:17 f9c6c11e9aae: Layer already exists 22:44:17 26cbea5cba74: Layer already exists 22:44:17 latest: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:17 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.138 22:44:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:44:18 9071ea64b384: Preparing 22:44:18 0f9c040df438: Preparing 22:44:18 a16d492f3b35: Preparing 22:44:18 c65f82c042a0: Preparing 22:44:18 838239d44fdc: Preparing 22:44:18 c9819e16d041: Preparing 22:44:18 f9c6c11e9aae: Preparing 22:44:18 26cbea5cba74: Preparing 22:44:18 c9819e16d041: Waiting 22:44:18 f9c6c11e9aae: Waiting 22:44:18 26cbea5cba74: Waiting 22:44:18 9071ea64b384: Layer already exists 22:44:18 c65f82c042a0: Layer already exists 22:44:18 838239d44fdc: Layer already exists 22:44:18 a16d492f3b35: Layer already exists 22:44:18 0f9c040df438: Layer already exists 22:44:18 26cbea5cba74: Layer already exists 22:44:18 c9819e16d041: Layer already exists 22:44:18 f9c6c11e9aae: Layer already exists 22:44:18 3.0.0-dev.138: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:18 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:44:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:44:19 9071ea64b384: Preparing 22:44:19 0f9c040df438: Preparing 22:44:19 a16d492f3b35: Preparing 22:44:19 c65f82c042a0: Preparing 22:44:19 838239d44fdc: Preparing 22:44:19 c9819e16d041: Preparing 22:44:19 f9c6c11e9aae: Preparing 22:44:19 26cbea5cba74: Preparing 22:44:19 c9819e16d041: Waiting 22:44:19 f9c6c11e9aae: Waiting 22:44:19 26cbea5cba74: Waiting 22:44:19 c65f82c042a0: Layer already exists 22:44:19 838239d44fdc: Layer already exists 22:44:19 a16d492f3b35: Layer already exists 22:44:19 0f9c040df438: Layer already exists 22:44:19 9071ea64b384: Layer already exists 22:44:19 26cbea5cba74: Layer already exists 22:44:19 f9c6c11e9aae: Layer already exists 22:44:19 c9819e16d041: Layer already exists 22:44:19 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:19 + 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 22:44:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 22:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:44:20 9071ea64b384: Preparing 22:44:20 0f9c040df438: Preparing 22:44:20 a16d492f3b35: Preparing 22:44:20 c65f82c042a0: Preparing 22:44:20 838239d44fdc: Preparing 22:44:20 c9819e16d041: Preparing 22:44:20 f9c6c11e9aae: Preparing 22:44:20 26cbea5cba74: Preparing 22:44:20 c9819e16d041: Waiting 22:44:20 f9c6c11e9aae: Waiting 22:44:20 838239d44fdc: Layer already exists 22:44:20 9071ea64b384: Layer already exists 22:44:20 0f9c040df438: Layer already exists 22:44:20 c65f82c042a0: Layer already exists 22:44:20 a16d492f3b35: Layer already exists 22:44:20 c9819e16d041: Layer already exists 22:44:20 26cbea5cba74: Layer already exists 22:44:20 f9c6c11e9aae: Layer already exists 22:44:20 main: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:44:20 ===================================================== [Pipeline] echo 22:44:20 taggedImages: 22:44:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:44:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 22:44:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.138 22:44:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:44:20 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 22:44:20 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 22:44:20 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:44:20 latest 22:44:20 3.0.0-dev.138 22:44:20 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:44:20 main 22:44:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:20 + 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 22:44:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:44:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:44:21 e1e2cd19fc9b: Preparing 22:44:21 7b773948b685: Preparing 22:44:21 81fc8afb94a6: Preparing 22:44:21 d0ed3f41ec8d: Preparing 22:44:21 838239d44fdc: Preparing 22:44:21 c9819e16d041: Preparing 22:44:21 4d10d6067214: Preparing 22:44:21 26cbea5cba74: Preparing 22:44:21 c9819e16d041: Waiting 22:44:21 4d10d6067214: Waiting 22:44:21 26cbea5cba74: Waiting 22:44:21 838239d44fdc: Layer already exists 22:44:21 c9819e16d041: Layer already exists 22:44:21 4d10d6067214: Layer already exists 22:44:21 26cbea5cba74: Layer already exists 22:44:21 7b773948b685: Pushed 22:44:21 81fc8afb94a6: Pushed 22:44:21 e1e2cd19fc9b: Pushed 22:44:39 d0ed3f41ec8d: Pushed 22:44:39 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:40 + 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 22:44:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 22:44:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:44:40 e1e2cd19fc9b: Preparing 22:44:40 7b773948b685: Preparing 22:44:40 81fc8afb94a6: Preparing 22:44:40 d0ed3f41ec8d: Preparing 22:44:40 838239d44fdc: Preparing 22:44:40 c9819e16d041: Preparing 22:44:40 4d10d6067214: Preparing 22:44:40 26cbea5cba74: Preparing 22:44:40 4d10d6067214: Waiting 22:44:40 26cbea5cba74: Waiting 22:44:40 c9819e16d041: Waiting 22:44:40 838239d44fdc: Layer already exists 22:44:40 7b773948b685: Layer already exists 22:44:40 d0ed3f41ec8d: Layer already exists 22:44:40 81fc8afb94a6: Layer already exists 22:44:40 e1e2cd19fc9b: Layer already exists 22:44:40 c9819e16d041: Layer already exists 22:44:40 26cbea5cba74: Layer already exists 22:44:40 4d10d6067214: Layer already exists 22:44:40 latest: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:40 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.138 22:44:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:44:41 e1e2cd19fc9b: Preparing 22:44:41 7b773948b685: Preparing 22:44:41 81fc8afb94a6: Preparing 22:44:41 d0ed3f41ec8d: Preparing 22:44:41 838239d44fdc: Preparing 22:44:41 c9819e16d041: Preparing 22:44:41 4d10d6067214: Preparing 22:44:41 26cbea5cba74: Preparing 22:44:41 4d10d6067214: Waiting 22:44:41 c9819e16d041: Waiting 22:44:41 26cbea5cba74: Waiting 22:44:41 7b773948b685: Layer already exists 22:44:41 838239d44fdc: Layer already exists 22:44:41 81fc8afb94a6: Layer already exists 22:44:41 d0ed3f41ec8d: Layer already exists 22:44:41 e1e2cd19fc9b: Layer already exists 22:44:41 26cbea5cba74: Layer already exists 22:44:41 c9819e16d041: Layer already exists 22:44:41 4d10d6067214: Layer already exists 22:44:41 3.0.0-dev.138: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:44:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:44:42 e1e2cd19fc9b: Preparing 22:44:42 7b773948b685: Preparing 22:44:42 81fc8afb94a6: Preparing 22:44:42 d0ed3f41ec8d: Preparing 22:44:42 838239d44fdc: Preparing 22:44:42 c9819e16d041: Preparing 22:44:42 4d10d6067214: Preparing 22:44:42 26cbea5cba74: Preparing 22:44:42 c9819e16d041: Waiting 22:44:42 26cbea5cba74: Waiting 22:44:42 4d10d6067214: Waiting 22:44:42 838239d44fdc: Layer already exists 22:44:42 e1e2cd19fc9b: Layer already exists 22:44:42 81fc8afb94a6: Layer already exists 22:44:42 d0ed3f41ec8d: Layer already exists 22:44:42 7b773948b685: Layer already exists 22:44:42 4d10d6067214: Layer already exists 22:44:42 26cbea5cba74: Layer already exists 22:44:42 c9819e16d041: Layer already exists 22:44:42 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:42 + 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 22:44:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 22:44:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:44:43 e1e2cd19fc9b: Preparing 22:44:43 7b773948b685: Preparing 22:44:43 81fc8afb94a6: Preparing 22:44:43 d0ed3f41ec8d: Preparing 22:44:43 838239d44fdc: Preparing 22:44:43 c9819e16d041: Preparing 22:44:43 4d10d6067214: Preparing 22:44:43 26cbea5cba74: Preparing 22:44:43 c9819e16d041: Waiting 22:44:43 4d10d6067214: Waiting 22:44:43 26cbea5cba74: Waiting 22:44:43 7b773948b685: Layer already exists 22:44:43 e1e2cd19fc9b: Layer already exists 22:44:43 d0ed3f41ec8d: Layer already exists 22:44:43 838239d44fdc: Layer already exists 22:44:43 81fc8afb94a6: Layer already exists 22:44:43 26cbea5cba74: Layer already exists 22:44:43 c9819e16d041: Layer already exists 22:44:43 4d10d6067214: Layer already exists 22:44:43 main: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:44:43 ===================================================== [Pipeline] echo 22:44:43 taggedImages: 22:44:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:44:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 22:44:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.138 22:44:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:44:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 22:44:43 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 22:44:43 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:44:43 latest 22:44:43 3.0.0-dev.138 22:44:43 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:44:43 main 22:44:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:44:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:44:44 c553fec6af0e: Preparing 22:44:44 c40adf2dfa5b: Preparing 22:44:44 838239d44fdc: Preparing 22:44:44 c9819e16d041: Preparing 22:44:44 1f6dc4503ce8: Preparing 22:44:44 26cbea5cba74: Preparing 22:44:44 26cbea5cba74: Waiting 22:44:44 c9819e16d041: Layer already exists 22:44:44 838239d44fdc: Layer already exists 22:44:44 26cbea5cba74: Layer already exists 22:44:44 c553fec6af0e: Pushed 22:44:44 1f6dc4503ce8: Pushed 22:44:51 c40adf2dfa5b: Pushed 22:44:51 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 22:44:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:44:52 c553fec6af0e: Preparing 22:44:52 c40adf2dfa5b: Preparing 22:44:52 838239d44fdc: Preparing 22:44:52 c9819e16d041: Preparing 22:44:52 1f6dc4503ce8: Preparing 22:44:52 26cbea5cba74: Preparing 22:44:52 26cbea5cba74: Waiting 22:44:52 c553fec6af0e: Layer already exists 22:44:52 1f6dc4503ce8: Layer already exists 22:44:52 c9819e16d041: Layer already exists 22:44:52 838239d44fdc: Layer already exists 22:44:52 c40adf2dfa5b: Layer already exists 22:44:52 26cbea5cba74: Layer already exists 22:44:52 latest: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.138 22:44:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:44:53 c553fec6af0e: Preparing 22:44:53 c40adf2dfa5b: Preparing 22:44:53 838239d44fdc: Preparing 22:44:53 c9819e16d041: Preparing 22:44:53 1f6dc4503ce8: Preparing 22:44:53 26cbea5cba74: Preparing 22:44:53 26cbea5cba74: Waiting 22:44:53 1f6dc4503ce8: Layer already exists 22:44:53 838239d44fdc: Layer already exists 22:44:53 c40adf2dfa5b: Layer already exists 22:44:53 c9819e16d041: Layer already exists 22:44:53 c553fec6af0e: Layer already exists 22:44:53 26cbea5cba74: Layer already exists 22:44:53 3.0.0-dev.138: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:53 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:54 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:44:54 c553fec6af0e: Preparing 22:44:54 c40adf2dfa5b: Preparing 22:44:54 838239d44fdc: Preparing 22:44:54 c9819e16d041: Preparing 22:44:54 1f6dc4503ce8: Preparing 22:44:54 26cbea5cba74: Preparing 22:44:54 26cbea5cba74: Waiting 22:44:54 1f6dc4503ce8: Layer already exists 22:44:54 838239d44fdc: Layer already exists 22:44:54 c553fec6af0e: Layer already exists 22:44:54 c40adf2dfa5b: Layer already exists 22:44:54 c9819e16d041: Layer already exists 22:44:54 26cbea5cba74: Layer already exists 22:44:54 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:54 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 22:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:44:55 c553fec6af0e: Preparing 22:44:55 c40adf2dfa5b: Preparing 22:44:55 838239d44fdc: Preparing 22:44:55 c9819e16d041: Preparing 22:44:55 1f6dc4503ce8: Preparing 22:44:55 26cbea5cba74: Preparing 22:44:55 26cbea5cba74: Waiting 22:44:55 c9819e16d041: Layer already exists 22:44:55 c553fec6af0e: Layer already exists 22:44:55 1f6dc4503ce8: Layer already exists 22:44:55 c40adf2dfa5b: Layer already exists 22:44:55 838239d44fdc: Layer already exists 22:44:55 26cbea5cba74: Layer already exists 22:44:55 main: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:44:55 ===================================================== [Pipeline] echo 22:44:55 taggedImages: 22:44:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:44:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 22:44:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.138 22:44:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:44:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 22:44:55 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 22:44:55 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:44:55 latest 22:44:55 3.0.0-dev.138 22:44:55 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:44:55 main 22:44:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:44:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:44:56 1a2c62f4f1f2: Preparing 22:44:56 1257af9e8950: Preparing 22:44:56 838239d44fdc: Preparing 22:44:56 c9819e16d041: Preparing 22:44:56 b9526df6a060: Preparing 22:44:56 26cbea5cba74: Preparing 22:44:56 26cbea5cba74: Waiting 22:44:56 838239d44fdc: Layer already exists 22:44:56 b9526df6a060: Layer already exists 22:44:56 c9819e16d041: Layer already exists 22:44:56 26cbea5cba74: Layer already exists 22:44:56 1a2c62f4f1f2: Pushed 22:45:01 1257af9e8950: Pushed 22:45:01 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 22:45:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:45:02 1a2c62f4f1f2: Preparing 22:45:02 1257af9e8950: Preparing 22:45:02 838239d44fdc: Preparing 22:45:02 c9819e16d041: Preparing 22:45:02 b9526df6a060: Preparing 22:45:02 26cbea5cba74: Preparing 22:45:02 26cbea5cba74: Waiting 22:45:02 c9819e16d041: Layer already exists 22:45:02 b9526df6a060: Layer already exists 22:45:02 838239d44fdc: Layer already exists 22:45:02 1257af9e8950: Layer already exists 22:45:02 1a2c62f4f1f2: Layer already exists 22:45:02 26cbea5cba74: Layer already exists 22:45:02 latest: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:03 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.138 22:45:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:45:03 1a2c62f4f1f2: Preparing 22:45:03 1257af9e8950: Preparing 22:45:03 838239d44fdc: Preparing 22:45:03 c9819e16d041: Preparing 22:45:03 b9526df6a060: Preparing 22:45:03 26cbea5cba74: Preparing 22:45:03 26cbea5cba74: Waiting 22:45:03 1a2c62f4f1f2: Layer already exists 22:45:03 c9819e16d041: Layer already exists 22:45:03 1257af9e8950: Layer already exists 22:45:03 838239d44fdc: Layer already exists 22:45:03 b9526df6a060: Layer already exists 22:45:03 26cbea5cba74: Layer already exists 22:45:03 3.0.0-dev.138: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:03 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:45:05 1a2c62f4f1f2: Preparing 22:45:05 1257af9e8950: Preparing 22:45:05 838239d44fdc: Preparing 22:45:05 c9819e16d041: Preparing 22:45:05 b9526df6a060: Preparing 22:45:05 26cbea5cba74: Preparing 22:45:05 26cbea5cba74: Waiting 22:45:05 b9526df6a060: Layer already exists 22:45:05 838239d44fdc: Layer already exists 22:45:05 1a2c62f4f1f2: Layer already exists 22:45:05 1257af9e8950: Layer already exists 22:45:05 c9819e16d041: Layer already exists 22:45:05 26cbea5cba74: Layer already exists 22:45:05 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 22:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:45:06 1a2c62f4f1f2: Preparing 22:45:06 1257af9e8950: Preparing 22:45:06 838239d44fdc: Preparing 22:45:06 c9819e16d041: Preparing 22:45:06 b9526df6a060: Preparing 22:45:06 26cbea5cba74: Preparing 22:45:06 b9526df6a060: Layer already exists 22:45:06 1257af9e8950: Layer already exists 22:45:06 1a2c62f4f1f2: Layer already exists 22:45:06 838239d44fdc: Layer already exists 22:45:06 c9819e16d041: Layer already exists 22:45:06 26cbea5cba74: Layer already exists 22:45:06 main: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:45:06 ===================================================== [Pipeline] echo 22:45:06 taggedImages: 22:45:06 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e 22:45:06 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 22:45:06 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.138 22:45:06 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 22:45:06 - 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 22:45:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:45:07 22:45:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:45:07 arm64: Pulling from edgex-lftools-log-publisher 22:45:07 8998bd30e6a1: Pulling fs layer 22:45:07 04944245beec: Pulling fs layer 22:45:07 699f458cf7ca: Pulling fs layer 22:45:07 765212b225bb: Pulling fs layer 22:45:07 f23df028b6ca: Pulling fs layer 22:45:07 d65c8cfc05b1: Pulling fs layer 22:45:07 2437ff75d9bd: Pulling fs layer 22:45:07 f23df028b6ca: Waiting 22:45:07 d65c8cfc05b1: Waiting 22:45:07 2437ff75d9bd: Waiting 22:45:07 765212b225bb: Waiting 22:45:07 04944245beec: Verifying Checksum 22:45:07 04944245beec: Download complete 22:45:07 765212b225bb: Verifying Checksum 22:45:07 765212b225bb: Download complete 22:45:07 f23df028b6ca: Verifying Checksum 22:45:07 f23df028b6ca: Download complete 22:45:07 d65c8cfc05b1: Verifying Checksum 22:45:07 d65c8cfc05b1: Download complete 22:45:08 699f458cf7ca: Verifying Checksum 22:45:08 699f458cf7ca: Download complete 22:45:08 8998bd30e6a1: Verifying Checksum 22:45:08 8998bd30e6a1: Download complete 22:45:11 2437ff75d9bd: Verifying Checksum 22:45:11 2437ff75d9bd: Download complete 22:45:12 8998bd30e6a1: Pull complete 22:45:12 04944245beec: Pull complete 22:45:14 699f458cf7ca: Pull complete 22:45:14 765212b225bb: Pull complete 22:45:14 f23df028b6ca: Pull complete 22:45:14 d65c8cfc05b1: Pull complete 22:45:27 2437ff75d9bd: Pull complete 22:45:27 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:45:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:45:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:45:27 prd-ubuntu20.04-docker-arm64-4c-16g-10889 does not seem to be running inside a container 22:45:27 $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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-lftools-log-publisher:arm64 cat 22:45:30 $ docker top 0893e4483d491101608063350236383fde40148bfaff0ddfb437aba946f73b01 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:31 ---> job-cost.sh 22:45:31 lf-activate-venv: SKIPPING 22:45:31 INFO: No Stack... 22:45:31 INFO: Retrieving Pricing Info for: v3-standard-4 22:45:32 INFO: Archiving Costs [Pipeline] sh 22:45:33 + cut -d, -f6 22:45:33 + cat /w/workspace/edgex-go/500/archives/cost.csv [Pipeline] lock 22:45:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-500-stack-cost] 22:45:33 Resource [jenkins-edgexfoundry-edgex-go-main-500-stack-cost] did not exist. Created. 22:45:33 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-500-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:45:34 + echo total: 0.10999999940395355 [Pipeline] stash 22:45:34 Stashed 1 file(s) [Pipeline] } 22:45:34 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-500-stack-cost] [Pipeline] // lock [Pipeline] } 22:45:34 $ docker stop --time=1 0893e4483d491101608063350236383fde40148bfaff0ddfb437aba946f73b01 22:45:36 $ docker rm -f --volumes 0893e4483d491101608063350236383fde40148bfaff0ddfb437aba946f73b01 [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 22:45:36 provisioning config files... 22:45:36 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/500@tmp/config7780011376487946470tmp [Pipeline] { [Pipeline] sh 22:45:36 + set +x 22:45:36 + curl -s https://codecov.io/bash 22:45:36 + bash -s -- 22:45:36 22:45:36 _____ _ 22:45:36 / ____| | | 22:45:36 | | ___ __| | ___ ___ _____ __ 22:45:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:45:36 | |___| (_) | (_| | __/ (_| (_) \ V / 22:45:36 \_____\___/ \__,_|\___|\___\___/ \_/ 22:45:36 Bash-1.0.6 22:45:36 22:45:36 22:45:36 ==> git version 2.25.1 found 22:45:36 ==> 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 22:45:36 Release-Date: 2020-01-08 22:45:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:45:36 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:45:36 ==> Jenkins CI detected. 22:45:36 current dir:  /w/workspace/edgex-go/500 22:45:36 project root: . 22:45:36 --> token set from env 22:45:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:45:36 ==> Running gcov in . (disable via -X gcov) 22:45:36 ==> Python coveragepy not found 22:45:36 ==> Searching for coverage reports in: 22:45:36 + . 22:45:37 -> Found 1 reports 22:45:37 ==> Detecting git/mercurial file structure 22:45:37 ==> Reading reports 22:45:37 + ./coverage.out bytes=448248 22:45:37 ==> Appending adjustments 22:45:37 https://docs.codecov.io/docs/fixing-reports 22:45:38 + Found adjustments 22:45:38 ==> Gzipping contents 22:45:38 60K /tmp/codecov.N9PJlR.gz 22:45:38 ==> Uploading reports 22:45:38 url: https://codecov.io 22:45:38 query: branch=main&commit=50d4b1035dfa4399e59f9a653307c5f6e2ab238e&build=500&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F500%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:45:38 -> Pinging Codecov 22:45:38 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=500&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F500%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:45:38 -> Uploading to 22:45:38 https://storage.googleapis.com/codecov/v4/raw/2023-04-25/00271124DB129430A58F1EEE437C3FCB/50d4b1035dfa4399e59f9a653307c5f6e2ab238e/ca1ceb1e-b429-4659-b875-7df08864a8e5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230425%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230425T224538Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c78efb7ed6f988f9d1418e13bc52ca0e0c1b195bf5a11afe4688885ea10e31f 22:45:38 % Total % Received % Xferd Average Speed Time Time Time Current 22:45:38 Dload Upload Total Spent Left Speed 22:45:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57541 0 0 100 57541 0 276k --:--:-- --:--:-- --:--:-- 276k 100 57541 0 0 100 57541 0 256k --:--:-- --:--:-- --:--:-- 255k 22:45:38 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } 22:45:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:45:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:45:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:45:39 22:45:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:45:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:45:39 df9b9388f04a: Pulling fs layer 22:45:39 52dc419b0ee2: Pulling fs layer 22:45:39 25bc292e5bac: Pulling fs layer 22:45:39 114826534d7a: Pulling fs layer 22:45:39 4657fd5d0bcf: Pulling fs layer 22:45:39 6ad1cebc031e: Pulling fs layer 22:45:39 8a3aa393b2d8: Pulling fs layer 22:45:39 114826534d7a: Waiting 22:45:39 4657fd5d0bcf: Waiting 22:45:39 6ad1cebc031e: Waiting 22:45:39 8a3aa393b2d8: Waiting 22:45:39 25bc292e5bac: Verifying Checksum 22:45:39 25bc292e5bac: Download complete 22:45:39 52dc419b0ee2: Verifying Checksum 22:45:39 52dc419b0ee2: Download complete 22:45:39 4657fd5d0bcf: Verifying Checksum 22:45:39 4657fd5d0bcf: Download complete 22:45:39 df9b9388f04a: Download complete 22:45:39 6ad1cebc031e: Verifying Checksum 22:45:39 6ad1cebc031e: Download complete 22:45:39 df9b9388f04a: Pull complete 22:45:39 52dc419b0ee2: Pull complete 22:45:40 25bc292e5bac: Pull complete 22:45:40 114826534d7a: Verifying Checksum 22:45:40 114826534d7a: Download complete 22:45:40 8a3aa393b2d8: Verifying Checksum 22:45:40 8a3aa393b2d8: Download complete 22:45:43 114826534d7a: Pull complete 22:45:43 4657fd5d0bcf: Pull complete 22:45:44 6ad1cebc031e: Pull complete 22:45:46 8a3aa393b2d8: Pull complete 22:45:46 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:45:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:45:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:45:46 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:45:46 $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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-snyk-go:1.410.4 cat 22:45:51 $ docker top 96cc60d8503ac8e52d6974e1a20dc18203ca463c63ecf30e16198fba362c30cc -eo pid,comm [Pipeline] { [Pipeline] echo 22:45:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 22:45:51 + set -o pipefail 22:45:51 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 22:45:59 22:45:59 Monitoring /w/workspace/edgex-go/500 (github.com/edgexfoundry/edgex-go)... 22:45:59 22:45:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/13df1bc4-4ee5-41ed-a99b-1966777e7b5b 22:45:59 22:45:59 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:45:59 22:45:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:45:59 22:45:59 22:45:59 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:45:59 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:45:59 More details here: https://snyk.co/ue1NS [Pipeline] } 22:45:59 $ docker stop --time=1 96cc60d8503ac8e52d6974e1a20dc18203ca463c63ecf30e16198fba362c30cc 22:46:02 $ docker rm -f --volumes 96cc60d8503ac8e52d6974e1a20dc18203ca463c63ecf30e16198fba362c30cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 22:46:03 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:46:03 provisioning config files... 22:46:03 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/500@tmp/config13349742200551908181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:46:03 --> edgex-publish-swagger.sh 22:46:03 === Publish openapi/v3 API === 22:46:03 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 22:46:03 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/500/openapi/v3/core-command.yaml] 22:46:03 % Total % Received % Xferd Average Speed Time Time Time Current 22:46:03 Dload Upload Total Spent Left Speed 22:46:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 129k --:--:-- --:--:-- --:--:-- 128k 100 29030 0 0 100 29030 0 50399 --:--:-- --:--:-- --:--:-- 50311 22:46:04 22:46:04 22:46:04 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/500/openapi/v3/core-data.yaml] 22:46:04 % Total % Received % Xferd Average Speed Time Time Time Current 22:46:04 Dload Upload Total Spent Left Speed 22:46:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 133k --:--:-- --:--:-- --:--:-- 133k 22:46:04 22:46:04 22:46:04 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/500/openapi/v3/core-metadata.yaml] 22:46:04 % Total % Received % Xferd Average Speed Time Time Time Current 22:46:04 Dload Upload Total Spent Left Speed 22:46:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 219k --:--:-- --:--:-- --:--:-- 219k 22:46:05 22:46:05 22:46:05 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/500/openapi/v3/support-notifications.yaml] 22:46:05 % Total % Received % Xferd Average Speed Time Time Time Current 22:46:05 Dload Upload Total Spent Left Speed 22:46:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 162k --:--:-- --:--:-- --:--:-- 162k 100 86965 0 0 100 86965 0 162k --:--:-- --:--:-- --:--:-- 162k 22:46:05 22:46:05 22:46:05 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/500/openapi/v3/support-scheduler.yaml] 22:46:05 % Total % Received % Xferd Average Speed Time Time Time Current 22:46:05 Dload Upload Total Spent Left Speed 22:46:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 71426 --:--:-- --:--:-- --:--:-- 71426 22:46:06 22:46:06 [Pipeline] } 22:46:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 22:46:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:46:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:46:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:46:07 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:46:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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/py-git-semver:0.1.4 cat 22:46:07 $ docker top 9e17348dd615f1a392078bff0b681a83bd5d6d1cea5add9610e68e42c04330f6 -eo pid,comm 22:46:07 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). 22:46:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:46:07 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v3.0.0-dev.137' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:07 + git semver [Pipeline] } 22:46:08 $ docker stop --time=1 9e17348dd615f1a392078bff0b681a83bd5d6d1cea5add9610e68e42c04330f6 22:46:09 $ docker rm -f --volumes 9e17348dd615f1a392078bff0b681a83bd5d6d1cea5add9610e68e42c04330f6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:46:09 22:46:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:46:10 0.23.1-centos7: Pulling from edgex-lftools 22:46:10 ab5ef0e58194: Pulling fs layer 22:46:10 9712f1f96733: Pulling fs layer 22:46:10 63f879dbbcfc: Pulling fs layer 22:46:10 0d9ebad4ef96: Pulling fs layer 22:46:10 e9a5061849ea: Pulling fs layer 22:46:10 d747dcd14b5f: Pulling fs layer 22:46:10 2de7ff778b66: Pulling fs layer 22:46:10 d747dcd14b5f: Waiting 22:46:10 2de7ff778b66: Waiting 22:46:10 e9a5061849ea: Waiting 22:46:10 9712f1f96733: Verifying Checksum 22:46:10 9712f1f96733: Download complete 22:46:10 63f879dbbcfc: Verifying Checksum 22:46:10 63f879dbbcfc: Download complete 22:46:10 e9a5061849ea: Verifying Checksum 22:46:10 e9a5061849ea: Download complete 22:46:10 d747dcd14b5f: Verifying Checksum 22:46:10 d747dcd14b5f: Download complete 22:46:10 0d9ebad4ef96: Verifying Checksum 22:46:10 0d9ebad4ef96: Download complete 22:46:10 ab5ef0e58194: Verifying Checksum 22:46:10 ab5ef0e58194: Download complete 22:46:10 2de7ff778b66: Verifying Checksum 22:46:10 2de7ff778b66: Download complete 22:46:13 ab5ef0e58194: Pull complete 22:46:13 9712f1f96733: Pull complete 22:46:14 63f879dbbcfc: Pull complete 22:46:17 0d9ebad4ef96: Pull complete 22:46:17 e9a5061849ea: Pull complete 22:46:18 d747dcd14b5f: Pull complete 22:46:18 2de7ff778b66: Pull complete 22:46:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:46:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:46:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:46:19 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:46:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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:0.23.1-centos7 cat 22:46:24 $ docker top aa4bd6ec1672a325564b7cb83ad5fbd6121b65c618c714fde395b4fcad74b9c2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:46:24 provisioning config files... 22:46:24 copy managed file [sigul-config] to file:/w/workspace/edgex-go/500@tmp/config4108985460375834131tmp 22:46:24 copy managed file [sigul-password] to file:/w/workspace/edgex-go/500@tmp/config6431933322926271343tmp 22:46:24 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/500@tmp/config16176406101671822555tmp [Pipeline] { [Pipeline] echo 22:46:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:46:24 ---> sigul-configuration.sh 22:46:24 gpg: directory `/root/.gnupg' created 22:46:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:46:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:46:24 gpg: keyring `/root/.gnupg/secring.gpg' created 22:46:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:46:24 gpg: CAST5 encrypted data 22:46:24 gpg: encrypted with 1 passphrase 22:46:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:46:24 + mkdir /home/jenkins 22:46:24 + mkdir /home/jenkins/sigul [Pipeline] sh 22:46:25 + 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 22:46:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:46:25 ---> sigul-install.sh 22:46:25 Sigul already installed; skipping installation. [Pipeline] sh 22:46:25 + git tag --list 22:46:25 0.6.0 22:46:25 0.6.1 22:46:25 0.7.0 22:46:25 0.7.1 22:46:25 v1.0.0 22:46:25 v1.0.1 22:46:25 v1.1.0 22:46:25 v1.2.0 22:46:25 v1.2.1 22:46:25 v1.3.0 22:46:25 v1.3.1 22:46:25 v2.0.0 22:46:25 v2.1.0 22:46:25 v2.1.1 22:46:25 v2.1.1-dev.1 22:46:25 v2.1.1-dev.2 22:46:25 v2.1.1-dev.3 22:46:25 v2.1.1-dev.4 22:46:25 v2.1.1-dev.5 22:46:25 v2.1.1-dev.6 22:46:25 v2.1.1-dev.7 22:46:25 v2.1.1-dev.8 22:46:25 v2.1.2-dev.1 22:46:25 v2.2.0 22:46:25 v2.2.1-dev.1 22:46:25 v2.2.1-dev.10 22:46:25 v2.2.1-dev.11 22:46:25 v2.2.1-dev.12 22:46:25 v2.2.1-dev.13 22:46:25 v2.2.1-dev.14 22:46:25 v2.2.1-dev.15 22:46:25 v2.2.1-dev.16 22:46:25 v2.2.1-dev.17 22:46:25 v2.2.1-dev.18 22:46:25 v2.2.1-dev.19 22:46:25 v2.2.1-dev.2 22:46:25 v2.2.1-dev.20 22:46:25 v2.2.1-dev.21 22:46:25 v2.2.1-dev.22 22:46:25 v2.2.1-dev.23 22:46:25 v2.2.1-dev.24 22:46:25 v2.2.1-dev.25 22:46:25 v2.2.1-dev.26 22:46:25 v2.2.1-dev.27 22:46:25 v2.2.1-dev.28 22:46:25 v2.2.1-dev.29 22:46:25 v2.2.1-dev.3 22:46:25 v2.2.1-dev.4 22:46:25 v2.2.1-dev.5 22:46:25 v2.2.1-dev.6 22:46:25 v2.2.1-dev.7 22:46:25 v2.2.1-dev.8 22:46:25 v2.2.1-dev.9 22:46:25 v2.3.0 22:46:25 v2.3.0-dev.100 22:46:25 v2.3.0-dev.101 22:46:25 v2.3.0-dev.102 22:46:25 v2.3.0-dev.103 22:46:25 v2.3.0-dev.104 22:46:25 v2.3.0-dev.105 22:46:25 v2.3.0-dev.106 22:46:25 v2.3.0-dev.29 22:46:25 v2.3.0-dev.30 22:46:25 v2.3.0-dev.31 22:46:25 v2.3.0-dev.32 22:46:25 v2.3.0-dev.33 22:46:25 v2.3.0-dev.34 22:46:25 v2.3.0-dev.35 22:46:25 v2.3.0-dev.36 22:46:25 v2.3.0-dev.37 22:46:25 v2.3.0-dev.38 22:46:25 v2.3.0-dev.39 22:46:25 v2.3.0-dev.40 22:46:25 v2.3.0-dev.41 22:46:25 v2.3.0-dev.42 22:46:25 v2.3.0-dev.43 22:46:25 v2.3.0-dev.44 22:46:25 v2.3.0-dev.45 22:46:25 v2.3.0-dev.46 22:46:25 v2.3.0-dev.47 22:46:25 v2.3.0-dev.48 22:46:25 v2.3.0-dev.49 22:46:25 v2.3.0-dev.50 22:46:25 v2.3.0-dev.51 22:46:25 v2.3.0-dev.52 22:46:25 v2.3.0-dev.53 22:46:25 v2.3.0-dev.54 22:46:25 v2.3.0-dev.55 22:46:25 v2.3.0-dev.56 22:46:25 v2.3.0-dev.57 22:46:25 v2.3.0-dev.58 22:46:25 v2.3.0-dev.59 22:46:25 v2.3.0-dev.60 22:46:25 v2.3.0-dev.61 22:46:25 v2.3.0-dev.62 22:46:25 v2.3.0-dev.63 22:46:25 v2.3.0-dev.64 22:46:25 v2.3.0-dev.65 22:46:25 v2.3.0-dev.66 22:46:25 v2.3.0-dev.67 22:46:25 v2.3.0-dev.68 22:46:25 v2.3.0-dev.69 22:46:25 v2.3.0-dev.70 22:46:25 v2.3.0-dev.71 22:46:25 v2.3.0-dev.72 22:46:25 v2.3.0-dev.73 22:46:25 v2.3.0-dev.74 22:46:25 v2.3.0-dev.75 22:46:25 v2.3.0-dev.76 22:46:25 v2.3.0-dev.77 22:46:25 v2.3.0-dev.78 22:46:25 v2.3.0-dev.79 22:46:25 v2.3.0-dev.80 22:46:25 v2.3.0-dev.81 22:46:25 v2.3.0-dev.82 22:46:25 v2.3.0-dev.83 22:46:25 v2.3.0-dev.84 22:46:25 v2.3.0-dev.85 22:46:25 v2.3.0-dev.86 22:46:25 v2.3.0-dev.87 22:46:25 v2.3.0-dev.88 22:46:25 v2.3.0-dev.89 22:46:25 v2.3.0-dev.90 22:46:25 v2.3.0-dev.91 22:46:25 v2.3.0-dev.92 22:46:25 v2.3.0-dev.93 22:46:25 v2.3.0-dev.94 22:46:25 v2.3.0-dev.95 22:46:25 v2.3.0-dev.96 22:46:25 v2.3.0-dev.97 22:46:25 v2.3.0-dev.98 22:46:25 v2.3.0-dev.99 22:46:25 v2.3.1-dev.1 22:46:25 v2.3.1-dev.2 22:46:25 v2.3.1-dev.3 22:46:25 v2.3.1-dev.4 22:46:25 v2.3.1-dev.5 22:46:25 v3.0.0-dev.1 22:46:25 v3.0.0-dev.10 22:46:25 v3.0.0-dev.100 22:46:25 v3.0.0-dev.101 22:46:25 v3.0.0-dev.102 22:46:25 v3.0.0-dev.103 22:46:25 v3.0.0-dev.104 22:46:25 v3.0.0-dev.105 22:46:25 v3.0.0-dev.106 22:46:25 v3.0.0-dev.107 22:46:25 v3.0.0-dev.108 22:46:25 v3.0.0-dev.109 22:46:25 v3.0.0-dev.11 22:46:25 v3.0.0-dev.110 22:46:25 v3.0.0-dev.111 22:46:25 v3.0.0-dev.112 22:46:25 v3.0.0-dev.113 22:46:25 v3.0.0-dev.114 22:46:25 v3.0.0-dev.115 22:46:25 v3.0.0-dev.116 22:46:25 v3.0.0-dev.117 22:46:25 v3.0.0-dev.118 22:46:25 v3.0.0-dev.119 22:46:25 v3.0.0-dev.12 22:46:25 v3.0.0-dev.120 22:46:25 v3.0.0-dev.121 22:46:25 v3.0.0-dev.122 22:46:25 v3.0.0-dev.123 22:46:25 v3.0.0-dev.124 22:46:25 v3.0.0-dev.125 22:46:25 v3.0.0-dev.126 22:46:25 v3.0.0-dev.127 22:46:25 v3.0.0-dev.128 22:46:25 v3.0.0-dev.129 22:46:25 v3.0.0-dev.13 22:46:25 v3.0.0-dev.130 22:46:25 v3.0.0-dev.131 22:46:25 v3.0.0-dev.132 22:46:25 v3.0.0-dev.133 22:46:25 v3.0.0-dev.134 22:46:25 v3.0.0-dev.135 22:46:25 v3.0.0-dev.136 22:46:25 v3.0.0-dev.137 22:46:25 v3.0.0-dev.14 22:46:25 v3.0.0-dev.15 22:46:25 v3.0.0-dev.16 22:46:25 v3.0.0-dev.17 22:46:25 v3.0.0-dev.18 22:46:25 v3.0.0-dev.19 22:46:25 v3.0.0-dev.2 22:46:25 v3.0.0-dev.20 22:46:25 v3.0.0-dev.21 22:46:25 v3.0.0-dev.22 22:46:25 v3.0.0-dev.23 22:46:25 v3.0.0-dev.24 22:46:25 v3.0.0-dev.25 22:46:25 v3.0.0-dev.26 22:46:25 v3.0.0-dev.27 22:46:25 v3.0.0-dev.28 22:46:25 v3.0.0-dev.29 22:46:25 v3.0.0-dev.3 22:46:25 v3.0.0-dev.30 22:46:25 v3.0.0-dev.31 22:46:25 v3.0.0-dev.32 22:46:25 v3.0.0-dev.33 22:46:25 v3.0.0-dev.34 22:46:25 v3.0.0-dev.35 22:46:25 v3.0.0-dev.36 22:46:25 v3.0.0-dev.37 22:46:25 v3.0.0-dev.38 22:46:25 v3.0.0-dev.39 22:46:25 v3.0.0-dev.4 22:46:25 v3.0.0-dev.40 22:46:25 v3.0.0-dev.41 22:46:25 v3.0.0-dev.42 22:46:25 v3.0.0-dev.43 22:46:25 v3.0.0-dev.44 22:46:25 v3.0.0-dev.45 22:46:25 v3.0.0-dev.46 22:46:25 v3.0.0-dev.47 22:46:25 v3.0.0-dev.48 22:46:25 v3.0.0-dev.49 22:46:25 v3.0.0-dev.5 22:46:25 v3.0.0-dev.50 22:46:25 v3.0.0-dev.51 22:46:25 v3.0.0-dev.52 22:46:25 v3.0.0-dev.53 22:46:25 v3.0.0-dev.54 22:46:25 v3.0.0-dev.55 22:46:25 v3.0.0-dev.56 22:46:25 v3.0.0-dev.57 22:46:25 v3.0.0-dev.58 22:46:25 v3.0.0-dev.59 22:46:25 v3.0.0-dev.6 22:46:25 v3.0.0-dev.60 22:46:25 v3.0.0-dev.61 22:46:25 v3.0.0-dev.62 22:46:25 v3.0.0-dev.63 22:46:25 v3.0.0-dev.64 22:46:25 v3.0.0-dev.65 22:46:25 v3.0.0-dev.66 22:46:25 v3.0.0-dev.67 22:46:25 v3.0.0-dev.68 22:46:25 v3.0.0-dev.69 22:46:25 v3.0.0-dev.7 22:46:25 v3.0.0-dev.70 22:46:25 v3.0.0-dev.71 22:46:25 v3.0.0-dev.72 22:46:25 v3.0.0-dev.73 22:46:25 v3.0.0-dev.74 22:46:25 v3.0.0-dev.75 22:46:25 v3.0.0-dev.76 22:46:25 v3.0.0-dev.77 22:46:25 v3.0.0-dev.78 22:46:25 v3.0.0-dev.79 22:46:25 v3.0.0-dev.8 22:46:25 v3.0.0-dev.80 22:46:25 v3.0.0-dev.81 22:46:25 v3.0.0-dev.82 22:46:25 v3.0.0-dev.83 22:46:25 v3.0.0-dev.84 22:46:25 v3.0.0-dev.85 22:46:25 v3.0.0-dev.86 22:46:25 v3.0.0-dev.87 22:46:25 v3.0.0-dev.88 22:46:25 v3.0.0-dev.89 22:46:25 v3.0.0-dev.9 22:46:25 v3.0.0-dev.90 22:46:25 v3.0.0-dev.91 22:46:25 v3.0.0-dev.92 22:46:25 v3.0.0-dev.93 22:46:25 v3.0.0-dev.94 22:46:25 v3.0.0-dev.95 22:46:25 v3.0.0-dev.96 22:46:25 v3.0.0-dev.97 22:46:25 v3.0.0-dev.98 22:46:25 v3.0.0-dev.99 [Pipeline] sh 22:46:25 + lftools sign git-tag v3.0.0-dev.138 22:46:26 Signing Git tag with Sigul... 22:46:26 Signing v3.0.0-dev.138 22:46:26 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v3.0.0-dev.138'], return code 1, stdout , stderr [Pipeline] echo 22:46:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:46:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:46:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:46:26 $ docker stop --time=1 aa4bd6ec1672a325564b7cb83ad5fbd6121b65c618c714fde395b4fcad74b9c2 22:46:28 $ docker rm -f --volumes aa4bd6ec1672a325564b7cb83ad5fbd6121b65c618c714fde395b4fcad74b9c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:46:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:46:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:46:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:46:28 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:46:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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/py-git-semver:0.1.4 cat 22:46:29 $ docker top 49262444cbf83be4ee3e41911591a4f8c9b0e194115c29f159ea154cacc87636 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:46:29 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v3.0.0-dev.137' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:29 + git semver [Pipeline] } 22:46:29 $ docker stop --time=1 49262444cbf83be4ee3e41911591a4f8c9b0e194115c29f159ea154cacc87636 22:46:31 $ docker rm -f --volumes 49262444cbf83be4ee3e41911591a4f8c9b0e194115c29f159ea154cacc87636 [Pipeline] // withDockerContainer [Pipeline] sh 22:46:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:46:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:46:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:46:31 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:46:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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/py-git-semver:0.1.4 cat 22:46:32 $ docker top 2588666898ac0ecddb594364aa72e4e54362a4954fb29c82accf065697db2c25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:46:32 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v3.0.0-dev.137' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:32 + git semver [Pipeline] } 22:46:32 $ docker stop --time=1 2588666898ac0ecddb594364aa72e4e54362a4954fb29c82accf065697db2c25 22:46:34 $ docker rm -f --volumes 2588666898ac0ecddb594364aa72e4e54362a4954fb29c82accf065697db2c25 [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 22:46:34 + [ -d /w/workspace/edgex-go/500/archives ] [Pipeline] libraryResource [Pipeline] sh 22:46:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:46:35 ---> package-listing.sh 22:46:35 ++ facter osfamily 22:46:35 ++ tr '[:upper:]' '[:lower:]' 22:46:36 + OS_FAMILY=debian 22:46:36 + workspace=/w/workspace/edgex-go/500 22:46:36 + START_PACKAGES=/tmp/packages_start.txt 22:46:36 + END_PACKAGES=/tmp/packages_end.txt 22:46:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:46:36 + PACKAGES=/tmp/packages_start.txt 22:46:36 + '[' /w/workspace/edgex-go/500 ']' 22:46:36 + PACKAGES=/tmp/packages_end.txt 22:46:36 + case "${OS_FAMILY}" in 22:46:36 + dpkg -l 22:46:36 + grep '^ii' 22:46:36 + '[' -f /tmp/packages_start.txt ']' 22:46:36 + '[' -f /tmp/packages_end.txt ']' 22:46:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:46:36 + '[' /w/workspace/edgex-go/500 ']' 22:46:36 + mkdir -p /w/workspace/edgex-go/500/archives/ 22:46:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/500/archives/ [Pipeline] echo 22:46:36 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/500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:46:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:46:37 22:46:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:46:37 latest: Pulling from edgex-lftools-log-publisher 22:46:37 5eb5b503b376: Pulling fs layer 22:46:37 5c69ac0246d0: Pulling fs layer 22:46:37 ec43610c2a17: Pulling fs layer 22:46:37 3a2ae6a8a46f: Pulling fs layer 22:46:37 3a2ae6a8a46f: Waiting 22:46:37 33b1e0a273af: Pulling fs layer 22:46:37 5d3b04190fa2: Pulling fs layer 22:46:37 2f39f015ded8: Pulling fs layer 22:46:37 33b1e0a273af: Waiting 22:46:37 2f39f015ded8: Waiting 22:46:37 5d3b04190fa2: Waiting 22:46:37 5c69ac0246d0: Download complete 22:46:37 3a2ae6a8a46f: Verifying Checksum 22:46:37 3a2ae6a8a46f: Download complete 22:46:37 33b1e0a273af: Verifying Checksum 22:46:37 33b1e0a273af: Download complete 22:46:37 5d3b04190fa2: Verifying Checksum 22:46:37 5d3b04190fa2: Download complete 22:46:37 ec43610c2a17: Verifying Checksum 22:46:37 ec43610c2a17: Download complete 22:46:37 5eb5b503b376: Verifying Checksum 22:46:37 5eb5b503b376: Download complete 22:46:38 2f39f015ded8: Download complete 22:46:38 5eb5b503b376: Pull complete 22:46:38 5c69ac0246d0: Pull complete 22:46:39 ec43610c2a17: Pull complete 22:46:39 3a2ae6a8a46f: Pull complete 22:46:39 33b1e0a273af: Pull complete 22:46:39 5d3b04190fa2: Pull complete 22:46:43 2f39f015ded8: Pull complete 22:46:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:46:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:46:43 prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container 22:46:43 $ 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/500/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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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:latest cat 22:46:47 $ docker top b24354e0824abde1ce93e6b6b20089af1972dcea2e11a4d6b2129455ef8ce71e -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:47 + touch /tmp/pre-build-complete [Pipeline] sh 22:46:47 + mkdir -p /var/log/sysstat [Pipeline] sh 22:46:47 + ls /var/log/sa-host 22:46:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:46:48 provisioning config files... 22:46:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/500@tmp/config9536634263780824460tmp [Pipeline] { [Pipeline] echo 22:46:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:46:48 ---> create-netrc.sh [Pipeline] } 22:46:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:46:48 ---> python-tools-install.sh [Pipeline] echo 22:46:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:46:49 ---> sudo-logs.sh 22:46:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:46:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:46:49 ---> job-cost.sh 22:46:49 lf-activate-venv: SKIPPING 22:46:49 DEBUG: total: 0.10999999940395355 22:46:49 INFO: Retrieving Stack Cost... 22:46:49 INFO: Retrieving Pricing Info for: v3-standard-8 22:46:50 INFO: Archiving Costs [Pipeline] echo 22:46:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:46:50 ---> logs-deploy.sh 22:46:50 lf-activate-venv: SKIPPING 22:46:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/500 22:46:50 INFO: archiving workspace using pattern(s): 22:46:51 Archives upload complete. 22:46:51 INFO: archiving logs to Nexus 22:46:52 ---> uname -a: 22:46:52 Linux prd-ubuntu20-04-docker-8c-8g-10883 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:46:52 22:46:52 22:46:52 ---> lscpu: 22:46:52 Architecture: x86_64 22:46:52 CPU op-mode(s): 32-bit, 64-bit 22:46:52 Byte Order: Little Endian 22:46:52 Address sizes: 40 bits physical, 48 bits virtual 22:46:52 CPU(s): 8 22:46:52 On-line CPU(s) list: 0-7 22:46:52 Thread(s) per core: 1 22:46:52 Core(s) per socket: 1 22:46:52 Socket(s): 8 22:46:52 NUMA node(s): 1 22:46:52 Vendor ID: AuthenticAMD 22:46:52 CPU family: 23 22:46:52 Model: 49 22:46:52 Model name: AMD EPYC-Rome Processor 22:46:52 Stepping: 0 22:46:52 CPU MHz: 2799.940 22:46:52 BogoMIPS: 5599.88 22:46:52 Virtualization: AMD-V 22:46:52 Hypervisor vendor: KVM 22:46:52 Virtualization type: full 22:46:52 L1d cache: 256 KiB 22:46:52 L1i cache: 256 KiB 22:46:52 L2 cache: 4 MiB 22:46:52 L3 cache: 128 MiB 22:46:52 NUMA node0 CPU(s): 0-7 22:46:52 Vulnerability Itlb multihit: Not affected 22:46:52 Vulnerability L1tf: Not affected 22:46:52 Vulnerability Mds: Not affected 22:46:52 Vulnerability Meltdown: Not affected 22:46:52 Vulnerability Mmio stale data: Not affected 22:46:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:46:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:46:52 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:46:52 Vulnerability Srbds: Not affected 22:46:52 Vulnerability Tsx async abort: Not affected 22:46:52 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 22:46:52 22:46:52 22:46:52 ---> nproc: 22:46:52 8 22:46:52 22:46:52 22:46:52 ---> df -h: 22:46:52 Filesystem Size Used Avail Use% Mounted on 22:46:52 overlay 155G 21G 134G 14% / 22:46:52 tmpfs 64M 0 64M 0% /dev 22:46:52 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:46:52 shm 64M 0 64M 0% /dev/shm 22:46:52 /dev/vda1 155G 21G 134G 14% /facter-os 22:46:52 22:46:52 22:46:52 ---> sar -b -r -n DEV: 22:46:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10883) 04/25/23 _x86_64_ (8 CPU) 22:46:52 22:46:52 22:11:57 LINUX RESTART (8 CPU) 22:46:52 22:46:52 22:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:46:52 22:13:01 145.78 48.11 97.67 0.00 5418.30 200231.69 0.00 22:46:52 22:14:01 98.45 0.92 97.53 0.00 19.60 52666.96 0.00 22:46:52 22:15:01 42.08 0.27 41.81 0.00 3.33 20447.54 0.00 22:46:52 22:16:01 360.06 4.45 355.61 0.00 49.73 121019.43 0.00 22:46:52 22:17:01 514.36 5.31 509.05 0.00 105.03 251896.30 0.00 22:46:52 22:18:01 813.30 13.13 800.17 0.00 5409.10 208429.66 0.00 22:46:52 22:19:02 589.36 1.65 587.71 0.00 13.19 240353.82 0.00 22:46:52 22:20:01 836.81 0.27 836.54 0.00 26.44 144696.02 0.00 22:46:52 22:21:01 29.01 0.10 28.91 0.00 9.33 855.05 0.00 22:46:52 22:22:01 9.73 0.02 9.72 0.00 0.27 249.96 0.00 22:46:52 22:23:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 22:46:52 22:24:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 22:46:52 22:25:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 22:46:52 22:26:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 22:46:52 22:27:01 1.63 0.02 1.62 0.00 0.13 18.93 0.00 22:46:52 22:28:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 22:46:52 22:29:01 1.97 0.00 1.97 0.00 0.00 22.40 0.00 22:46:52 22:30:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 22:46:52 22:31:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 22:46:52 22:32:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 22:46:52 22:33:01 1.62 0.00 1.62 0.00 0.00 18.80 0.00 22:46:52 22:34:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 22:46:52 22:35:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 22:46:52 22:36:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 22:46:52 22:37:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 22:46:52 22:38:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 22:46:52 22:39:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 22:46:52 22:40:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 22:46:52 22:41:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 22:46:52 22:42:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 22:46:52 22:43:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 22:46:52 22:44:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 22:46:52 22:45:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 22:46:52 22:46:01 59.44 0.37 59.07 0.00 12.40 26696.48 0.00 22:46:52 Average: 103.40 2.20 101.20 0.00 325.63 37240.67 0.00 22:46:52 22:46:52 22:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:46:52 22:13:01 28971388 31615412 698844 2.13 72252 2850832 2048264 6.04 990032 2564156 644692 22:46:52 22:14:01 27642816 31343148 951748 2.89 113260 3782808 2517904 7.42 1739840 3036164 539612 22:46:52 22:15:01 27649884 31531532 760880 2.31 117300 3936048 2033132 5.99 1430596 3316940 356780 22:46:52 22:16:01 24124708 31503332 773140 2.35 201296 7087360 1909908 5.63 2040016 5949468 1267980 22:46:52 22:17:01 20783956 30623100 1635784 4.97 291564 9363896 4523528 13.33 2985060 8224052 25988 22:46:52 22:18:01 19828064 31145124 1107836 3.37 315632 10727164 2826112 8.33 2730788 9340792 478124 22:46:52 22:19:02 16252412 30926176 1321888 4.02 419124 13808832 3125988 9.21 3148352 12322252 343876 22:46:52 22:20:01 18353076 31548444 718028 2.18 439256 12370680 1825820 5.38 2455900 11001344 1196 22:46:52 22:21:01 18330008 31527544 738160 2.24 440552 12371400 1979096 5.83 2476032 11001344 648 22:46:52 22:22:01 18341728 31539668 726040 2.21 440820 12371432 1841912 5.43 2463676 11001380 56 22:46:52 22:23:01 18341816 31539784 726208 2.21 440840 12371432 1841912 5.43 2463588 11001384 20 22:46:52 22:24:01 18349344 31547336 718624 2.19 440848 12371440 1841912 5.43 2455532 11001388 4 22:46:52 22:25:01 18349952 31547940 718188 2.18 440856 12371440 1841912 5.43 2455824 11001388 8 22:46:52 22:26:01 18351448 31549472 716612 2.18 440872 12371444 1841912 5.43 2454564 11001392 8 22:46:52 22:27:01 18350864 31549412 716908 2.18 440900 12371572 1879596 5.54 2454016 11001788 212 22:46:52 22:28:01 18351084 31549636 716592 2.18 440932 12371576 1879596 5.54 2454396 11001792 8 22:46:52 22:29:01 18350532 31549132 717040 2.18 440968 12371580 1879596 5.54 2454376 11001796 12 22:46:52 22:30:01 18350920 31549560 716756 2.18 440992 12371580 1879596 5.54 2454412 11001796 8 22:46:52 22:31:01 18350952 31549636 716680 2.18 441004 12371588 1879596 5.54 2454548 11001800 8 22:46:52 22:32:01 18351068 31549756 716412 2.18 441036 12371588 1879596 5.54 2454528 11001804 60 22:46:52 22:33:01 18351312 31550012 716112 2.18 441056 12371592 1879596 5.54 2454552 11001808 8 22:46:52 22:34:01 18351264 31550024 716068 2.18 441100 12371576 1879596 5.54 2454528 11001812 12 22:46:52 22:35:01 18351288 31550092 715944 2.18 441120 12371596 1879596 5.54 2454572 11001812 8 22:46:52 22:36:01 18351384 31550260 715912 2.18 441160 12371604 1879596 5.54 2454772 11001816 8 22:46:52 22:37:01 18351328 31550212 715948 2.18 441180 12371600 1879596 5.54 2454268 11001820 8 22:46:52 22:38:01 18350808 31549732 716384 2.18 441192 12371608 1879596 5.54 2454596 11001824 28 22:46:52 22:39:01 18350508 31549436 716564 2.18 441240 12371612 1879596 5.54 2454320 11001824 8 22:46:52 22:40:01 18350156 31549152 717036 2.18 441252 12371616 1879596 5.54 2454364 11001828 8 22:46:52 22:41:01 18350392 31549392 716732 2.18 441256 12371620 1879596 5.54 2454364 11001832 8 22:46:52 22:42:01 18350352 31549384 716720 2.18 441296 12371612 1879596 5.54 2454396 11001832 8 22:46:52 22:43:01 18350132 31549184 716820 2.18 441312 12371624 1895660 5.59 2454536 11001840 8 22:46:52 22:44:01 18350300 31549352 716788 2.18 441332 12371624 1895660 5.59 2454428 11001840 12 22:46:52 22:45:01 18350316 31549420 716732 2.18 441340 12371628 1895660 5.59 2454460 11001848 8 22:46:52 22:46:01 17308724 31519788 743516 2.26 467508 13291484 1991640 5.87 2592200 11838696 188252 22:46:52 Average: 19401302 31483841 784401 2.39 395990 11367885 2051514 6.05 2397542 10077549 113167 22:46:52 22:46:52 22:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:46:52 22:13:01 lo 5.20 5.20 0.50 0.50 0.00 0.00 0.00 0.00 22:46:52 22:13:01 ens3 1601.37 1456.21 12130.77 174.59 0.00 0.00 0.00 0.00 22:46:52 22:13:01 docker0 549.69 474.37 38.14 2747.88 0.00 0.00 0.00 0.00 22:46:52 22:14:01 veth560fff3 0.10 0.28 0.01 0.03 0.00 0.00 0.00 0.00 22:46:52 22:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:14:01 ens3 168.54 134.26 737.53 115.97 0.00 0.00 0.00 0.00 22:46:52 22:14:01 docker0 73.69 103.28 5.97 682.55 0.00 0.00 0.00 0.00 22:46:52 22:15:01 veth560fff3 1.07 1.08 0.09 0.10 0.00 0.00 0.00 0.00 22:46:52 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:15:01 ens3 32.36 17.40 25.59 13.71 0.00 0.00 0.00 0.00 22:46:52 22:15:01 docker0 1.07 1.07 0.08 0.09 0.00 0.00 0.00 0.00 22:46:52 22:16:01 vethc7ebb6d 85.12 191.55 8.36 1210.76 0.00 0.00 0.00 0.10 22:46:52 22:16:01 vethbc921b3 92.02 172.72 9.00 1209.53 0.00 0.00 0.00 0.10 22:46:52 22:16:01 vethf7b2e4b 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 22:46:52 22:16:01 vethb207da7 191.55 85.12 1210.76 8.36 0.00 0.00 0.00 0.00 22:46:52 22:16:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 22:46:52 22:16:01 ens3 971.15 504.92 8003.59 64.01 0.00 0.00 0.00 0.00 22:46:52 22:16:01 docker0 446.76 872.02 37.77 6304.17 0.00 0.00 0.00 0.00 22:46:52 22:17:01 vethff0a1a4 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 22:46:52 22:17:01 vethf7b2e4b 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:17:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 22:46:52 22:17:01 veth3e20d7e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 22:46:52 22:17:01 veth8c15a4f 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 22:46:52 22:17:01 ens3 24.43 15.89 105.55 7.85 0.00 0.00 0.00 0.00 22:46:52 22:17:01 veth41df81c 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 22:46:52 22:17:01 docker0 3.87 7.35 0.25 91.84 0.00 0.00 0.00 0.00 22:46:52 22:18:01 vethba35545 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 22:46:52 22:18:01 vethf1d6843 26.05 37.96 2.54 13.36 0.00 0.00 0.00 0.00 22:46:52 22:18:01 vethf7b2e4b 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 22:46:52 22:18:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 22:46:52 22:18:01 ens3 635.83 327.45 4027.09 44.46 0.00 0.00 0.00 0.00 22:46:52 22:18:01 docker0 193.98 343.74 15.69 2031.99 0.00 0.00 0.00 0.00 22:46:52 22:18:01 vethb79f6cc 59.06 98.67 5.66 448.80 0.00 0.00 0.00 0.04 22:46:52 22:19:02 veth89c7089 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 22:46:52 22:19:02 veth1127445 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 22:46:52 22:19:02 vethf7b2e4b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:19:02 ens3 492.27 237.05 3276.20 31.29 0.00 0.00 0.00 0.00 22:46:52 22:19:02 veth51062ac 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:46:52 22:19:02 docker0 218.14 467.37 17.00 3256.57 0.00 0.00 0.00 0.00 22:46:52 22:20:01 lo 11.05 11.05 1.09 1.09 0.00 0.00 0.00 0.00 22:46:52 22:20:01 ens3 186.34 187.95 273.20 452.65 0.00 0.00 0.00 0.00 22:46:52 22:20:01 docker0 6.78 15.08 0.44 186.10 0.00 0.00 0.00 0.00 22:46:52 22:21:01 lo 47.58 47.58 4.69 4.69 0.00 0.00 0.00 0.00 22:46:52 22:21:01 ens3 457.56 485.42 234.72 2629.11 0.00 0.00 0.00 0.00 22:46:52 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:22:01 lo 11.73 11.73 1.16 1.16 0.00 0.00 0.00 0.00 22:46:52 22:22:01 ens3 117.90 118.78 63.18 706.92 0.00 0.00 0.00 0.00 22:46:52 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:23:01 ens3 4.03 2.73 9.42 0.24 0.00 0.00 0.00 0.00 22:46:52 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:24:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:25:01 ens3 0.25 0.10 0.02 0.01 0.00 0.00 0.00 0.00 22:46:52 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:26:01 ens3 0.23 0.00 0.02 0.00 0.00 0.00 0.00 0.00 22:46:52 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:27:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:28:01 ens3 0.23 0.12 0.08 0.07 0.00 0.00 0.00 0.00 22:46:52 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:29:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:30:01 ens3 0.32 0.10 0.09 0.01 0.00 0.00 0.00 0.00 22:46:52 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:31:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:32:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:33:01 ens3 0.33 0.23 0.09 0.07 0.00 0.00 0.00 0.00 22:46:52 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:34:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:35:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:36:01 ens3 0.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:37:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:38:01 ens3 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:46:52 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:39:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:42:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 22:46:52 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:43:01 ens3 0.85 0.67 0.45 0.29 0.00 0.00 0.00 0.00 22:46:52 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:44:01 ens3 0.10 0.02 0.06 0.00 0.00 0.00 0.00 0.00 22:46:52 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:46:52 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:46:52 22:46:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 22:46:52 22:46:01 ens3 199.78 117.83 4558.10 17.62 0.00 0.00 0.00 0.00 22:46:52 22:46:01 docker0 34.39 58.09 3.06 580.68 0.00 0.00 0.00 0.00 22:46:52 Average: lo 2.39 2.39 0.23 0.23 0.00 0.00 0.00 0.00 22:46:52 Average: ens3 143.97 106.08 984.06 125.11 0.00 0.00 0.00 0.00 22:46:52 Average: docker0 44.97 68.92 3.48 467.27 0.00 0.00 0.00 0.00 22:46:52 22:46:52 22:46:52 ---> sar -P ALL: 22:46:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-10883) 04/25/23 _x86_64_ (8 CPU) 22:46:52 22:46:52 22:11:57 LINUX RESTART (8 CPU) 22:46:52 22:46:52 22:12:01 CPU %user %nice %system %iowait %steal %idle 22:46:52 22:13:01 all 10.21 0.00 3.72 1.63 0.07 84.36 22:46:52 22:13:01 0 8.76 0.00 3.03 1.06 0.07 87.08 22:46:52 22:13:01 1 9.60 0.00 3.05 0.74 0.07 86.54 22:46:52 22:13:01 2 9.82 0.00 4.56 0.76 0.07 84.79 22:46:52 22:13:01 3 10.50 0.00 4.04 4.73 0.08 80.64 22:46:52 22:13:01 4 13.30 0.00 3.80 2.13 0.05 80.72 22:46:52 22:13:01 5 13.10 0.00 4.93 2.64 0.08 79.24 22:46:52 22:13:01 6 7.99 0.00 2.70 0.75 0.07 88.49 22:46:52 22:13:01 7 8.64 0.00 3.69 0.17 0.09 87.42 22:46:52 22:14:01 all 26.42 0.00 5.21 1.81 0.12 66.45 22:46:52 22:14:01 0 27.27 0.00 5.80 0.05 0.10 66.78 22:46:52 22:14:01 1 24.65 0.00 5.31 0.30 0.15 69.59 22:46:52 22:14:01 2 24.51 0.00 5.34 0.07 0.10 69.98 22:46:52 22:14:01 3 28.30 0.00 5.94 10.39 0.13 55.24 22:46:52 22:14:01 4 27.26 0.00 4.54 0.15 0.12 67.93 22:46:52 22:14:01 5 25.58 0.00 4.67 0.62 0.12 69.00 22:46:52 22:14:01 6 25.72 0.00 4.58 2.37 0.10 67.23 22:46:52 22:14:01 7 28.05 0.00 5.47 0.54 0.12 65.82 22:46:52 22:15:01 all 40.95 0.00 5.93 1.01 0.12 51.99 22:46:52 22:15:01 0 41.34 0.00 6.14 0.39 0.12 52.02 22:46:52 22:15:01 1 41.12 0.00 6.23 0.39 0.12 52.15 22:46:52 22:15:01 2 41.38 0.00 5.68 0.05 0.13 52.75 22:46:52 22:15:01 3 40.97 0.00 6.05 0.00 0.10 52.88 22:46:52 22:15:01 4 40.57 0.00 6.12 0.57 0.12 52.62 22:46:52 22:15:01 5 41.85 0.00 6.00 0.17 0.12 51.86 22:46:52 22:15:01 6 40.10 0.00 5.42 0.35 0.12 54.00 22:46:52 22:15:01 7 40.29 0.00 5.81 6.15 0.13 47.62 22:46:52 22:16:01 all 17.03 0.00 8.14 7.62 0.10 67.11 22:46:52 22:16:01 0 18.01 0.00 10.02 25.83 0.10 46.05 22:46:52 22:16:01 1 17.01 0.00 8.85 3.55 0.14 70.45 22:46:52 22:16:01 2 17.20 0.00 6.77 3.66 0.07 72.31 22:46:52 22:16:01 3 18.08 0.00 7.95 7.27 0.14 66.57 22:46:52 22:16:01 4 15.99 0.00 7.97 3.77 0.08 72.19 22:46:52 22:16:01 5 17.17 0.00 7.36 4.70 0.07 70.69 22:46:52 22:16:01 6 17.23 0.00 7.86 6.20 0.07 68.65 22:46:52 22:16:01 7 15.59 0.00 8.32 6.04 0.15 69.91 22:46:52 22:17:01 all 23.55 0.00 8.65 11.70 0.11 55.98 22:46:52 22:17:01 0 23.86 0.00 8.62 25.03 0.19 42.30 22:46:52 22:17:01 1 23.91 0.00 10.81 38.54 0.10 26.64 22:46:52 22:17:01 2 22.91 0.00 7.83 4.33 0.07 64.86 22:46:52 22:17:01 3 24.33 0.00 8.45 5.77 0.12 61.33 22:46:52 22:17:01 4 22.69 0.00 7.34 2.87 0.09 67.01 22:46:52 22:17:01 5 23.37 0.00 8.52 9.83 0.09 58.20 22:46:52 22:17:01 6 24.29 0.00 7.89 4.60 0.10 63.12 22:46:52 22:17:01 7 23.02 0.00 9.81 2.87 0.14 64.16 22:46:52 22:18:01 all 47.45 0.00 13.11 14.12 0.19 25.13 22:46:52 22:18:01 0 45.61 0.00 11.88 9.33 0.21 32.97 22:46:52 22:18:01 1 48.53 0.00 14.24 9.75 0.19 27.28 22:46:52 22:18:01 2 47.38 0.00 14.08 18.95 0.23 19.36 22:46:52 22:18:01 3 49.11 0.00 13.61 16.87 0.18 20.24 22:46:52 22:18:01 4 45.22 0.00 11.10 9.32 0.22 34.14 22:46:52 22:18:01 5 48.39 0.00 13.80 23.48 0.16 14.18 22:46:52 22:18:01 6 51.56 0.00 13.13 14.43 0.17 20.72 22:46:52 22:18:01 7 43.72 0.00 13.07 10.83 0.20 32.20 22:46:52 22:19:02 all 38.99 0.00 11.93 15.01 0.27 33.81 22:46:52 22:19:02 0 38.89 0.00 12.62 7.15 0.24 41.10 22:46:52 22:19:02 1 39.12 0.00 11.06 12.58 0.17 37.07 22:46:52 22:19:02 2 40.68 0.00 12.03 17.04 0.14 30.12 22:46:52 22:19:02 3 38.32 0.00 12.05 33.63 0.37 15.64 22:46:52 22:19:02 4 38.83 0.00 9.69 5.66 0.31 45.52 22:46:52 22:19:02 5 40.14 0.00 12.65 16.18 0.21 30.82 22:46:52 22:19:02 6 38.29 0.00 12.83 12.40 0.49 35.99 22:46:52 22:19:02 7 37.65 0.00 12.51 15.63 0.21 34.00 22:46:52 22:20:01 all 36.84 0.00 9.69 7.52 0.18 45.76 22:46:52 22:20:01 0 39.20 0.00 11.15 9.45 0.17 40.03 22:46:52 22:20:01 1 35.65 0.00 10.31 5.86 0.14 48.04 22:46:52 22:20:01 2 34.88 0.00 8.76 7.07 0.19 49.10 22:46:52 22:20:01 3 34.12 0.00 9.23 3.63 0.12 52.89 22:46:52 22:20:01 4 39.26 0.00 9.83 2.54 0.19 48.17 22:46:52 22:20:01 5 35.13 0.00 10.49 16.32 0.35 37.71 22:46:52 22:20:01 6 35.59 0.00 8.02 11.03 0.14 45.22 22:46:52 22:20:01 7 41.01 0.00 9.74 4.22 0.18 44.86 22:46:52 22:21:01 all 8.83 0.00 1.03 0.08 0.06 90.00 22:46:52 22:21:01 0 13.16 0.00 1.44 0.02 0.08 85.30 22:46:52 22:21:01 1 9.09 0.00 1.14 0.02 0.05 89.71 22:46:52 22:21:01 2 7.08 0.00 0.78 0.00 0.05 92.09 22:46:52 22:21:01 3 5.54 0.00 0.95 0.02 0.08 93.40 22:46:52 22:21:01 4 11.42 0.00 0.87 0.02 0.05 87.64 22:46:52 22:21:01 5 6.69 0.00 0.75 0.03 0.03 92.49 22:46:52 22:21:01 6 7.23 0.00 0.75 0.47 0.03 91.52 22:46:52 22:21:01 7 10.48 0.00 1.57 0.03 0.10 87.82 22:46:52 22:22:01 all 2.41 0.00 0.28 0.03 0.02 97.26 22:46:52 22:22:01 0 3.27 0.00 0.38 0.02 0.02 96.31 22:46:52 22:22:01 1 0.42 0.00 0.28 0.00 0.02 99.28 22:46:52 22:22:01 2 1.29 0.00 0.25 0.00 0.02 98.45 22:46:52 22:22:01 3 2.21 0.00 0.20 0.02 0.03 97.54 22:46:52 22:22:01 4 1.89 0.00 0.20 0.00 0.02 97.90 22:46:52 22:22:01 5 4.15 0.00 0.23 0.02 0.03 95.56 22:46:52 22:22:01 6 3.07 0.00 0.30 0.13 0.02 96.48 22:46:52 22:22:01 7 2.98 0.00 0.42 0.03 0.03 96.54 22:46:52 22:23:01 all 0.03 0.00 0.01 0.00 0.00 99.95 22:46:52 22:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:23:01 1 0.00 0.00 0.02 0.00 0.02 99.97 22:46:52 22:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:23:01 3 0.05 0.00 0.00 0.02 0.00 99.93 22:46:52 22:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 22:46:52 22:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:23:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:46:52 22:23:01 7 0.07 0.00 0.05 0.00 0.00 99.88 22:46:52 22:46:52 22:23:01 CPU %user %nice %system %iowait %steal %idle 22:46:52 22:24:01 all 0.02 0.00 0.01 0.00 0.00 99.97 22:46:52 22:24:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:46:52 22:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:46:52 22:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 22:46:52 22:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:24:01 7 0.07 0.00 0.00 0.00 0.00 99.93 22:46:52 22:25:01 all 0.02 0.00 0.02 0.00 0.00 99.95 22:46:52 22:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:25:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:46:52 22:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:25:01 4 0.03 0.00 0.05 0.00 0.02 99.90 22:46:52 22:25:01 5 0.03 0.00 0.02 0.00 0.00 99.95 22:46:52 22:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 22:46:52 22:25:01 7 0.05 0.00 0.03 0.02 0.00 99.90 22:46:52 22:26:01 all 0.02 0.00 0.01 0.00 0.00 99.97 22:46:52 22:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:26:01 4 0.05 0.00 0.03 0.00 0.02 99.90 22:46:52 22:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:26:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:46:52 22:26:01 7 0.03 0.00 0.00 0.02 0.00 99.95 22:46:52 22:27:01 all 0.03 0.00 0.04 0.00 0.01 99.93 22:46:52 22:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:46:52 22:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:46:52 22:27:01 2 0.00 0.00 0.03 0.00 0.02 99.95 22:46:52 22:27:01 3 0.00 0.00 0.03 0.00 0.02 99.95 22:46:52 22:27:01 4 0.07 0.00 0.08 0.00 0.00 99.85 22:46:52 22:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 22:46:52 22:27:01 7 0.03 0.00 0.05 0.00 0.02 99.90 22:46:52 22:28:01 all 0.03 0.00 0.01 0.00 0.00 99.95 22:46:52 22:28:01 0 0.02 0.00 0.00 0.00 0.02 99.97 22:46:52 22:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:46:52 22:28:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:46:52 22:28:01 4 0.03 0.00 0.03 0.00 0.02 99.92 22:46:52 22:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:28:01 6 0.00 0.00 0.00 0.03 0.00 99.97 22:46:52 22:28:01 7 0.07 0.00 0.02 0.00 0.00 99.92 22:46:52 22:29:01 all 0.26 0.00 0.01 0.00 0.00 99.72 22:46:52 22:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 22:46:52 22:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:29:01 3 1.94 0.00 0.02 0.00 0.00 98.05 22:46:52 22:29:01 4 0.05 0.00 0.02 0.00 0.02 99.92 22:46:52 22:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:29:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:46:52 22:29:01 7 0.05 0.00 0.02 0.02 0.00 99.92 22:46:52 22:30:01 all 0.27 0.00 0.01 0.00 0.00 99.72 22:46:52 22:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:30:01 3 1.99 0.00 0.00 0.00 0.00 98.01 22:46:52 22:30:01 4 0.08 0.00 0.05 0.00 0.00 99.87 22:46:52 22:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:30:01 7 0.02 0.00 0.00 0.02 0.00 99.97 22:46:52 22:31:01 all 0.06 0.00 0.03 0.00 0.01 99.91 22:46:52 22:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:46:52 22:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:31:01 3 0.37 0.00 0.12 0.00 0.02 99.50 22:46:52 22:31:01 4 0.05 0.00 0.03 0.00 0.02 99.90 22:46:52 22:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:31:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:46:52 22:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 22:46:52 22:32:01 all 0.03 0.00 0.00 0.00 0.00 99.96 22:46:52 22:32:01 0 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:32:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:32:01 4 0.08 0.00 0.02 0.00 0.00 99.90 22:46:52 22:32:01 5 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:32:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:46:52 22:32:01 7 0.03 0.00 0.02 0.02 0.00 99.93 22:46:52 22:33:01 all 0.01 0.00 0.01 0.00 0.00 99.97 22:46:52 22:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:46:52 22:33:01 1 0.00 0.00 0.02 0.00 0.02 99.97 22:46:52 22:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:33:01 4 0.05 0.00 0.02 0.00 0.02 99.92 22:46:52 22:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:33:01 6 0.00 0.00 0.02 0.03 0.00 99.95 22:46:52 22:33:01 7 0.03 0.00 0.02 0.00 0.00 99.95 22:46:52 22:34:01 all 0.03 0.00 0.01 0.00 0.01 99.96 22:46:52 22:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:34:01 3 0.03 0.00 0.00 0.00 0.02 99.95 22:46:52 22:34:01 4 0.07 0.00 0.03 0.00 0.02 99.88 22:46:52 22:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:34:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:46:52 22:34:01 7 0.03 0.00 0.02 0.02 0.02 99.92 22:46:52 22:46:52 22:34:01 CPU %user %nice %system %iowait %steal %idle 22:46:52 22:35:01 all 0.03 0.00 0.01 0.00 0.01 99.96 22:46:52 22:35:01 0 0.00 0.00 0.02 0.00 0.02 99.97 22:46:52 22:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:35:01 2 0.07 0.00 0.03 0.00 0.02 99.88 22:46:52 22:35:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:46:52 22:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:35:01 5 0.03 0.00 0.00 0.00 0.02 99.95 22:46:52 22:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:36:01 all 0.02 0.00 0.01 0.00 0.00 99.97 22:46:52 22:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:36:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:46:52 22:36:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:46:52 22:36:01 4 0.00 0.00 0.02 0.00 0.00 99.98 22:46:52 22:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:36:01 6 0.00 0.00 0.00 0.03 0.00 99.97 22:46:52 22:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:37:01 all 0.18 0.00 0.02 0.00 0.01 99.79 22:46:52 22:37:01 0 0.03 0.00 0.02 0.02 0.00 99.93 22:46:52 22:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 22:46:52 22:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:37:01 3 1.24 0.00 0.00 0.00 0.02 98.74 22:46:52 22:37:01 4 0.07 0.00 0.07 0.00 0.02 99.85 22:46:52 22:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 22:46:52 22:37:01 7 0.03 0.00 0.02 0.02 0.02 99.92 22:46:52 22:38:01 all 0.27 0.00 0.01 0.00 0.00 99.72 22:46:52 22:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:46:52 22:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:38:01 3 1.99 0.00 0.02 0.00 0.00 98.00 22:46:52 22:38:01 4 0.05 0.00 0.05 0.00 0.00 99.90 22:46:52 22:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:39:01 all 0.03 0.00 0.01 0.00 0.00 99.96 22:46:52 22:39:01 0 0.05 0.00 0.00 0.00 0.00 99.95 22:46:52 22:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:39:01 4 0.02 0.00 0.02 0.00 0.02 99.95 22:46:52 22:39:01 5 0.05 0.00 0.02 0.00 0.00 99.93 22:46:52 22:39:01 6 0.00 0.00 0.00 0.03 0.00 99.97 22:46:52 22:39:01 7 0.05 0.00 0.00 0.00 0.02 99.93 22:46:52 22:40:01 all 0.01 0.00 0.01 0.00 0.01 99.97 22:46:52 22:40:01 0 0.00 0.00 0.03 0.00 0.02 99.95 22:46:52 22:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 22:46:52 22:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:40:01 4 0.05 0.00 0.02 0.00 0.02 99.92 22:46:52 22:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:46:52 22:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:40:01 7 0.02 0.00 0.00 0.02 0.00 99.97 22:46:52 22:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 22:46:52 22:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 22:46:52 22:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:41:01 3 0.05 0.00 0.02 0.00 0.02 99.92 22:46:52 22:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:41:01 5 0.03 0.00 0.03 0.00 0.00 99.93 22:46:52 22:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:41:01 7 0.03 0.00 0.00 0.02 0.00 99.95 22:46:52 22:42:01 all 0.02 0.00 0.01 0.00 0.00 99.97 22:46:52 22:42:01 0 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:42:01 5 0.07 0.00 0.07 0.00 0.02 99.85 22:46:52 22:42:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:46:52 22:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:43:01 all 0.03 0.00 0.01 0.00 0.00 99.95 22:46:52 22:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:46:52 22:43:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:46:52 22:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:43:01 5 0.05 0.00 0.07 0.00 0.00 99.88 22:46:52 22:43:01 6 0.02 0.00 0.02 0.02 0.00 99.95 22:46:52 22:43:01 7 0.03 0.00 0.02 0.02 0.02 99.92 22:46:52 22:44:01 all 0.02 0.00 0.02 0.00 0.01 99.96 22:46:52 22:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 22:46:52 22:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:46:52 22:44:01 3 0.00 0.00 0.02 0.00 0.02 99.97 22:46:52 22:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 22:46:52 22:44:01 5 0.02 0.00 0.03 0.00 0.02 99.93 22:46:52 22:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:44:01 7 0.03 0.00 0.03 0.00 0.00 99.93 22:46:52 22:45:01 all 0.24 0.00 0.01 0.00 0.00 99.75 22:46:52 22:45:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:46:52 22:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:45:01 3 1.81 0.00 0.00 0.00 0.00 98.19 22:46:52 22:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 22:46:52 22:45:01 5 0.03 0.00 0.02 0.00 0.02 99.93 22:46:52 22:45:01 6 0.00 0.00 0.02 0.02 0.00 99.97 22:46:52 22:45:01 7 0.02 0.00 0.00 0.02 0.00 99.97 22:46:52 22:46:52 22:45:01 CPU %user %nice %system %iowait %steal %idle 22:46:52 22:46:01 all 4.52 0.00 1.75 1.00 0.03 92.70 22:46:52 22:46:01 0 4.15 0.00 1.73 0.64 0.03 93.45 22:46:52 22:46:01 1 3.87 0.00 1.49 0.18 0.02 94.44 22:46:52 22:46:01 2 4.13 0.00 1.97 0.02 0.02 93.86 22:46:52 22:46:01 3 5.73 0.00 1.69 0.08 0.03 92.46 22:46:52 22:46:01 4 3.87 0.00 1.41 0.02 0.03 94.68 22:46:52 22:46:01 5 5.95 0.00 1.63 0.03 0.03 92.36 22:46:52 22:46:01 6 3.90 0.00 1.83 1.19 0.02 93.07 22:46:52 22:46:01 7 4.53 0.00 2.26 5.91 0.03 87.27 22:46:52 Average: all 7.46 0.00 2.00 1.76 0.04 88.73 22:46:52 Average: 0 7.63 0.00 2.11 2.27 0.04 87.96 22:46:52 Average: 1 7.30 0.00 2.10 2.05 0.04 88.51 22:46:52 Average: 2 7.27 0.00 1.97 1.48 0.03 89.25 22:46:52 Average: 3 7.69 0.00 2.02 2.35 0.04 87.89 22:46:52 Average: 4 7.55 0.00 1.83 0.78 0.04 89.80 22:46:52 Average: 5 7.54 0.00 2.05 2.11 0.04 88.26 22:46:52 Average: 6 7.36 0.00 1.88 1.55 0.04 89.17 22:46:52 Average: 7 7.36 0.00 2.09 1.50 0.04 89.02 22:46:52 22:46:52 22:46:52