Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 489770a83fbc98f336c86b0914a62f33e4a7a33e 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-ssh1831835413025213552.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh10771576072868020255.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 f3350a1713306dce7682ed7e37d5774890d03277 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-ssh17478648992080477994.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh6445019666490523293.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-ssh13170372072288431052.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]] ========================================================= [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.21 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-ubuntu20.04-docker-8c-8g-9841’ is offline Running on prd-ubuntu20.04-docker-8c-8g-9843 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/689 [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/689 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 489770a83fbc98f336c86b0914a62f33e4a7a33e (main) Commit message: "Merge pull request #4900 from lindseysimple/issue-4899" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 489770a83fbc98f336c86b0914a62f33e4a7a33e # timeout=10 > git rev-list --no-walk d10896467fa144e67a67be8d8faf3bc8d031442b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:47:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:47:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:47:46 ========================================================= 10:47:46 EdgeX Global Pipelines Version Info 10:47:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:47:47 ------------------- 10:47:47 stable info: 10:47:47 ------------------- 10:47:47 Commited By: Cherry Wang cherry@iotechsys.com 10:47:47 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 10:47:47 Message: update stable to v1.0.263 10:47:47 ------------------- 10:47:47 experimental info: 10:47:47 ------------------- 10:47:47 Commited By: Cherry Wang cherry@iotechsys.com 10:47:47 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 10:47:47 Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:47:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 489770a [Pipeline] echo 10:47:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:47:48 provisioning config files... 10:47:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/689@tmp/config2434247668668684320tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:47:48 ---> ****-login.sh 10:47:48 nexus3.edgexfoundry.org:10001 10:47:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:47:49 Configure a credential helper to remove this warning. See 10:47:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:47:49 10:47:49 Login Succeeded 10:47:49 nexus3.edgexfoundry.org:10002 10:47:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:47:49 Configure a credential helper to remove this warning. See 10:47:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:47:49 10:47:49 Login Succeeded 10:47:49 nexus3.edgexfoundry.org:10003 10:47:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:47:49 Configure a credential helper to remove this warning. See 10:47:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:47:49 10:47:49 Login Succeeded 10:47:49 nexus3.edgexfoundry.org:10004 10:47:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:47:49 Configure a credential helper to remove this warning. See 10:47:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:47:49 10:47:49 Login Succeeded 10:47:49 ****.io 10:47:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:47:49 Configure a credential helper to remove this warning. See 10:47:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:47:49 10:47:49 Login Succeeded 10:47:49 ---> ****-login.sh ends [Pipeline] } 10:47:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:47:50 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 10:47:50 + dirname cmd/core-command/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo core-command,cmd/core-command/Dockerfile 10:47:50 + dirname cmd/core-common-config-bootstrapper/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:47:50 + dirname cmd/core-data/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo core-data,cmd/core-data/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + dirname cmd/core-keeper/Dockerfile 10:47:50 + echo core-keeper,cmd/core-keeper/Dockerfile 10:47:50 + dirname cmd/core-metadata/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo core-metadata,cmd/core-metadata/Dockerfile 10:47:50 + dirname cmd/security-bootstrapper/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:47:50 + dirname cmd/security-proxy-auth/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:47:50 + dirname cmd/security-proxy-setup/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:47:50 + dirname cmd/security-secretstore-setup/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:47:50 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:47:50 + dirname cmd/security-spire-agent/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:47:50 + + dirname cmd/security-spire-config/Dockerfile 10:47:50 cut -d/ -f2 10:47:50 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:47:50 + dirname cmd/security-spire-server/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:47:50 + dirname cmd/support-cron-scheduler/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 10:47:50 + dirname+ cmd/support-notifications/Dockerfile 10:47:50 cut -d/ -f2 10:47:50 + echo support-notifications,cmd/support-notifications/Dockerfile 10:47:50 + dirname cmd/support-scheduler/Dockerfile 10:47:50 + cut -d/ -f2 10:47:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:47:50 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-keeper, dockerfile:cmd/core-keeper/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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/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 10:47:50 + git rev-list -1 --merges 489770a83fbc98f336c86b0914a62f33e4a7a33e~1..489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] echo 10:47:50 -----------> git rev-list -1 --merges 489770a83fbc98f336c86b0914a62f33e4a7a33e~1..489770a83fbc98f336c86b0914a62f33e4a7a33e 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:47:50 489770a83fbc98f336c86b0914a62f33e4a7a33e [false] [Pipeline] sh 10:47:50 + git log --format=format:%s -1 489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] echo 10:47:50 ========================================================= 10:47:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:47:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:47:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:47:51 + grep -v github /etc/ssh/ssh_known_hosts 10:47:51 + [ -e /tmp/ssh_known_hosts ] 10:47:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:47:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:47:51 + sudo tee -a /etc/ssh/ssh_known_hosts 10:47:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:47:51 10:47:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:47:52 0.1.4: Pulling from edgex-devops/py-git-semver 10:47:52 b85a868b505f: Pulling fs layer 10:47:52 e2be974225ed: Pulling fs layer 10:47:52 339a4e72a1f5: Pulling fs layer 10:47:52 988bab9f4d93: Pulling fs layer 10:47:52 1469e6f7b9e6: Pulling fs layer 10:47:52 eaf3925da568: Pulling fs layer 10:47:52 bab4dde63d76: Pulling fs layer 10:47:52 bde34c3a00c8: Pulling fs layer 10:47:52 b352a97aabf1: Pulling fs layer 10:47:52 4872d77fe225: Pulling fs layer 10:47:52 5851b861e8e6: Pulling fs layer 10:47:52 988bab9f4d93: Waiting 10:47:52 1469e6f7b9e6: Waiting 10:47:52 eaf3925da568: Waiting 10:47:52 bab4dde63d76: Waiting 10:47:52 bde34c3a00c8: Waiting 10:47:52 4872d77fe225: Waiting 10:47:52 5851b861e8e6: Waiting 10:47:52 b352a97aabf1: Waiting 10:47:52 e2be974225ed: Download complete 10:47:52 988bab9f4d93: Download complete 10:47:52 1469e6f7b9e6: Verifying Checksum 10:47:52 1469e6f7b9e6: Download complete 10:47:52 339a4e72a1f5: Verifying Checksum 10:47:52 339a4e72a1f5: Download complete 10:47:52 eaf3925da568: Download complete 10:47:52 bde34c3a00c8: Download complete 10:47:52 b352a97aabf1: Download complete 10:47:52 4872d77fe225: Verifying Checksum 10:47:52 5851b861e8e6: Verifying Checksum 10:47:52 5851b861e8e6: Download complete 10:47:52 b85a868b505f: Verifying Checksum 10:47:52 b85a868b505f: Download complete 10:47:52 bab4dde63d76: Verifying Checksum 10:47:52 bab4dde63d76: Download complete 10:47:53 b85a868b505f: Pull complete 10:47:53 e2be974225ed: Pull complete 10:47:54 339a4e72a1f5: Pull complete 10:47:54 988bab9f4d93: Pull complete 10:47:54 1469e6f7b9e6: Pull complete 10:47:54 eaf3925da568: Pull complete 10:47:56 bab4dde63d76: Pull complete 10:47:56 bde34c3a00c8: Pull complete 10:47:56 b352a97aabf1: Pull complete 10:47:56 4872d77fe225: Pull complete 10:47:56 5851b861e8e6: Pull complete 10:47:56 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:47:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:47:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:47:56 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 10:47:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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 10:48:00 $ docker top 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 -eo pid,comm 10:48:00 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). 10:48:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:48:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:48:00 [ssh-agent] Looking for ssh-agent implementation... 10:48:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:48:00 $ docker exec 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 ssh-agent 10:48:00 SSH_AUTH_SOCK=/tmp/ssh-wktuVxgPTnnD/agent.32 10:48:00 SSH_AGENT_PID=38 10:48:00 Running ssh-add (command line suppressed) 10:48:00 Identity added: /w/workspace/edgex-go/689@tmp/private_key_1201745365322661294.key (/w/workspace/edgex-go/689@tmp/private_key_1201745365322661294.key) 10:48:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:48:01 + git tag --points-at HEAD [Pipeline] } 10:48:01 $ docker exec --env ******** --env ******** 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 ssh-agent -k 10:48:01 unset SSH_AUTH_SOCK; 10:48:01 unset SSH_AGENT_PID; 10:48:01 echo Agent pid 38 killed; 10:48:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:48:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:48:01 [ssh-agent] Looking for ssh-agent implementation... 10:48:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:48:01 $ docker exec 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 ssh-agent 10:48:01 SSH_AUTH_SOCK=/tmp/ssh-JzyqlkU44M3K/agent.71 10:48:01 SSH_AGENT_PID=77 10:48:01 Running ssh-add (command line suppressed) 10:48:01 Identity added: /w/workspace/edgex-go/689@tmp/private_key_8437457927384252114.key (/w/workspace/edgex-go/689@tmp/private_key_8437457927384252114.key) 10:48:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:48:01 + git semver init 10:48:02 2024-09-09 10:48:02,026 [run_init] DEBUG init version:0.0.0 force:False 10:48:02 2024-09-09 10:48:02,027 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/689/.semver 10:48:02 2024-09-09 10:48:02,028 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/689/.semver 10:48:02 2024-09-09 10:48:02,028 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/689/.semver'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=None) 10:48:08 2024-09-09 10:48:07,631 [append_file] DEBUG append to file:/w/workspace/edgex-go/689/.git/info/exclude 10:48:08 2024-09-09 10:48:07,632 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/689/.semver/main with force:False 10:48:08 2024-09-09 10:48:07,632 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main 10:48:08 2024-09-09 10:48:07,632 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main 10:48:08 3.2.0-dev.68 [Pipeline] } 10:48:08 $ docker exec --env ******** --env ******** 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 ssh-agent -k 10:48:08 unset SSH_AUTH_SOCK; 10:48:08 unset SSH_AGENT_PID; 10:48:08 echo Agent pid 77 killed; 10:48:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:48:09 + git semver [Pipeline] } 10:48:09 $ docker stop --time=1 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 10:48:10 $ docker rm -f --volumes 44ac60182ecbc3d43ecf8d6302b912d347b68a3858df6c77e65193fe39895ee6 [Pipeline] // withDockerContainer [Pipeline] sh 10:48:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:48:11 Stashed 1 file(s) [Pipeline] echo 10:48:11 [edgeXSemver]: initialized semver on version 3.2.0-dev.68 [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 10:48:11 + git config --global --add safe.directory /w/workspace/edgex-go/689 [Pipeline] echo 10:48:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:48:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:48:11 ========================================================= 10:48:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 10:48:11 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:48:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:48:12 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 10:48:12 619be1103602: Pulling fs layer 10:48:12 7862e08f4a3e: Pulling fs layer 10:48:12 5df492c9dc93: Pulling fs layer 10:48:12 7629e6793208: Pulling fs layer 10:48:12 4f4fb700ef54: Pulling fs layer 10:48:12 fb5054dd5b73: Pulling fs layer 10:48:12 eeca6798cff9: Pulling fs layer 10:48:12 aa269ceb94a6: Pulling fs layer 10:48:12 ada007ff1a6a: Pulling fs layer 10:48:12 7629e6793208: Waiting 10:48:12 4f4fb700ef54: Waiting 10:48:12 aa269ceb94a6: Waiting 10:48:12 fb5054dd5b73: Waiting 10:48:12 ada007ff1a6a: Waiting 10:48:12 7862e08f4a3e: Download complete 10:48:12 7629e6793208: Verifying Checksum 10:48:12 7629e6793208: Download complete 10:48:12 4f4fb700ef54: Verifying Checksum 10:48:12 4f4fb700ef54: Download complete 10:48:12 fb5054dd5b73: Download complete 10:48:12 619be1103602: Verifying Checksum 10:48:12 619be1103602: Download complete 10:48:12 eeca6798cff9: Verifying Checksum 10:48:12 eeca6798cff9: Download complete 10:48:12 619be1103602: Pull complete 10:48:12 ada007ff1a6a: Verifying Checksum 10:48:12 ada007ff1a6a: Download complete 10:48:12 7862e08f4a3e: Pull complete 10:48:12 5df492c9dc93: Verifying Checksum 10:48:12 5df492c9dc93: Download complete 10:48:12 aa269ceb94a6: Verifying Checksum 10:48:12 aa269ceb94a6: Download complete 10:48:16 5df492c9dc93: Pull complete 10:48:16 7629e6793208: Pull complete 10:48:16 4f4fb700ef54: Pull complete 10:48:16 fb5054dd5b73: Pull complete 10:48:16 eeca6798cff9: Pull complete 10:48:18 aa269ceb94a6: Pull complete 10:48:18 ada007ff1a6a: Pull complete 10:48:18 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 10:48:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:48:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 10:48:18 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:48:18 WORKDIR /edgex 10:48:18 COPY go.mod . 10:48:18 RUN go mod download 10:48:18 + docker build -t ci-base-image-x86_64 -f - . 10:48:19 Sending build context to Docker daemon 179.3MB 10:48:19 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 10:48:19 ---> f489d0715acc 10:48:19 Step 2/4 : WORKDIR /edgex 10:48:24 ---> Running in 072cfe15092e 10:48:24 Removing intermediate container 072cfe15092e 10:48:24 ---> ab654758c9eb 10:48:24 Step 3/4 : COPY go.mod . 10:48:24 ---> db8b90540fb3 10:48:24 Step 4/4 : RUN go mod download 10:48:24 ---> Running in 92145b7cb646 10:48:26 Still waiting to schedule task 10:48:26 ‘prd-ubuntu20.04-docker-arm64-4c-16g-9842’ is offline 10:48:51 Removing intermediate container 92145b7cb646 10:48:51 ---> 1a56c6f53893 10:48:51 Successfully built 1a56c6f53893 10:48:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:51 + docker inspect -f . ci-base-image-x86_64 10:48:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:48:51 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 10:48:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:48:52 $ docker top 52a04d2a7154d5c34f7ef4e00b2db0ee339b43a57b43ed96ab3ae0aacc85b6fd -eo pid,comm [Pipeline] { [Pipeline] sh 10:48:52 + go version 10:48:52 go version go1.21.9 linux/amd64 [Pipeline] } 10:48:52 $ docker stop --time=1 52a04d2a7154d5c34f7ef4e00b2db0ee339b43a57b43ed96ab3ae0aacc85b6fd 10:48:53 $ docker rm -f --volumes 52a04d2a7154d5c34f7ef4e00b2db0ee339b43a57b43ed96ab3ae0aacc85b6fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:54 + docker inspect -f . ci-base-image-x86_64 10:48:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:48:54 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 10:48:54 $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:48:54 $ docker top a1caae80946ce9eed2219bd835adec4a75ede7e86a71289c439bf4d9de43628e -eo pid,comm [Pipeline] { [Pipeline] echo 10:48:54 ========================================================= 10:48:54 [edgeXBuildGoParallel] Running Tests and Build... 10:48:54 ========================================================= [Pipeline] sh 10:48:55 + git config --global --add safe.directory /w/workspace/edgex-go/689 [Pipeline] fileExists [Pipeline] sh 10:48:55 + make test 10:48:55 go test -race -coverprofile=coverage.out ./... 10:49:03 ? github.com/edgexfoundry/edgex-go [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:49:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:49:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements 10:49:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 10:49:37 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 10:49:37 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:49:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:49:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:49:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements 10:49:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 10:49:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 10:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements 10:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.044s coverage: 53.2% of statements 10:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:49:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.490s coverage: 93.4% of statements 10:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.052s coverage: 91.7% of statements 10:49:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 7.0% of statements 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 10:49:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:49:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] 10:49:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.350s coverage: 95.8% of statements 10:49:43 ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements 10:49:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:49:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:49:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.017s coverage: 0.0% of statements [no tests to run] 10:49:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 0.8% of statements 10:49:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.033s coverage: 30.7% of statements 10:49:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 41.7% of statements 10:49:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.035s coverage: 77.8% of statements 10:49:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 10:49:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements 10:49:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements 10:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 10:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 10:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:49:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:49:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:49:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:49:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 10:49:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:49:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:49:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:49:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 10:49:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 10:49:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 10:49:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:49:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:49:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:49:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:49:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:49:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:49:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 10:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements 10:49:58 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 10:49:58 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] 10:49:58 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 10:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] 10:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 10:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 10:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:50:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:50:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:50:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:50:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:50:02 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9844 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:50:02 Running in /w/workspace/edgex-go/689 [Pipeline] { [Pipeline] checkout 10:50:02 The recommended git tool is: git 10:50:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:50:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:50:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:50:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:50:10 using credential edgex-jenkins-ssh 10:50:10 Cloning the remote Git repository 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.265s coverage: 79.9% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.064s coverage: 92.9% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 66.7% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.028s coverage: 75.0% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 20.0% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.070s coverage: 81.8% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.065s coverage: 82.1% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.020s coverage: 86.0% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.161s coverage: 63.1% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.027s coverage: 100.0% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.015s coverage: 73.7% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.255s coverage: 36.5% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 89.5% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.090s coverage: 84.8% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.030s coverage: 5.2% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.067s coverage: 97.1% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.041s coverage: 19.9% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.123s coverage: 95.7% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.033s coverage: 61.8% of statements 10:50:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.053s coverage: 98.9% of statements 10:50:11 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 10:50:11 running golangci-lint 10:50:11 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 10:50:11 go version go1.21.9 linux/amd64 10:50:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:50:10 > git init /w/workspace/edgex-go/689 # timeout=10 10:50:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:50:11 > git --version # timeout=10 10:50:11 > git --version # 'git version 2.25.1' 10:50:11 using GIT_SSH to set credentials SSH Credentials for GitHub 10:50:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:50:11 level=info msg="[config_reader] Used config file .golangci.yml" 10:50:11 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 10:50:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:50:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:50:29 Avoid second fetch 10:50:29 Checking out Revision 489770a83fbc98f336c86b0914a62f33e4a7a33e (main) 10:50:30 Commit message: "Merge pull request #4900 from lindseysimple/issue-4899" 10:50:29 > git config core.sparsecheckout # timeout=10 10:50:29 > git checkout -f 489770a83fbc98f336c86b0914a62f33e4a7a33e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:50:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:50:35 % Total % Received % Xferd Average Speed Time Time Time Current 10:50:35 Dload Upload Total Spent Left Speed 10:50:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 73302 0 --:--:-- --:--:-- --:--:-- 73302 [Pipeline] sh 10:50:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:50:35 + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:50:35 sudo tee /etc/docker/daemon.new 10:50:35 { 10:50:35 "registry-mirrors": [ 10:50:35 "https://nexus3.edgexfoundry.org:10001" 10:50:35 ], 10:50:35 "bip": "10.250.0.254/24", 10:50:35 "hosts": [ 10:50:35 "tcp://0.0.0.0:5555", 10:50:35 "unix:///var/run/docker.sock" 10:50:35 ], 10:50:35 "mtu": 1458, 10:50:35 "selinux-enabled": true, 10:50:35 "seccomp-profile": "/etc/docker/seccomp.json" 10:50:35 } [Pipeline] sh 10:50:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:50:36 + sudo service docker restart 10:50:38 level=info msg="[loader] Go packages loading at mode 575 (exports_file|name|types_sizes|compiled_files|deps|files|imports) took 22.664417921s" 10:50:38 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.815894ms" 10:50:48 level=info msg="[linters_context/goanalysis] analyzers took 1m49.05885723s with top 10 stages: buildir: 1m3.980737548s, gosec: 9.553496366s, inspect: 2.812975334s, fact_deprecated: 2.095137517s, printf: 1.786620064s, ctrlflow: 1.664559345s, S1038: 1.526139099s, fact_purity: 1.443355872s, nilness: 1.192073829s, directives: 852.049968ms" 10:50:48 level=info msg="[runner] Issues before processing: 214, after processing: 0" 10:50:48 level=info msg="[runner] Processors filtering stat (out/in): autogenerated_exclude: 214/214, filename_unadjuster: 214/214, identifier_marker: 214/214, exclude: 214/214, path_prettifier: 214/214, exclude-rules: 22/214, skip_files: 214/214, skip_dirs: 214/214, nolint: 0/22, cgo: 214/214" 10:50:48 level=info msg="[runner] processing took 21.689745ms with stages: nolint: 10.50688ms, identifier_marker: 5.573933ms, exclude-rules: 1.722673ms, path_prettifier: 1.547642ms, autogenerated_exclude: 1.542402ms, skip_dirs: 743.565µs, cgo: 32.65µs, filename_unadjuster: 14.18µs, max_same_issues: 1.23µs, fixer: 610ns, uniq_by_line: 590ns, sort_results: 540ns, exclude: 510ns, skip_files: 450ns, source_code: 430ns, diff: 370ns, severity-rules: 320ns, max_from_linter: 240ns, path_shortener: 180ns, path_prefixer: 180ns, max_per_file_from_linter: 170ns" 10:50:48 level=info msg="[runner] linters took 13.503588651s with stages: goanalysis_metalinter: 13.481755365s" 10:50:48 level=info msg="File cache stats: 0 entries of total size 0B" 10:50:48 level=info msg="Memory: 362 samples, avg is 330.7MB, max is 1425.7MB" 10:50:48 level=info msg="Execution took 36.216174248s" 10:50:48 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:50:54 provisioning config files... 10:50:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/689@tmp/config9827895695786827440tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:50:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:50:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:50:55 ---> ****-login.sh 10:50:55 nexus3.edgexfoundry.org:10001 10:50:55 ./bin/test-attribution-txt.sh 10:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo 10:50:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 10:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:50:55 Configure a credential helper to remove this warning. See 10:50:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:50:55 10:50:55 Login Succeeded 10:50:55 nexus3.edgexfoundry.org:10002 10:50:55 + ls -al . 10:50:55 total 916 10:50:55 drwxrwxr-x 11 1001 1001 4096 Sep 9 10:48 . 10:50:55 drwxr-xr-x 4 root root 4096 Sep 9 10:48 .. 10:50:55 drwxrwxr-x 2 1001 1001 4096 Sep 9 10:47 .blubracket 10:50:55 -rw-rw-r-- 1 1001 1001 10 Sep 9 10:47 .dockerignore 10:50:55 drwxrwxr-x 8 1001 1001 4096 Sep 9 10:50 .git 10:50:55 drwxrwxr-x 3 1001 1001 4096 Sep 9 10:47 .github 10:50:55 -rw-rw-r-- 1 1001 1001 1102 Sep 9 10:47 .gitignore 10:50:55 -rw-rw-r-- 1 1001 1001 42 Sep 9 10:47 .golangci.yml 10:50:55 -rw-rw-r-- 1 1001 1001 100 Sep 9 10:47 .hadolint.yml 10:50:55 drwxr-xr-x 3 1001 1001 4096 Sep 9 10:48 .semver 10:50:55 -rw-rw-r-- 1 1001 1001 155 Sep 9 10:47 .sonarcloud.properties 10:50:55 -rw-rw-r-- 1 1001 1001 1171 Sep 9 10:47 ADOPTERS.md 10:50:55 -rw-rw-r-- 1 1001 1001 21286 Sep 9 10:47 Attribution.txt 10:50:55 -rw-rw-r-- 1 1001 1001 100284 Sep 9 10:47 CHANGELOG.md 10:50:55 -rw-rw-r-- 1 1001 1001 3804 Sep 9 10:47 CONTRIBUTING.md 10:50:55 -rw-rw-r-- 1 1001 1001 677 Sep 9 10:47 GOVERNANCE.md 10:50:55 -rw-rw-r-- 1 1001 1001 861 Sep 9 10:47 Jenkinsfile 10:50:55 -rw-rw-r-- 1 1001 1001 10775 Sep 9 10:47 LICENSE 10:50:55 -rw-rw-r-- 1 1001 1001 16854 Sep 9 10:47 Makefile 10:50:55 -rw-rw-r-- 1 1001 1001 582 Sep 9 10:47 OWNERS.md 10:50:55 -rw-rw-r-- 1 1001 1001 9528 Sep 9 10:47 README.md 10:50:55 -rw-rw-r-- 1 1001 1001 789 Sep 9 10:47 SECURITY.md 10:50:55 -rw-rw-r-- 1 1001 1001 12 Sep 9 10:48 VERSION 10:50:55 drwxrwxr-x 2 1001 1001 4096 Sep 9 10:47 bin 10:50:55 drwxrwxr-x 20 1001 1001 4096 Sep 9 10:47 cmd 10:50:55 -rw-r--r-- 1 root root 545683 Sep 9 10:50 coverage.out 10:50:55 drwxrwxr-x 2 1001 1001 4096 Sep 9 10:47 fuzz_test 10:50:55 -rw-rw-r-- 1 1001 1001 7306 Sep 9 10:47 go.mod 10:50:55 -rw-rw-r-- 1 1001 1001 102583 Sep 9 10:47 go.sum 10:50:55 drwxrwxr-x 7 1001 1001 4096 Sep 9 10:47 internal 10:50:55 drwxrwxr-x 3 1001 1001 4096 Sep 9 10:47 openapi 10:50:55 -rw-rw-r-- 1 1001 1001 584 Sep 9 10:47 security.txt 10:50:55 -rw-rw-r-- 1 1001 1001 204 Sep 9 10:47 version.go [Pipeline] sh 10:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:50:55 Configure a credential helper to remove this warning. See 10:50:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:50:55 10:50:55 Login Succeeded 10:50:55 nexus3.edgexfoundry.org:10003 10:50:55 + '[' -e coverage.out ] 10:50:55 + chown 1001:1001 coverage.out [Pipeline] stash 10:50:56 Stashed 1 file(s) [Pipeline] sh 10:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:56 + make build 10:50:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:50:56 Configure a credential helper to remove this warning. See 10:50:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:50:56 10:50:56 Login Succeeded 10:50:56 nexus3.edgexfoundry.org:10004 10:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:50:56 Configure a credential helper to remove this warning. See 10:50:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:50:56 10:50:56 Login Succeeded 10:50:56 ****.io 10:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:50:57 Configure a credential helper to remove this warning. See 10:50:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:50:57 10:50:57 Login Succeeded 10:50:57 ---> ****-login.sh ends [Pipeline] } 10:50:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:50:57 + git config --global --add safe.directory /w/workspace/edgex-go/689 [Pipeline] echo 10:50:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:50:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:50:57 ========================================================= 10:50:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 10:50:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:50:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:50:58 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:50:58 c6b39de5b339: Pulling fs layer 10:50:58 a69c41024577: Pulling fs layer 10:50:58 d6de4b400683: Pulling fs layer 10:50:58 35cb2a7552d0: Pulling fs layer 10:50:58 4f4fb700ef54: Pulling fs layer 10:50:58 464afbd9ba4c: Pulling fs layer 10:50:58 00f215d4a9da: Pulling fs layer 10:50:58 d496ad576159: Pulling fs layer 10:50:58 35cb2a7552d0: Waiting 10:50:58 4f4fb700ef54: Waiting 10:50:58 464afbd9ba4c: Waiting 10:50:58 00f215d4a9da: Waiting 10:50:58 d496ad576159: Waiting 10:50:58 a69c41024577: Verifying Checksum 10:50:58 a69c41024577: Download complete 10:50:58 35cb2a7552d0: Verifying Checksum 10:50:58 35cb2a7552d0: Download complete 10:50:58 4f4fb700ef54: Verifying Checksum 10:50:58 4f4fb700ef54: Download complete 10:50:58 464afbd9ba4c: Verifying Checksum 10:50:58 464afbd9ba4c: Download complete 10:50:58 c6b39de5b339: Verifying Checksum 10:50:58 c6b39de5b339: Download complete 10:50:59 d496ad576159: Verifying Checksum 10:50:59 d496ad576159: Download complete 10:50:59 c6b39de5b339: Pull complete 10:51:00 d6de4b400683: Verifying Checksum 10:51:00 d6de4b400683: Download complete 10:51:00 a69c41024577: Pull complete 10:51:01 00f215d4a9da: Verifying Checksum 10:51:01 00f215d4a9da: Download complete 10:51:14 d6de4b400683: Pull complete 10:51:14 35cb2a7552d0: Pull complete 10:51:14 4f4fb700ef54: Pull complete 10:51:14 464afbd9ba4c: Pull complete 10:51:22 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:51:22 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:51:22 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:51:22 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:51:24 00f215d4a9da: Pull complete 10:51:24 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:51:25 d496ad576159: Pull complete 10:51:25 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 10:51:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:51:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 10:51:26 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:51:26 WORKDIR /edgex 10:51:26 COPY go.mod . 10:51:26 RUN go mod download 10:51:26 + docker build -t ci-base-image-arm64 -f - . 10:51:26 Sending build context to Docker daemon 3.539MB 10:51:26 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 10:51:26 ---> f246e2811388 10:51:26 Step 2/4 : WORKDIR /edgex 10:51:28 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:51:28 ---> Running in 1d0880934065 10:51:28 Removing intermediate container 1d0880934065 10:51:28 ---> b98a1454d11f 10:51:28 Step 3/4 : COPY go.mod . 10:51:29 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 10:51:29 ---> ff1e71994cd5 10:51:29 Step 4/4 : RUN go mod download 10:51:29 ---> Running in 7dcfd3452a09 10:51:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:51:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:51:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:51:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:51:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:51:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 10:51:37 $ docker stop --time=1 a1caae80946ce9eed2219bd835adec4a75ede7e86a71289c439bf4d9de43628e 10:51:43 $ docker rm -f --volumes a1caae80946ce9eed2219bd835adec4a75ede7e86a71289c439bf4d9de43628e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:51:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:51:44 10:51:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:51:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:51:44 latest: Pulling from edgex-devops/edgex-compose 10:51:44 91d30c5bc195: Pulling fs layer 10:51:44 2e9b0aa3be6d: Pulling fs layer 10:51:44 9c61dcf015f6: Pulling fs layer 10:51:44 4698f68db338: Pulling fs layer 10:51:44 2a2f49069b9e: Pulling fs layer 10:51:44 e0025b399a48: Pulling fs layer 10:51:44 4698f68db338: Waiting 10:51:44 2a2f49069b9e: Waiting 10:51:44 e0025b399a48: Waiting 10:51:44 91d30c5bc195: Download complete 10:51:44 4698f68db338: Verifying Checksum 10:51:44 4698f68db338: Download complete 10:51:44 2e9b0aa3be6d: Verifying Checksum 10:51:44 2e9b0aa3be6d: Download complete 10:51:44 e0025b399a48: Verifying Checksum 10:51:44 e0025b399a48: Download complete 10:51:44 91d30c5bc195: Pull complete 10:51:45 2a2f49069b9e: Verifying Checksum 10:51:45 2a2f49069b9e: Download complete 10:51:45 2e9b0aa3be6d: Pull complete 10:51:45 9c61dcf015f6: Verifying Checksum 10:51:45 9c61dcf015f6: Download complete 10:51:48 9c61dcf015f6: Pull complete 10:51:48 4698f68db338: Pull complete 10:51:48 2a2f49069b9e: Pull complete 10:51:48 e0025b399a48: Pull complete 10:51:48 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 10:51:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:51:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:51:48 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 10:51:48 $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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 10:51:51 $ docker top 4789ace280c51d5afca64e2e3463a371ceefcde02a63f1e01a075df3b2796508 -eo pid,comm [Pipeline] { [Pipeline] sh 10:51:51 + docker compose -f ./docker-compose-build.yml build --parallel 10:51:54 #1 [support-notifications internal] load build definition from Dockerfile 10:51:54 #1 transferring dockerfile: 1.95kB done 10:51:54 #1 DONE 0.0s 10:51:54 10:51:54 #2 [security-proxy-auth internal] load build definition from Dockerfile 10:51:54 #2 transferring dockerfile: 2.15kB done 10:51:54 #2 DONE 0.0s 10:51:54 10:51:54 #3 [security-spire-server internal] load build definition from Dockerfile 10:51:54 #3 transferring dockerfile: 1.70kB done 10:51:54 #3 DONE 0.0s 10:51:54 10:51:54 #4 [security-spire-config internal] load build definition from Dockerfile 10:51:54 #4 transferring dockerfile: 1.69kB done 10:51:54 #4 DONE 0.0s 10:51:54 10:51:54 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:51:54 #5 transferring dockerfile: 1.89kB done 10:51:54 #5 DONE 0.0s 10:51:54 10:51:54 #6 [core-command internal] load build definition from Dockerfile 10:51:54 #6 transferring dockerfile: 1.93kB done 10:51:54 #6 DONE 0.0s 10:51:54 10:51:54 #7 [core-metadata internal] load build definition from Dockerfile 10:51:54 #7 transferring dockerfile: 2.06kB done 10:51:54 #7 DONE 0.0s 10:51:54 10:51:54 #8 [security-spire-agent internal] load build definition from Dockerfile 10:51:54 #8 transferring dockerfile: 1.81kB done 10:51:54 #8 DONE 0.0s 10:51:54 10:51:54 #9 [support-scheduler internal] load build definition from Dockerfile 10:51:54 #9 transferring dockerfile: 1.93kB done 10:51:54 #9 DONE 0.0s 10:51:54 10:51:54 #10 [core-keeper internal] load build definition from Dockerfile 10:51:54 #10 transferring dockerfile: 2.01kB done 10:51:54 #10 DONE 0.0s 10:51:54 10:51:54 #11 [security-secretstore-setup internal] load build definition from Dockerfile 10:51:54 #11 transferring dockerfile: 2.49kB done 10:51:54 #11 DONE 0.0s 10:51:54 10:51:54 #12 [security-bootstrapper internal] load build definition from Dockerfile 10:51:54 #12 transferring dockerfile: 3.17kB done 10:51:54 #12 DONE 0.0s 10:51:54 10:51:54 #13 [security-proxy-setup internal] load build definition from Dockerfile 10:51:54 #13 transferring dockerfile: 2.50kB done 10:51:54 #13 DONE 0.0s 10:51:54 10:51:54 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:51:54 #14 transferring dockerfile: 2.23kB done 10:51:54 #14 DONE 0.0s 10:51:54 10:51:54 #15 [support-notifications internal] load .dockerignore 10:51:54 #15 transferring context: 50B done 10:51:54 #15 DONE 0.0s 10:51:54 10:51:54 #16 [core-data internal] load build definition from Dockerfile 10:51:54 #16 transferring dockerfile: 2.07kB done 10:51:54 #16 DONE 0.0s 10:51:54 10:51:54 #17 [support-cron-scheduler internal] load build definition from Dockerfile 10:51:54 #17 transferring dockerfile: 1.85kB done 10:51:54 #17 DONE 0.0s 10:51:54 10:51:54 #18 [security-proxy-auth internal] load .dockerignore 10:51:54 #18 transferring context: 50B done 10:51:54 #18 DONE 0.0s 10:51:54 10:51:54 #19 [security-spire-server internal] load .dockerignore 10:51:54 #19 transferring context: 50B done 10:51:54 #19 DONE 0.0s 10:51:54 10:51:54 #20 [security-spire-config internal] load .dockerignore 10:51:54 #20 transferring context: 50B done 10:51:54 #20 DONE 0.0s 10:51:54 10:51:54 #21 [security-spiffe-token-provider internal] load .dockerignore 10:51:54 #21 transferring context: 50B done 10:51:54 #21 DONE 0.0s 10:51:54 10:51:54 #22 [core-command internal] load .dockerignore 10:51:54 #22 transferring context: 50B done 10:51:54 #22 DONE 0.0s 10:51:54 10:51:54 #23 [security-spire-agent internal] load .dockerignore 10:51:54 #23 transferring context: 50B done 10:51:54 #23 DONE 0.0s 10:51:54 10:51:54 #24 [core-metadata internal] load .dockerignore 10:51:54 #24 transferring context: 50B done 10:51:54 #24 DONE 0.0s 10:51:54 10:51:54 #25 [support-scheduler internal] load .dockerignore 10:51:54 #25 transferring context: 50B done 10:51:54 #25 DONE 0.0s 10:51:54 10:51:54 #26 [core-keeper internal] load .dockerignore 10:51:54 #26 transferring context: 50B done 10:51:54 #26 DONE 0.0s 10:51:54 10:51:54 #27 [security-secretstore-setup internal] load .dockerignore 10:51:54 #27 transferring context: 50B done 10:51:54 #27 DONE 0.0s 10:51:54 10:51:54 #28 [security-bootstrapper internal] load .dockerignore 10:51:54 #28 transferring context: 50B done 10:51:54 #28 DONE 0.0s 10:51:54 10:51:54 #29 [security-proxy-setup internal] load .dockerignore 10:51:54 #29 transferring context: 50B done 10:51:54 #29 DONE 0.0s 10:51:54 10:51:54 #30 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:51:54 #30 DONE 0.0s 10:51:54 10:51:54 #31 [core-data internal] load .dockerignore 10:51:54 #31 transferring context: 50B done 10:51:54 #31 DONE 0.0s 10:51:54 10:51:54 #32 [core-common-config-bootstrapper internal] load .dockerignore 10:51:54 #32 transferring context: 50B done 10:51:54 #32 DONE 0.0s 10:51:54 10:51:54 #33 [support-cron-scheduler internal] load .dockerignore 10:51:54 #33 transferring context: 50B done 10:51:54 #33 DONE 0.0s 10:51:54 10:51:54 #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 10:51:54 #34 DONE 0.1s 10:51:54 10:51:54 #35 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:51:54 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:51:55 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:51:55 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s 10:51:55 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:51:55 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:51:55 #35 ... 10:51:55 10:51:55 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:51:55 #30 DONE 0.0s 10:51:55 10:51:55 #35 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:51:55 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:51:55 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:51:55 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:51:55 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:51:55 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:51:55 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 10:51:55 #35 ... 10:51:55 10:51:55 #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:51:55 #30 DONE 0.0s 10:51:55 10:51:55 #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:51:55 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:51:55 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:51:55 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:51:55 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:51:55 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:51:55 #35 ... 10:51:55 10:51:55 #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:51:55 #30 DONE 0.0s 10:51:55 10:51:55 #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:51:55 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:51:55 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:51:55 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:51:55 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:51:55 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:51:55 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 10:51:55 #35 ... 10:51:55 10:51:55 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:51:55 #30 DONE 0.0s 10:51:55 10:51:55 #36 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:51:55 #36 DONE 0.7s 10:51:55 10:51:55 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:51:55 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:51:55 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:51:55 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:51:55 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:51:55 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:51:55 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 10:51:55 #35 ... 10:51:55 10:51:55 #30 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:51:55 #30 DONE 0.0s 10:51:55 10:51:55 #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:51:55 #36 DONE 0.7s 10:51:55 10:51:55 #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:51:55 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:51:55 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:51:55 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:51:55 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:51:55 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:51:55 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 10:51:55 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:51:55 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:51:55 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:51:55 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:51:55 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:51:55 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 10:51:55 #35 DONE 0.9s 10:51:55 10:51:55 #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:51:55 #37 DONE 0.6s 10:51:55 10:51:55 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:51:55 #38 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:52:00 #38 ... 10:52:00 10:52:00 #39 [security-proxy-auth internal] load build context 10:52:00 #39 transferring context: 126.16MB 5.6s 10:52:00 #39 ... 10:52:00 10:52:00 #40 [support-notifications internal] load build context 10:52:01 #40 ... 10:52:01 10:52:01 #39 [security-proxy-auth internal] load build context 10:52:05 #39 ... 10:52:05 10:52:05 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 10:52:05 #34 ... 10:52:05 10:52:05 #41 [security-spiffe-token-provider internal] load build context 10:52:05 #41 ... 10:52:05 10:52:05 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 10:52:05 #42 ... 10:52:05 10:52:05 #43 [core-command internal] load build context 10:52:05 #43 ... 10:52:05 10:52:05 #44 [core-keeper internal] load build context 10:52:05 #44 ... 10:52:05 10:52:05 #45 [core-common-config-bootstrapper internal] load build context 10:52:05 #45 ... 10:52:05 10:52:05 #46 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 10:52:05 #46 ... 10:52:05 10:52:05 #47 [security-spire-config internal] load build context 10:52:05 #47 ... 10:52:05 10:52:05 #48 [security-proxy-setup internal] load build context 10:52:05 #48 transferring context: 381.11MB 10.1s 10:52:05 #48 ... 10:52:05 10:52:05 #49 [support-scheduler internal] load build context 10:52:05 #49 ... 10:52:05 10:52:05 #50 [security-bootstrapper internal] load build context 10:52:06 #50 ... 10:52:06 10:52:06 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:52:06 #51 ... 10:52:06 10:52:06 #52 [core-metadata internal] load build context 10:52:06 #52 ... 10:52:06 10:52:06 #53 [security-spire-server internal] load build context 10:52:06 #53 ... 10:52:06 10:52:06 #54 [security-secretstore-setup internal] load build context 10:52:06 #54 ... 10:52:06 10:52:06 #55 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:52:06 #55 ... 10:52:06 10:52:06 #56 [core-data internal] load build context 10:52:06 #56 ... 10:52:06 10:52:06 #54 [security-secretstore-setup internal] load build context 10:52:08 #54 transferring context: 495.52MB 13.0s done 10:52:11 #54 ... 10:52:11 10:52:11 #40 [support-notifications internal] load build context 10:52:11 #40 transferring context: 495.52MB 16.1s done 10:52:11 #40 ... 10:52:11 10:52:11 #39 [security-proxy-auth internal] load build context 10:52:12 #39 transferring context: 495.52MB 16.9s done 10:52:15 #39 ... 10:52:15 10:52:15 #41 [security-spiffe-token-provider internal] load build context 10:52:15 #41 transferring context: 495.52MB 16.3s done 10:52:16 #41 ... 10:52:16 10:52:16 #43 [core-command internal] load build context 10:52:16 #43 transferring context: 495.52MB 16.5s done 10:52:16 #43 ... 10:52:16 10:52:16 #44 [core-keeper internal] load build context 10:52:16 #44 transferring context: 495.52MB 13.2s done 10:52:16 #44 ... 10:52:16 10:52:16 #52 [core-metadata internal] load build context 10:52:16 #52 transferring context: 495.52MB 14.0s done 10:52:16 #52 ... 10:52:16 10:52:16 #50 [security-bootstrapper internal] load build context 10:52:16 #50 transferring context: 495.52MB 15.7s done 10:52:16 #50 ... 10:52:16 10:52:16 #48 [security-proxy-setup internal] load build context 10:52:16 #48 transferring context: 495.52MB 12.8s done 10:52:16 #48 ... 10:52:16 10:52:16 #49 [support-scheduler internal] load build context 10:52:16 #49 transferring context: 495.52MB 12.8s done 10:52:16 #49 ... 10:52:16 10:52:16 #45 [core-common-config-bootstrapper internal] load build context 10:52:16 #45 transferring context: 495.52MB 15.8s done 10:52:17 #45 ... 10:52:17 10:52:17 #56 [core-data internal] load build context 10:52:17 #56 transferring context: 495.52MB 14.3s done 10:52:20 #56 ... 10:52:20 10:52:20 #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:52:20 #36 DONE 0.7s 10:52:20 10:52:20 #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:52:20 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:52:20 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:52:20 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:52:20 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:52:20 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:52:20 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 10:52:20 #35 DONE 0.9s 10:52:20 10:52:20 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 10:52:20 #34 DONE 25.4s 10:52:20 10:52:20 #57 [support-cron-scheduler internal] load build context 10:52:20 #57 ... 10:52:20 10:52:20 #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:52:20 #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:52:20 #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done 10:52:20 #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done 10:52:20 #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:52:20 #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done 10:52:20 #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.2s done 10:52:20 #35 DONE 0.9s 10:52:20 10:52:20 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 10:52:20 #42 DONE 25.5s 10:52:20 10:52:20 #49 [support-scheduler internal] load build context 10:52:20 #49 DONE 25.3s 10:52:20 10:52:20 #48 [security-proxy-setup internal] load build context 10:52:20 #48 DONE 25.2s 10:52:20 10:52:20 #54 [security-secretstore-setup internal] load build context 10:52:20 #54 DONE 25.2s 10:52:20 10:52:20 #44 [core-keeper internal] load build context 10:52:20 #44 DONE 25.4s 10:52:20 10:52:20 #52 [core-metadata internal] load build context 10:52:20 #52 DONE 25.4s 10:52:20 10:52:20 #46 [core-command builder 2/7] WORKDIR /edgex-go 10:52:20 #46 DONE 25.4s 10:52:20 10:52:20 #56 [core-data internal] load build context 10:52:20 #56 DONE 25.3s 10:52:20 10:52:20 #50 [security-bootstrapper internal] load build context 10:52:20 #50 DONE 25.3s 10:52:20 10:52:20 #45 [core-common-config-bootstrapper internal] load build context 10:52:20 #45 DONE 25.4s 10:52:20 10:52:20 #40 [support-notifications internal] load build context 10:52:20 #40 DONE 25.9s 10:52:20 10:52:20 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:52:20 #38 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 25.0s done 10:52:20 #38 ... 10:52:20 10:52:20 #41 [security-spiffe-token-provider internal] load build context 10:52:20 #41 DONE 25.8s 10:52:20 10:52:20 #43 [core-command internal] load build context 10:52:20 #43 DONE 25.8s 10:52:20 10:52:20 #39 [security-proxy-auth internal] load build context 10:52:20 #39 DONE 25.8s 10:52:20 10:52:20 #53 [security-spire-server internal] load build context 10:52:20 #53 transferring context: 27.71kB 0.0s done 10:52:20 #53 DONE 25.3s 10:52:20 10:52:20 #47 [security-spire-config internal] load build context 10:52:20 #47 transferring context: 25.96kB 0.0s done 10:52:20 #47 DONE 25.3s 10:52:20 10:52:20 #58 [security-spire-agent internal] load build context 10:52:20 #58 transferring context: 27.24kB done 10:52:20 #58 DONE 0.3s 10:52:20 10:52:20 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:52:20 #38 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done 10:52:20 #38 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 10:52:20 #38 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 10:52:20 #38 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 10:52:20 #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 10:52:20 #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 10:52:20 #38 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 10:52:20 #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.1s 10:52:20 #38 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done 10:52:20 #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 10:52:20 #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 10:52:20 #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 2.10MB / 30.73MB 0.2s 10:52:20 #38 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 10:52:21 #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 11.53MB / 30.73MB 0.3s 10:52:21 #38 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 10:52:21 #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.41MB / 30.73MB 0.4s 10:52:21 #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.8s done 10:52:21 #38 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 10:52:24 #38 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 2.4s done 10:52:29 #38 ... 10:52:29 10:52:29 #57 [support-cron-scheduler internal] load build context 10:52:29 #57 transferring context: 495.52MB 5.3s done 10:52:29 #57 DONE 9.4s 10:52:29 10:52:29 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:52:29 #59 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done 10:52:29 #59 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 10:52:29 #59 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 10:52:29 #59 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 10:52:29 #59 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 10:52:29 #59 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 10:52:29 #59 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 10:52:29 #59 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done 10:52:29 #59 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 1.0s done 10:52:29 #59 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.0s done 10:52:29 #59 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.3s done 10:52:30 #59 ... 10:52:30 10:52:30 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 10:52:30 #60 ... 10:52:30 10:52:30 #61 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:52:30 #0 6.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:30 #0 6.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:30 #0 6.824 (1/3) Installing ca-certificates (20240226-r0) 10:52:30 #0 6.837 (2/3) Installing dumb-init (1.2.5-r2) 10:52:30 #0 6.841 (3/3) Installing tzdata (2024a-r0) 10:52:30 #0 6.891 Executing busybox-1.36.1-r7.trigger 10:52:30 #0 6.896 Executing ca-certificates-20240226-r0.trigger 10:52:30 #0 6.943 OK: 11 MiB in 18 packages 10:52:30 #61 ... 10:52:30 10:52:30 #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:30 #62 ... 10:52:30 10:52:30 #63 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:52:30 #0 1.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:30 #0 1.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:30 #0 1.583 (1/1) Installing dumb-init (1.2.5-r2) 10:52:30 #0 1.585 Executing busybox-1.36.1-r7.trigger 10:52:30 #0 1.600 OK: 7 MiB in 16 packages 10:52:31 #63 ... 10:52:31 10:52:31 #64 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 10:52:31 #64 ... 10:52:31 10:52:31 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:52:31 #65 ... 10:52:31 10:52:31 #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:52:31 #66 ... 10:52:31 10:52:31 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 10:52:31 #0 10.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:31 #0 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:31 #67 11.18 OK: 264 MiB in 52 packages 10:52:31 #67 ... 10:52:31 10:52:31 #68 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:32 #68 ... 10:52:32 10:52:32 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:52:32 #51 25.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:32 #51 25.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:32 #51 26.01 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:52:32 #51 26.01 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:52:32 #51 26.01 OK: 20070 distinct packages available 10:52:32 #51 26.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:32 #51 26.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:32 #51 26.41 (1/4) Installing dumb-init (1.2.5-r2) 10:52:32 #51 26.41 (2/4) Installing musl-obstack (1.2.3-r2) 10:52:32 #51 26.41 (3/4) Installing libucontext (1.2-r2) 10:52:32 #51 26.42 (4/4) Installing gcompat (1.1.0-r1) 10:52:32 #51 26.42 Executing busybox-1.36.1-r7.trigger 10:52:32 #51 26.43 OK: 8 MiB in 19 packages 10:52:32 #51 ... 10:52:32 10:52:32 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:52:32 #0 9.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:32 #0 9.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:32 #0 9.636 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:52:32 #0 9.636 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:52:32 #0 9.636 OK: 20078 distinct packages available 10:52:32 #0 9.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:32 #0 9.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:32 #0 10.07 OK: 264 MiB in 52 packages 10:52:32 #69 ... 10:52:32 10:52:32 #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:52:32 #0 5.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:32 #0 5.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:32 #0 5.667 OK: 264 MiB in 52 packages 10:52:32 #70 ... 10:52:32 10:52:32 #55 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:52:32 #55 25.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:32 #55 26.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:32 #55 26.40 (1/1) Installing dumb-init (1.2.5-r2) 10:52:32 #55 26.41 Executing busybox-1.36.1-r7.trigger 10:52:32 #55 26.42 OK: 7 MiB in 16 packages 10:52:32 #55 ... 10:52:32 10:52:32 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:52:32 #0 1.260 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:32 #0 1.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:32 #0 1.709 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:52:32 #0 1.709 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:52:32 #0 1.709 OK: 20070 distinct packages available 10:52:32 #0 1.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:32 #0 1.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:32 #0 2.058 (1/11) Installing ca-certificates (20240226-r0) 10:52:32 #0 2.073 (2/11) Installing brotli-libs (1.0.9-r14) 10:52:32 #0 2.082 (3/11) Installing libunistring (1.1-r1) 10:52:32 #0 2.098 (4/11) Installing libidn2 (2.3.4-r1) 10:52:32 #0 2.102 (5/11) Installing nghttp2-libs (1.57.0-r0) 10:52:32 #0 2.105 (6/11) Installing libcurl (8.9.0-r0) 10:52:32 #0 2.115 (7/11) Installing curl (8.9.0-r0) 10:52:32 #0 2.123 (8/11) Installing dumb-init (1.2.5-r2) 10:52:32 #0 2.126 (9/11) Installing musl-obstack (1.2.3-r2) 10:52:32 #0 2.129 (10/11) Installing libucontext (1.2-r2) 10:52:32 #0 2.131 (11/11) Installing gcompat (1.1.0-r1) 10:52:32 #0 2.136 Executing busybox-1.36.1-r7.trigger 10:52:32 #0 2.144 Executing ca-certificates-20240226-r0.trigger 10:52:32 #0 2.179 OK: 12 MiB in 26 packages 10:52:32 #71 ... 10:52:32 10:52:32 #72 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:52:32 #0 1.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:32 #0 1.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:32 #0 1.598 (1/4) Installing ca-certificates (20240226-r0) 10:52:32 #0 1.624 (2/4) Installing dumb-init (1.2.5-r2) 10:52:32 #0 1.624 (3/4) Installing su-exec (0.2-r3) 10:52:32 #0 1.626 (4/4) Installing yq (4.33.3-r5) 10:52:32 #0 1.703 Executing busybox-1.36.1-r7.trigger 10:52:32 #0 1.719 Executing ca-certificates-20240226-r0.trigger 10:52:32 #0 1.794 OK: 17 MiB in 19 packages 10:52:32 #72 ... 10:52:32 10:52:32 #73 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 10:52:33 #73 ... 10:52:33 10:52:33 #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:52:33 #66 11.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:33 #66 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:33 #66 11.50 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:52:33 #66 11.50 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:52:33 #66 11.50 OK: 20070 distinct packages available 10:52:33 #66 11.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:33 #66 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:33 #66 11.90 (1/5) Installing dumb-init (1.2.5-r2) 10:52:33 #66 11.90 (2/5) Installing musl-obstack (1.2.3-r2) 10:52:33 #66 11.90 (3/5) Installing libucontext (1.2-r2) 10:52:33 #66 11.91 (4/5) Installing gcompat (1.1.0-r1) 10:52:33 #66 11.91 (5/5) Installing openssl (3.1.7-r0) 10:52:33 #66 11.93 Executing busybox-1.36.1-r7.trigger 10:52:33 #66 11.93 OK: 8 MiB in 20 packages 10:52:37 #66 ... 10:52:37 10:52:37 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:52:37 #51 DONE 41.3s 10:52:37 10:52:37 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:52:37 #65 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:37 #65 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:37 #65 11.50 (1/4) Installing dumb-init (1.2.5-r2) 10:52:37 #65 11.51 (2/4) Installing openssl (3.1.7-r0) 10:52:37 #65 11.52 (3/4) Installing su-exec (0.2-r3) 10:52:37 #65 11.52 (4/4) Installing yq (4.33.3-r5) 10:52:37 #65 11.61 Executing busybox-1.36.1-r7.trigger 10:52:37 #65 11.61 OK: 17 MiB in 19 packages 10:52:37 #65 DONE 16.5s 10:52:37 10:52:37 #55 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:52:37 #55 DONE 41.1s 10:52:37 10:52:37 #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:37 #62 DONE 16.4s 10:52:37 10:52:37 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:52:37 #71 DONE 16.4s 10:52:37 10:52:37 #61 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:52:37 #61 DONE 16.4s 10:52:37 10:52:37 #72 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:52:37 #72 DONE 16.4s 10:52:37 10:52:37 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:52:37 #69 DONE 16.4s 10:52:37 10:52:37 #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:52:37 #66 DONE 16.5s 10:52:37 10:52:37 #63 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:52:37 #63 DONE 16.5s 10:52:37 10:52:37 #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:52:37 #70 DONE 16.6s 10:52:37 10:52:37 #74 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 10:52:37 #74 ... 10:52:37 10:52:37 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:52:37 #67 DONE 16.5s 10:52:37 10:52:37 #74 [core-command stage-1 3/9] RUN apk --no-cache upgrade 10:52:37 #74 ... 10:52:37 10:52:37 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:52:37 #75 DONE 0.3s 10:52:37 10:52:37 #76 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:52:37 #76 DONE 0.2s 10:52:37 10:52:37 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:52:37 #59 DONE 16.7s 10:52:37 10:52:37 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:52:37 #77 DONE 0.3s 10:52:37 Removing intermediate container 7dcfd3452a09 10:52:37 ---> 755e28890c5e 10:52:37 Successfully built 755e28890c5e 10:52:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:37 10:52:37 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:52:37 #38 DONE 41.7s 10:52:37 10:52:37 #78 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:52:37 + docker inspect -f . ci-base-image-arm64 10:52:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:52:37 prd-ubuntu20.04-docker-arm64-4c-16g-9844 does not seem to be running inside a container 10:52:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@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 ******** ci-base-image-arm64 cat 10:52:38 #78 ... 10:52:38 10:52:38 #68 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:38 #68 DONE 18.1s 10:52:38 10:52:38 #73 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 10:52:38 #73 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:38 #73 17.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:38 #73 18.13 (1/2) Installing ca-certificates (20240226-r0) 10:52:38 #73 18.15 (2/2) Installing dumb-init (1.2.5-r2) 10:52:38 #73 18.15 Executing busybox-1.36.1-r7.trigger 10:52:38 #73 18.16 Executing ca-certificates-20240226-r0.trigger 10:52:38 #73 18.22 OK: 8 MiB in 17 packages 10:52:38 #73 DONE 18.4s 10:52:38 10:52:38 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 10:52:38 #60 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:38 #60 17.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:38 #60 18.18 (1/2) Installing dumb-init (1.2.5-r2) 10:52:38 #60 18.19 (2/2) Installing su-exec (0.2-r3) 10:52:38 #60 18.19 Executing busybox-1.36.1-r7.trigger 10:52:38 #60 18.20 OK: 7 MiB in 17 packages 10:52:38 #60 DONE 18.4s 10:52:38 10:52:38 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:52:39 #79 ... 10:52:39 10:52:39 #64 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:52:39 #64 18.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:39 #64 18.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:39 #64 18.42 OK: 264 MiB in 52 packages 10:52:39 #64 DONE 18.5s 10:52:39 10:52:39 #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:52:39 #80 DONE 0.0s 10:52:39 $ docker top fe357de60228b3575d2a66176035101197cd1a1088e34bd7b0c093fcbf803c88 -eo pid,comm 10:52:39 10:52:39 #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] { [Pipeline] sh 10:52:39 #81 ... 10:52:39 10:52:39 #82 [core-data stage-1 3/8] RUN apk --no-cache upgrade 10:52:39 #0 2.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:39 #0 2.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:39 #0 2.827 OK: 7 MiB in 16 packages 10:52:39 #82 DONE 2.9s 10:52:39 10:52:39 #83 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:52:39 #0 2.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:39 #0 3.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:40 + go version 10:52:40 go version go1.21.9 linux/arm64 [Pipeline] } 10:52:40 $ docker stop --time=1 fe357de60228b3575d2a66176035101197cd1a1088e34bd7b0c093fcbf803c88 10:52:40 #83 3.274 OK: 11 MiB in 18 packages 10:52:40 #83 ... 10:52:40 10:52:40 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:52:40 #0 2.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:40 #0 3.081 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:40 #0 3.282 OK: 12 MiB in 26 packages 10:52:40 #84 DONE 3.4s 10:52:40 10:52:40 #83 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:52:40 #83 DONE 3.6s 10:52:40 10:52:40 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:52:40 #0 2.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:40 #0 3.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:40 #0 3.640 OK: 8 MiB in 19 packages 10:52:40 #85 DONE 3.7s 10:52:40 10:52:40 #74 [core-command stage-1 3/9] RUN apk --no-cache upgrade 10:52:40 #74 3.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:41 #74 3.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:41 #74 3.976 OK: 7 MiB in 16 packages 10:52:41 #74 DONE 4.2s 10:52:41 10:52:41 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:52:41 #0 3.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:41 #0 3.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:41 #0 3.809 OK: 8 MiB in 20 packages 10:52:41 #86 DONE 4.2s 10:52:41 10:52:41 #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:52:41 #87 DONE 0.6s 10:52:41 10:52:41 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:52:41 #79 2.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:41 #79 2.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:41 #79 2.623 OK: 8 MiB in 17 packages 10:52:41 $ docker rm -f --volumes fe357de60228b3575d2a66176035101197cd1a1088e34bd7b0c093fcbf803c88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:42 #79 DONE 3.3s 10:52:42 10:52:42 #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:52:42 #0 2.881 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:42 #0 3.523 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:42 #0 4.232 OK: 264 MiB in 52 packages 10:52:42 #88 DONE 5.3s 10:52:42 10:52:42 #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:52:42 #89 DONE 1.0s 10:52:42 10:52:42 #90 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:52:42 #0 4.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:42 #0 4.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:42 #0 4.557 OK: 17 MiB in 19 packages 10:52:42 #90 DONE 5.3s 10:52:42 10:52:42 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:52:42 #0 3.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:42 #0 4.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:42 #0 4.998 OK: 17 MiB in 19 packages 10:52:42 #91 DONE 5.3s 10:52:42 10:52:42 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:52:42 #92 DONE 1.1s 10:52:42 10:52:42 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:52:42 #93 ... 10:52:42 10:52:42 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:52:42 #94 DONE 1.1s 10:52:42 10:52:42 #95 [security-spire-config stage-2 6/10] COPY security.txt / 10:52:42 #95 DONE 0.2s 10:52:42 10:52:42 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:52:42 #93 DONE 0.2s 10:52:42 10:52:42 #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:52:42 #96 DONE 0.2s 10:52:42 10:52:42 #97 [security-spire-server stage-2 6/9] COPY security.txt / 10:52:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:52:42 10:52:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:42 #97 ... 10:52:42 10:52:42 #98 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:52:42 #98 DONE 0.3s 10:52:42 10:52:42 #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:52:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:52:42 latest: Pulling from edgex-devops/edgex-compose-arm64 10:52:42 547446be3368: Pulling fs layer 10:52:42 d125d8839a47: Pulling fs layer 10:52:42 3e85d5ac6304: Pulling fs layer 10:52:42 c3105a71a48b: Pulling fs layer 10:52:42 0f093f025ec4: Pulling fs layer 10:52:42 c3106fc0e877: Pulling fs layer 10:52:42 c3105a71a48b: Waiting 10:52:42 0f093f025ec4: Waiting 10:52:42 c3106fc0e877: Waiting 10:52:43 547446be3368: Verifying Checksum 10:52:43 547446be3368: Download complete 10:52:43 c3105a71a48b: Download complete 10:52:43 #99 ... 10:52:43 10:52:43 #100 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 10:52:43 #0 3.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:43 #0 3.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:43 #0 3.900 OK: 7 MiB in 17 packages 10:52:43 #100 DONE 4.3s 10:52:43 10:52:43 #101 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:52:43 #0 2.610 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 10:52:43 #0 3.101 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 10:52:43 #0 3.840 (1/1) Installing dumb-init (1.2.5-r2) 10:52:43 #0 4.166 Executing busybox-1.36.1-r7.trigger 10:52:43 #0 4.177 OK: 7 MiB in 16 packages 10:52:43 #101 DONE 4.6s 10:52:43 10:52:43 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:52:43 #102 DONE 0.7s 10:52:43 10:52:43 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:52:43 #103 DONE 0.8s 10:52:43 10:52:43 #97 [security-spire-server stage-2 6/9] COPY security.txt / 10:52:43 #97 DONE 0.7s 10:52:43 10:52:43 #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:52:43 #104 DONE 0.1s 10:52:43 10:52:43 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:52:43 #105 DONE 0.1s 10:52:43 10:52:43 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:52:43 #106 DONE 0.1s 10:52:43 10:52:43 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:52:43 #107 ... 10:52:43 10:52:43 #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:52:43 #108 DONE 0.1s 10:52:43 10:52:43 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 10:52:43 #109 DONE 0.2s 10:52:43 10:52:43 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:52:43 #107 DONE 0.2s 10:52:43 10:52:43 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:52:43 #110 DONE 0.1s 10:52:43 10:52:43 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:52:43 d125d8839a47: Verifying Checksum 10:52:43 d125d8839a47: Download complete 10:52:43 c3106fc0e877: Verifying Checksum 10:52:43 c3106fc0e877: Download complete 10:52:43 0f093f025ec4: Verifying Checksum 10:52:43 0f093f025ec4: Download complete 10:52:43 547446be3368: Pull complete 10:52:43 #111 DONE 0.1s 10:52:43 10:52:43 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:52:43 #112 DONE 0.1s 10:52:43 10:52:43 #113 [security-spire-server] exporting to image 10:52:43 #113 exporting layers 10:52:43 #113 ... 10:52:43 10:52:43 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:52:43 #114 DONE 0.1s 10:52:43 10:52:43 #113 [security-spire-agent] exporting to image 10:52:44 #113 ... 10:52:44 10:52:44 #115 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:52:44 #115 DONE 1.1s 10:52:44 10:52:44 #116 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 10:52:44 #116 DONE 0.1s 10:52:44 10:52:44 #113 [security-spire-config] exporting to image 10:52:44 #113 exporting layers 1.0s done 10:52:44 #113 writing image sha256:479e36a9cee6eebeb43842e76fcc479ae7de81cabb45e5747ba32417d14b786f done 10:52:44 #113 naming to docker.io/library/security-spire-config done 10:52:44 #113 exporting layers 0.8s done 10:52:44 #113 writing image sha256:a53d9118929841e121aeee3d61b6ceacb88890749638b7381db6239afa6b3a5e done 10:52:44 #113 naming to docker.io/library/security-spire-server done 10:52:44 #113 writing image sha256:13165c6b14531699de779591a4bd37f13000ce0cdc1aef061e3ff267245c1ca2 done 10:52:44 #113 naming to docker.io/library/security-spire-agent done 10:52:44 #113 DONE 1.2s 10:52:44 10:52:44 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:52:45 d125d8839a47: Pull complete 10:52:45 3e85d5ac6304: Verifying Checksum 10:52:45 3e85d5ac6304: Download complete 10:52:48 #117 ... 10:52:48 10:52:48 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:52:55 3e85d5ac6304: Pull complete 10:52:55 c3105a71a48b: Pull complete 10:52:56 0f093f025ec4: Pull complete 10:52:57 c3106fc0e877: Pull complete 10:52:57 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 10:52:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:52:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:52:57 prd-ubuntu20.04-docker-arm64-4c-16g-9844 does not seem to be running inside a container 10:52:57 $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:52:59 $ docker top 80792d4d8518b5fec35d90581e0eccbf592c467ab6207c1858d09f704aba1e47 -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:00 + docker compose -f ./docker-compose-build.yml build --parallel 10:53:06 #1 [security-spire-server internal] load build definition from Dockerfile 10:53:06 #1 transferring dockerfile: 1.70kB done 10:53:06 #1 DONE 0.1s 10:53:07 10:53:07 #2 [support-notifications internal] load build definition from Dockerfile 10:53:07 #2 transferring dockerfile: 1.95kB done 10:53:07 #2 DONE 0.0s 10:53:07 10:53:07 #3 [support-cron-scheduler internal] load build definition from Dockerfile 10:53:07 #3 transferring dockerfile: 1.85kB done 10:53:07 #3 DONE 0.1s 10:53:07 10:53:07 #4 [security-proxy-setup internal] load build definition from Dockerfile 10:53:07 #4 transferring dockerfile: 2.50kB 0.0s done 10:53:07 #4 DONE 0.1s 10:53:07 10:53:07 #5 [security-spire-server internal] load .dockerignore 10:53:07 #5 transferring context: 50B 0.0s done 10:53:07 #5 DONE 0.1s 10:53:08 10:53:08 #6 [support-notifications internal] load .dockerignore 10:53:08 #6 transferring context: 50B done 10:53:08 #6 DONE 0.1s 10:53:08 10:53:08 #7 [support-cron-scheduler internal] load .dockerignore 10:53:09 #7 transferring context: 50B done 10:53:09 #7 DONE 0.1s 10:53:09 10:53:09 #8 [security-proxy-setup internal] load .dockerignore 10:53:09 #8 transferring context: 50B 0.0s done 10:53:09 #8 DONE 0.1s 10:53:09 10:53:09 #9 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:53:09 #9 ... 10:53:09 10:53:09 #10 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 10:53:09 #10 DONE 0.2s 10:53:09 10:53:09 #9 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:53:09 #9 DONE 0.6s 10:53:09 10:53:09 #11 [security-spire-server internal] load build context 10:53:09 #11 transferring context: 27.71kB 0.0s done 10:53:09 #11 DONE 0.1s 10:53:09 10:53:09 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:09 #12 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done 10:53:10 #12 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 10:53:10 #12 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 10:53:10 #12 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 10:53:10 #12 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s 10:53:10 #12 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 10:53:10 #12 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 10:53:10 #12 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 10:53:10 #12 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 10:53:10 #12 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.2s 10:53:10 #12 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done 10:53:10 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 0.4s 10:53:10 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.24MB / 28.04MB 0.5s 10:53:10 #12 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 10:53:10 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.09MB / 28.04MB 0.7s 10:53:10 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 0.8s 10:53:10 #12 ... 10:53:10 10:53:10 #13 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:10 #13 DONE 0.0s 10:53:10 10:53:10 #10 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 10:53:10 #10 DONE 0.2s 10:53:10 10:53:10 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:10 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.43MB / 28.04MB 0.9s 10:53:10 #12 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 10:53:10 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 1.0s 10:53:10 #12 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 10:53:11 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 1.1s 10:53:11 #12 ... 10:53:11 10:53:11 #13 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:11 #13 DONE 0.0s 10:53:11 10:53:11 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:11 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 1.4s 10:53:11 #12 ... 10:53:11 10:53:11 #10 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 10:53:11 #10 DONE 0.3s 10:53:11 10:53:11 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:11 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 1.4s done 10:53:11 #12 ... 10:53:11 10:53:11 #13 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:11 #13 DONE 0.0s 10:53:11 10:53:11 #10 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 10:53:11 #10 DONE 0.5s 10:53:11 10:53:11 #14 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:53:11 #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:53:11 #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:53:11 #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:53:11 #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:53:11 #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done 10:53:11 #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 10:53:11 #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:53:11 #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:53:11 #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:53:11 #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:53:11 #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done 10:53:11 #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 10:53:11 #14 ... 10:53:11 10:53:11 #15 [support-notifications internal] load build context 10:53:11 #15 transferring context: 3.10MB 0.7s done 10:53:11 #15 DONE 1.1s 10:53:11 10:53:11 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:11 #12 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.3s 10:53:12 #12 ... 10:53:12 10:53:12 #16 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:53:12 #16 DONE 1.8s 10:53:12 10:53:12 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:12 #12 ... 10:53:12 10:53:12 #17 [support-notifications builder 2/7] WORKDIR /edgex-go 10:53:12 #17 DONE 0.7s 10:53:13 10:53:13 #18 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:53:13 #18 ... 10:53:13 10:53:13 #19 [support-cron-scheduler internal] load build context 10:53:13 #19 transferring context: 3.10MB 1.0s done 10:53:13 #19 DONE 1.6s 10:53:13 10:53:13 #20 [security-bootstrapper internal] load build definition from Dockerfile 10:53:13 #20 transferring dockerfile: 3.17kB 0.0s done 10:53:13 #20 DONE 0.1s 10:53:13 10:53:13 #21 [core-keeper internal] load build definition from Dockerfile 10:53:13 #21 transferring dockerfile: 2.01kB 0.0s done 10:53:13 #21 DONE 0.1s 10:53:13 10:53:13 #22 [security-proxy-setup internal] load build context 10:53:13 #22 transferring context: 3.10MB 1.0s done 10:53:13 #22 DONE 1.5s 10:53:13 10:53:13 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:13 #12 ... 10:53:13 10:53:13 #23 [security-spire-config internal] load build definition from Dockerfile 10:53:13 #23 transferring dockerfile: 1.69kB done 10:53:13 #23 DONE 0.1s 10:53:13 10:53:13 #24 [security-proxy-auth internal] load build definition from Dockerfile 10:53:13 #24 transferring dockerfile: 2.15kB 0.0s done 10:53:13 #24 DONE 0.1s 10:53:13 10:53:13 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:13 #12 ... 10:53:13 10:53:13 #25 [core-command internal] load build definition from Dockerfile 10:53:13 #25 transferring dockerfile: 1.93kB 0.0s done 10:53:13 #25 DONE 0.2s 10:53:13 10:53:13 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:14 #12 ... 10:53:14 10:53:14 #26 [core-metadata internal] load build definition from Dockerfile 10:53:14 #26 transferring dockerfile: 2.06kB 0.0s done 10:53:14 #26 DONE 0.2s 10:53:14 10:53:14 #27 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 10:53:14 #27 ... 10:53:14 10:53:14 #28 [core-data internal] load build definition from Dockerfile 10:53:14 #28 transferring dockerfile: 2.07kB 0.0s done 10:53:14 #28 DONE 0.2s 10:53:14 10:53:14 #29 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:53:14 #29 transferring dockerfile: 1.89kB done 10:53:14 #29 DONE 0.1s 10:53:14 10:53:14 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:15 #12 ... 10:53:15 10:53:15 #30 [security-secretstore-setup internal] load build definition from Dockerfile 10:53:15 #30 transferring dockerfile: 2.49kB done 10:53:15 #30 DONE 0.1s 10:53:15 10:53:15 #31 [security-spire-agent internal] load build definition from Dockerfile 10:53:15 #31 transferring dockerfile: 1.81kB done 10:53:15 #31 DONE 0.1s 10:53:15 10:53:15 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:15 #12 ... 10:53:15 10:53:15 #32 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:53:15 #32 transferring dockerfile: 2.23kB done 10:53:15 #32 DONE 0.1s 10:53:15 10:53:15 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:15 #12 ... 10:53:15 10:53:15 #33 [support-scheduler internal] load build definition from Dockerfile 10:53:15 #33 transferring dockerfile: 1.93kB done 10:53:15 #33 DONE 0.1s 10:53:15 10:53:15 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:17 #12 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.4s 10:53:18 #12 ... 10:53:18 10:53:18 #34 [security-bootstrapper internal] load .dockerignore 10:53:18 #34 transferring context: 50B 0.0s done 10:53:18 #34 DONE 0.1s 10:53:18 10:53:18 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:18 #12 ... 10:53:18 10:53:18 #35 [core-keeper internal] load .dockerignore 10:53:18 #35 transferring context: 50B done 10:53:18 #35 DONE 0.1s 10:53:18 10:53:18 #36 [security-spire-config internal] load .dockerignore 10:53:18 #36 transferring context: 50B 0.0s done 10:53:18 #36 DONE 0.1s 10:53:18 10:53:18 #37 [security-proxy-auth internal] load .dockerignore 10:53:19 #37 transferring context: 50B 0.0s done 10:53:19 #37 DONE 0.2s 10:53:19 10:53:19 #38 [core-command internal] load .dockerignore 10:53:19 #38 transferring context: 50B 0.0s done 10:53:19 #38 DONE 0.2s 10:53:19 10:53:19 #39 [core-metadata internal] load .dockerignore 10:53:19 #39 transferring context: 50B 0.0s done 10:53:19 #39 DONE 0.1s 10:53:19 10:53:19 #40 [core-data internal] load .dockerignore 10:53:19 #40 ... 10:53:19 10:53:19 #41 [security-secretstore-setup internal] load .dockerignore 10:53:19 #41 DONE 0.0s 10:53:19 10:53:19 #42 [security-spiffe-token-provider internal] load .dockerignore 10:53:19 #42 transferring context: 50B 0.0s done 10:53:19 #42 DONE 0.1s 10:53:19 10:53:19 #40 [core-data internal] load .dockerignore 10:53:19 #40 transferring context: 50B 0.0s done 10:53:19 #40 DONE 0.3s 10:53:19 10:53:19 #41 [security-secretstore-setup internal] load .dockerignore 10:53:19 #41 transferring context: 50B 0.1s done 10:53:19 #41 DONE 0.2s 10:53:19 10:53:19 #43 [security-spire-agent internal] load .dockerignore 10:53:19 #43 transferring context: 50B 0.0s done 10:53:19 #43 DONE 0.2s 10:53:19 10:53:19 #44 [core-common-config-bootstrapper internal] load .dockerignore 10:53:20 #44 transferring context: 50B 0.0s done 10:53:20 #44 DONE 0.2s 10:53:20 10:53:20 #45 [support-scheduler internal] load .dockerignore 10:53:20 #45 transferring context: 50B 0.0s done 10:53:20 #45 DONE 0.2s 10:53:20 10:53:20 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:20 #118 DONE 40.7s 10:53:20 10:53:20 #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:20 #99 DONE 35.5s 10:53:20 10:53:20 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:20 #117 DONE 40.7s 10:53:20 10:53:20 #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:20 #81 DONE 38.9s 10:53:20 10:53:20 #78 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:20 #78 DONE 40.8s 10:53:20 10:53:20 #119 [core-keeper builder 7/8] COPY . . 10:53:21 #12 ... 10:53:21 10:53:21 #13 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:21 #13 DONE 0.0s 10:53:21 10:53:21 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:21 #12 ... 10:53:21 10:53:21 #16 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:53:21 #16 DONE 3.3s 10:53:21 10:53:21 #17 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 10:53:21 #17 DONE 1.1s 10:53:21 10:53:21 #10 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 10:53:21 #10 DONE 0.5s 10:53:21 10:53:21 #12 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:21 #12 ... 10:53:21 10:53:21 #46 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:53:21 #0 5.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:21 #0 6.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:21 #0 9.138 (1/3) Installing ca-certificates (20240226-r0) 10:53:21 #0 9.303 (2/3) Installing dumb-init (1.2.5-r2) 10:53:21 #0 9.327 (3/3) Installing tzdata (2024a-r0) 10:53:21 #46 ... 10:53:21 10:53:21 #13 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:21 #13 DONE 0.0s 10:53:21 10:53:21 #10 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 10:53:21 #10 DONE 0.6s 10:53:21 10:53:21 #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 10:53:21 #0 6.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:21 #0 6.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:21 #0 9.590 (1/2) Installing ca-certificates (20240226-r0) 10:53:21 #0 9.731 (2/2) Installing dumb-init (1.2.5-r2) 10:53:21 #0 9.763 Executing busybox-1.36.1-r7.trigger 10:53:21 #0 9.827 Executing ca-certificates-20240226-r0.trigger 10:53:21 #47 ... 10:53:21 10:53:21 #16 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:53:21 #16 DONE 3.4s 10:53:21 10:53:21 #17 [core-keeper builder 2/7] WORKDIR /edgex-go 10:53:21 #17 DONE 1.2s 10:53:21 10:53:21 #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:53:21 #0 6.297 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:21 #0 7.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:21 #0 9.212 (1/4) Installing dumb-init (1.2.5-r2) 10:53:21 #0 9.242 (2/4) Installing openssl (3.1.7-r0) 10:53:21 #0 9.311 (3/4) Installing su-exec (0.2-r3) 10:53:21 #0 9.315 (4/4) Installing yq (4.33.3-r5) 10:53:22 #48 ... 10:53:22 10:53:22 #13 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:22 #13 DONE 0.0s 10:53:22 10:53:22 #10 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 10:53:22 #10 DONE 0.7s 10:53:22 10:53:22 #49 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:53:22 #0 5.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:22 #0 5.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:22 #0 8.245 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:53:22 #0 8.245 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:53:22 #0 8.245 OK: 19946 distinct packages available 10:53:22 #0 8.682 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:22 #0 9.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:22 #49 ... 10:53:22 10:53:22 #16 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:53:22 #16 DONE 3.5s 10:53:22 10:53:22 #17 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 10:53:22 #17 DONE 1.3s 10:53:22 10:53:22 #9 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:53:22 #9 DONE 0.8s 10:53:22 10:53:22 #50 [security-spire-config internal] load build context 10:53:22 #50 ... 10:53:22 10:53:22 #13 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:22 #13 DONE 0.0s 10:53:22 10:53:22 #13 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:22 #13 DONE 0.1s 10:53:22 10:53:22 #12 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:22 #12 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done 10:53:22 #12 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 10:53:22 #12 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 10:53:22 #12 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 10:53:22 #12 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 10:53:22 #12 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 10:53:22 #12 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 10:53:22 #12 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done 10:53:22 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 1.4s done 10:53:22 #12 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 10:53:22 #12 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 10:53:22 #12 ... 10:53:22 10:53:22 #10 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 10:53:22 #10 DONE 1.2s 10:53:22 10:53:22 #12 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:22 #12 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.9s 10:53:22 #12 ... 10:53:22 10:53:22 #16 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:53:22 #16 DONE 4.0s 10:53:22 10:53:22 #17 [core-command builder 2/7] WORKDIR /edgex-go 10:53:22 #17 DONE 1.8s 10:53:22 10:53:22 #13 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:22 #13 DONE 0.1s 10:53:22 10:53:22 #50 [security-spire-config internal] load build context 10:53:22 #50 transferring context: 25.96kB 0.1s done 10:53:22 #50 DONE 0.7s 10:53:22 10:53:22 #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 10:53:22 #10 DONE 1.3s 10:53:22 10:53:22 #14 [core-command stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:53:22 #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:53:22 #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:53:22 #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:53:22 #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:53:22 #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done 10:53:22 #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 10:53:23 #14 ... 10:53:23 10:53:23 #16 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:53:23 #16 DONE 4.7s 10:53:23 10:53:23 #17 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 10:53:23 #17 DONE 2.2s 10:53:23 10:53:23 #14 [security-spiffe-token-provider stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:53:23 #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:53:23 #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:53:23 #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:53:23 #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:53:23 #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done 10:53:23 #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 10:53:23 #14 ... 10:53:23 10:53:23 #13 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:23 #13 DONE 0.1s 10:53:23 10:53:23 #12 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:23 #12 ... 10:53:23 10:53:23 #13 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:23 #13 DONE 0.1s 10:53:23 10:53:23 #12 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:24 #12 ... 10:53:24 10:53:24 #27 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:53:24 #27 5.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:24 #27 6.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:24 #27 13.27 OK: 266 MiB in 52 packages 10:53:24 #27 DONE 15.1s 10:53:24 10:53:24 #49 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:53:24 #49 12.60 (1/5) Installing dumb-init (1.2.5-r2) 10:53:24 #49 12.62 (2/5) Installing musl-obstack (1.2.3-r2) 10:53:24 #49 12.72 (3/5) Installing libucontext (1.2-r2) 10:53:24 #49 12.72 (4/5) Installing gcompat (1.1.0-r1) 10:53:24 #49 12.72 (5/5) Installing openssl (3.1.7-r0) 10:53:24 #49 12.77 Executing busybox-1.36.1-r7.trigger 10:53:24 #49 12.90 OK: 9 MiB in 20 packages 10:53:24 #49 ... 10:53:24 10:53:24 #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:53:24 #48 10.18 Executing busybox-1.36.1-r7.trigger 10:53:24 #48 10.34 OK: 18 MiB in 19 packages 10:53:24 #48 DONE 12.8s 10:53:24 10:53:24 #51 [core-keeper internal] load build context 10:53:24 #51 ... 10:53:24 10:53:24 #10 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 10:53:24 #10 DONE 2.6s 10:53:25 10:53:25 #16 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:53:25 #16 DONE 5.0s 10:53:25 10:53:25 #17 [core-data builder 2/7] WORKDIR /edgex-go 10:53:25 #17 DONE 2.7s 10:53:25 10:53:25 #13 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:25 #13 DONE 0.1s 10:53:25 10:53:25 #27 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:53:25 #27 DONE 16.7s 10:53:25 10:53:25 #18 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:53:25 #18 5.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:25 #18 7.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:25 #18 10.01 OK: 266 MiB in 52 packages 10:53:25 #18 DONE 12.4s 10:53:25 10:53:25 #14 [core-data stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:53:25 #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:53:25 #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:53:25 #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:53:25 #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:53:25 #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done 10:53:25 #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 10:53:25 #14 ... 10:53:25 10:53:25 #13 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:53:25 #13 DONE 0.1s 10:53:25 10:53:25 #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 10:53:25 #47 11.00 OK: 9 MiB in 17 packages 10:53:25 #47 DONE 13.6s 10:53:25 10:53:25 #51 [core-keeper internal] load build context 10:53:25 #51 ... 10:53:25 10:53:25 #52 [security-bootstrapper internal] load build context 10:53:25 #52 transferring context: 3.10MB 2.7s done 10:53:25 #52 DONE 4.3s 10:53:25 10:53:25 #51 [core-keeper internal] load build context 10:53:25 #51 transferring context: 3.10MB 3.8s done 10:53:26 #51 ... 10:53:26 10:53:26 #46 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:53:26 #46 11.73 Executing busybox-1.36.1-r7.trigger 10:53:26 #46 11.96 Executing ca-certificates-20240226-r0.trigger 10:53:26 #46 12.53 OK: 12 MiB in 18 packages 10:53:26 #46 DONE 14.5s 10:53:26 10:53:26 #49 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:53:26 #49 DONE 14.6s 10:53:26 10:53:26 #53 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:53:26 #53 ... 10:53:26 10:53:26 #9 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 10:53:26 #9 DONE 2.6s 10:53:26 10:53:26 #54 [security-proxy-auth internal] load build context 10:53:26 #54 transferring context: 3.10MB 3.8s done 10:53:27 #54 ... 10:53:27 10:53:27 #16 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:53:27 #16 DONE 5.5s 10:53:27 10:53:27 #17 [support-scheduler builder 2/7] WORKDIR /edgex-go 10:53:27 #17 DONE 3.1s 10:53:27 10:53:27 #10 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 10:53:27 #10 DONE 3.9s 10:53:27 10:53:27 #16 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:53:27 #16 DONE 5.5s 10:53:27 10:53:27 #17 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 10:53:27 #17 DONE 3.2s 10:53:27 10:53:27 #14 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:53:27 #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:53:27 #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:53:27 #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:53:27 #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:53:27 #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done 10:53:27 #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 10:53:27 #119 DONE 8.7s 10:53:27 10:53:27 #120 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 10:53:27 #120 CACHED 10:53:27 10:53:27 #121 [support-cron-scheduler builder 6/7] COPY . . 10:53:27 #121 CACHED 10:53:27 10:53:27 #122 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:27 #122 CACHED 10:53:27 10:53:27 #123 [security-spiffe-token-provider builder 6/7] COPY . . 10:53:27 #123 DONE 8.7s 10:53:27 10:53:27 #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:27 #124 CACHED 10:53:27 10:53:27 #125 [core-common-config-bootstrapper builder 6/7] COPY . . 10:53:27 #125 CACHED 10:53:27 10:53:27 #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:53:27 #126 CACHED 10:53:27 10:53:27 #127 [core-data builder 4/7] COPY go.mod vendor* ./ 10:53:27 #127 CACHED 10:53:27 10:53:27 #128 [core-data builder 6/7] COPY . . 10:53:27 #128 CACHED 10:53:27 10:53:27 #129 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:27 #129 CACHED 10:53:27 10:53:27 #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:27 #130 CACHED 10:53:27 10:53:27 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:53:27 #131 CACHED 10:53:27 10:53:27 #132 [core-metadata builder 6/7] COPY . . 10:53:27 #132 CACHED 10:53:27 10:53:27 #133 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:53:27 #133 CACHED 10:53:27 10:53:27 #134 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:27 #134 CACHED 10:53:27 10:53:27 #135 [support-scheduler builder 6/7] COPY . . 10:53:27 #135 CACHED 10:53:27 10:53:27 #136 [security-proxy-auth builder 6/7] COPY . . 10:53:27 #136 DONE 8.7s 10:53:27 10:53:27 #137 [core-command builder 4/7] COPY go.mod vendor* ./ 10:53:27 #137 CACHED 10:53:27 10:53:27 #138 [core-command builder 6/7] COPY . . 10:53:27 #138 CACHED 10:53:27 10:53:27 #139 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:27 #139 CACHED 10:53:27 10:53:27 #140 [security-secretstore-setup builder 6/7] COPY . . 10:53:27 #140 DONE 8.7s 10:53:27 10:53:27 #141 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:27 #141 CACHED 10:53:27 10:53:27 #142 [security-bootstrapper builder 6/7] COPY . . 10:53:27 #142 CACHED 10:53:27 10:53:27 #143 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:53:27 #143 CACHED 10:53:27 10:53:27 #144 [security-proxy-setup builder 6/7] COPY . . 10:53:27 #144 CACHED 10:53:27 10:53:27 #145 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:53:27 #145 CACHED 10:53:27 10:53:27 #146 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:27 #146 CACHED 10:53:27 10:53:27 #147 [support-notifications builder 6/7] COPY . . 10:53:27 #147 DONE 8.7s 10:53:27 10:53:27 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:53:27 #14 ... 10:53:27 10:53:27 #51 [core-keeper internal] load build context 10:53:27 #51 DONE 5.4s 10:53:27 10:53:27 #55 [core-metadata internal] load build context 10:53:27 #55 transferring context: 3.10MB 3.3s done 10:53:27 #55 ... 10:53:27 10:53:27 #56 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 10:53:27 #56 DONE 2.9s 10:53:27 10:53:27 #49 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:53:27 #49 DONE 21.4s 10:53:27 10:53:27 #14 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 10:53:27 #14 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done 10:53:27 #14 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done 10:53:27 #14 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done 10:53:27 #14 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done 10:53:27 #14 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.2s done 10:53:27 #14 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done 10:53:28 #148 1.310 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:53:28 #14 ... 10:53:28 10:53:28 #54 [security-proxy-auth internal] load build context 10:53:28 #54 DONE 6.1s 10:53:28 10:53:28 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:28 #57 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done 10:53:28 #57 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 10:53:28 #57 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 10:53:28 #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s 10:53:28 #57 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 10:53:28 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 0B / 18.32MB 0.2s 10:53:28 #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 10:53:28 #57 ... 10:53:28 10:53:28 #58 [core-command internal] load build context 10:53:28 #58 transferring context: 3.10MB 3.4s done 10:53:28 #58 DONE 5.6s 10:53:29 10:53:29 #55 [core-metadata internal] load build context 10:53:29 #55 DONE 6.1s 10:53:29 10:53:29 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:29 #12 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done 10:53:29 #12 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 10:53:29 #12 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 10:53:29 #12 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 10:53:29 #12 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 10:53:29 #12 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 10:53:29 #12 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 10:53:29 #12 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done 10:53:29 #12 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 1.4s done 10:53:29 #12 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 10:53:29 #12 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 10:53:29 #12 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.5s done 10:53:29 #12 ... 10:53:29 10:53:29 #59 [security-spiffe-token-provider internal] load build context 10:53:29 #59 transferring context: 3.10MB 2.6s done 10:53:29 #59 DONE 6.6s 10:53:29 10:53:29 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:29 #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done 10:53:29 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 4.19MB / 18.32MB 1.8s 10:53:29 #57 ... 10:53:29 10:53:29 #60 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:53:29 #60 DONE 5.6s 10:53:29 10:53:29 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:29 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.24MB / 18.32MB 2.1s 10:53:30 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 6.85MB / 18.32MB 2.3s 10:53:30 #57 ... 10:53:30 10:53:30 #61 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:53:30 #61 DONE 5.6s 10:53:30 10:53:30 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:30 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.82MB / 18.32MB 2.7s 10:53:31 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 8.90MB / 18.32MB 3.4s 10:53:31 #57 ... 10:53:31 10:53:31 #62 [core-data internal] load build context 10:53:31 #62 transferring context: 3.10MB 4.1s done 10:53:31 #62 DONE 6.5s 10:53:31 10:53:31 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:31 #57 ... 10:53:31 10:53:31 #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 10:53:31 #0 9.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:31 #63 ... 10:53:31 10:53:31 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 10:53:31 #12 ... 10:53:31 10:53:31 #64 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:53:32 #64 ... 10:53:32 10:53:32 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:53:32 #65 ... 10:53:32 10:53:32 #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:53:32 #66 ... 10:53:32 10:53:32 #67 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:53:32 #67 ... 10:53:32 10:53:32 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:32 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 11.82MB / 18.32MB 4.3s 10:53:32 #57 ... 10:53:32 10:53:32 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:53:32 #68 ... 10:53:32 10:53:32 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:32 #57 ... 10:53:32 10:53:32 #69 [security-spire-agent internal] load build context 10:53:32 #69 transferring context: 27.24kB 0.1s done 10:53:32 #69 DONE 5.0s 10:53:32 10:53:32 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:32 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 13.63MB / 18.32MB 4.8s 10:53:33 #57 ... 10:53:33 10:53:33 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:53:33 #70 ... 10:53:33 10:53:33 #71 [security-secretstore-setup internal] load build context 10:53:33 #71 ... 10:53:33 10:53:33 #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:53:34 #72 ... 10:53:34 10:53:34 #71 [security-secretstore-setup internal] load build context 10:53:34 #71 ... 10:53:34 10:53:34 #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 10:53:34 #63 10.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:34 #63 11.67 (1/2) Installing dumb-init (1.2.5-r2) 10:53:34 #63 11.67 (2/2) Installing su-exec (0.2-r3) 10:53:34 #63 11.71 Executing busybox-1.36.1-r7.trigger 10:53:34 #63 11.74 OK: 8 MiB in 17 packages 10:53:34 #63 DONE 13.1s 10:53:34 10:53:34 #71 [security-secretstore-setup internal] load build context 10:53:34 #71 ... 10:53:34 10:53:34 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:53:35 #73 ... 10:53:35 10:53:35 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:35 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 7.0s 10:53:35 #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 7.3s done 10:53:35 #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10:53:35 #57 ... 10:53:35 10:53:35 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:53:35 #74 ... 10:53:35 10:53:35 #71 [security-secretstore-setup internal] load build context 10:53:35 #71 transferring context: 3.10MB 7.1s done 10:53:35 #71 DONE 10.8s 10:53:35 10:53:35 #75 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:53:35 #75 ... 10:53:35 10:53:35 #76 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:53:36 #76 ... 10:53:36 10:53:36 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:53:36 #68 13.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:36 #68 ... 10:53:36 10:53:36 #77 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:53:36 #77 ... 10:53:36 10:53:36 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:53:36 #65 DONE 14.4s 10:53:36 10:53:36 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:53:36 #73 11.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:36 #73 ... 10:53:36 10:53:36 #64 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:53:36 #64 DONE 15.0s 10:53:36 10:53:36 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:53:36 #78 ... 10:53:36 10:53:36 #79 [core-common-config-bootstrapper internal] load build context 10:53:37 #79 ... 10:53:37 10:53:37 #80 [support-scheduler internal] load build context 10:53:37 #80 ... 10:53:37 10:53:37 #79 [core-common-config-bootstrapper internal] load build context 10:53:37 #79 transferring context: 3.10MB 5.4s done 10:53:37 #79 ... 10:53:37 10:53:37 #53 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:53:37 #53 ... 10:53:37 10:53:37 #80 [support-scheduler internal] load build context 10:53:38 #80 ... 10:53:38 10:53:38 #79 [core-common-config-bootstrapper internal] load build context 10:53:38 #79 DONE 10.8s 10:53:38 10:53:38 #80 [support-scheduler internal] load build context 10:53:38 #80 transferring context: 3.10MB 7.7s done 10:53:38 #148 ... 10:53:38 10:53:38 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:53:38 #0 0.564 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:53:38 #149 ... 10:53:38 10:53:38 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:53:38 #0 0.945 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:53:38 #150 ... 10:53:38 10:53:38 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:53:38 #0 1.245 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:53:38 #151 ... 10:53:38 10:53:38 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:53:38 #0 1.040 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:53:38 #152 ... 10:53:38 10:53:38 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:53:38 #0 0.556 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 10:53:38 #153 ... 10:53:38 10:53:38 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:53:38 #0 1.207 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:53:38 #154 ... 10:53:38 10:53:38 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:53:38 #0 1.289 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:53:38 #155 ... 10:53:38 10:53:38 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:53:38 #0 0.646 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:53:38 #156 ... 10:53:38 10:53:38 #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:53:38 #0 0.815 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:53:38 #157 ... 10:53:38 10:53:38 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:53:38 #0 1.552 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:53:38 #80 DONE 11.3s 10:53:38 10:53:38 #75 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:53:38 #75 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:38 #158 ... 10:53:38 10:53:38 #159 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:53:38 #0 0.909 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:53:38 #159 ... 10:53:38 10:53:38 #160 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:53:38 #0 0.704 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:53:40 #75 14.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:40 #75 ... 10:53:40 10:53:40 #81 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:40 #81 ... 10:53:40 10:53:40 #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:53:40 #66 14.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:40 #66 15.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:40 #66 18.80 OK: 266 MiB in 52 packages 10:53:40 #66 DONE 20.0s 10:53:40 10:53:40 #82 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:53:40 #82 ... 10:53:40 10:53:40 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:40 #83 ... 10:53:40 10:53:40 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:40 #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.4s 10:53:41 #57 ... 10:53:41 10:53:41 #82 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:53:41 #82 DONE 1.1s 10:53:41 10:53:41 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:44 #57 ... 10:53:44 10:53:44 #67 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:53:44 #67 13.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:44 #67 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:44 #67 20.25 (1/1) Installing dumb-init (1.2.5-r2) 10:53:44 #67 20.37 Executing busybox-1.36.1-r7.trigger 10:53:44 #67 20.55 OK: 8 MiB in 16 packages 10:53:44 #67 DONE 23.8s 10:53:44 10:53:44 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:45 #57 ... 10:53:45 10:53:45 #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 10:53:45 #0 9.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:45 #84 ... 10:53:45 10:53:45 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:45 #57 ... 10:53:45 10:53:45 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:53:45 #70 12.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:45 #70 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:45 #70 19.10 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:53:45 #70 19.10 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:53:45 #70 19.10 OK: 19954 distinct packages available 10:53:45 #70 20.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:45 #70 ... 10:53:45 10:53:45 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:53:45 #73 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:45 #73 18.65 OK: 18 MiB in 19 packages 10:53:45 #73 DONE 21.0s 10:53:45 10:53:45 #85 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:53:45 #85 ... 10:53:45 10:53:45 #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:53:45 #72 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:45 #72 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:45 #72 19.88 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:53:45 #72 19.88 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:53:45 #72 19.88 OK: 19946 distinct packages available 10:53:45 #72 21.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:46 #72 ... 10:53:46 10:53:46 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:53:46 #86 DONE 0.3s 10:53:46 10:53:46 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:46 #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.6s 10:53:46 #57 ... 10:53:46 10:53:46 #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:53:46 #0 7.601 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:46 #87 10.29 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:46 #87 ... 10:53:46 10:53:46 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:53:47 #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.2s done 10:53:48 #57 ... 10:53:48 10:53:48 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:53:48 #68 15.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:48 #68 21.19 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 10:53:48 #68 21.19 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 10:53:48 #68 21.19 OK: 19946 distinct packages available 10:53:48 #68 22.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:48 #68 25.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:48 #68 ... 10:53:48 10:53:48 #85 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:53:48 #85 4.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:48 #85 ... 10:53:48 10:53:48 #77 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:53:48 #77 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:48 #77 14.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:48 #77 21.21 OK: 12 MiB in 18 packages 10:53:48 #77 DONE 22.3s 10:53:48 10:53:48 #75 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:53:48 #75 21.22 (1/1) Installing dumb-init (1.2.5-r2) 10:53:48 #75 21.26 Executing busybox-1.36.1-r7.trigger 10:53:48 #75 21.40 OK: 8 MiB in 16 packages 10:53:48 #75 DONE 23.0s 10:53:48 10:53:48 #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:53:48 #72 23.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:48 #72 ... 10:53:48 10:53:48 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:53:48 #74 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:48 #74 15.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:48 #74 21.96 OK: 9 MiB in 17 packages 10:53:49 #74 ... 10:53:49 10:53:49 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 10:53:49 #88 ... 10:53:49 10:53:49 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:53:49 #74 DONE 23.8s 10:53:49 10:53:49 #53 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:53:49 #53 21.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:49 #53 24.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:49 #53 29.73 OK: 9 MiB in 20 packages 10:53:49 #53 ... 10:53:49 10:53:49 #76 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:53:49 #76 14.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:49 #76 16.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:49 #76 23.81 (1/4) Installing ca-certificates (20240226-r0) 10:53:49 #76 24.33 (2/4) Installing dumb-init (1.2.5-r2) 10:53:50 #76 24.35 (3/4) Installing su-exec (0.2-r3) 10:53:50 #76 24.37 (4/4) Installing yq (4.33.3-r5) 10:53:50 #76 ... 10:53:50 10:53:50 #85 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:53:50 #85 6.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:50 #85 ... 10:53:50 10:53:50 #53 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:53:50 #53 DONE 31.2s 10:53:50 10:53:50 #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:53:51 #89 ... 10:53:51 10:53:51 #90 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:51 #90 ... 10:53:51 10:53:51 #76 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:53:51 #76 25.76 Executing busybox-1.36.1-r7.trigger 10:53:51 #76 25.90 Executing ca-certificates-20240226-r0.trigger 10:53:52 #76 ... 10:53:52 10:53:52 #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:53:52 #91 DONE 1.5s 10:53:52 10:53:52 #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:53:52 #89 DONE 1.6s 10:53:52 10:53:52 #92 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:53:52 #92 DONE 0.2s 10:53:52 10:53:52 #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:53:52 #93 ... 10:53:52 10:53:52 #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 10:53:52 #84 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:52 #84 16.59 OK: 8 MiB in 17 packages 10:53:52 #84 DONE 18.0s 10:53:52 10:53:52 #94 [security-spire-server stage-2 6/9] COPY security.txt / 10:53:52 #94 DONE 0.2s 10:53:53 10:53:53 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:53:53 #68 30.24 (1/4) Installing dumb-init (1.2.5-r2) 10:53:53 #68 30.32 (2/4) Installing musl-obstack (1.2.3-r2) 10:53:53 #68 30.32 (3/4) Installing libucontext (1.2-r2) 10:53:53 #68 30.32 (4/4) Installing gcompat (1.1.0-r1) 10:53:53 #68 30.38 Executing busybox-1.36.1-r7.trigger 10:53:53 #68 30.51 OK: 8 MiB in 19 packages 10:53:53 #68 ... 10:53:53 10:53:53 #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:53:53 #95 DONE 0.5s 10:53:53 10:53:53 #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:53:53 #72 29.29 (1/11) Installing ca-certificates (20240226-r0) 10:53:53 #72 ... 10:53:53 10:53:53 #96 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:53:53 #96 DONE 0.3s 10:53:53 10:53:53 #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:53:53 #97 ... 10:53:53 10:53:53 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:53:53 #78 6.798 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:53 #78 9.970 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:53 #78 16.41 OK: 266 MiB in 52 packages 10:53:53 #78 ... 10:53:53 10:53:53 #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:53:53 #97 DONE 0.3s 10:53:53 10:53:53 #98 [security-spire-server] exporting to image 10:53:53 #98 exporting layers 10:53:54 #98 ... 10:53:54 10:53:54 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:53:54 #70 23.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:54 #70 29.53 OK: 266 MiB in 52 packages 10:53:54 #70 DONE 31.3s 10:53:54 10:53:54 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:53:54 #68 DONE 32.0s 10:53:54 10:53:54 #99 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:53:55 #99 ... 10:53:55 10:53:55 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:53:55 #78 DONE 18.4s 10:53:55 10:53:55 #76 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:53:55 #76 27.43 OK: 18 MiB in 19 packages 10:53:55 #76 DONE 29.6s 10:53:55 10:53:55 #100 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:53:55 #100 ... 10:53:55 10:53:55 #101 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:53:55 #101 DONE 1.2s 10:53:55 10:53:55 #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:53:55 #72 29.89 (2/11) Installing brotli-libs (1.0.9-r14) 10:53:55 #72 30.02 (3/11) Installing libunistring (1.1-r1) 10:53:55 #72 30.17 (4/11) Installing libidn2 (2.3.4-r1) 10:53:55 #72 30.25 (5/11) Installing nghttp2-libs (1.57.0-r0) 10:53:55 #72 30.30 (6/11) Installing libcurl (8.9.0-r0) 10:53:55 #72 30.48 (7/11) Installing curl (8.9.0-r0) 10:53:55 #72 30.59 (8/11) Installing dumb-init (1.2.5-r2) 10:53:55 #72 30.68 (9/11) Installing musl-obstack (1.2.3-r2) 10:53:55 #72 30.71 (10/11) Installing libucontext (1.2-r2) 10:53:55 #72 30.79 (11/11) Installing gcompat (1.1.0-r1) 10:53:55 #72 30.79 Executing busybox-1.36.1-r7.trigger 10:53:55 #72 30.92 Executing ca-certificates-20240226-r0.trigger 10:53:56 #72 32.19 OK: 13 MiB in 26 packages 10:53:56 #72 ... 10:53:56 10:53:56 #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:53:56 #87 17.62 (1/1) Installing dumb-init (1.2.5-r2) 10:53:56 #87 18.54 Executing busybox-1.36.1-r7.trigger 10:53:56 #87 18.67 OK: 8 MiB in 16 packages 10:53:56 #87 DONE 20.1s 10:53:56 10:53:56 #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:56 #102 ... 10:53:56 10:53:56 #85 [core-command stage-1 3/9] RUN apk --no-cache upgrade 10:53:56 #85 11.32 OK: 8 MiB in 16 packages 10:53:56 #85 DONE 14.8s 10:53:57 10:53:57 #103 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:53:57 #103 DONE 1.8s 10:53:57 10:53:57 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 10:53:57 #88 3.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:53:57 #88 5.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:53:57 #88 ... 10:53:57 10:53:57 #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:53:57 #72 DONE 33.1s 10:53:57 10:53:57 #104 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:53:58 #104 ... 10:53:58 10:53:58 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 10:53:58 #88 9.575 OK: 8 MiB in 16 packages 10:53:58 #88 ... 10:53:58 10:53:58 #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:53:58 #93 DONE 6.7s 10:53:59 10:53:59 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:53:59 #105 DONE 0.3s 10:53:59 10:53:59 #106 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:53:59 #106 ... 10:53:59 10:53:59 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 10:53:59 #88 DONE 10.5s 10:53:59 10:53:59 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 10:53:59 #107 DONE 0.5s 10:53:59 10:53:59 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:53:59 #108 DONE 0.4s 10:53:59 10:53:59 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:54:00 #109 DONE 0.2s 10:54:00 10:54:00 #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:54:00 #110 DONE 0.3s 10:54:00 10:54:00 #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:54:01 #111 ... 10:54:01 10:54:01 #104 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:54:01 #104 DONE 8.2s 10:54:01 10:54:01 #112 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 10:54:01 #112 DONE 0.3s 10:54:01 10:54:01 #98 [security-spire-agent] exporting to image 10:54:02 #98 exporting layers 8.5s done 10:54:02 #98 writing image sha256:a688f9881c06e1cecfb186aaa6021c30fc98f399280f65cc010760c60b3f43b3 0.0s done 10:54:02 #98 naming to docker.io/library/security-spire-server-arm64 0.0s done 10:54:03 #98 exporting layers 3.1s done 10:54:03 #98 writing image sha256:fcdbe5996c89ee7c2825e90ea21a9c42fc465eddff27a47155f4f5860c656727 done 10:54:03 #98 naming to docker.io/library/security-spire-agent-arm64 done 10:54:03 #98 DONE 8.8s 10:54:03 10:54:03 #106 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:54:03 #106 6.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:54:04 #106 7.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:54:04 #106 ... 10:54:04 10:54:04 #100 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:54:04 #100 6.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:54:04 #100 7.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:54:04 #100 9.219 OK: 18 MiB in 19 packages 10:54:04 #100 DONE 9.7s 10:54:05 10:54:05 #99 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:54:05 #99 8.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 10:54:05 #99 9.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 10:54:05 #99 11.39 OK: 8 MiB in 19 packages 10:54:06 #99 DONE 11.9s 10:54:06 10:54:06 #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:54:07 #113 ... 10:54:07 10:54:07 #106 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:54:07 #106 9.115 OK: 13 MiB in 26 packages 10:54:07 #106 DONE 9.7s 10:54:07 10:54:07 #81 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:54:07 #81 ... 10:54:07 10:54:07 #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:54:07 #113 DONE 1.5s 10:54:07 10:54:07 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:54:07 #114 DONE 0.1s 10:54:07 10:54:07 #115 [security-spire-config stage-2 6/10] COPY security.txt / 10:54:07 #115 DONE 0.1s 10:54:07 10:54:07 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:54:08 #83 ... 10:54:08 10:54:08 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:54:08 #116 DONE 0.1s 10:54:08 10:54:08 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:54:08 #117 DONE 0.1s 10:54:08 10:54:08 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:54:08 #118 DONE 0.1s 10:54:08 10:54:08 #98 [security-spire-config] exporting to image 10:54:08 #98 exporting layers 10:54:09 #98 exporting layers 1.6s done 10:54:10 #98 writing image sha256:4a07d2bfc4e3685c778e0c2fef2a5c3f45b15b17dd39331cedea58c9ccce1465 done 10:54:10 #98 naming to docker.io/library/security-spire-config-arm64 done 10:54:10 #98 DONE 10.4s 10:54:10 10:54:10 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:55:14 #160 ... 10:55:14 10:55:14 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:55:14 #158 106.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:55:18 #57 ... 10:55:18 10:55:18 #90 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #90 DONE 90.2s 10:55:18 10:55:18 #81 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #81 DONE 101.6s 10:55:18 10:55:18 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #83 DONE 100.8s 10:55:18 10:55:18 #119 [security-proxy-setup builder 6/7] COPY . . 10:55:18 #119 DONE 1.6s 10:55:18 10:55:18 #120 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #120 CACHED 10:55:18 10:55:18 #121 [security-secretstore-setup builder 6/7] COPY . . 10:55:18 #121 CACHED 10:55:18 10:55:18 #122 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:55:18 #122 CACHED 10:55:18 10:55:18 #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #102 DONE 77.2s 10:55:18 10:55:18 #123 [security-proxy-auth builder 6/7] COPY . . 10:55:18 #123 DONE 1.7s 10:55:18 10:55:18 #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #111 DONE 75.8s 10:55:18 10:55:18 #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:55:18 #124 CACHED 10:55:18 10:55:18 #125 [security-bootstrapper builder 6/7] COPY . . 10:55:18 #125 CACHED 10:55:18 10:55:18 #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #126 CACHED 10:55:18 10:55:18 #127 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #127 CACHED 10:55:18 10:55:18 #128 [support-cron-scheduler builder 6/7] COPY . . 10:55:18 #128 CACHED 10:55:18 10:55:18 #129 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 10:55:18 #129 CACHED 10:55:18 10:55:18 #130 [support-notifications builder 6/7] COPY . . 10:55:18 #130 DONE 1.5s 10:55:18 10:55:18 #131 [core-keeper builder 7/8] COPY . . 10:55:18 #131 ... 10:55:18 10:55:18 #132 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:55:18 #132 CACHED 10:55:18 10:55:18 #133 [support-scheduler builder 6/7] COPY . . 10:55:18 #133 CACHED 10:55:18 10:55:18 #134 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #134 CACHED 10:55:18 10:55:18 #135 [core-common-config-bootstrapper builder 6/7] COPY . . 10:55:18 #135 CACHED 10:55:18 10:55:18 #136 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:55:18 #136 CACHED 10:55:18 10:55:18 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #137 CACHED 10:55:18 10:55:18 #138 [core-data builder 6/7] COPY . . 10:55:18 #138 CACHED 10:55:18 10:55:18 #139 [core-data builder 4/7] COPY go.mod vendor* ./ 10:55:18 #139 CACHED 10:55:18 10:55:18 #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #140 CACHED 10:55:18 10:55:18 #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:55:18 #141 CACHED 10:55:18 10:55:18 #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #142 CACHED 10:55:18 10:55:18 #143 [core-metadata builder 6/7] COPY . . 10:55:18 #143 CACHED 10:55:18 10:55:18 #144 [core-command builder 6/7] COPY . . 10:55:18 #144 CACHED 10:55:18 10:55:18 #145 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:55:18 #145 CACHED 10:55:18 10:55:18 #146 [core-command builder 4/7] COPY go.mod vendor* ./ 10:55:18 #146 CACHED 10:55:18 10:55:18 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:55:18 #147 ... 10:55:18 10:55:18 #148 [security-spiffe-token-provider builder 6/7] COPY . . 10:55:18 #148 DONE 4.1s 10:55:18 10:55:18 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:55:18 #149 ... 10:55:18 10:55:18 #131 [core-keeper builder 7/8] COPY . . 10:55:18 #131 DONE 4.5s 10:55:18 10:55:18 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:55:21 #150 3.592 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:55:23 #150 ... 10:55:23 10:55:23 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:55:23 #0 6.635 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:55:23 #151 ... 10:55:23 10:55:23 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:55:23 #0 4.707 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 10:55:23 #152 ... 10:55:23 10:55:23 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:55:23 #0 5.932 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:55:23 #153 ... 10:55:23 10:55:23 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:55:23 #0 5.941 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:55:23 #154 ... 10:55:23 10:55:23 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:55:23 #0 6.937 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:55:23 #155 ... 10:55:23 10:55:23 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:55:23 #0 6.492 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:55:23 #156 ... 10:55:23 10:55:23 #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:55:23 #0 6.813 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:55:24 #157 ... 10:55:24 10:55:24 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:55:24 #0 4.886 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:55:24 #158 ... 10:55:24 10:55:24 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:55:24 #0 6.538 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:55:24 #159 ... 10:55:24 10:55:24 #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:55:24 #0 7.184 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:55:24 #160 ... 10:55:24 10:55:24 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:55:24 #149 3.800 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:55:31 #149 ... 10:55:31 10:55:31 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:55:31 #147 6.981 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:55:33 #158 ... 10:55:33 10:55:33 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:55:33 #156 DONE 126.5s 10:55:33 10:55:33 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:55:45 #158 ... 10:55:45 10:55:45 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:55:45 #148 DONE 137.1s 10:55:45 10:55:45 #159 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:55:55 #159 ... 10:55:55 10:55:55 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:55:55 #155 DONE 147.8s 10:55:55 10:55:55 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:55:59 #149 ... 10:55:59 10:55:59 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:55:59 #158 DONE 152.1s 10:55:59 10:55:59 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:55:59 #161 ... 10:55:59 10:55:59 #160 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:55:59 #160 DONE 152.4s 10:55:59 10:55:59 #162 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:55:59 #162 ... 10:55:59 10:55:59 #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:55:59 #163 DONE 0.6s 10:55:59 10:55:59 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:55:59 #161 DONE 0.6s 10:55:59 10:55:59 #162 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:55:59 #162 DONE 0.5s 10:55:59 10:55:59 #164 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:56:00 #164 DONE 0.2s 10:56:00 10:56:00 #165 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:56:00 #165 DONE 0.4s 10:56:00 10:56:00 #166 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:56:00 #166 DONE 0.3s 10:56:00 10:56:00 #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:56:00 #167 DONE 0.2s 10:56:00 10:56:00 #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:56:01 #168 DONE 0.9s 10:56:01 10:56:01 #169 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 10:56:01 #169 DONE 0.8s 10:56:01 10:56:01 #170 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:56:01 #170 DONE 0.9s 10:56:01 10:56:01 #171 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:56:01 #171 DONE 0.9s 10:56:01 10:56:01 #172 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:56:04 #172 ... 10:56:04 10:56:04 #173 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 10:56:04 #173 DONE 4.7s 10:56:04 10:56:04 #174 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:56:04 #174 DONE 3.7s 10:56:04 10:56:04 #175 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 10:56:04 #175 ... 10:56:04 10:56:04 #176 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:56:04 #176 DONE 3.7s 10:56:04 10:56:04 #172 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:56:04 #172 DONE 3.7s 10:56:04 10:56:04 #177 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:56:04 #177 DONE 3.7s 10:56:04 10:56:04 #159 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:56:04 #159 DONE 157.8s 10:56:04 10:56:04 #178 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:56:04 #178 ... 10:56:04 10:56:04 #179 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:56:04 #179 CACHED 10:56:04 10:56:04 #180 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:56:04 #180 CACHED 10:56:05 10:56:05 #181 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:56:05 #181 ... 10:56:05 10:56:05 #175 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 10:56:05 #175 DONE 1.0s 10:56:06 10:56:06 #182 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:56:07 #182 ... 10:56:07 10:56:07 #183 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 10:56:07 #183 DONE 3.3s 10:56:08 10:56:08 #184 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 10:56:13 #184 ... 10:56:13 10:56:13 #185 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:56:14 #185 ... 10:56:14 10:56:14 #186 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:56:16 #186 DONE 11.9s 10:56:16 10:56:16 #182 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:56:16 #182 DONE 11.9s 10:56:16 10:56:16 #187 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:56:16 #187 ... 10:56:16 10:56:16 #178 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:56:16 #178 DONE 12.0s 10:56:16 10:56:16 #181 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:56:16 #181 DONE 11.5s 10:56:16 10:56:16 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:56:16 #153 DONE 169.9s 10:56:16 10:56:16 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:56:16 #150 DONE 169.8s 10:56:16 10:56:16 #113 [security-spiffe-token-provider] exporting to image 10:56:16 #113 exporting layers 10:56:16 #113 ... 10:56:16 10:56:16 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:56:16 #154 DONE 170.0s 10:56:16 10:56:16 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:56:16 #149 DONE 170.1s 10:56:16 10:56:16 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:56:16 #152 DONE 170.1s 10:56:16 10:56:16 #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:56:16 #157 DONE 170.2s 10:56:16 10:56:16 #188 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 10:56:17 #188 ... 10:56:17 10:56:17 #189 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:56:17 #189 CACHED 10:56:17 10:56:17 #190 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:56:17 #190 CACHED 10:56:17 10:56:17 #184 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 10:56:17 #184 DONE 10.9s 10:56:17 10:56:17 #191 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:56:17 #191 ... 10:56:17 10:56:17 #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:56:17 #192 CACHED 10:56:17 10:56:17 #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:56:17 #193 CACHED 10:56:17 10:56:17 #185 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:56:17 #185 DONE 7.9s 10:56:17 10:56:17 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:56:17 #151 DONE 170.7s 10:56:17 10:56:17 #113 [security-spiffe-token-provider] exporting to image 10:56:17 #113 exporting layers 0.7s done 10:56:17 #113 writing image sha256:6d5fccd87442d116102e63f326d4cfb49f630fe5f8d5004fa1d8e543c0af6b24 10:56:17 #113 writing image sha256:6d5fccd87442d116102e63f326d4cfb49f630fe5f8d5004fa1d8e543c0af6b24 done 10:56:17 #113 naming to docker.io/library/security-spiffe-token-provider 0.1s done 10:56:17 #113 DONE 2.2s 10:56:17 10:56:17 #194 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:56:18 #194 ... 10:56:18 10:56:18 #195 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:56:18 #195 DONE 1.9s 10:56:18 10:56:18 #196 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:56:18 #196 CACHED 10:56:18 10:56:18 #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:56:18 #197 CACHED 10:56:18 10:56:18 #198 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:56:18 #198 DONE 1.2s 10:56:18 10:56:18 #188 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 10:56:18 #188 DONE 1.8s 10:56:18 10:56:18 #199 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:56:18 #199 ... 10:56:18 10:56:18 #200 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:56:18 #200 DONE 1.3s 10:56:18 10:56:18 #191 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:56:18 #191 DONE 1.3s 10:56:18 10:56:18 #201 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:56:18 #201 DONE 1.5s 10:56:18 10:56:18 #202 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:56:18 #202 DONE 1.6s 10:56:18 10:56:18 #203 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:56:18 #203 DONE 1.6s 10:56:18 10:56:18 #204 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:56:18 #204 DONE 1.6s 10:56:18 10:56:18 #194 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:56:18 #194 DONE 1.3s 10:56:18 10:56:18 #205 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:56:19 #205 ... 10:56:19 10:56:19 #187 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:56:19 #187 DONE 2.7s 10:56:19 10:56:19 #113 [core-common-config-bootstrapper] exporting to image 10:56:19 #113 ... 10:56:19 10:56:19 #199 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:56:19 #199 DONE 1.0s 10:56:19 10:56:19 #206 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:56:19 #206 DONE 1.1s 10:56:19 10:56:19 #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:56:19 #207 DONE 1.1s 10:56:19 10:56:19 #208 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:56:19 #208 DONE 0.9s 10:56:19 10:56:19 #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:56:19 #209 DONE 1.0s 10:56:19 10:56:19 #113 [core-common-config-bootstrapper] exporting to image 10:56:19 #113 exporting layers 0.4s done 10:56:19 #113 ... 10:56:19 10:56:19 #210 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:56:19 #210 DONE 1.0s 10:56:19 10:56:19 #211 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:56:19 #211 DONE 1.1s 10:56:19 10:56:19 #212 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:56:19 #212 DONE 1.0s 10:56:19 10:56:19 #213 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:56:19 #213 DONE 1.1s 10:56:19 10:56:19 #113 [core-command] exporting to image 10:56:19 #113 writing image sha256:cd31da6b88837970b31fd1b274947ddcac9cec1a86540be0644d0ea1fe9bf7c1 10:56:19 #113 ... 10:56:19 10:56:19 #205 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:56:19 #205 DONE 1.1s 10:56:19 10:56:19 #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 10:56:19 #214 DONE 0.4s 10:56:19 10:56:19 #113 [core-common-config-bootstrapper] exporting to image 10:56:19 #113 writing image sha256:cd31da6b88837970b31fd1b274947ddcac9cec1a86540be0644d0ea1fe9bf7c1 done 10:56:19 #113 naming to docker.io/library/core-common-config-bootstrapper done 10:56:20 #113 ... 10:56:20 10:56:20 #215 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:56:20 #215 DONE 1.5s 10:56:20 10:56:20 #113 [security-proxy-setup] exporting to image 10:56:20 #113 exporting layers 0.2s done 10:56:20 #113 ... 10:56:20 10:56:20 #216 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:56:20 #216 DONE 1.3s 10:56:20 10:56:20 #217 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 10:56:20 #217 DONE 1.2s 10:56:20 10:56:20 #218 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:56:20 #218 DONE 1.1s 10:56:20 10:56:20 #219 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:56:20 #219 DONE 1.1s 10:56:20 10:56:20 #220 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 10:56:20 #220 DONE 1.2s 10:56:20 10:56:20 #221 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:56:20 #221 DONE 1.1s 10:56:20 10:56:20 #222 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:56:20 #222 ... 10:56:20 10:56:20 #223 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:56:20 #223 DONE 1.1s 10:56:21 10:56:21 #224 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 10:56:21 #224 DONE 0.3s 10:56:21 10:56:21 #113 [support-scheduler] exporting to image 10:56:21 #113 exporting layers 0.9s done 10:56:21 #113 writing image sha256:7524ceeade60ac63109f08d6e412c2f92b437d6a30cce5871953f53472cf29d1 0.0s done 10:56:21 #113 naming to docker.io/library/core-command done 10:56:21 #113 writing image sha256:5b9d94563d5d7f275602c64ddac5a8760b4615d93ab595eb04dabfb3deb4f486 0.0s done 10:56:21 #113 naming to docker.io/library/support-scheduler done 10:56:21 #113 ... 10:56:21 10:56:21 #225 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:56:21 #225 DONE 0.3s 10:56:21 10:56:21 #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:56:21 #226 DONE 1.6s 10:56:21 10:56:21 #227 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 10:56:21 #227 DONE 0.3s 10:56:21 10:56:21 #222 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:56:21 #222 DONE 0.3s 10:56:21 10:56:21 #113 [core-keeper] exporting to image 10:56:21 #113 exporting layers 1.3s done 10:56:21 #113 writing image sha256:6270c3e9254248ba4ef43c89c81719f2786559b0f27a4e36186d5e237e5df11a 0.0s done 10:56:21 #113 writing image sha256:a251d77a53af8e34b805d34134c3d1db768f04d52aff0811161dab8be099aa1b 0.0s done 10:56:21 #113 naming to docker.io/library/core-keeper done 10:56:21 #113 naming to docker.io/library/core-metadata 10:56:21 #113 naming to docker.io/library/core-metadata done 10:56:21 #113 writing image sha256:094a2d77d85934a8e6315258cafd0dcae1d80fcda00d039549f86c4a491f48a8 done 10:56:21 #113 naming to docker.io/library/security-proxy-setup done 10:56:21 #113 ... 10:56:21 10:56:21 #228 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 10:56:21 #228 DONE 0.3s 10:56:21 10:56:21 #229 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 10:56:21 #229 DONE 0.3s 10:56:21 10:56:21 #113 [security-proxy-auth] exporting to image 10:56:21 #113 exporting layers 0.3s done 10:56:21 #113 writing image sha256:0931985f3fd1cabecc62969480fbc3b7ce0be820f86aa7d3854b5b4e3f92e8df done 10:56:21 #113 naming to docker.io/library/security-proxy-auth done 10:56:21 #113 ... 10:56:21 10:56:21 #230 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 10:56:21 #230 DONE 0.1s 10:56:21 10:56:21 #231 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:56:21 #231 DONE 0.1s 10:56:21 10:56:21 #113 [support-notifications] exporting to image 10:56:21 #113 writing image sha256:a92a5f40ff9259838350a3934d685baef33b3d32ba2c3f2dcd193a4cda153a51 0.0s done 10:56:21 #113 naming to docker.io/library/support-notifications done 10:56:21 #113 ... 10:56:21 10:56:21 #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:56:21 #232 DONE 0.8s 10:56:21 10:56:21 #113 [core-data] exporting to image 10:56:21 #113 exporting layers 0.3s done 10:56:21 #113 writing image sha256:e56b80ad106f1d0c6f1f199a38a99f6cd701329c7217d3328a174a72c764beb9 done 10:56:21 #113 naming to docker.io/library/support-cron-scheduler done 10:56:21 #113 writing image sha256:f12a29e7ee79ec12aa0f0d9153b39c2f102c1cc95c90e503ea89ee6a7b2e56bd 0.0s done 10:56:21 #113 naming to docker.io/library/core-data done 10:56:21 #113 exporting layers 0.2s done 10:56:21 #113 writing image sha256:cfca6a89c6eaef228431510d1b324b6805842baf173f949114badd3290021321 done 10:56:21 #113 naming to docker.io/library/security-secretstore-setup done 10:56:21 #113 DONE 5.0s 10:56:21 10:56:21 #233 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 10:56:22 #233 DONE 0.4s 10:56:22 10:56:22 #113 [security-bootstrapper] exporting to image 10:56:22 #113 exporting layers 0.2s done 10:56:22 #113 writing image sha256:2c85dc4236fbb019b34ae7ca59122afe3f38388ed68e9b5cee75ee9a2c6544b2 done 10:56:22 #113 naming to docker.io/library/security-bootstrapper done 10:56:22 #113 DONE 5.2s 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:56:22 time="2024-09-09T10:51:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:56:22 $ docker stop --time=1 4789ace280c51d5afca64e2e3463a371ceefcde02a63f1e01a075df3b2796508 10:56:23 $ docker rm -f --volumes 4789ace280c51d5afca64e2e3463a371ceefcde02a63f1e01a075df3b2796508 [Pipeline] // withDockerContainer [Pipeline] sh 10:56:23 + docker images 10:56:23 REPOSITORY TAG IMAGE ID CREATED SIZE 10:56:23 support-notifications latest a92a5f40ff92 2 seconds ago 42.5MB 10:56:23 core-data latest f12a29e7ee79 2 seconds ago 39.7MB 10:56:23 security-secretstore-setup latest cfca6a89c6ea 2 seconds ago 37MB 10:56:23 support-cron-scheduler latest e56b80ad106f 2 seconds ago 44.1MB 10:56:23 security-bootstrapper latest 2c85dc4236fb 2 seconds ago 19MB 10:56:23 core-metadata latest a251d77a53af 3 seconds ago 39.8MB 10:56:23 security-proxy-auth latest 0931985f3fd1 3 seconds ago 33.1MB 10:56:23 core-keeper latest 6270c3e92542 3 seconds ago 39.5MB 10:56:23 support-scheduler latest 5b9d94563d5d 4 seconds ago 42MB 10:56:23 security-proxy-setup latest 094a2d77d859 4 seconds ago 26.2MB 10:56:23 core-command latest 7524ceeade60 4 seconds ago 35.5MB 10:56:23 core-common-config-bootstrapper latest cd31da6b8883 5 seconds ago 15.2MB 10:56:23 security-spiffe-token-provider latest 6d5fccd87442 7 seconds ago 28.9MB 10:56:23 security-spire-config latest 479e36a9cee6 3 minutes ago 120MB 10:56:23 security-spire-server latest a53d91189298 3 minutes ago 121MB 10:56:23 security-spire-agent latest 13165c6b1453 3 minutes ago 182MB 10:56:23 ci-base-image-x86_64 latest 1a56c6f53893 7 minutes ago 971MB 10:56:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 4 months ago 565MB 10:56:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 15 months ago 334MB 10:56:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:56:23 provisioning config files... 10:56:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/689@tmp/config11068531381165522996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:56:24 ---> ****-login.sh 10:56:24 nexus3.edgexfoundry.org:10001 10:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:24 Configure a credential helper to remove this warning. See 10:56:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:24 10:56:24 Login Succeeded 10:56:24 nexus3.edgexfoundry.org:10002 10:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:24 Configure a credential helper to remove this warning. See 10:56:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:24 10:56:24 Login Succeeded 10:56:24 nexus3.edgexfoundry.org:10003 10:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:24 Configure a credential helper to remove this warning. See 10:56:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:24 10:56:24 Login Succeeded 10:56:24 nexus3.edgexfoundry.org:10004 10:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:24 Configure a credential helper to remove this warning. See 10:56:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:24 10:56:24 Login Succeeded 10:56:24 ****.io 10:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:56:24 Configure a credential helper to remove this warning. See 10:56:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:56:24 10:56:24 Login Succeeded 10:56:24 ---> ****-login.sh ends [Pipeline] } 10:56:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:56:24 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:56:24 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:24 latest 10:56:24 3.2.0-dev.68 10:56:24 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:24 main 10:56:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:25 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:25 + docker push nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:56:25 df082447b672: Preparing 10:56:25 54a842ab9ada: Preparing 10:56:25 1d8e4077f502: Preparing 10:56:25 a13328fdd152: Preparing 10:56:25 6eafe845b70b: Preparing 10:56:25 223a78c85f57: Preparing 10:56:25 d62a02444d39: Preparing 10:56:25 223a78c85f57: Waiting 10:56:25 d62a02444d39: Waiting 10:56:25 a13328fdd152: Pushed 10:56:25 6eafe845b70b: Pushed 10:56:25 df082447b672: Pushed 10:56:25 d62a02444d39: Layer already exists 10:56:25 1d8e4077f502: Pushed 10:56:25 223a78c85f57: Pushed 10:56:29 54a842ab9ada: Pushed 10:56:29 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:29 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:56:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:56:29 df082447b672: Preparing 10:56:29 54a842ab9ada: Preparing 10:56:29 1d8e4077f502: Preparing 10:56:29 a13328fdd152: Preparing 10:56:29 6eafe845b70b: Preparing 10:56:29 223a78c85f57: Preparing 10:56:29 d62a02444d39: Preparing 10:56:29 223a78c85f57: Waiting 10:56:29 d62a02444d39: Waiting 10:56:29 6eafe845b70b: Layer already exists 10:56:29 1d8e4077f502: Layer already exists 10:56:29 a13328fdd152: Layer already exists 10:56:29 54a842ab9ada: Layer already exists 10:56:29 df082447b672: Layer already exists 10:56:29 223a78c85f57: Layer already exists 10:56:29 d62a02444d39: Layer already exists 10:56:29 latest: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:30 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.68 10:56:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:56:30 df082447b672: Preparing 10:56:30 54a842ab9ada: Preparing 10:56:30 1d8e4077f502: Preparing 10:56:30 a13328fdd152: Preparing 10:56:30 6eafe845b70b: Preparing 10:56:30 223a78c85f57: Preparing 10:56:30 d62a02444d39: Preparing 10:56:30 223a78c85f57: Waiting 10:56:30 d62a02444d39: Waiting 10:56:30 6eafe845b70b: Layer already exists 10:56:30 df082447b672: Layer already exists 10:56:30 1d8e4077f502: Layer already exists 10:56:30 54a842ab9ada: Layer already exists 10:56:30 a13328fdd152: Layer already exists 10:56:30 223a78c85f57: Layer already exists 10:56:30 d62a02444d39: Layer already exists 10:56:30 3.2.0-dev.68: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:31 + docker push nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:56:31 df082447b672: Preparing 10:56:31 54a842ab9ada: Preparing 10:56:31 1d8e4077f502: Preparing 10:56:31 a13328fdd152: Preparing 10:56:31 6eafe845b70b: Preparing 10:56:31 223a78c85f57: Preparing 10:56:31 d62a02444d39: Preparing 10:56:31 223a78c85f57: Waiting 10:56:31 d62a02444d39: Waiting 10:56:31 6eafe845b70b: Layer already exists 10:56:31 df082447b672: Layer already exists 10:56:31 a13328fdd152: Layer already exists 10:56:31 1d8e4077f502: Layer already exists 10:56:31 54a842ab9ada: Layer already exists 10:56:31 223a78c85f57: Layer already exists 10:56:31 d62a02444d39: Layer already exists 10:56:31 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:31 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:31 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:56:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:56:31 df082447b672: Preparing 10:56:31 54a842ab9ada: Preparing 10:56:31 1d8e4077f502: Preparing 10:56:31 a13328fdd152: Preparing 10:56:31 6eafe845b70b: Preparing 10:56:31 223a78c85f57: Preparing 10:56:31 d62a02444d39: Preparing 10:56:31 223a78c85f57: Waiting 10:56:31 d62a02444d39: Waiting 10:56:31 54a842ab9ada: Layer already exists 10:56:31 6eafe845b70b: Layer already exists 10:56:31 1d8e4077f502: Layer already exists 10:56:31 df082447b672: Layer already exists 10:56:31 a13328fdd152: Layer already exists 10:56:31 d62a02444d39: Layer already exists 10:56:31 223a78c85f57: Layer already exists 10:56:31 main: digest: sha256:c6ea7d763f8b79193e1dcdf369b60b0b7420b46f22f670905d7f3e3892e5c9e9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:31 ===================================================== [Pipeline] echo 10:56:31 taggedImages: 10:56:31 - nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:31 - nexus3.edgexfoundry.org:10004/core-command:latest 10:56:31 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.68 10:56:31 - nexus3.edgexfoundry.org:10004/core-command:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:31 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:56:31 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 10:56:31 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:31 latest 10:56:31 3.2.0-dev.68 10:56:31 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:31 main 10:56:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:32 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:56:32 e438aa84537e: Preparing 10:56:32 71ccce62dba0: Preparing 10:56:32 c44f4398692d: Preparing 10:56:32 d3111bcaff3f: Preparing 10:56:32 1d8e4077f502: Preparing 10:56:32 a13328fdd152: Preparing 10:56:32 6eafe845b70b: Preparing 10:56:32 223a78c85f57: Preparing 10:56:32 d62a02444d39: Preparing 10:56:32 a13328fdd152: Waiting 10:56:32 6eafe845b70b: Waiting 10:56:32 223a78c85f57: Waiting 10:56:32 d62a02444d39: Waiting 10:56:32 1d8e4077f502: Layer already exists 10:56:32 a13328fdd152: Layer already exists 10:56:32 6eafe845b70b: Layer already exists 10:56:32 223a78c85f57: Layer already exists 10:56:32 c44f4398692d: Pushed 10:56:32 d62a02444d39: Layer already exists 10:56:32 e438aa84537e: Pushed 10:56:32 71ccce62dba0: Pushed 10:56:33 d3111bcaff3f: Pushed 10:56:33 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:34 + 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 10:56:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:56:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:56:34 e438aa84537e: Preparing 10:56:34 71ccce62dba0: Preparing 10:56:34 c44f4398692d: Preparing 10:56:34 d3111bcaff3f: Preparing 10:56:34 1d8e4077f502: Preparing 10:56:34 a13328fdd152: Preparing 10:56:34 6eafe845b70b: Preparing 10:56:34 223a78c85f57: Preparing 10:56:34 d62a02444d39: Preparing 10:56:34 223a78c85f57: Waiting 10:56:34 6eafe845b70b: Waiting 10:56:34 d62a02444d39: Waiting 10:56:34 a13328fdd152: Waiting 10:56:34 71ccce62dba0: Layer already exists 10:56:34 d3111bcaff3f: Layer already exists 10:56:34 1d8e4077f502: Layer already exists 10:56:34 e438aa84537e: Layer already exists 10:56:34 c44f4398692d: Layer already exists 10:56:34 a13328fdd152: Layer already exists 10:56:34 6eafe845b70b: Layer already exists 10:56:34 d62a02444d39: Layer already exists 10:56:34 223a78c85f57: Layer already exists 10:56:34 latest: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:34 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.68 10:56:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:56:35 e438aa84537e: Preparing 10:56:35 71ccce62dba0: Preparing 10:56:35 c44f4398692d: Preparing 10:56:35 d3111bcaff3f: Preparing 10:56:35 1d8e4077f502: Preparing 10:56:35 a13328fdd152: Preparing 10:56:35 6eafe845b70b: Preparing 10:56:35 223a78c85f57: Preparing 10:56:35 d62a02444d39: Preparing 10:56:35 6eafe845b70b: Waiting 10:56:35 a13328fdd152: Waiting 10:56:35 223a78c85f57: Waiting 10:56:35 c44f4398692d: Layer already exists 10:56:35 e438aa84537e: Layer already exists 10:56:35 71ccce62dba0: Layer already exists 10:56:35 d3111bcaff3f: Layer already exists 10:56:35 1d8e4077f502: Layer already exists 10:56:35 a13328fdd152: Layer already exists 10:56:35 d62a02444d39: Layer already exists 10:56:35 6eafe845b70b: Layer already exists 10:56:35 223a78c85f57: Layer already exists 10:56:35 3.2.0-dev.68: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:35 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:56:35 e438aa84537e: Preparing 10:56:35 71ccce62dba0: Preparing 10:56:35 c44f4398692d: Preparing 10:56:35 d3111bcaff3f: Preparing 10:56:35 1d8e4077f502: Preparing 10:56:35 a13328fdd152: Preparing 10:56:35 6eafe845b70b: Preparing 10:56:35 223a78c85f57: Preparing 10:56:35 d62a02444d39: Preparing 10:56:35 a13328fdd152: Waiting 10:56:35 6eafe845b70b: Waiting 10:56:35 223a78c85f57: Waiting 10:56:35 d62a02444d39: Waiting 10:56:35 d3111bcaff3f: Layer already exists 10:56:35 71ccce62dba0: Layer already exists 10:56:35 e438aa84537e: Layer already exists 10:56:35 1d8e4077f502: Layer already exists 10:56:35 c44f4398692d: Layer already exists 10:56:35 6eafe845b70b: Layer already exists 10:56:35 a13328fdd152: Layer already exists 10:56:35 223a78c85f57: Layer already exists 10:56:35 d62a02444d39: Layer already exists 10:56:35 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:36 + 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 10:56:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:56:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:56:36 e438aa84537e: Preparing 10:56:36 71ccce62dba0: Preparing 10:56:36 c44f4398692d: Preparing 10:56:36 d3111bcaff3f: Preparing 10:56:36 1d8e4077f502: Preparing 10:56:36 a13328fdd152: Preparing 10:56:36 6eafe845b70b: Preparing 10:56:36 223a78c85f57: Preparing 10:56:36 d62a02444d39: Preparing 10:56:36 a13328fdd152: Waiting 10:56:36 6eafe845b70b: Waiting 10:56:36 223a78c85f57: Waiting 10:56:36 d62a02444d39: Waiting 10:56:36 e438aa84537e: Layer already exists 10:56:36 71ccce62dba0: Layer already exists 10:56:36 c44f4398692d: Layer already exists 10:56:36 d3111bcaff3f: Layer already exists 10:56:36 1d8e4077f502: Layer already exists 10:56:36 6eafe845b70b: Layer already exists 10:56:36 a13328fdd152: Layer already exists 10:56:36 223a78c85f57: Layer already exists 10:56:36 d62a02444d39: Layer already exists 10:56:36 main: digest: sha256:f836f13d04accb9232495bd81e980080d4d7a912fd3bfc16111c958f9882e119 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:36 ===================================================== [Pipeline] echo 10:56:36 taggedImages: 10:56:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:56:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.68 10:56:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 10:56:36 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:56:36 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:36 latest 10:56:36 3.2.0-dev.68 10:56:36 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:36 main 10:56:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:37 + docker push nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:56:37 f80d95239057: Preparing 10:56:37 68a4b45b7618: Preparing 10:56:37 0f53713c7348: Preparing 10:56:37 1d8e4077f502: Preparing 10:56:37 a13328fdd152: Preparing 10:56:37 712b397451c3: Preparing 10:56:37 68db4f2e5147: Preparing 10:56:37 d62a02444d39: Preparing 10:56:37 712b397451c3: Waiting 10:56:37 68db4f2e5147: Waiting 10:56:37 d62a02444d39: Waiting 10:56:37 1d8e4077f502: Layer already exists 10:56:37 a13328fdd152: Layer already exists 10:56:37 68a4b45b7618: Pushed 10:56:37 f80d95239057: Pushed 10:56:37 d62a02444d39: Layer already exists 10:56:37 712b397451c3: Pushed 10:56:37 68db4f2e5147: Pushed 10:56:41 0f53713c7348: Pushed 10:56:41 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:41 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:42 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:56:42 f80d95239057: Preparing 10:56:42 68a4b45b7618: Preparing 10:56:42 0f53713c7348: Preparing 10:56:42 1d8e4077f502: Preparing 10:56:42 a13328fdd152: Preparing 10:56:42 712b397451c3: Preparing 10:56:42 68db4f2e5147: Preparing 10:56:42 d62a02444d39: Preparing 10:56:42 712b397451c3: Waiting 10:56:42 68db4f2e5147: Waiting 10:56:42 d62a02444d39: Waiting 10:56:42 f80d95239057: Layer already exists 10:56:42 0f53713c7348: Layer already exists 10:56:42 68a4b45b7618: Layer already exists 10:56:42 a13328fdd152: Layer already exists 10:56:42 1d8e4077f502: Layer already exists 10:56:42 712b397451c3: Layer already exists 10:56:42 d62a02444d39: Layer already exists 10:56:42 68db4f2e5147: Layer already exists 10:56:42 latest: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:42 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:42 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.68 10:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:56:42 f80d95239057: Preparing 10:56:42 68a4b45b7618: Preparing 10:56:42 0f53713c7348: Preparing 10:56:42 1d8e4077f502: Preparing 10:56:42 a13328fdd152: Preparing 10:56:42 712b397451c3: Preparing 10:56:42 68db4f2e5147: Preparing 10:56:42 d62a02444d39: Preparing 10:56:42 712b397451c3: Waiting 10:56:42 d62a02444d39: Waiting 10:56:42 68db4f2e5147: Waiting 10:56:42 a13328fdd152: Layer already exists 10:56:42 0f53713c7348: Layer already exists 10:56:42 68a4b45b7618: Layer already exists 10:56:42 1d8e4077f502: Layer already exists 10:56:42 f80d95239057: Layer already exists 10:56:42 68db4f2e5147: Layer already exists 10:56:42 712b397451c3: Layer already exists 10:56:42 d62a02444d39: Layer already exists 10:56:42 3.2.0-dev.68: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:43 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:43 + docker push nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:56:43 f80d95239057: Preparing 10:56:43 68a4b45b7618: Preparing 10:56:43 0f53713c7348: Preparing 10:56:43 1d8e4077f502: Preparing 10:56:43 a13328fdd152: Preparing 10:56:43 712b397451c3: Preparing 10:56:43 68db4f2e5147: Preparing 10:56:43 d62a02444d39: Preparing 10:56:43 68db4f2e5147: Waiting 10:56:43 68a4b45b7618: Layer already exists 10:56:43 a13328fdd152: Layer already exists 10:56:43 1d8e4077f502: Layer already exists 10:56:43 f80d95239057: Layer already exists 10:56:43 0f53713c7348: Layer already exists 10:56:43 68db4f2e5147: Layer already exists 10:56:43 d62a02444d39: Layer already exists 10:56:43 712b397451c3: Layer already exists 10:56:43 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:43 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:44 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:56:44 f80d95239057: Preparing 10:56:44 68a4b45b7618: Preparing 10:56:44 0f53713c7348: Preparing 10:56:44 1d8e4077f502: Preparing 10:56:44 a13328fdd152: Preparing 10:56:44 712b397451c3: Preparing 10:56:44 68db4f2e5147: Preparing 10:56:44 d62a02444d39: Preparing 10:56:44 712b397451c3: Waiting 10:56:44 68db4f2e5147: Waiting 10:56:44 d62a02444d39: Waiting 10:56:44 a13328fdd152: Layer already exists 10:56:44 0f53713c7348: Layer already exists 10:56:44 1d8e4077f502: Layer already exists 10:56:44 f80d95239057: Layer already exists 10:56:44 68a4b45b7618: Layer already exists 10:56:44 d62a02444d39: Layer already exists 10:56:44 68db4f2e5147: Layer already exists 10:56:44 712b397451c3: Layer already exists 10:56:44 main: digest: sha256:715de9932c754e6fce1d0c459aecc81ca4033805011ccb5338bf6a061f6fef76 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:44 ===================================================== [Pipeline] echo 10:56:44 taggedImages: 10:56:44 - nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:44 - nexus3.edgexfoundry.org:10004/core-data:latest 10:56:44 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.68 10:56:44 - nexus3.edgexfoundry.org:10004/core-data:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:44 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:56:44 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 10:56:44 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:44 latest 10:56:44 3.2.0-dev.68 10:56:44 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:44 main 10:56:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:44 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:56:44 4cef363c6d09: Preparing 10:56:44 702cfaf5989b: Preparing 10:56:44 a13328fdd152: Preparing 10:56:44 475cac237075: Preparing 10:56:44 073c2b83b3ad: Preparing 10:56:44 d62a02444d39: Preparing 10:56:44 d62a02444d39: Waiting 10:56:44 a13328fdd152: Layer already exists 10:56:44 d62a02444d39: Layer already exists 10:56:44 073c2b83b3ad: Pushed 10:56:44 475cac237075: Pushed 10:56:44 4cef363c6d09: Pushed 10:56:47 702cfaf5989b: Pushed 10:56:47 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:48 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 10:56:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:56:48 4cef363c6d09: Preparing 10:56:48 702cfaf5989b: Preparing 10:56:48 a13328fdd152: Preparing 10:56:48 475cac237075: Preparing 10:56:48 073c2b83b3ad: Preparing 10:56:48 d62a02444d39: Preparing 10:56:48 d62a02444d39: Waiting 10:56:48 475cac237075: Layer already exists 10:56:48 a13328fdd152: Layer already exists 10:56:48 073c2b83b3ad: Layer already exists 10:56:48 702cfaf5989b: Layer already exists 10:56:48 4cef363c6d09: Layer already exists 10:56:48 d62a02444d39: Layer already exists 10:56:48 latest: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:48 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.68 10:56:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:56:49 4cef363c6d09: Preparing 10:56:49 702cfaf5989b: Preparing 10:56:49 a13328fdd152: Preparing 10:56:49 475cac237075: Preparing 10:56:49 073c2b83b3ad: Preparing 10:56:49 d62a02444d39: Preparing 10:56:49 d62a02444d39: Waiting 10:56:49 702cfaf5989b: Layer already exists 10:56:49 073c2b83b3ad: Layer already exists 10:56:49 4cef363c6d09: Layer already exists 10:56:49 a13328fdd152: Layer already exists 10:56:49 475cac237075: Layer already exists 10:56:49 d62a02444d39: Layer already exists 10:56:49 3.2.0-dev.68: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:49 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:56:49 4cef363c6d09: Preparing 10:56:49 702cfaf5989b: Preparing 10:56:49 a13328fdd152: Preparing 10:56:49 475cac237075: Preparing 10:56:49 073c2b83b3ad: Preparing 10:56:49 d62a02444d39: Preparing 10:56:49 073c2b83b3ad: Layer already exists 10:56:49 475cac237075: Layer already exists 10:56:49 702cfaf5989b: Layer already exists 10:56:49 a13328fdd152: Layer already exists 10:56:49 4cef363c6d09: Layer already exists 10:56:49 d62a02444d39: Layer already exists 10:56:49 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:50 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 10:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:56:50 4cef363c6d09: Preparing 10:56:50 702cfaf5989b: Preparing 10:56:50 a13328fdd152: Preparing 10:56:50 475cac237075: Preparing 10:56:50 073c2b83b3ad: Preparing 10:56:50 d62a02444d39: Preparing 10:56:50 d62a02444d39: Waiting 10:56:50 4cef363c6d09: Layer already exists 10:56:50 475cac237075: Layer already exists 10:56:50 a13328fdd152: Layer already exists 10:56:50 073c2b83b3ad: Layer already exists 10:56:50 702cfaf5989b: Layer already exists 10:56:50 d62a02444d39: Layer already exists 10:56:50 main: digest: sha256:2ac84d1a2d6a89762e4910193b6a1b3f7df580b023abaf46d2fb2d758735a787 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:50 ===================================================== [Pipeline] echo 10:56:50 taggedImages: 10:56:50 - nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:50 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:56:50 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.68 10:56:50 - nexus3.edgexfoundry.org:10004/core-keeper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:50 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 10:56:50 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:56:50 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:50 latest 10:56:50 3.2.0-dev.68 10:56:50 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:50 main 10:56:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:56:51 6a2195d619cd: Preparing 10:56:51 546f9772c117: Preparing 10:56:51 96f80bc4b50d: Preparing 10:56:51 1d8e4077f502: Preparing 10:56:51 a13328fdd152: Preparing 10:56:51 6eafe845b70b: Preparing 10:56:51 223a78c85f57: Preparing 10:56:51 d62a02444d39: Preparing 10:56:51 6eafe845b70b: Waiting 10:56:51 223a78c85f57: Waiting 10:56:51 d62a02444d39: Waiting 10:56:51 a13328fdd152: Layer already exists 10:56:51 1d8e4077f502: Layer already exists 10:56:51 6eafe845b70b: Layer already exists 10:56:51 223a78c85f57: Layer already exists 10:56:51 d62a02444d39: Layer already exists 10:56:51 546f9772c117: Pushed 10:56:51 6a2195d619cd: Pushed 10:56:54 96f80bc4b50d: Pushed 10:56:54 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:56:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:56:55 6a2195d619cd: Preparing 10:56:55 546f9772c117: Preparing 10:56:55 96f80bc4b50d: Preparing 10:56:55 1d8e4077f502: Preparing 10:56:55 a13328fdd152: Preparing 10:56:55 6eafe845b70b: Preparing 10:56:55 223a78c85f57: Preparing 10:56:55 d62a02444d39: Preparing 10:56:55 223a78c85f57: Waiting 10:56:55 d62a02444d39: Waiting 10:56:55 6eafe845b70b: Waiting 10:56:55 1d8e4077f502: Layer already exists 10:56:55 6a2195d619cd: Layer already exists 10:56:55 a13328fdd152: Layer already exists 10:56:55 546f9772c117: Layer already exists 10:56:55 96f80bc4b50d: Layer already exists 10:56:55 223a78c85f57: Layer already exists 10:56:55 d62a02444d39: Layer already exists 10:56:55 6eafe845b70b: Layer already exists 10:56:55 latest: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.68 10:56:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:56:55 6a2195d619cd: Preparing 10:56:55 546f9772c117: Preparing 10:56:55 96f80bc4b50d: Preparing 10:56:55 1d8e4077f502: Preparing 10:56:55 a13328fdd152: Preparing 10:56:55 6eafe845b70b: Preparing 10:56:55 223a78c85f57: Preparing 10:56:55 d62a02444d39: Preparing 10:56:55 6eafe845b70b: Waiting 10:56:55 d62a02444d39: Waiting 10:56:55 223a78c85f57: Waiting 10:56:55 96f80bc4b50d: Layer already exists 10:56:55 a13328fdd152: Layer already exists 10:56:55 1d8e4077f502: Layer already exists 10:56:55 546f9772c117: Layer already exists 10:56:55 6a2195d619cd: Layer already exists 10:56:55 6eafe845b70b: Layer already exists 10:56:55 223a78c85f57: Layer already exists 10:56:55 d62a02444d39: Layer already exists 10:56:55 3.2.0-dev.68: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:56:56 6a2195d619cd: Preparing 10:56:56 546f9772c117: Preparing 10:56:56 96f80bc4b50d: Preparing 10:56:56 1d8e4077f502: Preparing 10:56:56 a13328fdd152: Preparing 10:56:56 6eafe845b70b: Preparing 10:56:56 223a78c85f57: Preparing 10:56:56 d62a02444d39: Preparing 10:56:56 6eafe845b70b: Waiting 10:56:56 223a78c85f57: Waiting 10:56:56 d62a02444d39: Waiting 10:56:56 6a2195d619cd: Layer already exists 10:56:56 546f9772c117: Layer already exists 10:56:56 96f80bc4b50d: Layer already exists 10:56:56 1d8e4077f502: Layer already exists 10:56:56 a13328fdd152: Layer already exists 10:56:56 223a78c85f57: Layer already exists 10:56:56 6eafe845b70b: Layer already exists 10:56:56 d62a02444d39: Layer already exists 10:56:56 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:56:57 6a2195d619cd: Preparing 10:56:57 546f9772c117: Preparing 10:56:57 96f80bc4b50d: Preparing 10:56:57 1d8e4077f502: Preparing 10:56:57 a13328fdd152: Preparing 10:56:57 6eafe845b70b: Preparing 10:56:57 223a78c85f57: Preparing 10:56:57 d62a02444d39: Preparing 10:56:57 6eafe845b70b: Waiting 10:56:57 223a78c85f57: Waiting 10:56:57 d62a02444d39: Waiting 10:56:57 6a2195d619cd: Layer already exists 10:56:57 1d8e4077f502: Layer already exists 10:56:57 96f80bc4b50d: Layer already exists 10:56:57 546f9772c117: Layer already exists 10:56:57 a13328fdd152: Layer already exists 10:56:57 6eafe845b70b: Layer already exists 10:56:57 d62a02444d39: Layer already exists 10:56:57 223a78c85f57: Layer already exists 10:56:57 main: digest: sha256:8511b5afc7fd8bc84ae89de1c1a098eac1c84012408f0488d6bc6c323227c5b7 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:57 ===================================================== [Pipeline] echo 10:56:57 taggedImages: 10:56:57 - nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:57 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:56:57 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.68 10:56:57 - nexus3.edgexfoundry.org:10004/core-metadata:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:57 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:56:57 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:56:57 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:57 latest 10:56:57 3.2.0-dev.68 10:56:57 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:56:57 main 10:56:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:56:57 4ffbf8a59c13: Preparing 10:56:57 de2431faff14: Preparing 10:56:57 7bdb0684d462: Preparing 10:56:57 75b5f17cf31f: Preparing 10:56:57 bb1db39f72a2: Preparing 10:56:57 267824e3deee: Preparing 10:56:57 2400e686615d: Preparing 10:56:57 e9128aabcaab: Preparing 10:56:57 1d8e4077f502: Preparing 10:56:57 a13328fdd152: Preparing 10:56:57 42cfd0180ea5: Preparing 10:56:57 2d35fa527ff7: Preparing 10:56:57 5f70bf18a086: Preparing 10:56:57 0c1ba8bc927f: Preparing 10:56:57 a2bb9fa2888d: Preparing 10:56:57 8c83b3e7c6ee: Preparing 10:56:57 d62a02444d39: Preparing 10:56:57 e9128aabcaab: Waiting 10:56:57 2400e686615d: Waiting 10:56:57 a13328fdd152: Waiting 10:56:57 42cfd0180ea5: Waiting 10:56:57 8c83b3e7c6ee: Waiting 10:56:57 2d35fa527ff7: Waiting 10:56:57 5f70bf18a086: Waiting 10:56:57 0c1ba8bc927f: Waiting 10:56:57 a2bb9fa2888d: Waiting 10:56:57 267824e3deee: Waiting 10:56:57 75b5f17cf31f: Pushed 10:56:57 de2431faff14: Pushed 10:56:57 7bdb0684d462: Pushed 10:56:57 bb1db39f72a2: Pushed 10:56:57 4ffbf8a59c13: Pushed 10:56:57 1d8e4077f502: Layer already exists 10:56:57 a13328fdd152: Layer already exists 10:56:58 2400e686615d: Pushed 10:56:58 267824e3deee: Pushed 10:56:58 5f70bf18a086: Layer already exists 10:56:58 2d35fa527ff7: Pushed 10:56:58 0c1ba8bc927f: Pushed 10:56:58 8c83b3e7c6ee: Pushed 10:56:58 42cfd0180ea5: Pushed 10:56:58 a2bb9fa2888d: Pushed 10:56:58 d62a02444d39: Layer already exists 10:56:59 e9128aabcaab: Pushed 10:56:59 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:56:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:57:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:57:00 4ffbf8a59c13: Preparing 10:57:00 de2431faff14: Preparing 10:57:00 7bdb0684d462: Preparing 10:57:00 75b5f17cf31f: Preparing 10:57:00 bb1db39f72a2: Preparing 10:57:00 267824e3deee: Preparing 10:57:00 2400e686615d: Preparing 10:57:00 e9128aabcaab: Preparing 10:57:00 1d8e4077f502: Preparing 10:57:00 2400e686615d: Waiting 10:57:00 e9128aabcaab: Waiting 10:57:00 267824e3deee: Waiting 10:57:00 1d8e4077f502: Waiting 10:57:00 a13328fdd152: Preparing 10:57:00 42cfd0180ea5: Preparing 10:57:00 2d35fa527ff7: Preparing 10:57:00 5f70bf18a086: Preparing 10:57:00 0c1ba8bc927f: Preparing 10:57:00 a2bb9fa2888d: Preparing 10:57:00 8c83b3e7c6ee: Preparing 10:57:00 d62a02444d39: Preparing 10:57:00 a13328fdd152: Waiting 10:57:00 0c1ba8bc927f: Waiting 10:57:00 2d35fa527ff7: Waiting 10:57:00 a2bb9fa2888d: Waiting 10:57:00 8c83b3e7c6ee: Waiting 10:57:00 5f70bf18a086: Waiting 10:57:00 d62a02444d39: Waiting 10:57:00 42cfd0180ea5: Waiting 10:57:00 75b5f17cf31f: Layer already exists 10:57:00 7bdb0684d462: Layer already exists 10:57:00 de2431faff14: Layer already exists 10:57:00 bb1db39f72a2: Layer already exists 10:57:00 4ffbf8a59c13: Layer already exists 10:57:00 2400e686615d: Layer already exists 10:57:00 e9128aabcaab: Layer already exists 10:57:00 a13328fdd152: Layer already exists 10:57:00 267824e3deee: Layer already exists 10:57:00 1d8e4077f502: Layer already exists 10:57:00 42cfd0180ea5: Layer already exists 10:57:00 2d35fa527ff7: Layer already exists 10:57:00 a2bb9fa2888d: Layer already exists 10:57:00 5f70bf18a086: Layer already exists 10:57:00 0c1ba8bc927f: Layer already exists 10:57:00 8c83b3e7c6ee: Layer already exists 10:57:00 d62a02444d39: Layer already exists 10:57:00 latest: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.68 10:57:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:57:00 4ffbf8a59c13: Preparing 10:57:00 de2431faff14: Preparing 10:57:00 7bdb0684d462: Preparing 10:57:00 75b5f17cf31f: Preparing 10:57:00 bb1db39f72a2: Preparing 10:57:00 267824e3deee: Preparing 10:57:00 2400e686615d: Preparing 10:57:00 e9128aabcaab: Preparing 10:57:00 1d8e4077f502: Preparing 10:57:00 a13328fdd152: Preparing 10:57:00 42cfd0180ea5: Preparing 10:57:00 2d35fa527ff7: Preparing 10:57:00 5f70bf18a086: Preparing 10:57:00 267824e3deee: Waiting 10:57:00 1d8e4077f502: Waiting 10:57:00 a13328fdd152: Waiting 10:57:00 42cfd0180ea5: Waiting 10:57:00 2d35fa527ff7: Waiting 10:57:00 e9128aabcaab: Waiting 10:57:00 2400e686615d: Waiting 10:57:00 0c1ba8bc927f: Preparing 10:57:00 0c1ba8bc927f: Waiting 10:57:00 a2bb9fa2888d: Preparing 10:57:00 8c83b3e7c6ee: Preparing 10:57:00 d62a02444d39: Preparing 10:57:00 d62a02444d39: Waiting 10:57:00 7bdb0684d462: Layer already exists 10:57:00 75b5f17cf31f: Layer already exists 10:57:00 4ffbf8a59c13: Layer already exists 10:57:00 bb1db39f72a2: Layer already exists 10:57:00 de2431faff14: Layer already exists 10:57:00 267824e3deee: Layer already exists 10:57:00 a13328fdd152: Layer already exists 10:57:00 e9128aabcaab: Layer already exists 10:57:00 1d8e4077f502: Layer already exists 10:57:00 2400e686615d: Layer already exists 10:57:00 42cfd0180ea5: Layer already exists 10:57:00 2d35fa527ff7: Layer already exists 10:57:00 5f70bf18a086: Layer already exists 10:57:00 a2bb9fa2888d: Layer already exists 10:57:00 0c1ba8bc927f: Layer already exists 10:57:00 8c83b3e7c6ee: Layer already exists 10:57:00 d62a02444d39: Layer already exists 10:57:00 3.2.0-dev.68: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:57:01 4ffbf8a59c13: Preparing 10:57:01 de2431faff14: Preparing 10:57:01 7bdb0684d462: Preparing 10:57:01 75b5f17cf31f: Preparing 10:57:01 bb1db39f72a2: Preparing 10:57:01 267824e3deee: Preparing 10:57:01 2400e686615d: Preparing 10:57:01 e9128aabcaab: Preparing 10:57:01 1d8e4077f502: Preparing 10:57:01 a13328fdd152: Preparing 10:57:01 42cfd0180ea5: Preparing 10:57:01 2d35fa527ff7: Preparing 10:57:01 5f70bf18a086: Preparing 10:57:01 0c1ba8bc927f: Preparing 10:57:01 a2bb9fa2888d: Preparing 10:57:01 8c83b3e7c6ee: Preparing 10:57:01 d62a02444d39: Preparing 10:57:01 267824e3deee: Waiting 10:57:01 2400e686615d: Waiting 10:57:01 5f70bf18a086: Waiting 10:57:01 e9128aabcaab: Waiting 10:57:01 0c1ba8bc927f: Waiting 10:57:01 a2bb9fa2888d: Waiting 10:57:01 8c83b3e7c6ee: Waiting 10:57:01 1d8e4077f502: Waiting 10:57:01 d62a02444d39: Waiting 10:57:01 a13328fdd152: Waiting 10:57:01 2d35fa527ff7: Waiting 10:57:01 42cfd0180ea5: Waiting 10:57:01 7bdb0684d462: Layer already exists 10:57:01 de2431faff14: Layer already exists 10:57:01 4ffbf8a59c13: Layer already exists 10:57:01 75b5f17cf31f: Layer already exists 10:57:01 bb1db39f72a2: Layer already exists 10:57:01 267824e3deee: Layer already exists 10:57:01 1d8e4077f502: Layer already exists 10:57:01 e9128aabcaab: Layer already exists 10:57:01 2400e686615d: Layer already exists 10:57:01 a13328fdd152: Layer already exists 10:57:01 0c1ba8bc927f: Layer already exists 10:57:01 2d35fa527ff7: Layer already exists 10:57:01 a2bb9fa2888d: Layer already exists 10:57:01 5f70bf18a086: Layer already exists 10:57:01 42cfd0180ea5: Layer already exists 10:57:01 d62a02444d39: Layer already exists 10:57:01 8c83b3e7c6ee: Layer already exists 10:57:01 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:57:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:57:02 4ffbf8a59c13: Preparing 10:57:02 de2431faff14: Preparing 10:57:02 7bdb0684d462: Preparing 10:57:02 75b5f17cf31f: Preparing 10:57:02 bb1db39f72a2: Preparing 10:57:02 267824e3deee: Preparing 10:57:02 2400e686615d: Preparing 10:57:02 e9128aabcaab: Preparing 10:57:02 1d8e4077f502: Preparing 10:57:02 a13328fdd152: Preparing 10:57:02 42cfd0180ea5: Preparing 10:57:02 2d35fa527ff7: Preparing 10:57:02 5f70bf18a086: Preparing 10:57:02 0c1ba8bc927f: Preparing 10:57:02 a2bb9fa2888d: Preparing 10:57:02 8c83b3e7c6ee: Preparing 10:57:02 d62a02444d39: Preparing 10:57:02 42cfd0180ea5: Waiting 10:57:02 2d35fa527ff7: Waiting 10:57:02 5f70bf18a086: Waiting 10:57:02 0c1ba8bc927f: Waiting 10:57:02 a2bb9fa2888d: Waiting 10:57:02 8c83b3e7c6ee: Waiting 10:57:02 d62a02444d39: Waiting 10:57:02 267824e3deee: Waiting 10:57:02 2400e686615d: Waiting 10:57:02 e9128aabcaab: Waiting 10:57:02 1d8e4077f502: Waiting 10:57:02 a13328fdd152: Waiting 10:57:02 de2431faff14: Layer already exists 10:57:02 bb1db39f72a2: Layer already exists 10:57:02 7bdb0684d462: Layer already exists 10:57:02 4ffbf8a59c13: Layer already exists 10:57:02 75b5f17cf31f: Layer already exists 10:57:02 2400e686615d: Layer already exists 10:57:02 267824e3deee: Layer already exists 10:57:02 e9128aabcaab: Layer already exists 10:57:02 1d8e4077f502: Layer already exists 10:57:02 a13328fdd152: Layer already exists 10:57:02 2d35fa527ff7: Layer already exists 10:57:02 42cfd0180ea5: Layer already exists 10:57:02 5f70bf18a086: Layer already exists 10:57:02 0c1ba8bc927f: Layer already exists 10:57:02 8c83b3e7c6ee: Layer already exists 10:57:02 d62a02444d39: Layer already exists 10:57:02 a2bb9fa2888d: Layer already exists 10:57:02 main: digest: sha256:eb9f7c0e53d0d492f8f37c7a3a4f3caec331ed1b6979fb934c19a95127193d33 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:02 ===================================================== [Pipeline] echo 10:57:02 taggedImages: 10:57:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:57:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.68 10:57:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:57:02 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 10:57:02 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:02 latest 10:57:02 3.2.0-dev.68 10:57:02 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:02 main 10:57:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:57:03 92dc7817c8e1: Preparing 10:57:03 70e9be9f436d: Preparing 10:57:03 220c82c1af7c: Preparing 10:57:03 c9a8d8a254a0: Preparing 10:57:03 1d8e4077f502: Preparing 10:57:03 a13328fdd152: Preparing 10:57:03 6eafe845b70b: Preparing 10:57:03 a13328fdd152: Waiting 10:57:03 223a78c85f57: Preparing 10:57:03 6eafe845b70b: Waiting 10:57:03 d62a02444d39: Preparing 10:57:03 223a78c85f57: Waiting 10:57:03 d62a02444d39: Waiting 10:57:03 1d8e4077f502: Layer already exists 10:57:03 a13328fdd152: Layer already exists 10:57:03 6eafe845b70b: Layer already exists 10:57:03 223a78c85f57: Layer already exists 10:57:03 d62a02444d39: Layer already exists 10:57:03 70e9be9f436d: Pushed 10:57:03 92dc7817c8e1: Pushed 10:57:03 220c82c1af7c: Pushed 10:57:05 c9a8d8a254a0: Pushed 10:57:06 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:57:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:57:06 92dc7817c8e1: Preparing 10:57:06 70e9be9f436d: Preparing 10:57:06 220c82c1af7c: Preparing 10:57:06 c9a8d8a254a0: Preparing 10:57:06 1d8e4077f502: Preparing 10:57:06 a13328fdd152: Preparing 10:57:06 6eafe845b70b: Preparing 10:57:06 223a78c85f57: Preparing 10:57:06 d62a02444d39: Preparing 10:57:06 a13328fdd152: Waiting 10:57:06 d62a02444d39: Waiting 10:57:06 6eafe845b70b: Waiting 10:57:06 223a78c85f57: Waiting 10:57:06 220c82c1af7c: Layer already exists 10:57:06 92dc7817c8e1: Layer already exists 10:57:06 1d8e4077f502: Layer already exists 10:57:06 70e9be9f436d: Layer already exists 10:57:06 c9a8d8a254a0: Layer already exists 10:57:06 a13328fdd152: Layer already exists 10:57:06 223a78c85f57: Layer already exists 10:57:06 6eafe845b70b: Layer already exists 10:57:06 d62a02444d39: Layer already exists 10:57:06 latest: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.68 10:57:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:57:07 92dc7817c8e1: Preparing 10:57:07 70e9be9f436d: Preparing 10:57:07 220c82c1af7c: Preparing 10:57:07 c9a8d8a254a0: Preparing 10:57:07 1d8e4077f502: Preparing 10:57:07 a13328fdd152: Preparing 10:57:07 6eafe845b70b: Preparing 10:57:07 223a78c85f57: Preparing 10:57:07 d62a02444d39: Preparing 10:57:07 a13328fdd152: Waiting 10:57:07 6eafe845b70b: Waiting 10:57:07 223a78c85f57: Waiting 10:57:07 d62a02444d39: Waiting 10:57:07 92dc7817c8e1: Layer already exists 10:57:07 70e9be9f436d: Layer already exists 10:57:07 1d8e4077f502: Layer already exists 10:57:07 220c82c1af7c: Layer already exists 10:57:07 c9a8d8a254a0: Layer already exists 10:57:07 6eafe845b70b: Layer already exists 10:57:07 a13328fdd152: Layer already exists 10:57:07 d62a02444d39: Layer already exists 10:57:07 223a78c85f57: Layer already exists 10:57:07 3.2.0-dev.68: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:57:08 92dc7817c8e1: Preparing 10:57:08 70e9be9f436d: Preparing 10:57:08 220c82c1af7c: Preparing 10:57:08 c9a8d8a254a0: Preparing 10:57:08 1d8e4077f502: Preparing 10:57:08 a13328fdd152: Preparing 10:57:08 6eafe845b70b: Preparing 10:57:08 223a78c85f57: Preparing 10:57:08 d62a02444d39: Preparing 10:57:08 d62a02444d39: Waiting 10:57:08 223a78c85f57: Waiting 10:57:08 6eafe845b70b: Waiting 10:57:08 a13328fdd152: Waiting 10:57:08 c9a8d8a254a0: Layer already exists 10:57:08 220c82c1af7c: Layer already exists 10:57:08 92dc7817c8e1: Layer already exists 10:57:08 70e9be9f436d: Layer already exists 10:57:08 1d8e4077f502: Layer already exists 10:57:08 a13328fdd152: Layer already exists 10:57:08 6eafe845b70b: Layer already exists 10:57:08 223a78c85f57: Layer already exists 10:57:08 d62a02444d39: Layer already exists 10:57:18 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:57:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:57:18 92dc7817c8e1: Preparing 10:57:18 70e9be9f436d: Preparing 10:57:18 220c82c1af7c: Preparing 10:57:18 c9a8d8a254a0: Preparing 10:57:18 1d8e4077f502: Preparing 10:57:18 a13328fdd152: Preparing 10:57:18 6eafe845b70b: Preparing 10:57:18 a13328fdd152: Waiting 10:57:18 223a78c85f57: Preparing 10:57:18 d62a02444d39: Preparing 10:57:18 223a78c85f57: Waiting 10:57:18 6eafe845b70b: Waiting 10:57:18 d62a02444d39: Waiting 10:57:18 c9a8d8a254a0: Layer already exists 10:57:18 220c82c1af7c: Layer already exists 10:57:18 1d8e4077f502: Layer already exists 10:57:18 70e9be9f436d: Layer already exists 10:57:18 92dc7817c8e1: Layer already exists 10:57:18 223a78c85f57: Layer already exists 10:57:18 d62a02444d39: Layer already exists 10:57:18 a13328fdd152: Layer already exists 10:57:18 6eafe845b70b: Layer already exists 10:57:18 main: digest: sha256:37d0438e479f3165814d75d6b14373c5c8425b5c3a4e40b68c6fcbdafd99618f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:18 ===================================================== [Pipeline] echo 10:57:18 taggedImages: 10:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.68 10:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 10:57:18 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:57:18 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:18 latest 10:57:18 3.2.0-dev.68 10:57:18 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:18 main 10:57:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:19 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:57:19 d9c8f2aafb7d: Preparing 10:57:19 5a302dd799bb: Preparing 10:57:19 b544bdc79147: Preparing 10:57:19 4ec05f078675: Preparing 10:57:19 51d3781a90cd: Preparing 10:57:19 1d8e4077f502: Preparing 10:57:19 a13328fdd152: Preparing 10:57:19 67bc06b7d057: Preparing 10:57:19 c15ba2ca3c05: Preparing 10:57:19 fdcae47d0fa2: Preparing 10:57:19 d62a02444d39: Preparing 10:57:19 1d8e4077f502: Waiting 10:57:19 a13328fdd152: Waiting 10:57:19 67bc06b7d057: Waiting 10:57:19 c15ba2ca3c05: Waiting 10:57:19 fdcae47d0fa2: Waiting 10:57:19 d62a02444d39: Waiting 10:57:19 4ec05f078675: Pushed 10:57:19 1d8e4077f502: Layer already exists 10:57:19 a13328fdd152: Layer already exists 10:57:19 d9c8f2aafb7d: Pushed 10:57:19 51d3781a90cd: Pushed 10:57:19 5a302dd799bb: Pushed 10:57:19 d62a02444d39: Layer already exists 10:57:19 67bc06b7d057: Pushed 10:57:19 c15ba2ca3c05: Pushed 10:57:20 b544bdc79147: Pushed 10:57:20 fdcae47d0fa2: Pushed 10:57:20 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:57:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:57:21 d9c8f2aafb7d: Preparing 10:57:21 5a302dd799bb: Preparing 10:57:21 b544bdc79147: Preparing 10:57:21 4ec05f078675: Preparing 10:57:21 51d3781a90cd: Preparing 10:57:21 1d8e4077f502: Preparing 10:57:21 a13328fdd152: Preparing 10:57:21 67bc06b7d057: Preparing 10:57:21 c15ba2ca3c05: Preparing 10:57:21 1d8e4077f502: Waiting 10:57:21 a13328fdd152: Waiting 10:57:21 67bc06b7d057: Waiting 10:57:21 fdcae47d0fa2: Preparing 10:57:21 c15ba2ca3c05: Waiting 10:57:21 d62a02444d39: Preparing 10:57:21 fdcae47d0fa2: Waiting 10:57:21 d62a02444d39: Waiting 10:57:21 4ec05f078675: Layer already exists 10:57:21 51d3781a90cd: Layer already exists 10:57:21 d9c8f2aafb7d: Layer already exists 10:57:21 5a302dd799bb: Layer already exists 10:57:21 b544bdc79147: Layer already exists 10:57:21 c15ba2ca3c05: Layer already exists 10:57:21 67bc06b7d057: Layer already exists 10:57:21 1d8e4077f502: Layer already exists 10:57:21 a13328fdd152: Layer already exists 10:57:21 fdcae47d0fa2: Layer already exists 10:57:21 d62a02444d39: Layer already exists 10:57:21 latest: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.68 10:57:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:57:24 d9c8f2aafb7d: Preparing 10:57:24 5a302dd799bb: Preparing 10:57:24 b544bdc79147: Preparing 10:57:24 4ec05f078675: Preparing 10:57:24 51d3781a90cd: Preparing 10:57:24 1d8e4077f502: Preparing 10:57:24 a13328fdd152: Preparing 10:57:24 67bc06b7d057: Preparing 10:57:24 c15ba2ca3c05: Preparing 10:57:24 fdcae47d0fa2: Preparing 10:57:24 d62a02444d39: Preparing 10:57:24 1d8e4077f502: Waiting 10:57:24 a13328fdd152: Waiting 10:57:24 67bc06b7d057: Waiting 10:57:24 c15ba2ca3c05: Waiting 10:57:24 fdcae47d0fa2: Waiting 10:57:24 d62a02444d39: Waiting 10:57:24 5a302dd799bb: Layer already exists 10:57:24 b544bdc79147: Layer already exists 10:57:24 d9c8f2aafb7d: Layer already exists 10:57:24 51d3781a90cd: Layer already exists 10:57:24 4ec05f078675: Layer already exists 10:57:24 a13328fdd152: Layer already exists 10:57:24 1d8e4077f502: Layer already exists 10:57:24 c15ba2ca3c05: Layer already exists 10:57:24 67bc06b7d057: Layer already exists 10:57:24 fdcae47d0fa2: Layer already exists 10:57:24 d62a02444d39: Layer already exists 10:57:24 3.2.0-dev.68: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:57:25 d9c8f2aafb7d: Preparing 10:57:25 5a302dd799bb: Preparing 10:57:25 b544bdc79147: Preparing 10:57:25 4ec05f078675: Preparing 10:57:25 51d3781a90cd: Preparing 10:57:25 1d8e4077f502: Preparing 10:57:25 a13328fdd152: Preparing 10:57:25 67bc06b7d057: Preparing 10:57:25 c15ba2ca3c05: Preparing 10:57:25 fdcae47d0fa2: Preparing 10:57:25 d62a02444d39: Preparing 10:57:25 1d8e4077f502: Waiting 10:57:25 fdcae47d0fa2: Waiting 10:57:25 c15ba2ca3c05: Waiting 10:57:25 a13328fdd152: Waiting 10:57:25 67bc06b7d057: Waiting 10:57:25 d9c8f2aafb7d: Layer already exists 10:57:25 b544bdc79147: Layer already exists 10:57:25 4ec05f078675: Layer already exists 10:57:25 51d3781a90cd: Layer already exists 10:57:25 5a302dd799bb: Layer already exists 10:57:25 1d8e4077f502: Layer already exists 10:57:25 a13328fdd152: Layer already exists 10:57:25 67bc06b7d057: Layer already exists 10:57:25 fdcae47d0fa2: Layer already exists 10:57:25 c15ba2ca3c05: Layer already exists 10:57:25 d62a02444d39: Layer already exists 10:57:25 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:57:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:57:26 d9c8f2aafb7d: Preparing 10:57:26 5a302dd799bb: Preparing 10:57:26 b544bdc79147: Preparing 10:57:26 4ec05f078675: Preparing 10:57:26 51d3781a90cd: Preparing 10:57:26 1d8e4077f502: Preparing 10:57:26 a13328fdd152: Preparing 10:57:26 67bc06b7d057: Preparing 10:57:26 c15ba2ca3c05: Preparing 10:57:26 fdcae47d0fa2: Preparing 10:57:26 d62a02444d39: Preparing 10:57:26 67bc06b7d057: Waiting 10:57:26 c15ba2ca3c05: Waiting 10:57:26 fdcae47d0fa2: Waiting 10:57:26 1d8e4077f502: Waiting 10:57:26 d62a02444d39: Waiting 10:57:26 a13328fdd152: Waiting 10:57:26 b544bdc79147: Layer already exists 10:57:26 d9c8f2aafb7d: Layer already exists 10:57:26 4ec05f078675: Layer already exists 10:57:26 5a302dd799bb: Layer already exists 10:57:26 51d3781a90cd: Layer already exists 10:57:26 a13328fdd152: Layer already exists 10:57:26 1d8e4077f502: Layer already exists 10:57:26 c15ba2ca3c05: Layer already exists 10:57:26 67bc06b7d057: Layer already exists 10:57:26 fdcae47d0fa2: Layer already exists 10:57:26 d62a02444d39: Layer already exists 10:57:26 main: digest: sha256:66d258d6e093a5486faeb62c16a3accf633ef3b570fc10f5988b60f6f1471b37 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:26 ===================================================== [Pipeline] echo 10:57:26 taggedImages: 10:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.68 10:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:57:26 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:57:26 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:26 latest 10:57:26 3.2.0-dev.68 10:57:26 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:26 main 10:57:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:57:27 8deb70d9beb8: Preparing 10:57:27 3d69d91c6ee6: Preparing 10:57:27 d4311511e392: Preparing 10:57:27 4ae1a8657c50: Preparing 10:57:27 e971627958c3: Preparing 10:57:27 c6c26430ac32: Preparing 10:57:27 b006fddb54b9: Preparing 10:57:27 1d8e4077f502: Preparing 10:57:27 a13328fdd152: Preparing 10:57:27 1fbce7147ef1: Preparing 10:57:27 a31469f2327b: Preparing 10:57:27 d62a02444d39: Preparing 10:57:27 b006fddb54b9: Waiting 10:57:27 1d8e4077f502: Waiting 10:57:27 a13328fdd152: Waiting 10:57:27 1fbce7147ef1: Waiting 10:57:27 a31469f2327b: Waiting 10:57:27 d62a02444d39: Waiting 10:57:27 c6c26430ac32: Waiting 10:57:27 8deb70d9beb8: Pushed 10:57:27 3d69d91c6ee6: Pushed 10:57:27 e971627958c3: Pushed 10:57:27 1d8e4077f502: Layer already exists 10:57:27 a13328fdd152: Layer already exists 10:57:27 1fbce7147ef1: Pushed 10:57:27 c6c26430ac32: Pushed 10:57:27 b006fddb54b9: Pushed 10:57:27 d62a02444d39: Layer already exists 10:57:27 4ae1a8657c50: Pushed 10:57:28 d4311511e392: Pushed 10:57:28 a31469f2327b: Pushed 10:57:28 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:57:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:57:29 8deb70d9beb8: Preparing 10:57:29 3d69d91c6ee6: Preparing 10:57:29 d4311511e392: Preparing 10:57:29 4ae1a8657c50: Preparing 10:57:29 e971627958c3: Preparing 10:57:29 c6c26430ac32: Preparing 10:57:29 b006fddb54b9: Preparing 10:57:29 1d8e4077f502: Preparing 10:57:29 a13328fdd152: Preparing 10:57:29 1fbce7147ef1: Preparing 10:57:29 a31469f2327b: Preparing 10:57:29 d62a02444d39: Preparing 10:57:29 c6c26430ac32: Waiting 10:57:29 b006fddb54b9: Waiting 10:57:29 1d8e4077f502: Waiting 10:57:29 a13328fdd152: Waiting 10:57:29 1fbce7147ef1: Waiting 10:57:29 d62a02444d39: Waiting 10:57:29 a31469f2327b: Waiting 10:57:29 8deb70d9beb8: Layer already exists 10:57:29 e971627958c3: Layer already exists 10:57:29 3d69d91c6ee6: Layer already exists 10:57:29 4ae1a8657c50: Layer already exists 10:57:29 d4311511e392: Layer already exists 10:57:29 c6c26430ac32: Layer already exists 10:57:29 b006fddb54b9: Layer already exists 10:57:29 1d8e4077f502: Layer already exists 10:57:29 1fbce7147ef1: Layer already exists 10:57:29 a13328fdd152: Layer already exists 10:57:29 a31469f2327b: Layer already exists 10:57:29 d62a02444d39: Layer already exists 10:57:29 latest: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.68 10:57:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:57:30 8deb70d9beb8: Preparing 10:57:30 3d69d91c6ee6: Preparing 10:57:30 d4311511e392: Preparing 10:57:30 4ae1a8657c50: Preparing 10:57:30 e971627958c3: Preparing 10:57:30 c6c26430ac32: Preparing 10:57:30 b006fddb54b9: Preparing 10:57:30 1d8e4077f502: Preparing 10:57:30 a13328fdd152: Preparing 10:57:30 1fbce7147ef1: Preparing 10:57:30 a31469f2327b: Preparing 10:57:30 d62a02444d39: Preparing 10:57:30 1fbce7147ef1: Waiting 10:57:30 a31469f2327b: Waiting 10:57:30 b006fddb54b9: Waiting 10:57:30 d62a02444d39: Waiting 10:57:30 1d8e4077f502: Waiting 10:57:30 c6c26430ac32: Waiting 10:57:30 a13328fdd152: Waiting 10:57:30 8deb70d9beb8: Layer already exists 10:57:30 4ae1a8657c50: Layer already exists 10:57:30 d4311511e392: Layer already exists 10:57:30 3d69d91c6ee6: Layer already exists 10:57:30 e971627958c3: Layer already exists 10:57:30 c6c26430ac32: Layer already exists 10:57:30 a13328fdd152: Layer already exists 10:57:30 1d8e4077f502: Layer already exists 10:57:30 1fbce7147ef1: Layer already exists 10:57:30 b006fddb54b9: Layer already exists 10:57:30 a31469f2327b: Layer already exists 10:57:30 d62a02444d39: Layer already exists 10:57:30 3.2.0-dev.68: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:30 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:57:30 8deb70d9beb8: Preparing 10:57:30 3d69d91c6ee6: Preparing 10:57:30 d4311511e392: Preparing 10:57:30 4ae1a8657c50: Preparing 10:57:30 e971627958c3: Preparing 10:57:30 c6c26430ac32: Preparing 10:57:30 b006fddb54b9: Preparing 10:57:30 1d8e4077f502: Preparing 10:57:30 a13328fdd152: Preparing 10:57:30 1fbce7147ef1: Preparing 10:57:30 a31469f2327b: Preparing 10:57:30 d62a02444d39: Preparing 10:57:30 1fbce7147ef1: Waiting 10:57:30 a13328fdd152: Waiting 10:57:30 a31469f2327b: Waiting 10:57:30 b006fddb54b9: Waiting 10:57:30 1d8e4077f502: Waiting 10:57:30 c6c26430ac32: Waiting 10:57:30 4ae1a8657c50: Layer already exists 10:57:30 3d69d91c6ee6: Layer already exists 10:57:30 d4311511e392: Layer already exists 10:57:30 8deb70d9beb8: Layer already exists 10:57:30 e971627958c3: Layer already exists 10:57:30 1d8e4077f502: Layer already exists 10:57:30 b006fddb54b9: Layer already exists 10:57:30 c6c26430ac32: Layer already exists 10:57:30 a13328fdd152: Layer already exists 10:57:30 1fbce7147ef1: Layer already exists 10:57:30 a31469f2327b: Layer already exists 10:57:30 d62a02444d39: Layer already exists 10:57:30 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:57:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:57:31 8deb70d9beb8: Preparing 10:57:31 3d69d91c6ee6: Preparing 10:57:31 d4311511e392: Preparing 10:57:31 4ae1a8657c50: Preparing 10:57:31 e971627958c3: Preparing 10:57:31 c6c26430ac32: Preparing 10:57:31 b006fddb54b9: Preparing 10:57:31 1d8e4077f502: Preparing 10:57:31 a13328fdd152: Preparing 10:57:31 1fbce7147ef1: Preparing 10:57:31 a31469f2327b: Preparing 10:57:31 d62a02444d39: Preparing 10:57:31 1fbce7147ef1: Waiting 10:57:31 a31469f2327b: Waiting 10:57:31 d62a02444d39: Waiting 10:57:31 1d8e4077f502: Waiting 10:57:31 a13328fdd152: Waiting 10:57:31 b006fddb54b9: Waiting 10:57:31 c6c26430ac32: Waiting 10:57:31 d4311511e392: Layer already exists 10:57:31 8deb70d9beb8: Layer already exists 10:57:31 e971627958c3: Layer already exists 10:57:31 3d69d91c6ee6: Layer already exists 10:57:31 4ae1a8657c50: Layer already exists 10:57:31 b006fddb54b9: Layer already exists 10:57:31 a13328fdd152: Layer already exists 10:57:31 1d8e4077f502: Layer already exists 10:57:31 1fbce7147ef1: Layer already exists 10:57:31 c6c26430ac32: Layer already exists 10:57:31 a31469f2327b: Layer already exists 10:57:31 d62a02444d39: Layer already exists 10:57:31 main: digest: sha256:0ff6c5d6bf71500a2b1f9cc0f706f44eb21e47996d0863fe2070d8a740f01a2d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:31 ===================================================== [Pipeline] echo 10:57:31 taggedImages: 10:57:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:57:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.68 10:57:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:57:31 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:57:31 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:31 latest 10:57:31 3.2.0-dev.68 10:57:31 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:31 main 10:57:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:57:32 64ac0b72276d: Preparing 10:57:32 9c1e00a5c15f: Preparing 10:57:32 1d8e4077f502: Preparing 10:57:32 a13328fdd152: Preparing 10:57:32 d1198dc3694a: Preparing 10:57:32 fee3fe9ba738: Preparing 10:57:32 d62a02444d39: Preparing 10:57:32 fee3fe9ba738: Waiting 10:57:32 d62a02444d39: Waiting 10:57:32 a13328fdd152: Layer already exists 10:57:32 1d8e4077f502: Layer already exists 10:57:32 d62a02444d39: Layer already exists 10:57:32 d1198dc3694a: Pushed 10:57:32 64ac0b72276d: Pushed 10:57:33 fee3fe9ba738: Pushed 10:57:34 9c1e00a5c15f: Pushed 10:57:34 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:34 + 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 10:57:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:57:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:57:34 64ac0b72276d: Preparing 10:57:34 9c1e00a5c15f: Preparing 10:57:34 1d8e4077f502: Preparing 10:57:34 a13328fdd152: Preparing 10:57:34 d1198dc3694a: Preparing 10:57:34 fee3fe9ba738: Preparing 10:57:34 d62a02444d39: Preparing 10:57:34 d62a02444d39: Waiting 10:57:34 fee3fe9ba738: Waiting 10:57:34 a13328fdd152: Layer already exists 10:57:34 d1198dc3694a: Layer already exists 10:57:34 64ac0b72276d: Layer already exists 10:57:34 9c1e00a5c15f: Layer already exists 10:57:34 1d8e4077f502: Layer already exists 10:57:34 fee3fe9ba738: Layer already exists 10:57:34 d62a02444d39: Layer already exists 10:57:34 latest: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.68 10:57:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:57:35 64ac0b72276d: Preparing 10:57:35 9c1e00a5c15f: Preparing 10:57:35 1d8e4077f502: Preparing 10:57:35 a13328fdd152: Preparing 10:57:35 d1198dc3694a: Preparing 10:57:35 fee3fe9ba738: Preparing 10:57:35 d62a02444d39: Preparing 10:57:35 d62a02444d39: Waiting 10:57:35 fee3fe9ba738: Waiting 10:57:35 a13328fdd152: Layer already exists 10:57:35 1d8e4077f502: Layer already exists 10:57:35 64ac0b72276d: Layer already exists 10:57:35 9c1e00a5c15f: Layer already exists 10:57:35 d1198dc3694a: Layer already exists 10:57:35 fee3fe9ba738: Layer already exists 10:57:35 d62a02444d39: Layer already exists 10:57:35 3.2.0-dev.68: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:57:36 64ac0b72276d: Preparing 10:57:36 9c1e00a5c15f: Preparing 10:57:36 1d8e4077f502: Preparing 10:57:36 a13328fdd152: Preparing 10:57:36 d1198dc3694a: Preparing 10:57:36 fee3fe9ba738: Preparing 10:57:36 d62a02444d39: Preparing 10:57:36 fee3fe9ba738: Waiting 10:57:36 d62a02444d39: Waiting 10:57:36 9c1e00a5c15f: Layer already exists 10:57:36 64ac0b72276d: Layer already exists 10:57:36 a13328fdd152: Layer already exists 10:57:36 1d8e4077f502: Layer already exists 10:57:36 d1198dc3694a: Layer already exists 10:57:36 d62a02444d39: Layer already exists 10:57:36 fee3fe9ba738: Layer already exists 10:57:36 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:36 + 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 10:57:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:57:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:57:36 64ac0b72276d: Preparing 10:57:36 9c1e00a5c15f: Preparing 10:57:36 1d8e4077f502: Preparing 10:57:36 a13328fdd152: Preparing 10:57:36 d1198dc3694a: Preparing 10:57:36 fee3fe9ba738: Preparing 10:57:36 d62a02444d39: Preparing 10:57:36 fee3fe9ba738: Waiting 10:57:36 a13328fdd152: Layer already exists 10:57:36 9c1e00a5c15f: Layer already exists 10:57:36 d1198dc3694a: Layer already exists 10:57:36 1d8e4077f502: Layer already exists 10:57:36 64ac0b72276d: Layer already exists 10:57:36 fee3fe9ba738: Layer already exists 10:57:36 d62a02444d39: Layer already exists 10:57:36 main: digest: sha256:5d7e85be2e13883175785e6fd57f84d904c802aa99510d1d37c0784ee3523fe5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:36 ===================================================== [Pipeline] echo 10:57:36 taggedImages: 10:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.68 10:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:57:36 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:57:36 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:36 latest 10:57:36 3.2.0-dev.68 10:57:36 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:36 main 10:57:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:37 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:57:37 a3b2487afcd9: Preparing 10:57:37 a93af71e2d69: Preparing 10:57:37 f96753fe3e97: Preparing 10:57:37 1d8e4077f502: Preparing 10:57:37 a13328fdd152: Preparing 10:57:37 100d98b5203e: Preparing 10:57:37 0ca616a962a2: Preparing 10:57:37 454f41a359e4: Preparing 10:57:37 8e602d1839f4: Preparing 10:57:37 d62a02444d39: Preparing 10:57:37 100d98b5203e: Waiting 10:57:37 d62a02444d39: Waiting 10:57:37 8e602d1839f4: Waiting 10:57:37 0ca616a962a2: Waiting 10:57:37 454f41a359e4: Waiting 10:57:37 1d8e4077f502: Layer already exists 10:57:37 a13328fdd152: Layer already exists 10:57:37 a3b2487afcd9: Pushed 10:57:37 f96753fe3e97: Pushed 10:57:37 a93af71e2d69: Pushed 10:57:37 d62a02444d39: Layer already exists 10:57:37 454f41a359e4: Pushed 10:57:37 8e602d1839f4: Pushed 10:57:44 0ca616a962a2: Pushed 10:57:50 100d98b5203e: Pushed 10:57:50 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:57:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:57:51 a3b2487afcd9: Preparing 10:57:51 a93af71e2d69: Preparing 10:57:51 f96753fe3e97: Preparing 10:57:51 1d8e4077f502: Preparing 10:57:51 a13328fdd152: Preparing 10:57:51 100d98b5203e: Preparing 10:57:51 0ca616a962a2: Preparing 10:57:51 454f41a359e4: Preparing 10:57:51 8e602d1839f4: Preparing 10:57:51 d62a02444d39: Preparing 10:57:51 454f41a359e4: Waiting 10:57:51 8e602d1839f4: Waiting 10:57:51 100d98b5203e: Waiting 10:57:51 0ca616a962a2: Waiting 10:57:51 d62a02444d39: Waiting 10:57:51 a13328fdd152: Layer already exists 10:57:51 a93af71e2d69: Layer already exists 10:57:51 1d8e4077f502: Layer already exists 10:57:51 a3b2487afcd9: Layer already exists 10:57:51 f96753fe3e97: Layer already exists 10:57:51 454f41a359e4: Layer already exists 10:57:51 100d98b5203e: Layer already exists 10:57:51 0ca616a962a2: Layer already exists 10:57:51 8e602d1839f4: Layer already exists 10:57:51 d62a02444d39: Layer already exists 10:57:51 latest: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.68 10:57:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:57:52 a3b2487afcd9: Preparing 10:57:52 a93af71e2d69: Preparing 10:57:52 f96753fe3e97: Preparing 10:57:52 1d8e4077f502: Preparing 10:57:52 a13328fdd152: Preparing 10:57:52 100d98b5203e: Preparing 10:57:52 0ca616a962a2: Preparing 10:57:52 454f41a359e4: Preparing 10:57:52 8e602d1839f4: Preparing 10:57:52 d62a02444d39: Preparing 10:57:52 100d98b5203e: Waiting 10:57:52 0ca616a962a2: Waiting 10:57:52 454f41a359e4: Waiting 10:57:52 8e602d1839f4: Waiting 10:57:52 d62a02444d39: Waiting 10:57:52 a13328fdd152: Layer already exists 10:57:52 a3b2487afcd9: Layer already exists 10:57:52 1d8e4077f502: Layer already exists 10:57:52 f96753fe3e97: Layer already exists 10:57:52 a93af71e2d69: Layer already exists 10:57:52 100d98b5203e: Layer already exists 10:57:52 0ca616a962a2: Layer already exists 10:57:52 454f41a359e4: Layer already exists 10:57:52 8e602d1839f4: Layer already exists 10:57:52 d62a02444d39: Layer already exists 10:57:52 3.2.0-dev.68: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:57:52 a3b2487afcd9: Preparing 10:57:52 a93af71e2d69: Preparing 10:57:52 f96753fe3e97: Preparing 10:57:52 1d8e4077f502: Preparing 10:57:52 a13328fdd152: Preparing 10:57:52 100d98b5203e: Preparing 10:57:52 0ca616a962a2: Preparing 10:57:52 454f41a359e4: Preparing 10:57:52 8e602d1839f4: Preparing 10:57:52 d62a02444d39: Preparing 10:57:52 100d98b5203e: Waiting 10:57:52 0ca616a962a2: Waiting 10:57:52 8e602d1839f4: Waiting 10:57:52 f96753fe3e97: Layer already exists 10:57:52 a13328fdd152: Layer already exists 10:57:52 a3b2487afcd9: Layer already exists 10:57:52 1d8e4077f502: Layer already exists 10:57:52 a93af71e2d69: Layer already exists 10:57:52 100d98b5203e: Layer already exists 10:57:52 454f41a359e4: Layer already exists 10:57:52 0ca616a962a2: Layer already exists 10:57:52 8e602d1839f4: Layer already exists 10:57:52 d62a02444d39: Layer already exists 10:57:52 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:57:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:57:53 a3b2487afcd9: Preparing 10:57:53 a93af71e2d69: Preparing 10:57:53 f96753fe3e97: Preparing 10:57:53 1d8e4077f502: Preparing 10:57:53 a13328fdd152: Preparing 10:57:53 100d98b5203e: Preparing 10:57:53 0ca616a962a2: Preparing 10:57:53 454f41a359e4: Preparing 10:57:53 8e602d1839f4: Preparing 10:57:53 d62a02444d39: Preparing 10:57:53 8e602d1839f4: Waiting 10:57:53 0ca616a962a2: Waiting 10:57:53 454f41a359e4: Waiting 10:57:53 d62a02444d39: Waiting 10:57:53 100d98b5203e: Waiting 10:57:53 a93af71e2d69: Layer already exists 10:57:53 f96753fe3e97: Layer already exists 10:57:53 1d8e4077f502: Layer already exists 10:57:53 a3b2487afcd9: Layer already exists 10:57:53 a13328fdd152: Layer already exists 10:57:53 454f41a359e4: Layer already exists 10:57:53 0ca616a962a2: Layer already exists 10:57:53 100d98b5203e: Layer already exists 10:57:53 8e602d1839f4: Layer already exists 10:57:53 d62a02444d39: Layer already exists 10:57:53 main: digest: sha256:024d4da62838cfdac3daed666097cf25c8e107fac78dbfe3512c911371584b57 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:57:53 ===================================================== [Pipeline] echo 10:57:53 taggedImages: 10:57:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:57:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.68 10:57:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:57:53 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:57:53 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:53 latest 10:57:53 3.2.0-dev.68 10:57:53 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:57:53 main 10:57:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:57:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:57:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:57:54 64b6597a7d8f: Preparing 10:57:54 f4c0da1a5c93: Preparing 10:57:54 a8e5fa110e7f: Preparing 10:57:54 1d8e4077f502: Preparing 10:57:54 a13328fdd152: Preparing 10:57:54 e75c40d44ede: Preparing 10:57:54 784c59320af5: Preparing 10:57:54 31800ada1878: Preparing 10:57:54 d62a02444d39: Preparing 10:57:54 e75c40d44ede: Waiting 10:57:54 784c59320af5: Waiting 10:57:54 31800ada1878: Waiting 10:57:54 d62a02444d39: Waiting 10:57:54 1d8e4077f502: Layer already exists 10:57:54 a13328fdd152: Layer already exists 10:57:54 64b6597a7d8f: Pushed 10:57:54 f4c0da1a5c93: Pushed 10:57:54 d62a02444d39: Layer already exists 10:57:54 a8e5fa110e7f: Pushed 10:57:54 784c59320af5: Pushed 10:57:54 31800ada1878: Pushed 10:58:04 e75c40d44ede: Pushed 10:58:04 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:04 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:58:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:58:05 64b6597a7d8f: Preparing 10:58:05 f4c0da1a5c93: Preparing 10:58:05 a8e5fa110e7f: Preparing 10:58:05 1d8e4077f502: Preparing 10:58:05 a13328fdd152: Preparing 10:58:05 e75c40d44ede: Preparing 10:58:05 784c59320af5: Preparing 10:58:05 31800ada1878: Preparing 10:58:05 d62a02444d39: Preparing 10:58:05 e75c40d44ede: Waiting 10:58:05 31800ada1878: Waiting 10:58:05 784c59320af5: Waiting 10:58:05 d62a02444d39: Waiting 10:58:05 f4c0da1a5c93: Layer already exists 10:58:05 64b6597a7d8f: Layer already exists 10:58:05 1d8e4077f502: Layer already exists 10:58:05 a8e5fa110e7f: Layer already exists 10:58:05 a13328fdd152: Layer already exists 10:58:05 e75c40d44ede: Layer already exists 10:58:05 d62a02444d39: Layer already exists 10:58:05 31800ada1878: Layer already exists 10:58:05 784c59320af5: Layer already exists 10:58:05 latest: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:05 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.68 10:58:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:58:05 64b6597a7d8f: Preparing 10:58:05 f4c0da1a5c93: Preparing 10:58:05 a8e5fa110e7f: Preparing 10:58:05 1d8e4077f502: Preparing 10:58:05 a13328fdd152: Preparing 10:58:05 e75c40d44ede: Preparing 10:58:05 784c59320af5: Preparing 10:58:05 31800ada1878: Preparing 10:58:05 d62a02444d39: Preparing 10:58:05 784c59320af5: Waiting 10:58:05 e75c40d44ede: Waiting 10:58:05 31800ada1878: Waiting 10:58:05 d62a02444d39: Waiting 10:58:05 1d8e4077f502: Layer already exists 10:58:05 a13328fdd152: Layer already exists 10:58:05 f4c0da1a5c93: Layer already exists 10:58:05 a8e5fa110e7f: Layer already exists 10:58:05 64b6597a7d8f: Layer already exists 10:58:05 31800ada1878: Layer already exists 10:58:05 d62a02444d39: Layer already exists 10:58:05 e75c40d44ede: Layer already exists 10:58:05 784c59320af5: Layer already exists 10:58:05 3.2.0-dev.68: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:07 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:58:07 64b6597a7d8f: Preparing 10:58:07 f4c0da1a5c93: Preparing 10:58:07 a8e5fa110e7f: Preparing 10:58:07 1d8e4077f502: Preparing 10:58:07 a13328fdd152: Preparing 10:58:07 e75c40d44ede: Preparing 10:58:07 784c59320af5: Preparing 10:58:07 31800ada1878: Preparing 10:58:07 d62a02444d39: Preparing 10:58:07 e75c40d44ede: Waiting 10:58:07 784c59320af5: Waiting 10:58:07 31800ada1878: Waiting 10:58:07 d62a02444d39: Waiting 10:58:07 a13328fdd152: Layer already exists 10:58:07 a8e5fa110e7f: Layer already exists 10:58:07 1d8e4077f502: Layer already exists 10:58:07 64b6597a7d8f: Layer already exists 10:58:07 f4c0da1a5c93: Layer already exists 10:58:07 e75c40d44ede: Layer already exists 10:58:07 784c59320af5: Layer already exists 10:58:07 31800ada1878: Layer already exists 10:58:07 d62a02444d39: Layer already exists 10:58:07 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:58:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:58:08 64b6597a7d8f: Preparing 10:58:08 f4c0da1a5c93: Preparing 10:58:08 a8e5fa110e7f: Preparing 10:58:08 1d8e4077f502: Preparing 10:58:08 a13328fdd152: Preparing 10:58:08 e75c40d44ede: Preparing 10:58:08 784c59320af5: Preparing 10:58:08 31800ada1878: Preparing 10:58:08 d62a02444d39: Preparing 10:58:08 784c59320af5: Waiting 10:58:08 d62a02444d39: Waiting 10:58:08 31800ada1878: Waiting 10:58:08 64b6597a7d8f: Layer already exists 10:58:08 a8e5fa110e7f: Layer already exists 10:58:08 1d8e4077f502: Layer already exists 10:58:08 f4c0da1a5c93: Layer already exists 10:58:08 a13328fdd152: Layer already exists 10:58:08 e75c40d44ede: Layer already exists 10:58:08 784c59320af5: Layer already exists 10:58:08 31800ada1878: Layer already exists 10:58:08 d62a02444d39: Layer already exists 10:58:08 main: digest: sha256:8e224207cc1dd99d374c6632a208b92a61f11c36bffbbc1716e28cadfca5f859 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:08 ===================================================== [Pipeline] echo 10:58:08 taggedImages: 10:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.68 10:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:08 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:58:08 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:58:08 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:08 latest 10:58:08 3.2.0-dev.68 10:58:08 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:08 main 10:58:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:09 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:58:09 a3b2487afcd9: Preparing 10:58:09 f7cfb5c4266c: Preparing 10:58:09 12304ae735f0: Preparing 10:58:09 1d8e4077f502: Preparing 10:58:09 a13328fdd152: Preparing 10:58:09 719467eb9fa0: Preparing 10:58:09 454f41a359e4: Preparing 10:58:09 8e602d1839f4: Preparing 10:58:09 d62a02444d39: Preparing 10:58:09 454f41a359e4: Waiting 10:58:09 719467eb9fa0: Waiting 10:58:09 8e602d1839f4: Waiting 10:58:09 d62a02444d39: Waiting 10:58:09 a13328fdd152: Layer already exists 10:58:09 a3b2487afcd9: Layer already exists 10:58:09 1d8e4077f502: Layer already exists 10:58:09 454f41a359e4: Layer already exists 10:58:09 8e602d1839f4: Layer already exists 10:58:09 d62a02444d39: Layer already exists 10:58:09 12304ae735f0: Pushed 10:58:09 f7cfb5c4266c: Pushed 10:58:19 719467eb9fa0: Pushed 10:58:19 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:58:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:58:20 a3b2487afcd9: Preparing 10:58:20 f7cfb5c4266c: Preparing 10:58:20 12304ae735f0: Preparing 10:58:20 1d8e4077f502: Preparing 10:58:20 a13328fdd152: Preparing 10:58:20 719467eb9fa0: Preparing 10:58:20 454f41a359e4: Preparing 10:58:20 8e602d1839f4: Preparing 10:58:20 d62a02444d39: Preparing 10:58:20 8e602d1839f4: Waiting 10:58:20 719467eb9fa0: Waiting 10:58:20 454f41a359e4: Waiting 10:58:20 a3b2487afcd9: Layer already exists 10:58:20 f7cfb5c4266c: Layer already exists 10:58:20 1d8e4077f502: Layer already exists 10:58:20 12304ae735f0: Layer already exists 10:58:20 a13328fdd152: Layer already exists 10:58:20 719467eb9fa0: Layer already exists 10:58:20 d62a02444d39: Layer already exists 10:58:20 8e602d1839f4: Layer already exists 10:58:20 454f41a359e4: Layer already exists 10:58:20 latest: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:20 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.68 10:58:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:58:20 a3b2487afcd9: Preparing 10:58:20 f7cfb5c4266c: Preparing 10:58:20 12304ae735f0: Preparing 10:58:20 1d8e4077f502: Preparing 10:58:20 a13328fdd152: Preparing 10:58:20 719467eb9fa0: Preparing 10:58:20 454f41a359e4: Preparing 10:58:20 8e602d1839f4: Preparing 10:58:20 d62a02444d39: Preparing 10:58:20 d62a02444d39: Waiting 10:58:20 719467eb9fa0: Waiting 10:58:20 454f41a359e4: Waiting 10:58:20 f7cfb5c4266c: Layer already exists 10:58:20 a3b2487afcd9: Layer already exists 10:58:20 12304ae735f0: Layer already exists 10:58:20 1d8e4077f502: Layer already exists 10:58:20 a13328fdd152: Layer already exists 10:58:20 719467eb9fa0: Layer already exists 10:58:20 454f41a359e4: Layer already exists 10:58:20 8e602d1839f4: Layer already exists 10:58:20 d62a02444d39: Layer already exists 10:58:20 3.2.0-dev.68: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:58:21 a3b2487afcd9: Preparing 10:58:21 f7cfb5c4266c: Preparing 10:58:21 12304ae735f0: Preparing 10:58:21 1d8e4077f502: Preparing 10:58:21 a13328fdd152: Preparing 10:58:21 719467eb9fa0: Preparing 10:58:21 454f41a359e4: Preparing 10:58:21 8e602d1839f4: Preparing 10:58:21 d62a02444d39: Preparing 10:58:21 d62a02444d39: Waiting 10:58:21 8e602d1839f4: Waiting 10:58:21 454f41a359e4: Waiting 10:58:21 719467eb9fa0: Waiting 10:58:21 f7cfb5c4266c: Layer already exists 10:58:21 1d8e4077f502: Layer already exists 10:58:21 a3b2487afcd9: Layer already exists 10:58:21 12304ae735f0: Layer already exists 10:58:21 a13328fdd152: Layer already exists 10:58:21 454f41a359e4: Layer already exists 10:58:21 719467eb9fa0: Layer already exists 10:58:21 8e602d1839f4: Layer already exists 10:58:21 d62a02444d39: Layer already exists 10:58:21 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:58:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:58:22 a3b2487afcd9: Preparing 10:58:22 f7cfb5c4266c: Preparing 10:58:22 12304ae735f0: Preparing 10:58:22 1d8e4077f502: Preparing 10:58:22 a13328fdd152: Preparing 10:58:22 719467eb9fa0: Preparing 10:58:22 454f41a359e4: Preparing 10:58:22 8e602d1839f4: Preparing 10:58:22 d62a02444d39: Preparing 10:58:22 719467eb9fa0: Waiting 10:58:22 8e602d1839f4: Waiting 10:58:22 454f41a359e4: Waiting 10:58:22 d62a02444d39: Waiting 10:58:22 f7cfb5c4266c: Layer already exists 10:58:22 1d8e4077f502: Layer already exists 10:58:22 a3b2487afcd9: Layer already exists 10:58:22 12304ae735f0: Layer already exists 10:58:22 a13328fdd152: Layer already exists 10:58:22 719467eb9fa0: Layer already exists 10:58:22 8e602d1839f4: Layer already exists 10:58:22 454f41a359e4: Layer already exists 10:58:22 d62a02444d39: Layer already exists 10:58:22 main: digest: sha256:ff77dd6c0e95850fd80298619dee82d102c1be551ee52748eb82355e05666e73 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:22 ===================================================== [Pipeline] echo 10:58:22 taggedImages: 10:58:22 - nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:22 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:58:22 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.68 10:58:22 - nexus3.edgexfoundry.org:10004/security-spire-server:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:22 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:58:22 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 10:58:22 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:22 latest 10:58:22 3.2.0-dev.68 10:58:22 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:22 main 10:58:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:22 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:22 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:58:22 f2ab5bdbe037: Preparing 10:58:22 ee411663e2ea: Preparing 10:58:22 1d8e4077f502: Preparing 10:58:22 a13328fdd152: Preparing 10:58:22 02cb273b67fb: Preparing 10:58:22 b7d8c23eec50: Preparing 10:58:22 d62a02444d39: Preparing 10:58:22 d62a02444d39: Waiting 10:58:22 b7d8c23eec50: Waiting 10:58:22 a13328fdd152: Layer already exists 10:58:22 1d8e4077f502: Layer already exists 10:58:22 d62a02444d39: Layer already exists 10:58:22 f2ab5bdbe037: Pushed 10:58:22 02cb273b67fb: Pushed 10:58:23 b7d8c23eec50: Pushed 10:58:26 ee411663e2ea: Pushed 10:58:26 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:26 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:27 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 10:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:58:27 f2ab5bdbe037: Preparing 10:58:27 ee411663e2ea: Preparing 10:58:27 1d8e4077f502: Preparing 10:58:27 a13328fdd152: Preparing 10:58:27 02cb273b67fb: Preparing 10:58:27 b7d8c23eec50: Preparing 10:58:27 d62a02444d39: Preparing 10:58:27 b7d8c23eec50: Waiting 10:58:27 d62a02444d39: Waiting 10:58:27 a13328fdd152: Layer already exists 10:58:27 02cb273b67fb: Layer already exists 10:58:27 1d8e4077f502: Layer already exists 10:58:27 f2ab5bdbe037: Layer already exists 10:58:27 ee411663e2ea: Layer already exists 10:58:27 b7d8c23eec50: Layer already exists 10:58:27 d62a02444d39: Layer already exists 10:58:27 latest: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:27 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:27 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.68 10:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:58:27 f2ab5bdbe037: Preparing 10:58:27 ee411663e2ea: Preparing 10:58:27 1d8e4077f502: Preparing 10:58:27 a13328fdd152: Preparing 10:58:27 02cb273b67fb: Preparing 10:58:27 b7d8c23eec50: Preparing 10:58:27 d62a02444d39: Preparing 10:58:27 d62a02444d39: Waiting 10:58:27 ee411663e2ea: Layer already exists 10:58:27 a13328fdd152: Layer already exists 10:58:27 f2ab5bdbe037: Layer already exists 10:58:27 02cb273b67fb: Layer already exists 10:58:27 1d8e4077f502: Layer already exists 10:58:27 d62a02444d39: Layer already exists 10:58:27 b7d8c23eec50: Layer already exists 10:58:27 3.2.0-dev.68: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:28 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:28 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:58:28 f2ab5bdbe037: Preparing 10:58:28 ee411663e2ea: Preparing 10:58:28 1d8e4077f502: Preparing 10:58:28 a13328fdd152: Preparing 10:58:28 02cb273b67fb: Preparing 10:58:28 b7d8c23eec50: Preparing 10:58:28 d62a02444d39: Preparing 10:58:28 b7d8c23eec50: Waiting 10:58:28 d62a02444d39: Waiting 10:58:28 a13328fdd152: Layer already exists 10:58:28 ee411663e2ea: Layer already exists 10:58:28 f2ab5bdbe037: Layer already exists 10:58:28 02cb273b67fb: Layer already exists 10:58:28 1d8e4077f502: Layer already exists 10:58:28 b7d8c23eec50: Layer already exists 10:58:28 d62a02444d39: Layer already exists 10:58:28 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:28 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:29 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 10:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 10:58:29 f2ab5bdbe037: Preparing 10:58:29 ee411663e2ea: Preparing 10:58:29 1d8e4077f502: Preparing 10:58:29 a13328fdd152: Preparing 10:58:29 02cb273b67fb: Preparing 10:58:29 b7d8c23eec50: Preparing 10:58:29 d62a02444d39: Preparing 10:58:29 b7d8c23eec50: Waiting 10:58:29 d62a02444d39: Waiting 10:58:29 a13328fdd152: Layer already exists 10:58:29 02cb273b67fb: Layer already exists 10:58:29 1d8e4077f502: Layer already exists 10:58:29 f2ab5bdbe037: Layer already exists 10:58:29 ee411663e2ea: Layer already exists 10:58:29 b7d8c23eec50: Layer already exists 10:58:29 d62a02444d39: Layer already exists 10:58:29 main: digest: sha256:081a6f1eb19cc97eed96c4eb4c20beda6f0b2d2b9a69d675ca91bcbea54382a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:29 ===================================================== [Pipeline] echo 10:58:29 taggedImages: 10:58:29 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:29 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 10:58:29 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.68 10:58:29 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:29 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 10:58:29 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:58:29 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:29 latest 10:58:29 3.2.0-dev.68 10:58:29 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:29 main 10:58:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:58:30 01eaa7a230e6: Preparing 10:58:30 2c15d69a3d76: Preparing 10:58:30 1d8e4077f502: Preparing 10:58:30 a13328fdd152: Preparing 10:58:30 ee4269b3d3a2: Preparing 10:58:30 2d3f07857287: Preparing 10:58:30 d62a02444d39: Preparing 10:58:30 2d3f07857287: Waiting 10:58:30 d62a02444d39: Waiting 10:58:30 1d8e4077f502: Layer already exists 10:58:30 a13328fdd152: Layer already exists 10:58:30 d62a02444d39: Layer already exists 10:58:30 ee4269b3d3a2: Pushed 10:58:30 01eaa7a230e6: Pushed 10:58:30 2d3f07857287: Pushed 10:58:33 2c15d69a3d76: Pushed 10:58:33 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:34 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:58:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:58:34 01eaa7a230e6: Preparing 10:58:34 2c15d69a3d76: Preparing 10:58:34 1d8e4077f502: Preparing 10:58:34 a13328fdd152: Preparing 10:58:34 ee4269b3d3a2: Preparing 10:58:34 2d3f07857287: Preparing 10:58:34 d62a02444d39: Preparing 10:58:34 2d3f07857287: Waiting 10:58:34 d62a02444d39: Waiting 10:58:34 1d8e4077f502: Layer already exists 10:58:34 2c15d69a3d76: Layer already exists 10:58:34 ee4269b3d3a2: Layer already exists 10:58:34 01eaa7a230e6: Layer already exists 10:58:34 a13328fdd152: Layer already exists 10:58:34 2d3f07857287: Layer already exists 10:58:34 d62a02444d39: Layer already exists 10:58:34 latest: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:34 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.68 10:58:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:58:35 01eaa7a230e6: Preparing 10:58:35 2c15d69a3d76: Preparing 10:58:35 1d8e4077f502: Preparing 10:58:35 a13328fdd152: Preparing 10:58:35 ee4269b3d3a2: Preparing 10:58:35 2d3f07857287: Preparing 10:58:35 d62a02444d39: Preparing 10:58:35 2d3f07857287: Waiting 10:58:35 d62a02444d39: Waiting 10:58:35 a13328fdd152: Layer already exists 10:58:35 ee4269b3d3a2: Layer already exists 10:58:35 2c15d69a3d76: Layer already exists 10:58:35 01eaa7a230e6: Layer already exists 10:58:35 1d8e4077f502: Layer already exists 10:58:35 2d3f07857287: Layer already exists 10:58:35 d62a02444d39: Layer already exists 10:58:35 3.2.0-dev.68: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:58:35 01eaa7a230e6: Preparing 10:58:35 2c15d69a3d76: Preparing 10:58:35 1d8e4077f502: Preparing 10:58:35 a13328fdd152: Preparing 10:58:35 ee4269b3d3a2: Preparing 10:58:35 2d3f07857287: Preparing 10:58:35 d62a02444d39: Preparing 10:58:35 2d3f07857287: Waiting 10:58:35 2c15d69a3d76: Layer already exists 10:58:35 ee4269b3d3a2: Layer already exists 10:58:35 1d8e4077f502: Layer already exists 10:58:35 a13328fdd152: Layer already exists 10:58:35 01eaa7a230e6: Layer already exists 10:58:35 d62a02444d39: Layer already exists 10:58:35 2d3f07857287: Layer already exists 10:58:35 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:36 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:58:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:58:36 01eaa7a230e6: Preparing 10:58:36 2c15d69a3d76: Preparing 10:58:36 1d8e4077f502: Preparing 10:58:36 a13328fdd152: Preparing 10:58:36 ee4269b3d3a2: Preparing 10:58:36 2d3f07857287: Preparing 10:58:36 d62a02444d39: Preparing 10:58:36 2d3f07857287: Waiting 10:58:36 d62a02444d39: Waiting 10:58:36 2c15d69a3d76: Layer already exists 10:58:36 01eaa7a230e6: Layer already exists 10:58:36 ee4269b3d3a2: Layer already exists 10:58:36 a13328fdd152: Layer already exists 10:58:36 1d8e4077f502: Layer already exists 10:58:36 2d3f07857287: Layer already exists 10:58:36 d62a02444d39: Layer already exists 10:58:36 main: digest: sha256:d30324fec037c6078016388596a916a6b15ccaf0a7276466a14ceae7248d6edd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:36 ===================================================== [Pipeline] echo 10:58:36 taggedImages: 10:58:36 - nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:36 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:58:36 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.68 10:58:36 - nexus3.edgexfoundry.org:10004/support-notifications:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:36 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:58:36 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:58:36 489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:36 latest 10:58:36 3.2.0-dev.68 10:58:36 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:36 main 10:58:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:36 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:58:37 5f4a4ccd175b: Preparing 10:58:37 75dcefa7256e: Preparing 10:58:37 1d8e4077f502: Preparing 10:58:37 a13328fdd152: Preparing 10:58:37 6eafe845b70b: Preparing 10:58:37 223a78c85f57: Preparing 10:58:37 d62a02444d39: Preparing 10:58:37 d62a02444d39: Waiting 10:58:37 6eafe845b70b: Layer already exists 10:58:37 1d8e4077f502: Layer already exists 10:58:37 a13328fdd152: Layer already exists 10:58:37 223a78c85f57: Layer already exists 10:58:37 d62a02444d39: Layer already exists 10:58:37 5f4a4ccd175b: Pushed 10:58:40 75dcefa7256e: Pushed 10:58:40 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:58:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:58:41 5f4a4ccd175b: Preparing 10:58:41 75dcefa7256e: Preparing 10:58:41 1d8e4077f502: Preparing 10:58:41 a13328fdd152: Preparing 10:58:41 6eafe845b70b: Preparing 10:58:41 223a78c85f57: Preparing 10:58:41 d62a02444d39: Preparing 10:58:41 223a78c85f57: Waiting 10:58:41 d62a02444d39: Waiting 10:58:41 75dcefa7256e: Layer already exists 10:58:41 1d8e4077f502: Layer already exists 10:58:41 5f4a4ccd175b: Layer already exists 10:58:41 a13328fdd152: Layer already exists 10:58:41 6eafe845b70b: Layer already exists 10:58:41 223a78c85f57: Layer already exists 10:58:41 d62a02444d39: Layer already exists 10:58:41 latest: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:41 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.68 10:58:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:58:41 5f4a4ccd175b: Preparing 10:58:41 75dcefa7256e: Preparing 10:58:41 1d8e4077f502: Preparing 10:58:41 a13328fdd152: Preparing 10:58:41 6eafe845b70b: Preparing 10:58:41 223a78c85f57: Preparing 10:58:41 d62a02444d39: Preparing 10:58:41 223a78c85f57: Waiting 10:58:41 d62a02444d39: Waiting 10:58:41 6eafe845b70b: Layer already exists 10:58:41 5f4a4ccd175b: Layer already exists 10:58:41 75dcefa7256e: Layer already exists 10:58:41 a13328fdd152: Layer already exists 10:58:41 1d8e4077f502: Layer already exists 10:58:41 223a78c85f57: Layer already exists 10:58:41 d62a02444d39: Layer already exists 10:58:41 3.2.0-dev.68: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:42 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:58:42 5f4a4ccd175b: Preparing 10:58:42 75dcefa7256e: Preparing 10:58:42 1d8e4077f502: Preparing 10:58:42 a13328fdd152: Preparing 10:58:42 6eafe845b70b: Preparing 10:58:42 223a78c85f57: Preparing 10:58:42 d62a02444d39: Preparing 10:58:42 223a78c85f57: Waiting 10:58:42 1d8e4077f502: Layer already exists 10:58:42 75dcefa7256e: Layer already exists 10:58:42 a13328fdd152: Layer already exists 10:58:42 6eafe845b70b: Layer already exists 10:58:42 5f4a4ccd175b: Layer already exists 10:58:42 223a78c85f57: Layer already exists 10:58:42 d62a02444d39: Layer already exists 10:58:42 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:58:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:58:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:58:43 5f4a4ccd175b: Preparing 10:58:43 75dcefa7256e: Preparing 10:58:43 1d8e4077f502: Preparing 10:58:43 a13328fdd152: Preparing 10:58:43 6eafe845b70b: Preparing 10:58:43 223a78c85f57: Preparing 10:58:43 d62a02444d39: Preparing 10:58:43 d62a02444d39: Waiting 10:58:43 223a78c85f57: Waiting 10:58:43 5f4a4ccd175b: Layer already exists 10:58:43 a13328fdd152: Layer already exists 10:58:43 75dcefa7256e: Layer already exists 10:58:43 6eafe845b70b: Layer already exists 10:58:43 1d8e4077f502: Layer already exists 10:58:43 223a78c85f57: Layer already exists 10:58:43 d62a02444d39: Layer already exists 10:58:43 main: digest: sha256:56cfd9d51b3197ab504f81df2fa5ef8d0e0e7faa5c02ec21a123686a199d7479 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:43 ===================================================== [Pipeline] echo 10:58:43 taggedImages: 10:58:43 - nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e 10:58:43 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:58:43 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.68 10:58:43 - nexus3.edgexfoundry.org:10004/support-scheduler:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 10:58:43 - 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:15:57 #147 ... 11:15:57 11:15:57 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:15:57 #158 1235.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.68" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:15:58 #158 ... 11:15:58 11:15:58 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 11:15:58 #156 DONE 1244.9s 11:15:58 11:15:58 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:15:58 #152 ... 11:15:58 11:15:58 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 11:15:59 #161 DONE 0.3s 11:15:59 11:15:59 #162 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 11:16:00 #162 ... 11:16:00 11:16:00 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 11:16:00 #151 DONE 1247.4s 11:16:00 11:16:00 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:16:01 #155 ... 11:16:01 11:16:01 #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 11:16:01 #163 DONE 0.3s 11:16:01 11:16:01 #164 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 11:16:02 #164 DONE 0.4s 11:16:02 11:16:02 #165 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 11:16:02 #165 DONE 0.1s 11:16:02 11:16:02 #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 11:16:02 #166 DONE 0.1s 11:16:02 11:16:02 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 11:16:02 #57 ... 11:16:02 11:16:02 #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:16:02 #167 DONE 0.3s 11:16:02 11:16:02 #168 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 11:16:02 #168 DONE 0.3s 11:16:02 11:16:02 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:16:02 #155 ... 11:16:02 11:16:02 #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:16:03 #169 ... 11:16:03 11:16:03 #162 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 11:16:03 #162 DONE 4.0s 11:16:03 11:16:03 #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 11:16:03 #170 DONE 0.4s 11:16:03 11:16:03 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:16:03 #159 ... 11:16:03 11:16:03 #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 11:16:03 #171 DONE 0.2s 11:16:03 11:16:03 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:16:03 #152 ... 11:16:03 11:16:03 #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:16:04 #172 DONE 0.3s 11:16:04 11:16:04 #173 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 11:16:04 #173 DONE 0.2s 11:16:04 11:16:04 #174 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 11:16:04 #174 DONE 0.2s 11:16:04 11:16:04 #175 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 11:16:04 #175 DONE 0.2s 11:16:04 11:16:04 #176 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 11:16:05 #176 DONE 0.3s 11:16:05 11:16:05 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:16:05 #158 ... 11:16:05 11:16:05 #177 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 11:16:05 #177 DONE 0.3s 11:16:05 11:16:05 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:16:05 #12 ... 11:16:05 11:16:05 #178 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:16:05 #178 DONE 0.2s 11:16:05 11:16:05 #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 11:16:06 #179 ... 11:16:06 11:16:06 #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:16:06 #169 DONE 3.6s 11:16:06 11:16:06 #98 [security-proxy-setup] exporting to image 11:16:06 #98 exporting layers 11:16:07 #98 exporting layers 1.2s done 11:16:07 #98 writing image sha256:092d732e3b53ba35cd7978183bd47fd3e9b3f339e19c868cad217d7dff936f20 done 11:16:07 #98 naming to docker.io/library/security-proxy-setup-arm64 done 11:16:07 #98 DONE 11.6s 11:16:07 11:16:07 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:16:08 #159 ... 11:16:08 11:16:08 #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 11:16:08 #179 DONE 2.6s 11:16:08 11:16:08 #98 [security-bootstrapper] exporting to image 11:16:09 #98 exporting layers 1.1s done 11:16:09 #98 writing image sha256:1b53b460041fb9aadd2a5a35f7aee954a2d0312068118be7b25eeb4733d8873e done 11:16:09 #98 naming to docker.io/library/security-bootstrapper-arm64 done 11:16:09 #98 DONE 12.7s 11:16:09 11:16:09 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:16:12 #159 ... 11:16:12 11:16:12 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:16:12 #158 DONE 1258.8s 11:16:12 11:16:12 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:16:12 #152 ... 11:16:12 11:16:12 #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 11:16:12 #180 DONE 0.2s 11:16:12 11:16:12 #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 11:16:13 #181 DONE 0.2s 11:16:13 11:16:13 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:16:13 #150 ... 11:16:13 11:16:13 #182 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:16:13 #182 DONE 0.1s 11:16:13 11:16:13 #183 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 11:16:13 #183 DONE 0.1s 11:16:13 11:16:13 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:16:13 #147 ... 11:16:13 11:16:13 #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 11:16:13 #184 DONE 0.1s 11:16:13 11:16:13 #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:16:13 #185 DONE 0.2s 11:16:13 11:16:13 #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:16:13 #186 DONE 0.3s 11:16:13 11:16:13 #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:16:14 #187 DONE 0.2s 11:16:14 11:16:14 #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:16:16 #188 DONE 1.7s 11:16:16 11:16:16 #98 [security-secretstore-setup] exporting to image 11:16:16 #98 exporting layers 11:16:17 #98 exporting layers 1.3s done 11:16:17 #98 writing image sha256:f6dadc6b8ecf09254f974a54308c8d76139c8de2ecade357efa1b84cce43323e done 11:16:17 #98 naming to docker.io/library/security-secretstore-setup-arm64 done 11:16:17 #98 DONE 14.0s 11:16:17 11:16:17 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:17:13 #12 ... 11:17:13 11:17:13 #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 11:17:13 #157 DONE 1317.8s 11:17:13 11:17:13 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:17:13 #152 ... 11:17:13 11:17:13 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:17:13 #189 DONE 0.2s 11:17:13 11:17:13 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:17:13 #190 DONE 0.1s 11:17:13 11:17:13 #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 11:17:13 #191 DONE 0.4s 11:17:13 11:17:13 #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 11:17:13 #192 DONE 0.2s 11:17:13 11:17:13 #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 11:17:13 #193 DONE 0.2s 11:17:13 11:17:13 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:17:13 #155 ... 11:17:13 11:17:13 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:17:14 #194 DONE 2.1s 11:17:14 11:17:14 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:17:14 #155 ... 11:17:14 11:17:14 #98 [core-common-config-bootstrapper] exporting to image 11:17:14 #98 exporting layers 11:17:15 #98 exporting layers 0.7s done 11:17:15 #98 writing image sha256:5b32a18c13716ed1c87d008c6277203855be4c8e531183ec280721897157ea03 0.0s done 11:17:15 #98 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 11:17:15 #98 DONE 14.8s 11:17:15 11:17:15 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:19:22 #12 ... 11:19:22 11:19:22 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:19:22 #149 DONE 1441.8s 11:19:22 11:19:22 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:19:22 #150 ... 11:19:22 11:19:22 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:19:22 #195 DONE 0.1s 11:19:22 11:19:22 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:19:22 #155 ... 11:19:22 11:19:22 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:19:22 #196 DONE 0.1s 11:19:22 11:19:22 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 11:19:22 #197 DONE 0.3s 11:19:22 11:19:22 #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 11:19:22 #198 DONE 0.1s 11:19:22 11:19:22 #98 [security-spiffe-token-provider] exporting to image 11:19:22 #98 exporting layers 11:19:22 #98 exporting layers 0.7s done 11:19:22 #98 writing image sha256:8461fc0da79c957f46c26086bcefc6129a03ffafcdbbeb7e353f724f255eb98a done 11:19:22 #98 naming to docker.io/library/security-spiffe-token-provider-arm64 done 11:19:22 #98 DONE 15.5s 11:19:22 11:19:22 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:27:29 #152 ... 11:27:29 11:27:29 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:27:29 #155 DONE 1928.5s 11:27:29 11:27:29 #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:27:29 #160 ... 11:27:29 11:27:29 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:27:29 #199 DONE 0.3s 11:27:29 11:27:29 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:27:29 #152 ... 11:27:29 11:27:29 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:27:29 #200 DONE 0.1s 11:27:29 11:27:29 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 11:27:29 #201 DONE 0.4s 11:27:29 11:27:29 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:27:29 #12 ... 11:27:29 11:27:29 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 11:27:29 #202 DONE 0.1s 11:27:29 11:27:29 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 11:27:29 #203 DONE 0.2s 11:27:29 11:27:29 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:27:29 #204 DONE 1.8s 11:27:29 11:27:29 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:27:29 #147 ... 11:27:29 11:27:29 #98 [security-proxy-auth] exporting to image 11:27:29 #98 exporting layers 11:27:29 #98 exporting layers 0.7s done 11:27:29 #98 writing image sha256:220a7b65d58f88143af0f3b97bb7975a6883ae7ac70e615767d8d9749582c49a done 11:27:29 #98 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 11:27:29 #98 DONE 16.2s 11:27:29 11:27:29 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:28:25 #147 ... 11:28:25 11:28:25 #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:28:25 #160 DONE 1990.1s 11:28:25 11:28:25 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:28:25 #152 ... 11:28:25 11:28:25 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:28:25 #205 DONE 0.3s 11:28:25 11:28:25 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:28:25 #206 DONE 0.2s 11:28:25 11:28:25 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:28:25 #12 ... 11:28:25 11:28:25 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:28:25 #207 DONE 0.5s 11:28:25 11:28:25 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 11:28:25 #208 DONE 0.1s 11:28:25 11:28:25 #98 [core-command] exporting to image 11:28:25 #98 exporting layers 11:28:25 #98 exporting layers 0.5s done 11:28:25 #98 writing image sha256:3303d66738c593c66cc18e3c67c884f3cd8db284816d30cd7fc1a2e908320d04 done 11:28:25 #98 naming to docker.io/library/core-command-arm64 done 11:28:25 #98 DONE 16.7s 11:28:25 11:28:25 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:30:47 #152 ... 11:30:47 11:30:47 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:30:47 #150 DONE 2121.7s 11:30:47 11:30:47 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:30:47 #147 ... 11:30:47 11:30:47 #209 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 11:30:47 #209 ... 11:30:47 11:30:47 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:30:47 #153 DONE 2126.6s 11:30:47 11:30:47 #209 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 11:30:47 #209 DONE 0.4s 11:30:47 11:30:47 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:30:47 #12 ... 11:30:47 11:30:47 #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:30:47 #210 ... 11:30:47 11:30:47 #211 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:30:47 #211 DONE 0.2s 11:30:47 11:30:47 #212 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:30:47 #212 DONE 0.2s 11:30:47 11:30:47 #213 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:30:47 #213 ... 11:30:47 11:30:47 #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:30:47 #210 DONE 0.8s 11:30:47 11:30:47 #214 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 11:30:47 #214 DONE 0.2s 11:30:47 11:30:47 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:30:47 #152 ... 11:30:47 11:30:47 #98 [core-keeper] exporting to image 11:30:47 #98 exporting layers 11:30:47 #98 ... 11:30:47 11:30:47 #213 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:30:47 #213 DONE 0.9s 11:30:47 11:30:47 #215 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 11:30:47 #215 DONE 0.2s 11:30:47 11:30:47 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:30:47 #12 ... 11:30:47 11:30:47 #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 11:30:47 #216 DONE 0.3s 11:30:47 11:30:47 #98 [core-data] exporting to image 11:30:47 #98 writing image sha256:278c606ff415865cb4a1876a74fac9289d6e49ee7a8a77cfedddf7e084ebfd39 0.0s done 11:30:47 #98 naming to docker.io/library/core-keeper-arm64 done 11:30:47 #98 exporting layers 0.5s done 11:30:47 #98 writing image sha256:1de4844b146edfd87d24047c789109f5ff0fef57d77155739e87ffd05079beef 0.0s done 11:30:47 #98 naming to docker.io/library/core-data-arm64 done 11:30:47 #98 DONE 17.8s 11:30:47 11:30:47 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:30:47 #12 ... 11:30:47 11:30:47 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:30:47 #147 DONE 2134.0s 11:30:47 11:30:47 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:30:47 #12 ... 11:30:47 11:30:47 #217 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:30:47 #217 DONE 0.1s 11:30:47 11:30:47 #218 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:30:48 #218 DONE 0.3s 11:30:48 11:30:48 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:30:48 #12 ... 11:30:48 11:30:48 #219 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:30:48 #219 DONE 0.5s 11:30:48 11:30:48 #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 11:30:48 #220 DONE 0.1s 11:30:48 11:30:48 #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 11:30:48 #221 DONE 0.1s 11:30:48 11:30:48 #98 [core-metadata] exporting to image 11:30:48 #98 exporting layers 11:30:49 #98 exporting layers 0.6s done 11:30:49 #98 writing image sha256:330bdc026759ad53127b6b51a20d4c38a321b140e24e79501267cef4ff8295ab done 11:30:49 #98 naming to docker.io/library/core-metadata-arm64 done 11:30:49 #98 DONE 18.4s 11:30:49 11:30:49 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:31:21 #12 ... 11:31:21 11:31:21 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:31:21 #159 DONE 2167.8s 11:31:21 11:31:21 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:31:21 #12 ... 11:31:21 11:31:21 #222 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:31:21 #222 DONE 0.2s 11:31:21 11:31:21 #223 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:31:21 #223 DONE 0.2s 11:31:21 11:31:21 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:31:21 #12 ... 11:31:21 11:31:21 #224 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:31:22 #224 DONE 0.5s 11:31:22 11:31:22 #14 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 11:31:22 #14 ... 11:31:22 11:31:22 #225 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 11:31:22 #225 DONE 0.1s 11:31:22 11:31:22 #98 [support-scheduler] exporting to image 11:31:22 #98 exporting layers 11:31:23 #98 exporting layers 0.6s done 11:31:23 #98 writing image sha256:2d67fb15759bd59646ba5f427642706f98b22012da44c441be1ab9c2f31c1b44 0.0s done 11:31:23 #98 naming to docker.io/library/support-scheduler-arm64 done 11:31:23 #98 DONE 19.0s 11:31:23 11:31:23 #14 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 11:31:23 #14 ... 11:31:23 11:31:23 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:31:23 #154 DONE 2170.8s 11:31:24 11:31:24 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:31:24 #152 ... 11:31:24 11:31:24 #226 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:31:24 #226 ... 11:31:24 11:31:24 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 11:31:24 #152 DONE 2171.4s 11:31:24 11:31:24 #226 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:31:24 #226 DONE 0.2s 11:31:24 11:31:24 #227 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:31:24 #227 DONE 0.2s 11:31:24 11:31:24 #228 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:31:24 #228 ... 11:31:24 11:31:24 #229 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:31:24 #229 DONE 0.2s 11:31:25 11:31:25 #230 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:31:25 #230 DONE 0.1s 11:31:25 11:31:25 #12 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 11:31:25 #12 ... 11:31:25 11:31:25 #228 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:31:25 #228 DONE 0.4s 11:31:25 11:31:25 #231 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 11:31:25 #231 DONE 0.1s 11:31:25 11:31:25 #98 [support-notifications] exporting to image 11:31:25 #98 exporting layers 11:31:25 #98 ... 11:31:25 11:31:25 #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 11:31:25 #232 DONE 0.5s 11:31:25 11:31:25 #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 11:31:25 #233 DONE 0.1s 11:31:25 11:31:25 #98 [support-cron-scheduler] exporting to image 11:31:26 #98 exporting layers 0.7s done 11:31:26 #98 writing image sha256:f36f47f1535003905fa8746a159ac1ebf15d104f20d908aaa652dad963e03adc 11:31:26 #98 writing image sha256:f36f47f1535003905fa8746a159ac1ebf15d104f20d908aaa652dad963e03adc done 11:31:26 #98 naming to docker.io/library/support-notifications-arm64 done 11:31:27 #98 exporting layers 1.3s done 11:31:27 #98 writing image sha256:37c6bdfa05c5f05ece27788c4bdffb07b0a13fe3776fc3207292345ecfed4b17 done 11:31:27 #98 naming to docker.io/library/support-cron-scheduler-arm64 done 11:31:27 #98 DONE 20.5s 11:31:27 11:31:27 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 11:31:27 time="2024-09-09T10:53:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:31:27 time="2024-09-09T10:53:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 11:31:27 $ docker stop --time=1 80792d4d8518b5fec35d90581e0eccbf592c467ab6207c1858d09f704aba1e47 11:31:29 $ docker rm -f --volumes 80792d4d8518b5fec35d90581e0eccbf592c467ab6207c1858d09f704aba1e47 [Pipeline] // withDockerContainer [Pipeline] sh 11:31:29 + docker images 11:31:29 REPOSITORY TAG IMAGE ID CREATED SIZE 11:31:29 support-cron-scheduler-arm64 latest 37c6bdfa05c5 4 seconds ago 43.6MB 11:31:29 support-notifications-arm64 latest f36f47f15350 4 seconds ago 42MB 11:31:29 support-scheduler-arm64 latest 2d67fb15759b 7 seconds ago 41.4MB 11:31:29 core-metadata-arm64 latest 330bdc026759 41 seconds ago 39.3MB 11:31:29 core-data-arm64 latest 1de4844b146e 47 seconds ago 39.1MB 11:31:29 core-keeper-arm64 latest 278c606ff415 48 seconds ago 39MB 11:31:29 core-command-arm64 latest 3303d66738c5 3 minutes ago 35.1MB 11:31:29 security-proxy-auth-arm64 latest 220a7b65d58f 4 minutes ago 32.7MB 11:31:29 security-spiffe-token-provider-arm64 latest 8461fc0da79c 12 minutes ago 29.1MB 11:31:29 core-common-config-bootstrapper-arm64 latest 5b32a18c1371 14 minutes ago 15.4MB 11:31:29 security-secretstore-setup-arm64 latest f6dadc6b8ecf 15 minutes ago 36.4MB 11:31:29 security-bootstrapper-arm64 latest 1b53b460041f 15 minutes ago 18.9MB 11:31:29 security-proxy-setup-arm64 latest 092d732e3b53 15 minutes ago 26.2MB 11:31:29 security-spire-config-arm64 latest 4a07d2bfc4e3 37 minutes ago 115MB 11:31:29 security-spire-agent-arm64 latest fcdbe5996c89 37 minutes ago 174MB 11:31:29 security-spire-server-arm64 latest a688f9881c06 37 minutes ago 116MB 11:31:29 ci-base-image-arm64 latest 755e28890c5e 39 minutes ago 967MB 11:31:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 4 months ago 561MB 11:31:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 15 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:31:29 provisioning config files... 11:31:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/689@tmp/config17963323648822731993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:31:30 ---> ****-login.sh 11:31:30 nexus3.edgexfoundry.org:10001 11:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:31:30 Configure a credential helper to remove this warning. See 11:31:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:31:30 11:31:30 Login Succeeded 11:31:30 nexus3.edgexfoundry.org:10002 11:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:31:30 Configure a credential helper to remove this warning. See 11:31:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:31:30 11:31:30 Login Succeeded 11:31:30 nexus3.edgexfoundry.org:10003 11:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:31:31 Configure a credential helper to remove this warning. See 11:31:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:31:31 11:31:31 Login Succeeded 11:31:31 nexus3.edgexfoundry.org:10004 11:31:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:31:31 Configure a credential helper to remove this warning. See 11:31:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:31:31 11:31:31 Login Succeeded 11:31:31 ****.io 11:31:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:31:31 Configure a credential helper to remove this warning. See 11:31:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:31:31 11:31:31 Login Succeeded 11:31:31 ---> ****-login.sh ends [Pipeline] } 11:31:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:31:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:31:31 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 11:31:31 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:31:31 latest 11:31:31 3.2.0-dev.68 11:31:31 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:31:31 main 11:31:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:31:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:31:32 872e4cb16ac5: Preparing 11:31:32 02c7fa925c78: Preparing 11:31:32 83e62b306f9e: Preparing 11:31:32 b175a05dd6fe: Preparing 11:31:32 8a99a809bcc8: Preparing 11:31:32 c2c82d9c9de5: Preparing 11:31:32 4aeaa0e7d41f: Preparing 11:31:32 c2c82d9c9de5: Waiting 11:31:32 4aeaa0e7d41f: Waiting 11:31:32 b175a05dd6fe: Pushed 11:31:32 83e62b306f9e: Pushed 11:31:32 8a99a809bcc8: Pushed 11:31:32 872e4cb16ac5: Pushed 11:31:32 4aeaa0e7d41f: Layer already exists 11:31:32 c2c82d9c9de5: Pushed 11:31:39 02c7fa925c78: Pushed 11:31:39 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:31:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:31:40 872e4cb16ac5: Preparing 11:31:40 02c7fa925c78: Preparing 11:31:40 83e62b306f9e: Preparing 11:31:40 b175a05dd6fe: Preparing 11:31:40 8a99a809bcc8: Preparing 11:31:40 c2c82d9c9de5: Preparing 11:31:40 4aeaa0e7d41f: Preparing 11:31:40 c2c82d9c9de5: Waiting 11:31:40 4aeaa0e7d41f: Waiting 11:31:40 02c7fa925c78: Layer already exists 11:31:40 83e62b306f9e: Layer already exists 11:31:40 b175a05dd6fe: Layer already exists 11:31:40 8a99a809bcc8: Layer already exists 11:31:40 872e4cb16ac5: Layer already exists 11:31:40 c2c82d9c9de5: Layer already exists 11:31:40 4aeaa0e7d41f: Layer already exists 11:31:40 latest: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.68 11:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:31:41 872e4cb16ac5: Preparing 11:31:41 02c7fa925c78: Preparing 11:31:41 83e62b306f9e: Preparing 11:31:41 b175a05dd6fe: Preparing 11:31:41 8a99a809bcc8: Preparing 11:31:41 c2c82d9c9de5: Preparing 11:31:41 4aeaa0e7d41f: Preparing 11:31:41 c2c82d9c9de5: Waiting 11:31:41 4aeaa0e7d41f: Waiting 11:31:41 872e4cb16ac5: Layer already exists 11:31:41 8a99a809bcc8: Layer already exists 11:31:41 83e62b306f9e: Layer already exists 11:31:41 b175a05dd6fe: Layer already exists 11:31:41 02c7fa925c78: Layer already exists 11:31:41 4aeaa0e7d41f: Layer already exists 11:31:41 c2c82d9c9de5: Layer already exists 11:31:41 3.2.0-dev.68: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:42 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:42 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:31:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:31:42 872e4cb16ac5: Preparing 11:31:42 02c7fa925c78: Preparing 11:31:42 83e62b306f9e: Preparing 11:31:42 b175a05dd6fe: Preparing 11:31:42 8a99a809bcc8: Preparing 11:31:42 c2c82d9c9de5: Preparing 11:31:42 4aeaa0e7d41f: Preparing 11:31:42 c2c82d9c9de5: Waiting 11:31:42 4aeaa0e7d41f: Waiting 11:31:42 02c7fa925c78: Layer already exists 11:31:42 83e62b306f9e: Layer already exists 11:31:42 872e4cb16ac5: Layer already exists 11:31:42 8a99a809bcc8: Layer already exists 11:31:42 b175a05dd6fe: Layer already exists 11:31:42 4aeaa0e7d41f: Layer already exists 11:31:42 c2c82d9c9de5: Layer already exists 11:31:42 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 11:31:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:31:43 872e4cb16ac5: Preparing 11:31:43 02c7fa925c78: Preparing 11:31:43 83e62b306f9e: Preparing 11:31:43 b175a05dd6fe: Preparing 11:31:43 8a99a809bcc8: Preparing 11:31:43 c2c82d9c9de5: Preparing 11:31:43 4aeaa0e7d41f: Preparing 11:31:43 c2c82d9c9de5: Waiting 11:31:43 4aeaa0e7d41f: Waiting 11:31:43 83e62b306f9e: Layer already exists 11:31:43 872e4cb16ac5: Layer already exists 11:31:43 b175a05dd6fe: Layer already exists 11:31:43 02c7fa925c78: Layer already exists 11:31:43 8a99a809bcc8: Layer already exists 11:31:43 c2c82d9c9de5: Layer already exists 11:31:43 4aeaa0e7d41f: Layer already exists 11:31:43 main: digest: sha256:346a49fcb9434a8acdf7dbacf551442884cadd92bdd9d41f5bbdcc8e2e4c4cbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:31:43 ===================================================== [Pipeline] echo 11:31:43 taggedImages: 11:31:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:31:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:31:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.68 11:31:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:31:43 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:31:43 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 11:31:43 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:31:43 latest 11:31:43 3.2.0-dev.68 11:31:43 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:31:43 main 11:31:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:44 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:31:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:31:44 dadda8fec028: Preparing 11:31:44 f53f8f340df9: Preparing 11:31:44 bacd8a337065: Preparing 11:31:44 d3a384df55f4: Preparing 11:31:44 83e62b306f9e: Preparing 11:31:44 b175a05dd6fe: Preparing 11:31:44 8a99a809bcc8: Preparing 11:31:44 c2c82d9c9de5: Preparing 11:31:44 4aeaa0e7d41f: Preparing 11:31:44 b175a05dd6fe: Waiting 11:31:44 c2c82d9c9de5: Waiting 11:31:44 4aeaa0e7d41f: Waiting 11:31:44 8a99a809bcc8: Waiting 11:31:44 83e62b306f9e: Layer already exists 11:31:44 b175a05dd6fe: Layer already exists 11:31:44 8a99a809bcc8: Layer already exists 11:31:44 bacd8a337065: Pushed 11:31:44 f53f8f340df9: Pushed 11:31:44 c2c82d9c9de5: Layer already exists 11:31:44 4aeaa0e7d41f: Layer already exists 11:31:44 dadda8fec028: Pushed 11:31:46 d3a384df55f4: Pushed 11:31:46 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:47 + 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 11:31:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:31:47 dadda8fec028: Preparing 11:31:47 f53f8f340df9: Preparing 11:31:47 bacd8a337065: Preparing 11:31:47 d3a384df55f4: Preparing 11:31:47 83e62b306f9e: Preparing 11:31:47 b175a05dd6fe: Preparing 11:31:47 8a99a809bcc8: Preparing 11:31:47 c2c82d9c9de5: Preparing 11:31:47 4aeaa0e7d41f: Preparing 11:31:47 b175a05dd6fe: Waiting 11:31:47 8a99a809bcc8: Waiting 11:31:47 c2c82d9c9de5: Waiting 11:31:47 4aeaa0e7d41f: Waiting 11:31:47 f53f8f340df9: Layer already exists 11:31:47 dadda8fec028: Layer already exists 11:31:47 bacd8a337065: Layer already exists 11:31:47 83e62b306f9e: Layer already exists 11:31:47 d3a384df55f4: Layer already exists 11:31:47 4aeaa0e7d41f: Layer already exists 11:31:47 8a99a809bcc8: Layer already exists 11:31:47 b175a05dd6fe: Layer already exists 11:31:47 c2c82d9c9de5: Layer already exists 11:31:48 latest: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:48 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.68 11:31:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:31:48 dadda8fec028: Preparing 11:31:48 f53f8f340df9: Preparing 11:31:48 bacd8a337065: Preparing 11:31:48 d3a384df55f4: Preparing 11:31:48 83e62b306f9e: Preparing 11:31:48 b175a05dd6fe: Preparing 11:31:48 8a99a809bcc8: Preparing 11:31:48 c2c82d9c9de5: Preparing 11:31:48 4aeaa0e7d41f: Preparing 11:31:48 8a99a809bcc8: Waiting 11:31:48 c2c82d9c9de5: Waiting 11:31:48 b175a05dd6fe: Waiting 11:31:48 4aeaa0e7d41f: Waiting 11:31:48 d3a384df55f4: Layer already exists 11:31:48 dadda8fec028: Layer already exists 11:31:48 f53f8f340df9: Layer already exists 11:31:48 bacd8a337065: Layer already exists 11:31:48 83e62b306f9e: Layer already exists 11:31:48 8a99a809bcc8: Layer already exists 11:31:48 c2c82d9c9de5: Layer already exists 11:31:48 4aeaa0e7d41f: Layer already exists 11:31:48 b175a05dd6fe: Layer already exists 11:31:49 3.2.0-dev.68: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:49 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:31:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:31:49 dadda8fec028: Preparing 11:31:49 f53f8f340df9: Preparing 11:31:49 bacd8a337065: Preparing 11:31:49 d3a384df55f4: Preparing 11:31:49 83e62b306f9e: Preparing 11:31:49 b175a05dd6fe: Preparing 11:31:49 8a99a809bcc8: Preparing 11:31:49 c2c82d9c9de5: Preparing 11:31:49 8a99a809bcc8: Waiting 11:31:49 c2c82d9c9de5: Waiting 11:31:49 b175a05dd6fe: Waiting 11:31:49 4aeaa0e7d41f: Preparing 11:31:49 4aeaa0e7d41f: Waiting 11:31:49 bacd8a337065: Layer already exists 11:31:49 dadda8fec028: Layer already exists 11:31:49 83e62b306f9e: Layer already exists 11:31:49 f53f8f340df9: Layer already exists 11:31:49 d3a384df55f4: Layer already exists 11:31:49 b175a05dd6fe: Layer already exists 11:31:49 4aeaa0e7d41f: Layer already exists 11:31:49 c2c82d9c9de5: Layer already exists 11:31:49 8a99a809bcc8: Layer already exists 11:31:50 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:50 + 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 11:31:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 11:31:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:31:50 dadda8fec028: Preparing 11:31:50 f53f8f340df9: Preparing 11:31:50 bacd8a337065: Preparing 11:31:50 d3a384df55f4: Preparing 11:31:50 83e62b306f9e: Preparing 11:31:50 b175a05dd6fe: Preparing 11:31:50 8a99a809bcc8: Preparing 11:31:50 c2c82d9c9de5: Preparing 11:31:50 4aeaa0e7d41f: Preparing 11:31:50 8a99a809bcc8: Waiting 11:31:50 c2c82d9c9de5: Waiting 11:31:50 4aeaa0e7d41f: Waiting 11:31:50 b175a05dd6fe: Waiting 11:31:50 f53f8f340df9: Layer already exists 11:31:50 dadda8fec028: Layer already exists 11:31:50 bacd8a337065: Layer already exists 11:31:50 d3a384df55f4: Layer already exists 11:31:50 83e62b306f9e: Layer already exists 11:31:50 c2c82d9c9de5: Layer already exists 11:31:50 8a99a809bcc8: Layer already exists 11:31:50 b175a05dd6fe: Layer already exists 11:31:50 4aeaa0e7d41f: Layer already exists 11:31:51 main: digest: sha256:badee86e35eb08ccad28d2bc493330d170c33b31e33c1501c024415b7e52d844 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:31:51 ===================================================== [Pipeline] echo 11:31:51 taggedImages: 11:31:51 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:31:51 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:31:51 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.68 11:31:51 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:31:51 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:31:51 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 11:31:51 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:31:51 latest 11:31:51 3.2.0-dev.68 11:31:51 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:31:51 main 11:31:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:31:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:31:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:31:51 5840ec0d02ce: Preparing 11:31:51 36f86f6da0ea: Preparing 11:31:51 d47f3761b69d: Preparing 11:31:51 83e62b306f9e: Preparing 11:31:51 b175a05dd6fe: Preparing 11:31:51 439d26068912: Preparing 11:31:51 836f724b6640: Preparing 11:31:51 439d26068912: Waiting 11:31:51 4aeaa0e7d41f: Preparing 11:31:51 836f724b6640: Waiting 11:31:51 4aeaa0e7d41f: Waiting 11:31:51 83e62b306f9e: Layer already exists 11:31:51 b175a05dd6fe: Layer already exists 11:31:52 36f86f6da0ea: Pushed 11:31:52 5840ec0d02ce: Pushed 11:31:52 4aeaa0e7d41f: Layer already exists 11:31:52 439d26068912: Pushed 11:31:52 836f724b6640: Pushed 11:32:00 d47f3761b69d: Pushed 11:32:00 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:00 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:32:01 5840ec0d02ce: Preparing 11:32:01 36f86f6da0ea: Preparing 11:32:01 d47f3761b69d: Preparing 11:32:01 83e62b306f9e: Preparing 11:32:01 b175a05dd6fe: Preparing 11:32:01 439d26068912: Preparing 11:32:01 836f724b6640: Preparing 11:32:01 4aeaa0e7d41f: Preparing 11:32:01 439d26068912: Waiting 11:32:01 836f724b6640: Waiting 11:32:01 4aeaa0e7d41f: Waiting 11:32:01 d47f3761b69d: Layer already exists 11:32:01 83e62b306f9e: Layer already exists 11:32:01 36f86f6da0ea: Layer already exists 11:32:01 5840ec0d02ce: Layer already exists 11:32:01 b175a05dd6fe: Layer already exists 11:32:01 439d26068912: Layer already exists 11:32:01 4aeaa0e7d41f: Layer already exists 11:32:01 836f724b6640: Layer already exists 11:32:01 latest: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:01 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.68 11:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:32:01 5840ec0d02ce: Preparing 11:32:01 36f86f6da0ea: Preparing 11:32:01 d47f3761b69d: Preparing 11:32:01 83e62b306f9e: Preparing 11:32:01 b175a05dd6fe: Preparing 11:32:01 439d26068912: Preparing 11:32:01 836f724b6640: Preparing 11:32:01 4aeaa0e7d41f: Preparing 11:32:01 836f724b6640: Waiting 11:32:01 4aeaa0e7d41f: Waiting 11:32:01 439d26068912: Waiting 11:32:01 36f86f6da0ea: Layer already exists 11:32:01 b175a05dd6fe: Layer already exists 11:32:01 d47f3761b69d: Layer already exists 11:32:01 5840ec0d02ce: Layer already exists 11:32:01 83e62b306f9e: Layer already exists 11:32:01 836f724b6640: Layer already exists 11:32:01 439d26068912: Layer already exists 11:32:01 4aeaa0e7d41f: Layer already exists 11:32:02 3.2.0-dev.68: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:02 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:02 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:32:02 5840ec0d02ce: Preparing 11:32:02 36f86f6da0ea: Preparing 11:32:02 d47f3761b69d: Preparing 11:32:02 83e62b306f9e: Preparing 11:32:02 b175a05dd6fe: Preparing 11:32:02 439d26068912: Preparing 11:32:02 836f724b6640: Preparing 11:32:02 4aeaa0e7d41f: Preparing 11:32:02 439d26068912: Waiting 11:32:02 836f724b6640: Waiting 11:32:02 4aeaa0e7d41f: Waiting 11:32:02 5840ec0d02ce: Layer already exists 11:32:02 83e62b306f9e: Layer already exists 11:32:02 36f86f6da0ea: Layer already exists 11:32:02 d47f3761b69d: Layer already exists 11:32:02 b175a05dd6fe: Layer already exists 11:32:02 4aeaa0e7d41f: Layer already exists 11:32:02 836f724b6640: Layer already exists 11:32:02 439d26068912: Layer already exists 11:32:03 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:03 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:03 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 11:32:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:32:03 5840ec0d02ce: Preparing 11:32:03 36f86f6da0ea: Preparing 11:32:03 d47f3761b69d: Preparing 11:32:03 83e62b306f9e: Preparing 11:32:03 b175a05dd6fe: Preparing 11:32:03 439d26068912: Preparing 11:32:03 836f724b6640: Preparing 11:32:03 4aeaa0e7d41f: Preparing 11:32:03 439d26068912: Waiting 11:32:03 836f724b6640: Waiting 11:32:03 4aeaa0e7d41f: Waiting 11:32:03 b175a05dd6fe: Layer already exists 11:32:03 36f86f6da0ea: Layer already exists 11:32:03 d47f3761b69d: Layer already exists 11:32:03 5840ec0d02ce: Layer already exists 11:32:03 83e62b306f9e: Layer already exists 11:32:03 4aeaa0e7d41f: Layer already exists 11:32:03 836f724b6640: Layer already exists 11:32:03 439d26068912: Layer already exists 11:32:04 main: digest: sha256:9202f13ae1af54552f2b4a458bd723463bdc070423f7f1df1fe70dce959a6269 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:32:04 ===================================================== [Pipeline] echo 11:32:04 taggedImages: 11:32:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:32:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.68 11:32:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:32:04 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 11:32:04 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:04 latest 11:32:04 3.2.0-dev.68 11:32:04 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:04 main 11:32:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:04 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:06 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:32:06 23647e8c5448: Preparing 11:32:06 306eb0ab7f7c: Preparing 11:32:06 b175a05dd6fe: Preparing 11:32:06 bf864816b658: Preparing 11:32:06 58d61cae6934: Preparing 11:32:06 4aeaa0e7d41f: Preparing 11:32:06 4aeaa0e7d41f: Waiting 11:32:06 b175a05dd6fe: Layer already exists 11:32:06 4aeaa0e7d41f: Layer already exists 11:32:06 58d61cae6934: Pushed 11:32:06 bf864816b658: Pushed 11:32:06 23647e8c5448: Pushed 11:32:20 306eb0ab7f7c: Pushed 11:32:20 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:21 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:32:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:32:21 23647e8c5448: Preparing 11:32:21 306eb0ab7f7c: Preparing 11:32:21 b175a05dd6fe: Preparing 11:32:21 bf864816b658: Preparing 11:32:21 58d61cae6934: Preparing 11:32:21 4aeaa0e7d41f: Preparing 11:32:21 4aeaa0e7d41f: Waiting 11:32:21 b175a05dd6fe: Layer already exists 11:32:21 23647e8c5448: Layer already exists 11:32:21 306eb0ab7f7c: Layer already exists 11:32:21 bf864816b658: Layer already exists 11:32:21 58d61cae6934: Layer already exists 11:32:21 4aeaa0e7d41f: Layer already exists 11:32:21 latest: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:22 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.68 11:32:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:32:22 23647e8c5448: Preparing 11:32:22 306eb0ab7f7c: Preparing 11:32:22 b175a05dd6fe: Preparing 11:32:22 bf864816b658: Preparing 11:32:22 58d61cae6934: Preparing 11:32:22 4aeaa0e7d41f: Preparing 11:32:22 4aeaa0e7d41f: Waiting 11:32:23 23647e8c5448: Layer already exists 11:32:23 306eb0ab7f7c: Layer already exists 11:32:23 b175a05dd6fe: Layer already exists 11:32:23 bf864816b658: Layer already exists 11:32:23 58d61cae6934: Layer already exists 11:32:23 4aeaa0e7d41f: Layer already exists 11:32:23 3.2.0-dev.68: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:24 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:24 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:32:24 23647e8c5448: Preparing 11:32:24 306eb0ab7f7c: Preparing 11:32:24 b175a05dd6fe: Preparing 11:32:24 bf864816b658: Preparing 11:32:24 58d61cae6934: Preparing 11:32:24 4aeaa0e7d41f: Preparing 11:32:24 4aeaa0e7d41f: Waiting 11:32:24 58d61cae6934: Layer already exists 11:32:24 23647e8c5448: Layer already exists 11:32:24 bf864816b658: Layer already exists 11:32:24 b175a05dd6fe: Layer already exists 11:32:24 306eb0ab7f7c: Layer already exists 11:32:24 4aeaa0e7d41f: Layer already exists 11:32:24 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:25 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 11:32:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:32:25 23647e8c5448: Preparing 11:32:25 306eb0ab7f7c: Preparing 11:32:25 b175a05dd6fe: Preparing 11:32:25 bf864816b658: Preparing 11:32:25 58d61cae6934: Preparing 11:32:25 4aeaa0e7d41f: Preparing 11:32:25 4aeaa0e7d41f: Waiting 11:32:25 bf864816b658: Layer already exists 11:32:25 306eb0ab7f7c: Layer already exists 11:32:25 58d61cae6934: Layer already exists 11:32:25 b175a05dd6fe: Layer already exists 11:32:25 23647e8c5448: Layer already exists 11:32:25 4aeaa0e7d41f: Layer already exists 11:32:25 main: digest: sha256:8e86035cfd2b8768b8595f647526f184cb0631a3ad8d425549807447e986c882 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:32:25 ===================================================== [Pipeline] echo 11:32:25 taggedImages: 11:32:25 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:25 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:32:25 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.68 11:32:25 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:25 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:32:25 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 11:32:25 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:25 latest 11:32:25 3.2.0-dev.68 11:32:25 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:25 main 11:32:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:26 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:32:26 e99e78358568: Preparing 11:32:26 10b7d5f878c6: Preparing 11:32:26 fad0b802606f: Preparing 11:32:26 83e62b306f9e: Preparing 11:32:26 b175a05dd6fe: Preparing 11:32:26 8a99a809bcc8: Preparing 11:32:26 c2c82d9c9de5: Preparing 11:32:26 4aeaa0e7d41f: Preparing 11:32:26 8a99a809bcc8: Waiting 11:32:26 c2c82d9c9de5: Waiting 11:32:26 4aeaa0e7d41f: Waiting 11:32:26 83e62b306f9e: Layer already exists 11:32:26 b175a05dd6fe: Layer already exists 11:32:26 8a99a809bcc8: Layer already exists 11:32:26 c2c82d9c9de5: Layer already exists 11:32:26 4aeaa0e7d41f: Layer already exists 11:32:26 10b7d5f878c6: Pushed 11:32:26 e99e78358568: Pushed 11:32:34 fad0b802606f: Pushed 11:32:34 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:32:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:32:35 e99e78358568: Preparing 11:32:35 10b7d5f878c6: Preparing 11:32:35 fad0b802606f: Preparing 11:32:35 83e62b306f9e: Preparing 11:32:35 b175a05dd6fe: Preparing 11:32:35 8a99a809bcc8: Preparing 11:32:35 c2c82d9c9de5: Preparing 11:32:35 4aeaa0e7d41f: Preparing 11:32:35 c2c82d9c9de5: Waiting 11:32:35 4aeaa0e7d41f: Waiting 11:32:35 8a99a809bcc8: Waiting 11:32:35 e99e78358568: Layer already exists 11:32:35 83e62b306f9e: Layer already exists 11:32:35 fad0b802606f: Layer already exists 11:32:35 10b7d5f878c6: Layer already exists 11:32:35 b175a05dd6fe: Layer already exists 11:32:35 c2c82d9c9de5: Layer already exists 11:32:35 4aeaa0e7d41f: Layer already exists 11:32:35 8a99a809bcc8: Layer already exists 11:32:35 latest: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.68 11:32:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:32:36 e99e78358568: Preparing 11:32:36 10b7d5f878c6: Preparing 11:32:36 fad0b802606f: Preparing 11:32:36 83e62b306f9e: Preparing 11:32:36 b175a05dd6fe: Preparing 11:32:36 8a99a809bcc8: Preparing 11:32:36 c2c82d9c9de5: Preparing 11:32:36 4aeaa0e7d41f: Preparing 11:32:36 8a99a809bcc8: Waiting 11:32:36 c2c82d9c9de5: Waiting 11:32:36 4aeaa0e7d41f: Waiting 11:32:36 e99e78358568: Layer already exists 11:32:36 b175a05dd6fe: Layer already exists 11:32:36 fad0b802606f: Layer already exists 11:32:36 10b7d5f878c6: Layer already exists 11:32:36 83e62b306f9e: Layer already exists 11:32:36 8a99a809bcc8: Layer already exists 11:32:36 c2c82d9c9de5: Layer already exists 11:32:36 4aeaa0e7d41f: Layer already exists 11:32:36 3.2.0-dev.68: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:32:37 e99e78358568: Preparing 11:32:37 10b7d5f878c6: Preparing 11:32:37 fad0b802606f: Preparing 11:32:37 83e62b306f9e: Preparing 11:32:37 b175a05dd6fe: Preparing 11:32:37 8a99a809bcc8: Preparing 11:32:37 c2c82d9c9de5: Preparing 11:32:37 4aeaa0e7d41f: Preparing 11:32:37 8a99a809bcc8: Waiting 11:32:37 c2c82d9c9de5: Waiting 11:32:37 4aeaa0e7d41f: Waiting 11:32:37 b175a05dd6fe: Layer already exists 11:32:37 fad0b802606f: Layer already exists 11:32:37 e99e78358568: Layer already exists 11:32:37 83e62b306f9e: Layer already exists 11:32:37 10b7d5f878c6: Layer already exists 11:32:37 4aeaa0e7d41f: Layer already exists 11:32:37 8a99a809bcc8: Layer already exists 11:32:37 c2c82d9c9de5: Layer already exists 11:32:37 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:38 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 11:32:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:32:38 e99e78358568: Preparing 11:32:38 10b7d5f878c6: Preparing 11:32:38 fad0b802606f: Preparing 11:32:38 83e62b306f9e: Preparing 11:32:38 b175a05dd6fe: Preparing 11:32:38 8a99a809bcc8: Preparing 11:32:38 c2c82d9c9de5: Preparing 11:32:38 4aeaa0e7d41f: Preparing 11:32:38 8a99a809bcc8: Waiting 11:32:38 c2c82d9c9de5: Waiting 11:32:38 4aeaa0e7d41f: Waiting 11:32:38 e99e78358568: Layer already exists 11:32:38 83e62b306f9e: Layer already exists 11:32:38 b175a05dd6fe: Layer already exists 11:32:38 fad0b802606f: Layer already exists 11:32:38 10b7d5f878c6: Layer already exists 11:32:38 8a99a809bcc8: Layer already exists 11:32:38 4aeaa0e7d41f: Layer already exists 11:32:38 c2c82d9c9de5: Layer already exists 11:32:38 main: digest: sha256:c13b8f9a0fbc18c34da025024ef06313e5fee6215f572933aad170c9a80cb4b9 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:32:39 ===================================================== [Pipeline] echo 11:32:39 taggedImages: 11:32:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:32:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.68 11:32:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:32:39 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 11:32:39 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:39 latest 11:32:39 3.2.0-dev.68 11:32:39 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:39 main 11:32:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:32:39 3f9b809873bb: Preparing 11:32:39 32240d1b4671: Preparing 11:32:39 2a0b4512e566: Preparing 11:32:39 6599cfd7e214: Preparing 11:32:39 55ec5d484941: Preparing 11:32:39 8ac0b0ad34c7: Preparing 11:32:39 815fe7af1d10: Preparing 11:32:39 2e4e710c8c7c: Preparing 11:32:39 83e62b306f9e: Preparing 11:32:39 b175a05dd6fe: Preparing 11:32:39 4f16eaa7b4a2: Preparing 11:32:39 99130081edf4: Preparing 11:32:39 5f70bf18a086: Preparing 11:32:39 dc1b82f0e165: Preparing 11:32:39 492f08ac0e25: Preparing 11:32:39 a281075bbb39: Preparing 11:32:39 4aeaa0e7d41f: Preparing 11:32:39 b175a05dd6fe: Waiting 11:32:39 4f16eaa7b4a2: Waiting 11:32:39 99130081edf4: Waiting 11:32:39 5f70bf18a086: Waiting 11:32:39 dc1b82f0e165: Waiting 11:32:39 492f08ac0e25: Waiting 11:32:39 a281075bbb39: Waiting 11:32:39 4aeaa0e7d41f: Waiting 11:32:39 8ac0b0ad34c7: Waiting 11:32:39 815fe7af1d10: Waiting 11:32:39 2e4e710c8c7c: Waiting 11:32:39 83e62b306f9e: Waiting 11:32:40 3f9b809873bb: Pushed 11:32:40 32240d1b4671: Pushed 11:32:40 2a0b4512e566: Pushed 11:32:40 55ec5d484941: Pushed 11:32:40 6599cfd7e214: Pushed 11:32:40 83e62b306f9e: Layer already exists 11:32:40 b175a05dd6fe: Layer already exists 11:32:40 8ac0b0ad34c7: Pushed 11:32:40 5f70bf18a086: Layer already exists 11:32:40 815fe7af1d10: Pushed 11:32:40 4f16eaa7b4a2: Pushed 11:32:40 99130081edf4: Pushed 11:32:40 dc1b82f0e165: Pushed 11:32:40 4aeaa0e7d41f: Layer already exists 11:32:40 492f08ac0e25: Pushed 11:32:40 a281075bbb39: Pushed 11:32:43 2e4e710c8c7c: Pushed 11:32:43 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:32:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:32:43 3f9b809873bb: Preparing 11:32:43 32240d1b4671: Preparing 11:32:43 2a0b4512e566: Preparing 11:32:43 6599cfd7e214: Preparing 11:32:43 55ec5d484941: Preparing 11:32:43 8ac0b0ad34c7: Preparing 11:32:43 815fe7af1d10: Preparing 11:32:43 2e4e710c8c7c: Preparing 11:32:43 83e62b306f9e: Preparing 11:32:43 b175a05dd6fe: Preparing 11:32:43 8ac0b0ad34c7: Waiting 11:32:43 815fe7af1d10: Waiting 11:32:43 4f16eaa7b4a2: Preparing 11:32:43 99130081edf4: Preparing 11:32:43 2e4e710c8c7c: Waiting 11:32:43 5f70bf18a086: Preparing 11:32:43 83e62b306f9e: Waiting 11:32:43 dc1b82f0e165: Preparing 11:32:43 b175a05dd6fe: Waiting 11:32:43 492f08ac0e25: Preparing 11:32:43 a281075bbb39: Preparing 11:32:43 99130081edf4: Waiting 11:32:43 4aeaa0e7d41f: Preparing 11:32:43 5f70bf18a086: Waiting 11:32:43 dc1b82f0e165: Waiting 11:32:43 4f16eaa7b4a2: Waiting 11:32:43 492f08ac0e25: Waiting 11:32:43 a281075bbb39: Waiting 11:32:43 4aeaa0e7d41f: Waiting 11:32:43 55ec5d484941: Layer already exists 11:32:43 3f9b809873bb: Layer already exists 11:32:43 2a0b4512e566: Layer already exists 11:32:43 32240d1b4671: Layer already exists 11:32:43 6599cfd7e214: Layer already exists 11:32:43 8ac0b0ad34c7: Layer already exists 11:32:43 83e62b306f9e: Layer already exists 11:32:43 815fe7af1d10: Layer already exists 11:32:43 2e4e710c8c7c: Layer already exists 11:32:43 b175a05dd6fe: Layer already exists 11:32:43 492f08ac0e25: Layer already exists 11:32:43 4f16eaa7b4a2: Layer already exists 11:32:43 dc1b82f0e165: Layer already exists 11:32:43 5f70bf18a086: Layer already exists 11:32:43 99130081edf4: Layer already exists 11:32:44 a281075bbb39: Layer already exists 11:32:44 4aeaa0e7d41f: Layer already exists 11:32:44 latest: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:44 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.68 11:32:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:32:44 3f9b809873bb: Preparing 11:32:44 32240d1b4671: Preparing 11:32:44 2a0b4512e566: Preparing 11:32:44 6599cfd7e214: Preparing 11:32:44 55ec5d484941: Preparing 11:32:44 8ac0b0ad34c7: Preparing 11:32:44 815fe7af1d10: Preparing 11:32:44 2e4e710c8c7c: Preparing 11:32:44 83e62b306f9e: Preparing 11:32:44 b175a05dd6fe: Preparing 11:32:44 4f16eaa7b4a2: Preparing 11:32:44 99130081edf4: Preparing 11:32:44 5f70bf18a086: Preparing 11:32:44 dc1b82f0e165: Preparing 11:32:44 492f08ac0e25: Preparing 11:32:44 a281075bbb39: Preparing 11:32:44 4aeaa0e7d41f: Preparing 11:32:44 815fe7af1d10: Waiting 11:32:44 8ac0b0ad34c7: Waiting 11:32:44 2e4e710c8c7c: Waiting 11:32:44 83e62b306f9e: Waiting 11:32:44 5f70bf18a086: Waiting 11:32:44 b175a05dd6fe: Waiting 11:32:44 dc1b82f0e165: Waiting 11:32:44 4f16eaa7b4a2: Waiting 11:32:44 99130081edf4: Waiting 11:32:44 492f08ac0e25: Waiting 11:32:44 a281075bbb39: Waiting 11:32:44 4aeaa0e7d41f: Waiting 11:32:44 55ec5d484941: Layer already exists 11:32:44 32240d1b4671: Layer already exists 11:32:44 2a0b4512e566: Layer already exists 11:32:44 6599cfd7e214: Layer already exists 11:32:44 3f9b809873bb: Layer already exists 11:32:44 815fe7af1d10: Layer already exists 11:32:44 2e4e710c8c7c: Layer already exists 11:32:44 8ac0b0ad34c7: Layer already exists 11:32:44 83e62b306f9e: Layer already exists 11:32:44 b175a05dd6fe: Layer already exists 11:32:44 99130081edf4: Layer already exists 11:32:44 4f16eaa7b4a2: Layer already exists 11:32:44 dc1b82f0e165: Layer already exists 11:32:44 5f70bf18a086: Layer already exists 11:32:44 492f08ac0e25: Layer already exists 11:32:44 a281075bbb39: Layer already exists 11:32:44 4aeaa0e7d41f: Layer already exists 11:32:45 3.2.0-dev.68: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:32:45 3f9b809873bb: Preparing 11:32:45 32240d1b4671: Preparing 11:32:45 2a0b4512e566: Preparing 11:32:45 6599cfd7e214: Preparing 11:32:45 55ec5d484941: Preparing 11:32:45 8ac0b0ad34c7: Preparing 11:32:45 815fe7af1d10: Preparing 11:32:45 2e4e710c8c7c: Preparing 11:32:45 83e62b306f9e: Preparing 11:32:45 b175a05dd6fe: Preparing 11:32:45 4f16eaa7b4a2: Preparing 11:32:45 99130081edf4: Preparing 11:32:45 5f70bf18a086: Preparing 11:32:45 dc1b82f0e165: Preparing 11:32:45 492f08ac0e25: Preparing 11:32:45 a281075bbb39: Preparing 11:32:45 4aeaa0e7d41f: Preparing 11:32:45 4f16eaa7b4a2: Waiting 11:32:45 492f08ac0e25: Waiting 11:32:45 99130081edf4: Waiting 11:32:45 5f70bf18a086: Waiting 11:32:45 dc1b82f0e165: Waiting 11:32:45 8ac0b0ad34c7: Waiting 11:32:45 83e62b306f9e: Waiting 11:32:45 815fe7af1d10: Waiting 11:32:45 b175a05dd6fe: Waiting 11:32:45 2e4e710c8c7c: Waiting 11:32:45 a281075bbb39: Waiting 11:32:45 4aeaa0e7d41f: Waiting 11:32:45 55ec5d484941: Layer already exists 11:32:45 3f9b809873bb: Layer already exists 11:32:45 2a0b4512e566: Layer already exists 11:32:45 32240d1b4671: Layer already exists 11:32:45 6599cfd7e214: Layer already exists 11:32:45 83e62b306f9e: Layer already exists 11:32:45 8ac0b0ad34c7: Layer already exists 11:32:45 b175a05dd6fe: Layer already exists 11:32:45 815fe7af1d10: Layer already exists 11:32:45 2e4e710c8c7c: Layer already exists 11:32:45 4f16eaa7b4a2: Layer already exists 11:32:45 99130081edf4: Layer already exists 11:32:45 dc1b82f0e165: Layer already exists 11:32:46 5f70bf18a086: Layer already exists 11:32:46 492f08ac0e25: Layer already exists 11:32:46 a281075bbb39: Layer already exists 11:32:46 4aeaa0e7d41f: Layer already exists 11:32:46 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:46 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 11:32:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:32:46 3f9b809873bb: Preparing 11:32:46 32240d1b4671: Preparing 11:32:46 2a0b4512e566: Preparing 11:32:46 6599cfd7e214: Preparing 11:32:46 55ec5d484941: Preparing 11:32:46 8ac0b0ad34c7: Preparing 11:32:46 815fe7af1d10: Preparing 11:32:46 2e4e710c8c7c: Preparing 11:32:46 83e62b306f9e: Preparing 11:32:46 b175a05dd6fe: Preparing 11:32:46 4f16eaa7b4a2: Preparing 11:32:46 99130081edf4: Preparing 11:32:46 5f70bf18a086: Preparing 11:32:46 dc1b82f0e165: Preparing 11:32:46 492f08ac0e25: Preparing 11:32:46 a281075bbb39: Preparing 11:32:46 4aeaa0e7d41f: Preparing 11:32:46 2e4e710c8c7c: Waiting 11:32:46 8ac0b0ad34c7: Waiting 11:32:46 83e62b306f9e: Waiting 11:32:46 815fe7af1d10: Waiting 11:32:46 b175a05dd6fe: Waiting 11:32:46 4f16eaa7b4a2: Waiting 11:32:46 dc1b82f0e165: Waiting 11:32:46 99130081edf4: Waiting 11:32:46 492f08ac0e25: Waiting 11:32:46 5f70bf18a086: Waiting 11:32:46 a281075bbb39: Waiting 11:32:46 4aeaa0e7d41f: Waiting 11:32:46 6599cfd7e214: Layer already exists 11:32:46 32240d1b4671: Layer already exists 11:32:46 2a0b4512e566: Layer already exists 11:32:46 55ec5d484941: Layer already exists 11:32:46 3f9b809873bb: Layer already exists 11:32:46 815fe7af1d10: Layer already exists 11:32:46 b175a05dd6fe: Layer already exists 11:32:46 8ac0b0ad34c7: Layer already exists 11:32:46 2e4e710c8c7c: Layer already exists 11:32:46 83e62b306f9e: Layer already exists 11:32:46 99130081edf4: Layer already exists 11:32:46 4f16eaa7b4a2: Layer already exists 11:32:46 492f08ac0e25: Layer already exists 11:32:46 5f70bf18a086: Layer already exists 11:32:46 dc1b82f0e165: Layer already exists 11:32:47 a281075bbb39: Layer already exists 11:32:47 4aeaa0e7d41f: Layer already exists 11:32:47 main: digest: sha256:c2f9d6ed13cfa41399aa9099f73293f8bd359f6a27065bca7ebc5e1e48f6be7c size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:32:47 ===================================================== [Pipeline] echo 11:32:47 taggedImages: 11:32:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:32:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.68 11:32:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:32:47 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 11:32:47 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:47 latest 11:32:47 3.2.0-dev.68 11:32:47 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:47 main 11:32:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:47 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:32:47 695df33a4657: Preparing 11:32:47 bc65433b4541: Preparing 11:32:47 1003137e26df: Preparing 11:32:47 e21cf4cff7b9: Preparing 11:32:47 83e62b306f9e: Preparing 11:32:47 b175a05dd6fe: Preparing 11:32:47 8a99a809bcc8: Preparing 11:32:47 c2c82d9c9de5: Preparing 11:32:47 4aeaa0e7d41f: Preparing 11:32:47 b175a05dd6fe: Waiting 11:32:47 8a99a809bcc8: Waiting 11:32:47 c2c82d9c9de5: Waiting 11:32:47 4aeaa0e7d41f: Waiting 11:32:47 83e62b306f9e: Layer already exists 11:32:48 b175a05dd6fe: Layer already exists 11:32:48 8a99a809bcc8: Layer already exists 11:32:48 1003137e26df: Pushed 11:32:48 bc65433b4541: Pushed 11:32:48 695df33a4657: Pushed 11:32:48 c2c82d9c9de5: Layer already exists 11:32:48 4aeaa0e7d41f: Layer already exists 11:32:53 e21cf4cff7b9: Pushed 11:32:53 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:54 + 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 11:32:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:32:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:32:54 695df33a4657: Preparing 11:32:54 bc65433b4541: Preparing 11:32:54 1003137e26df: Preparing 11:32:54 e21cf4cff7b9: Preparing 11:32:54 83e62b306f9e: Preparing 11:32:54 b175a05dd6fe: Preparing 11:32:54 8a99a809bcc8: Preparing 11:32:54 c2c82d9c9de5: Preparing 11:32:54 4aeaa0e7d41f: Preparing 11:32:54 8a99a809bcc8: Waiting 11:32:54 c2c82d9c9de5: Waiting 11:32:54 4aeaa0e7d41f: Waiting 11:32:54 b175a05dd6fe: Waiting 11:32:54 83e62b306f9e: Layer already exists 11:32:54 695df33a4657: Layer already exists 11:32:54 bc65433b4541: Layer already exists 11:32:54 e21cf4cff7b9: Layer already exists 11:32:54 1003137e26df: Layer already exists 11:32:54 8a99a809bcc8: Layer already exists 11:32:54 b175a05dd6fe: Layer already exists 11:32:54 4aeaa0e7d41f: Layer already exists 11:32:54 c2c82d9c9de5: Layer already exists 11:32:54 latest: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:55 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.68 11:32:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:32:55 695df33a4657: Preparing 11:32:55 bc65433b4541: Preparing 11:32:55 1003137e26df: Preparing 11:32:55 e21cf4cff7b9: Preparing 11:32:55 83e62b306f9e: Preparing 11:32:55 b175a05dd6fe: Preparing 11:32:55 8a99a809bcc8: Preparing 11:32:55 c2c82d9c9de5: Preparing 11:32:55 4aeaa0e7d41f: Preparing 11:32:55 8a99a809bcc8: Waiting 11:32:55 c2c82d9c9de5: Waiting 11:32:55 4aeaa0e7d41f: Waiting 11:32:55 b175a05dd6fe: Waiting 11:32:55 1003137e26df: Layer already exists 11:32:55 e21cf4cff7b9: Layer already exists 11:32:55 bc65433b4541: Layer already exists 11:32:55 83e62b306f9e: Layer already exists 11:32:55 695df33a4657: Layer already exists 11:32:55 b175a05dd6fe: Layer already exists 11:32:55 8a99a809bcc8: Layer already exists 11:32:55 c2c82d9c9de5: Layer already exists 11:32:55 4aeaa0e7d41f: Layer already exists 11:32:55 3.2.0-dev.68: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:56 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:32:56 695df33a4657: Preparing 11:32:56 bc65433b4541: Preparing 11:32:56 1003137e26df: Preparing 11:32:56 e21cf4cff7b9: Preparing 11:32:56 83e62b306f9e: Preparing 11:32:56 b175a05dd6fe: Preparing 11:32:56 8a99a809bcc8: Preparing 11:32:56 c2c82d9c9de5: Preparing 11:32:56 4aeaa0e7d41f: Preparing 11:32:56 8a99a809bcc8: Waiting 11:32:56 b175a05dd6fe: Waiting 11:32:56 c2c82d9c9de5: Waiting 11:32:56 4aeaa0e7d41f: Waiting 11:32:56 e21cf4cff7b9: Layer already exists 11:32:56 bc65433b4541: Layer already exists 11:32:56 695df33a4657: Layer already exists 11:32:56 83e62b306f9e: Layer already exists 11:32:56 1003137e26df: Layer already exists 11:32:56 8a99a809bcc8: Layer already exists 11:32:56 c2c82d9c9de5: Layer already exists 11:32:56 b175a05dd6fe: Layer already exists 11:32:56 4aeaa0e7d41f: Layer already exists 11:32:56 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:57 + 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 11:32:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 11:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:32:57 695df33a4657: Preparing 11:32:57 bc65433b4541: Preparing 11:32:57 1003137e26df: Preparing 11:32:57 e21cf4cff7b9: Preparing 11:32:57 83e62b306f9e: Preparing 11:32:57 b175a05dd6fe: Preparing 11:32:57 8a99a809bcc8: Preparing 11:32:57 c2c82d9c9de5: Preparing 11:32:57 4aeaa0e7d41f: Preparing 11:32:57 8a99a809bcc8: Waiting 11:32:57 c2c82d9c9de5: Waiting 11:32:57 4aeaa0e7d41f: Waiting 11:32:57 b175a05dd6fe: Waiting 11:32:57 bc65433b4541: Layer already exists 11:32:57 e21cf4cff7b9: Layer already exists 11:32:57 83e62b306f9e: Layer already exists 11:32:57 695df33a4657: Layer already exists 11:32:57 1003137e26df: Layer already exists 11:32:57 c2c82d9c9de5: Layer already exists 11:32:57 8a99a809bcc8: Layer already exists 11:32:57 4aeaa0e7d41f: Layer already exists 11:32:57 b175a05dd6fe: Layer already exists 11:32:57 main: digest: sha256:a40e88418b03387b144a7802c3616454b0916d8f3e768454db2113c3a6fada3a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:32:57 ===================================================== [Pipeline] echo 11:32:57 taggedImages: 11:32:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:32:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.68 11:32:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:32:57 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 11:32:57 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:57 latest 11:32:57 3.2.0-dev.68 11:32:57 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:32:57 main 11:32:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:58 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:32:58 16ca2eda487e: Preparing 11:32:58 d434ffaba1c1: Preparing 11:32:58 15b34361ee6e: Preparing 11:32:58 28fdecdbddb8: Preparing 11:32:58 d0a108cbabbc: Preparing 11:32:58 83e62b306f9e: Preparing 11:32:58 b175a05dd6fe: Preparing 11:32:58 6dade95034b2: Preparing 11:32:58 0e1603aa01ba: Preparing 11:32:58 ecab29557237: Preparing 11:32:58 4aeaa0e7d41f: Preparing 11:32:58 b175a05dd6fe: Waiting 11:32:58 6dade95034b2: Waiting 11:32:58 0e1603aa01ba: Waiting 11:32:58 ecab29557237: Waiting 11:32:58 4aeaa0e7d41f: Waiting 11:32:58 83e62b306f9e: Waiting 11:32:58 28fdecdbddb8: Pushed 11:32:58 d0a108cbabbc: Pushed 11:32:58 16ca2eda487e: Pushed 11:32:58 d434ffaba1c1: Pushed 11:32:58 83e62b306f9e: Layer already exists 11:32:58 b175a05dd6fe: Layer already exists 11:32:58 4aeaa0e7d41f: Layer already exists 11:32:59 6dade95034b2: Pushed 11:32:59 0e1603aa01ba: Pushed 11:33:00 15b34361ee6e: Pushed 11:33:01 ecab29557237: Pushed 11:33:01 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:01 + 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 11:33:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:33:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:33:02 16ca2eda487e: Preparing 11:33:02 d434ffaba1c1: Preparing 11:33:02 15b34361ee6e: Preparing 11:33:02 28fdecdbddb8: Preparing 11:33:02 d0a108cbabbc: Preparing 11:33:02 83e62b306f9e: Preparing 11:33:02 b175a05dd6fe: Preparing 11:33:02 6dade95034b2: Preparing 11:33:02 0e1603aa01ba: Preparing 11:33:02 ecab29557237: Preparing 11:33:02 4aeaa0e7d41f: Preparing 11:33:02 b175a05dd6fe: Waiting 11:33:02 6dade95034b2: Waiting 11:33:02 0e1603aa01ba: Waiting 11:33:02 ecab29557237: Waiting 11:33:02 4aeaa0e7d41f: Waiting 11:33:02 83e62b306f9e: Waiting 11:33:02 15b34361ee6e: Layer already exists 11:33:02 28fdecdbddb8: Layer already exists 11:33:02 d434ffaba1c1: Layer already exists 11:33:02 16ca2eda487e: Layer already exists 11:33:02 d0a108cbabbc: Layer already exists 11:33:02 ecab29557237: Layer already exists 11:33:02 b175a05dd6fe: Layer already exists 11:33:02 83e62b306f9e: Layer already exists 11:33:02 0e1603aa01ba: Layer already exists 11:33:02 6dade95034b2: Layer already exists 11:33:02 4aeaa0e7d41f: Layer already exists 11:33:02 latest: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.68 11:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:33:03 16ca2eda487e: Preparing 11:33:03 d434ffaba1c1: Preparing 11:33:03 15b34361ee6e: Preparing 11:33:03 28fdecdbddb8: Preparing 11:33:03 d0a108cbabbc: Preparing 11:33:03 83e62b306f9e: Preparing 11:33:03 b175a05dd6fe: Preparing 11:33:03 6dade95034b2: Preparing 11:33:03 83e62b306f9e: Waiting 11:33:03 0e1603aa01ba: Preparing 11:33:03 6dade95034b2: Waiting 11:33:03 ecab29557237: Preparing 11:33:03 4aeaa0e7d41f: Preparing 11:33:03 0e1603aa01ba: Waiting 11:33:03 b175a05dd6fe: Waiting 11:33:03 ecab29557237: Waiting 11:33:03 4aeaa0e7d41f: Waiting 11:33:03 15b34361ee6e: Layer already exists 11:33:03 d434ffaba1c1: Layer already exists 11:33:03 28fdecdbddb8: Layer already exists 11:33:03 d0a108cbabbc: Layer already exists 11:33:03 16ca2eda487e: Layer already exists 11:33:03 83e62b306f9e: Layer already exists 11:33:03 6dade95034b2: Layer already exists 11:33:03 0e1603aa01ba: Layer already exists 11:33:03 b175a05dd6fe: Layer already exists 11:33:03 ecab29557237: Layer already exists 11:33:03 4aeaa0e7d41f: Layer already exists 11:33:03 3.2.0-dev.68: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:33:04 16ca2eda487e: Preparing 11:33:04 d434ffaba1c1: Preparing 11:33:04 15b34361ee6e: Preparing 11:33:04 28fdecdbddb8: Preparing 11:33:04 d0a108cbabbc: Preparing 11:33:04 83e62b306f9e: Preparing 11:33:04 b175a05dd6fe: Preparing 11:33:04 6dade95034b2: Preparing 11:33:04 0e1603aa01ba: Preparing 11:33:04 ecab29557237: Preparing 11:33:04 4aeaa0e7d41f: Preparing 11:33:04 b175a05dd6fe: Waiting 11:33:04 6dade95034b2: Waiting 11:33:04 83e62b306f9e: Waiting 11:33:04 0e1603aa01ba: Waiting 11:33:04 ecab29557237: Waiting 11:33:04 4aeaa0e7d41f: Waiting 11:33:04 16ca2eda487e: Layer already exists 11:33:04 d0a108cbabbc: Layer already exists 11:33:04 28fdecdbddb8: Layer already exists 11:33:04 d434ffaba1c1: Layer already exists 11:33:04 15b34361ee6e: Layer already exists 11:33:04 6dade95034b2: Layer already exists 11:33:04 b175a05dd6fe: Layer already exists 11:33:04 83e62b306f9e: Layer already exists 11:33:04 0e1603aa01ba: Layer already exists 11:33:04 ecab29557237: Layer already exists 11:33:04 4aeaa0e7d41f: Layer already exists 11:33:04 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:04 + 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 11:33:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 11:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:33:05 16ca2eda487e: Preparing 11:33:05 d434ffaba1c1: Preparing 11:33:05 15b34361ee6e: Preparing 11:33:05 28fdecdbddb8: Preparing 11:33:05 d0a108cbabbc: Preparing 11:33:05 83e62b306f9e: Preparing 11:33:05 b175a05dd6fe: Preparing 11:33:05 6dade95034b2: Preparing 11:33:05 0e1603aa01ba: Preparing 11:33:05 ecab29557237: Preparing 11:33:05 4aeaa0e7d41f: Preparing 11:33:05 0e1603aa01ba: Waiting 11:33:05 83e62b306f9e: Waiting 11:33:05 b175a05dd6fe: Waiting 11:33:05 ecab29557237: Waiting 11:33:05 4aeaa0e7d41f: Waiting 11:33:05 6dade95034b2: Waiting 11:33:05 28fdecdbddb8: Layer already exists 11:33:05 15b34361ee6e: Layer already exists 11:33:05 d434ffaba1c1: Layer already exists 11:33:05 16ca2eda487e: Layer already exists 11:33:05 d0a108cbabbc: Layer already exists 11:33:05 83e62b306f9e: Layer already exists 11:33:05 b175a05dd6fe: Layer already exists 11:33:05 0e1603aa01ba: Layer already exists 11:33:05 ecab29557237: Layer already exists 11:33:05 6dade95034b2: Layer already exists 11:33:05 4aeaa0e7d41f: Layer already exists 11:33:05 main: digest: sha256:f3b33a4958cfa31436b5308374c5ef124f7f4583b434127ca3ea1c82143bbd6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:33:05 ===================================================== [Pipeline] echo 11:33:05 taggedImages: 11:33:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:33:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.68 11:33:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:33:05 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 11:33:05 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:05 latest 11:33:05 3.2.0-dev.68 11:33:05 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:05 main 11:33:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:06 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:33:06 7b8362da681b: Preparing 11:33:06 ed5d39896269: Preparing 11:33:06 c207bda484db: Preparing 11:33:06 145540d0f959: Preparing 11:33:06 a9acd8b0979a: Preparing 11:33:06 cf6a8fac91b1: Preparing 11:33:06 910e9d0d8eda: Preparing 11:33:06 83e62b306f9e: Preparing 11:33:06 b175a05dd6fe: Preparing 11:33:06 5fccf08dc0a8: Preparing 11:33:06 3a8b5a5f8d16: Preparing 11:33:06 4aeaa0e7d41f: Preparing 11:33:06 83e62b306f9e: Waiting 11:33:06 b175a05dd6fe: Waiting 11:33:06 5fccf08dc0a8: Waiting 11:33:06 3a8b5a5f8d16: Waiting 11:33:06 4aeaa0e7d41f: Waiting 11:33:06 cf6a8fac91b1: Waiting 11:33:06 910e9d0d8eda: Waiting 11:33:06 ed5d39896269: Pushed 11:33:06 a9acd8b0979a: Pushed 11:33:06 7b8362da681b: Pushed 11:33:06 83e62b306f9e: Layer already exists 11:33:06 b175a05dd6fe: Layer already exists 11:33:06 cf6a8fac91b1: Pushed 11:33:06 910e9d0d8eda: Pushed 11:33:06 4aeaa0e7d41f: Layer already exists 11:33:06 5fccf08dc0a8: Pushed 11:33:08 145540d0f959: Pushed 11:33:09 c207bda484db: Pushed 11:33:09 3a8b5a5f8d16: Pushed 11:33:09 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:10 + 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 11:33:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:33:10 7b8362da681b: Preparing 11:33:10 ed5d39896269: Preparing 11:33:10 c207bda484db: Preparing 11:33:10 145540d0f959: Preparing 11:33:10 a9acd8b0979a: Preparing 11:33:10 cf6a8fac91b1: Preparing 11:33:10 910e9d0d8eda: Preparing 11:33:10 83e62b306f9e: Preparing 11:33:10 b175a05dd6fe: Preparing 11:33:10 5fccf08dc0a8: Preparing 11:33:10 3a8b5a5f8d16: Preparing 11:33:10 4aeaa0e7d41f: Preparing 11:33:10 cf6a8fac91b1: Waiting 11:33:10 910e9d0d8eda: Waiting 11:33:10 b175a05dd6fe: Waiting 11:33:10 5fccf08dc0a8: Waiting 11:33:10 83e62b306f9e: Waiting 11:33:10 3a8b5a5f8d16: Waiting 11:33:10 4aeaa0e7d41f: Waiting 11:33:10 c207bda484db: Layer already exists 11:33:10 7b8362da681b: Layer already exists 11:33:10 145540d0f959: Layer already exists 11:33:10 a9acd8b0979a: Layer already exists 11:33:10 ed5d39896269: Layer already exists 11:33:10 910e9d0d8eda: Layer already exists 11:33:10 83e62b306f9e: Layer already exists 11:33:10 cf6a8fac91b1: Layer already exists 11:33:10 b175a05dd6fe: Layer already exists 11:33:10 5fccf08dc0a8: Layer already exists 11:33:10 3a8b5a5f8d16: Layer already exists 11:33:10 4aeaa0e7d41f: Layer already exists 11:33:10 latest: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.68 11:33:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:33:11 7b8362da681b: Preparing 11:33:11 ed5d39896269: Preparing 11:33:11 c207bda484db: Preparing 11:33:11 145540d0f959: Preparing 11:33:11 a9acd8b0979a: Preparing 11:33:11 cf6a8fac91b1: Preparing 11:33:11 910e9d0d8eda: Preparing 11:33:11 83e62b306f9e: Preparing 11:33:11 b175a05dd6fe: Preparing 11:33:11 5fccf08dc0a8: Preparing 11:33:11 3a8b5a5f8d16: Preparing 11:33:11 4aeaa0e7d41f: Preparing 11:33:11 83e62b306f9e: Waiting 11:33:11 b175a05dd6fe: Waiting 11:33:11 5fccf08dc0a8: Waiting 11:33:11 3a8b5a5f8d16: Waiting 11:33:11 4aeaa0e7d41f: Waiting 11:33:11 cf6a8fac91b1: Waiting 11:33:11 910e9d0d8eda: Waiting 11:33:11 7b8362da681b: Layer already exists 11:33:11 c207bda484db: Layer already exists 11:33:11 ed5d39896269: Layer already exists 11:33:11 145540d0f959: Layer already exists 11:33:11 a9acd8b0979a: Layer already exists 11:33:11 83e62b306f9e: Layer already exists 11:33:11 b175a05dd6fe: Layer already exists 11:33:11 cf6a8fac91b1: Layer already exists 11:33:11 910e9d0d8eda: Layer already exists 11:33:11 5fccf08dc0a8: Layer already exists 11:33:11 3a8b5a5f8d16: Layer already exists 11:33:11 4aeaa0e7d41f: Layer already exists 11:33:11 3.2.0-dev.68: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:33:12 7b8362da681b: Preparing 11:33:12 ed5d39896269: Preparing 11:33:12 c207bda484db: Preparing 11:33:12 145540d0f959: Preparing 11:33:12 a9acd8b0979a: Preparing 11:33:12 cf6a8fac91b1: Preparing 11:33:12 910e9d0d8eda: Preparing 11:33:12 83e62b306f9e: Preparing 11:33:12 b175a05dd6fe: Preparing 11:33:12 5fccf08dc0a8: Preparing 11:33:12 3a8b5a5f8d16: Preparing 11:33:12 4aeaa0e7d41f: Preparing 11:33:12 cf6a8fac91b1: Waiting 11:33:12 910e9d0d8eda: Waiting 11:33:12 83e62b306f9e: Waiting 11:33:12 b175a05dd6fe: Waiting 11:33:12 5fccf08dc0a8: Waiting 11:33:12 3a8b5a5f8d16: Waiting 11:33:12 4aeaa0e7d41f: Waiting 11:33:12 7b8362da681b: Layer already exists 11:33:12 c207bda484db: Layer already exists 11:33:12 ed5d39896269: Layer already exists 11:33:12 a9acd8b0979a: Layer already exists 11:33:12 145540d0f959: Layer already exists 11:33:12 cf6a8fac91b1: Layer already exists 11:33:12 83e62b306f9e: Layer already exists 11:33:12 b175a05dd6fe: Layer already exists 11:33:12 910e9d0d8eda: Layer already exists 11:33:12 5fccf08dc0a8: Layer already exists 11:33:12 4aeaa0e7d41f: Layer already exists 11:33:12 3a8b5a5f8d16: Layer already exists 11:33:12 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:12 + 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 11:33:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 11:33:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:33:13 7b8362da681b: Preparing 11:33:13 ed5d39896269: Preparing 11:33:13 c207bda484db: Preparing 11:33:13 145540d0f959: Preparing 11:33:13 a9acd8b0979a: Preparing 11:33:13 cf6a8fac91b1: Preparing 11:33:13 910e9d0d8eda: Preparing 11:33:13 cf6a8fac91b1: Waiting 11:33:13 83e62b306f9e: Preparing 11:33:13 910e9d0d8eda: Waiting 11:33:13 b175a05dd6fe: Preparing 11:33:13 83e62b306f9e: Waiting 11:33:13 5fccf08dc0a8: Preparing 11:33:13 3a8b5a5f8d16: Preparing 11:33:13 4aeaa0e7d41f: Preparing 11:33:13 b175a05dd6fe: Waiting 11:33:13 3a8b5a5f8d16: Waiting 11:33:13 4aeaa0e7d41f: Waiting 11:33:13 5fccf08dc0a8: Waiting 11:33:13 145540d0f959: Layer already exists 11:33:13 ed5d39896269: Layer already exists 11:33:13 a9acd8b0979a: Layer already exists 11:33:13 7b8362da681b: Layer already exists 11:33:13 c207bda484db: Layer already exists 11:33:13 cf6a8fac91b1: Layer already exists 11:33:13 5fccf08dc0a8: Layer already exists 11:33:13 910e9d0d8eda: Layer already exists 11:33:13 b175a05dd6fe: Layer already exists 11:33:13 83e62b306f9e: Layer already exists 11:33:13 3a8b5a5f8d16: Layer already exists 11:33:13 4aeaa0e7d41f: Layer already exists 11:33:13 main: digest: sha256:244c004604f5a5339b6e14c96cd60180885ae100705461f6c897f7abce3dae78 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:33:13 ===================================================== [Pipeline] echo 11:33:13 taggedImages: 11:33:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:33:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.68 11:33:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:33:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 11:33:13 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:13 latest 11:33:13 3.2.0-dev.68 11:33:13 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:13 main 11:33:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:14 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:33:14 2b590f20d316: Preparing 11:33:14 5f5eaa500df2: Preparing 11:33:14 83e62b306f9e: Preparing 11:33:14 b175a05dd6fe: Preparing 11:33:14 56609fa202e9: Preparing 11:33:14 083f610b5a62: Preparing 11:33:14 4aeaa0e7d41f: Preparing 11:33:14 083f610b5a62: Waiting 11:33:14 4aeaa0e7d41f: Waiting 11:33:14 56609fa202e9: Pushed 11:33:14 b175a05dd6fe: Layer already exists 11:33:15 83e62b306f9e: Layer already exists 11:33:15 4aeaa0e7d41f: Layer already exists 11:33:15 2b590f20d316: Pushed 11:33:17 083f610b5a62: Pushed 11:33:18 5f5eaa500df2: Pushed 11:33:18 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:18 + 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 11:33:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:33:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:33:19 2b590f20d316: Preparing 11:33:19 5f5eaa500df2: Preparing 11:33:19 83e62b306f9e: Preparing 11:33:19 b175a05dd6fe: Preparing 11:33:19 56609fa202e9: Preparing 11:33:19 083f610b5a62: Preparing 11:33:19 4aeaa0e7d41f: Preparing 11:33:19 083f610b5a62: Waiting 11:33:19 4aeaa0e7d41f: Waiting 11:33:19 56609fa202e9: Layer already exists 11:33:19 b175a05dd6fe: Layer already exists 11:33:19 83e62b306f9e: Layer already exists 11:33:19 2b590f20d316: Layer already exists 11:33:19 5f5eaa500df2: Layer already exists 11:33:19 083f610b5a62: Layer already exists 11:33:19 4aeaa0e7d41f: Layer already exists 11:33:19 latest: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:19 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.68 11:33:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:33:20 2b590f20d316: Preparing 11:33:20 5f5eaa500df2: Preparing 11:33:20 83e62b306f9e: Preparing 11:33:20 b175a05dd6fe: Preparing 11:33:20 56609fa202e9: Preparing 11:33:20 083f610b5a62: Preparing 11:33:20 4aeaa0e7d41f: Preparing 11:33:20 083f610b5a62: Waiting 11:33:20 4aeaa0e7d41f: Waiting 11:33:20 2b590f20d316: Layer already exists 11:33:20 83e62b306f9e: Layer already exists 11:33:20 56609fa202e9: Layer already exists 11:33:20 b175a05dd6fe: Layer already exists 11:33:20 5f5eaa500df2: Layer already exists 11:33:20 083f610b5a62: Layer already exists 11:33:20 4aeaa0e7d41f: Layer already exists 11:33:20 3.2.0-dev.68: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:33:21 2b590f20d316: Preparing 11:33:21 5f5eaa500df2: Preparing 11:33:21 83e62b306f9e: Preparing 11:33:21 b175a05dd6fe: Preparing 11:33:21 56609fa202e9: Preparing 11:33:21 083f610b5a62: Preparing 11:33:21 4aeaa0e7d41f: Preparing 11:33:21 083f610b5a62: Waiting 11:33:21 4aeaa0e7d41f: Waiting 11:33:21 5f5eaa500df2: Layer already exists 11:33:21 56609fa202e9: Layer already exists 11:33:21 83e62b306f9e: Layer already exists 11:33:21 b175a05dd6fe: Layer already exists 11:33:21 2b590f20d316: Layer already exists 11:33:21 083f610b5a62: Layer already exists 11:33:21 4aeaa0e7d41f: Layer already exists 11:33:21 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:21 + 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 11:33:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 11:33:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:33:22 2b590f20d316: Preparing 11:33:22 5f5eaa500df2: Preparing 11:33:22 83e62b306f9e: Preparing 11:33:22 b175a05dd6fe: Preparing 11:33:22 56609fa202e9: Preparing 11:33:22 083f610b5a62: Preparing 11:33:22 4aeaa0e7d41f: Preparing 11:33:22 083f610b5a62: Waiting 11:33:22 4aeaa0e7d41f: Waiting 11:33:22 2b590f20d316: Layer already exists 11:33:22 b175a05dd6fe: Layer already exists 11:33:22 56609fa202e9: Layer already exists 11:33:22 5f5eaa500df2: Layer already exists 11:33:22 83e62b306f9e: Layer already exists 11:33:22 083f610b5a62: Layer already exists 11:33:22 4aeaa0e7d41f: Layer already exists 11:33:22 main: digest: sha256:692c9d3c9d0a22bc99c6cce6f3a0e182cdcd7cc5ea3a82fcc066d4377fd0bc02 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:33:22 ===================================================== [Pipeline] echo 11:33:22 taggedImages: 11:33:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:33:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.68 11:33:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:33:22 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 11:33:22 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:22 latest 11:33:22 3.2.0-dev.68 11:33:22 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:22 main 11:33:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:22 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:33:23 0016fe3f778b: Preparing 11:33:23 7de07ac25bb1: Preparing 11:33:23 aecb565fccb2: Preparing 11:33:23 83e62b306f9e: Preparing 11:33:23 b175a05dd6fe: Preparing 11:33:23 8808700d74cc: Preparing 11:33:23 c59c05237caa: Preparing 11:33:23 2f75509e1c02: Preparing 11:33:23 f1d99a93194a: Preparing 11:33:23 4aeaa0e7d41f: Preparing 11:33:23 c59c05237caa: Waiting 11:33:23 2f75509e1c02: Waiting 11:33:23 8808700d74cc: Waiting 11:33:23 4aeaa0e7d41f: Waiting 11:33:23 f1d99a93194a: Waiting 11:33:23 b175a05dd6fe: Layer already exists 11:33:23 83e62b306f9e: Layer already exists 11:33:23 aecb565fccb2: Pushed 11:33:23 7de07ac25bb1: Pushed 11:33:23 0016fe3f778b: Pushed 11:33:23 4aeaa0e7d41f: Layer already exists 11:33:23 2f75509e1c02: Pushed 11:33:24 f1d99a93194a: Pushed 11:33:36 c59c05237caa: Pushed 11:33:44 8808700d74cc: Pushed 11:33:45 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:45 + 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 11:33:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:33:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:33:45 0016fe3f778b: Preparing 11:33:45 7de07ac25bb1: Preparing 11:33:45 aecb565fccb2: Preparing 11:33:45 83e62b306f9e: Preparing 11:33:45 b175a05dd6fe: Preparing 11:33:45 8808700d74cc: Preparing 11:33:45 c59c05237caa: Preparing 11:33:45 2f75509e1c02: Preparing 11:33:45 f1d99a93194a: Preparing 11:33:45 4aeaa0e7d41f: Preparing 11:33:45 8808700d74cc: Waiting 11:33:45 c59c05237caa: Waiting 11:33:45 2f75509e1c02: Waiting 11:33:45 4aeaa0e7d41f: Waiting 11:33:45 f1d99a93194a: Waiting 11:33:45 0016fe3f778b: Layer already exists 11:33:45 83e62b306f9e: Layer already exists 11:33:45 b175a05dd6fe: Layer already exists 11:33:45 aecb565fccb2: Layer already exists 11:33:45 7de07ac25bb1: Layer already exists 11:33:45 8808700d74cc: Layer already exists 11:33:45 4aeaa0e7d41f: Layer already exists 11:33:45 2f75509e1c02: Layer already exists 11:33:45 c59c05237caa: Layer already exists 11:33:45 f1d99a93194a: Layer already exists 11:33:46 latest: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.68 11:33:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:33:46 0016fe3f778b: Preparing 11:33:46 7de07ac25bb1: Preparing 11:33:46 aecb565fccb2: Preparing 11:33:46 83e62b306f9e: Preparing 11:33:46 b175a05dd6fe: Preparing 11:33:46 8808700d74cc: Preparing 11:33:46 c59c05237caa: Preparing 11:33:46 2f75509e1c02: Preparing 11:33:46 f1d99a93194a: Preparing 11:33:46 4aeaa0e7d41f: Preparing 11:33:46 c59c05237caa: Waiting 11:33:46 2f75509e1c02: Waiting 11:33:46 4aeaa0e7d41f: Waiting 11:33:46 f1d99a93194a: Waiting 11:33:46 8808700d74cc: Waiting 11:33:46 83e62b306f9e: Layer already exists 11:33:46 0016fe3f778b: Layer already exists 11:33:46 b175a05dd6fe: Layer already exists 11:33:46 7de07ac25bb1: Layer already exists 11:33:46 aecb565fccb2: Layer already exists 11:33:46 2f75509e1c02: Layer already exists 11:33:46 8808700d74cc: Layer already exists 11:33:46 c59c05237caa: Layer already exists 11:33:46 f1d99a93194a: Layer already exists 11:33:46 4aeaa0e7d41f: Layer already exists 11:33:47 3.2.0-dev.68: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:33:48 0016fe3f778b: Preparing 11:33:48 7de07ac25bb1: Preparing 11:33:48 aecb565fccb2: Preparing 11:33:48 83e62b306f9e: Preparing 11:33:48 b175a05dd6fe: Preparing 11:33:48 8808700d74cc: Preparing 11:33:48 c59c05237caa: Preparing 11:33:48 2f75509e1c02: Preparing 11:33:48 f1d99a93194a: Preparing 11:33:48 4aeaa0e7d41f: Preparing 11:33:48 8808700d74cc: Waiting 11:33:48 c59c05237caa: Waiting 11:33:48 2f75509e1c02: Waiting 11:33:48 f1d99a93194a: Waiting 11:33:48 4aeaa0e7d41f: Waiting 11:33:48 7de07ac25bb1: Layer already exists 11:33:48 b175a05dd6fe: Layer already exists 11:33:48 83e62b306f9e: Layer already exists 11:33:48 0016fe3f778b: Layer already exists 11:33:48 aecb565fccb2: Layer already exists 11:33:48 8808700d74cc: Layer already exists 11:33:48 c59c05237caa: Layer already exists 11:33:48 f1d99a93194a: Layer already exists 11:33:48 2f75509e1c02: Layer already exists 11:33:48 4aeaa0e7d41f: Layer already exists 11:33:48 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:49 + 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 11:33:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 11:33:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:33:49 0016fe3f778b: Preparing 11:33:49 7de07ac25bb1: Preparing 11:33:49 aecb565fccb2: Preparing 11:33:49 83e62b306f9e: Preparing 11:33:49 b175a05dd6fe: Preparing 11:33:49 8808700d74cc: Preparing 11:33:49 c59c05237caa: Preparing 11:33:49 2f75509e1c02: Preparing 11:33:49 f1d99a93194a: Preparing 11:33:49 4aeaa0e7d41f: Preparing 11:33:49 c59c05237caa: Waiting 11:33:49 2f75509e1c02: Waiting 11:33:49 f1d99a93194a: Waiting 11:33:49 4aeaa0e7d41f: Waiting 11:33:49 8808700d74cc: Waiting 11:33:49 7de07ac25bb1: Layer already exists 11:33:49 b175a05dd6fe: Layer already exists 11:33:49 0016fe3f778b: Layer already exists 11:33:49 aecb565fccb2: Layer already exists 11:33:49 83e62b306f9e: Layer already exists 11:33:49 c59c05237caa: Layer already exists 11:33:49 8808700d74cc: Layer already exists 11:33:49 f1d99a93194a: Layer already exists 11:33:49 2f75509e1c02: Layer already exists 11:33:49 4aeaa0e7d41f: Layer already exists 11:33:49 main: digest: sha256:c562257e5446032eeeb72488f227b531bd06a515f6dee8de4bf9dbfbe2a147f3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:33:49 ===================================================== [Pipeline] echo 11:33:49 taggedImages: 11:33:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:33:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.68 11:33:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:33:49 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 11:33:49 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:49 latest 11:33:49 3.2.0-dev.68 11:33:49 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:33:49 main 11:33:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:50 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:33:50 80b22558fdde: Preparing 11:33:50 673f9f5c0a11: Preparing 11:33:50 99f658713a08: Preparing 11:33:50 83e62b306f9e: Preparing 11:33:50 b175a05dd6fe: Preparing 11:33:50 eac6a8978ca5: Preparing 11:33:50 54bfe1258f5a: Preparing 11:33:50 1e7733df717e: Preparing 11:33:50 4aeaa0e7d41f: Preparing 11:33:50 eac6a8978ca5: Waiting 11:33:50 54bfe1258f5a: Waiting 11:33:50 1e7733df717e: Waiting 11:33:50 4aeaa0e7d41f: Waiting 11:33:50 83e62b306f9e: Layer already exists 11:33:50 b175a05dd6fe: Layer already exists 11:33:50 99f658713a08: Pushed 11:33:50 673f9f5c0a11: Pushed 11:33:50 80b22558fdde: Pushed 11:33:50 4aeaa0e7d41f: Layer already exists 11:33:50 54bfe1258f5a: Pushed 11:33:51 1e7733df717e: Pushed 11:34:13 eac6a8978ca5: Pushed 11:34:13 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:13 + 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 11:34:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:34:14 80b22558fdde: Preparing 11:34:14 673f9f5c0a11: Preparing 11:34:14 99f658713a08: Preparing 11:34:14 83e62b306f9e: Preparing 11:34:14 b175a05dd6fe: Preparing 11:34:14 eac6a8978ca5: Preparing 11:34:14 54bfe1258f5a: Preparing 11:34:14 1e7733df717e: Preparing 11:34:14 4aeaa0e7d41f: Preparing 11:34:14 eac6a8978ca5: Waiting 11:34:14 54bfe1258f5a: Waiting 11:34:14 1e7733df717e: Waiting 11:34:14 4aeaa0e7d41f: Waiting 11:34:14 99f658713a08: Layer already exists 11:34:14 673f9f5c0a11: Layer already exists 11:34:14 80b22558fdde: Layer already exists 11:34:14 b175a05dd6fe: Layer already exists 11:34:14 83e62b306f9e: Layer already exists 11:34:14 eac6a8978ca5: Layer already exists 11:34:14 1e7733df717e: Layer already exists 11:34:14 54bfe1258f5a: Layer already exists 11:34:14 4aeaa0e7d41f: Layer already exists 11:34:14 latest: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:14 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.68 11:34:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:34:15 80b22558fdde: Preparing 11:34:15 673f9f5c0a11: Preparing 11:34:15 99f658713a08: Preparing 11:34:15 83e62b306f9e: Preparing 11:34:15 b175a05dd6fe: Preparing 11:34:15 eac6a8978ca5: Preparing 11:34:15 54bfe1258f5a: Preparing 11:34:15 1e7733df717e: Preparing 11:34:15 4aeaa0e7d41f: Preparing 11:34:15 54bfe1258f5a: Waiting 11:34:15 1e7733df717e: Waiting 11:34:15 eac6a8978ca5: Waiting 11:34:15 4aeaa0e7d41f: Waiting 11:34:15 673f9f5c0a11: Layer already exists 11:34:15 99f658713a08: Layer already exists 11:34:15 b175a05dd6fe: Layer already exists 11:34:15 80b22558fdde: Layer already exists 11:34:15 83e62b306f9e: Layer already exists 11:34:15 54bfe1258f5a: Layer already exists 11:34:15 eac6a8978ca5: Layer already exists 11:34:15 1e7733df717e: Layer already exists 11:34:15 4aeaa0e7d41f: Layer already exists 11:34:15 3.2.0-dev.68: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:15 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:34:16 80b22558fdde: Preparing 11:34:16 673f9f5c0a11: Preparing 11:34:16 99f658713a08: Preparing 11:34:16 83e62b306f9e: Preparing 11:34:16 b175a05dd6fe: Preparing 11:34:16 eac6a8978ca5: Preparing 11:34:16 54bfe1258f5a: Preparing 11:34:16 1e7733df717e: Preparing 11:34:16 4aeaa0e7d41f: Preparing 11:34:16 eac6a8978ca5: Waiting 11:34:16 54bfe1258f5a: Waiting 11:34:16 1e7733df717e: Waiting 11:34:16 4aeaa0e7d41f: Waiting 11:34:16 673f9f5c0a11: Layer already exists 11:34:16 83e62b306f9e: Layer already exists 11:34:16 b175a05dd6fe: Layer already exists 11:34:16 80b22558fdde: Layer already exists 11:34:16 99f658713a08: Layer already exists 11:34:16 1e7733df717e: Layer already exists 11:34:16 eac6a8978ca5: Layer already exists 11:34:16 54bfe1258f5a: Layer already exists 11:34:16 4aeaa0e7d41f: Layer already exists 11:34:16 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:16 + 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 11:34:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 11:34:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:34:17 80b22558fdde: Preparing 11:34:17 673f9f5c0a11: Preparing 11:34:17 99f658713a08: Preparing 11:34:17 83e62b306f9e: Preparing 11:34:17 b175a05dd6fe: Preparing 11:34:17 eac6a8978ca5: Preparing 11:34:17 54bfe1258f5a: Preparing 11:34:17 1e7733df717e: Preparing 11:34:17 4aeaa0e7d41f: Preparing 11:34:17 eac6a8978ca5: Waiting 11:34:17 54bfe1258f5a: Waiting 11:34:17 1e7733df717e: Waiting 11:34:17 4aeaa0e7d41f: Waiting 11:34:17 80b22558fdde: Layer already exists 11:34:17 83e62b306f9e: Layer already exists 11:34:17 b175a05dd6fe: Layer already exists 11:34:17 54bfe1258f5a: Layer already exists 11:34:17 eac6a8978ca5: Layer already exists 11:34:17 673f9f5c0a11: Layer already exists 11:34:17 99f658713a08: Layer already exists 11:34:17 1e7733df717e: Layer already exists 11:34:17 4aeaa0e7d41f: Layer already exists 11:34:17 main: digest: sha256:626f44ee771cd00f9bd90b87a688ee3ec4058fedc0acf2be3588bf554209190b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:34:17 ===================================================== [Pipeline] echo 11:34:17 taggedImages: 11:34:17 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:34:17 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:34:17 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.68 11:34:17 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:34:17 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:34:17 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 11:34:17 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:34:17 latest 11:34:17 3.2.0-dev.68 11:34:17 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:34:17 main 11:34:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:17 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:34:18 093c875c2d94: Preparing 11:34:18 1ba846cecf41: Preparing 11:34:18 34be9f51dcb7: Preparing 11:34:18 83e62b306f9e: Preparing 11:34:18 b175a05dd6fe: Preparing 11:34:18 0a773a166767: Preparing 11:34:18 2f75509e1c02: Preparing 11:34:18 f1d99a93194a: Preparing 11:34:18 4aeaa0e7d41f: Preparing 11:34:18 2f75509e1c02: Waiting 11:34:18 f1d99a93194a: Waiting 11:34:18 4aeaa0e7d41f: Waiting 11:34:18 0a773a166767: Waiting 11:34:18 b175a05dd6fe: Layer already exists 11:34:18 83e62b306f9e: Layer already exists 11:34:18 2f75509e1c02: Layer already exists 11:34:18 f1d99a93194a: Layer already exists 11:34:18 34be9f51dcb7: Pushed 11:34:18 093c875c2d94: Pushed 11:34:18 1ba846cecf41: Pushed 11:34:18 4aeaa0e7d41f: Layer already exists 11:34:40 0a773a166767: Pushed 11:34:40 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34: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 11:34:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:34:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:34:41 093c875c2d94: Preparing 11:34:41 1ba846cecf41: Preparing 11:34:41 34be9f51dcb7: Preparing 11:34:41 83e62b306f9e: Preparing 11:34:41 b175a05dd6fe: Preparing 11:34:41 0a773a166767: Preparing 11:34:41 2f75509e1c02: Preparing 11:34:41 f1d99a93194a: Preparing 11:34:41 4aeaa0e7d41f: Preparing 11:34:41 0a773a166767: Waiting 11:34:41 2f75509e1c02: Waiting 11:34:41 f1d99a93194a: Waiting 11:34:41 4aeaa0e7d41f: Waiting 11:34:41 1ba846cecf41: Layer already exists 11:34:41 093c875c2d94: Layer already exists 11:34:41 83e62b306f9e: Layer already exists 11:34:41 34be9f51dcb7: Layer already exists 11:34:41 b175a05dd6fe: Layer already exists 11:34:41 f1d99a93194a: Layer already exists 11:34:41 2f75509e1c02: Layer already exists 11:34:41 0a773a166767: Layer already exists 11:34:41 4aeaa0e7d41f: Layer already exists 11:34:41 latest: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.68 11:34:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:34:42 093c875c2d94: Preparing 11:34:42 1ba846cecf41: Preparing 11:34:42 34be9f51dcb7: Preparing 11:34:42 83e62b306f9e: Preparing 11:34:42 b175a05dd6fe: Preparing 11:34:42 0a773a166767: Preparing 11:34:42 2f75509e1c02: Preparing 11:34:42 f1d99a93194a: Preparing 11:34:42 4aeaa0e7d41f: Preparing 11:34:42 2f75509e1c02: Waiting 11:34:42 f1d99a93194a: Waiting 11:34:42 0a773a166767: Waiting 11:34:42 4aeaa0e7d41f: Waiting 11:34:42 093c875c2d94: Layer already exists 11:34:42 34be9f51dcb7: Layer already exists 11:34:42 1ba846cecf41: Layer already exists 11:34:42 83e62b306f9e: Layer already exists 11:34:42 b175a05dd6fe: Layer already exists 11:34:42 0a773a166767: Layer already exists 11:34:42 f1d99a93194a: Layer already exists 11:34:42 2f75509e1c02: Layer already exists 11:34:42 4aeaa0e7d41f: Layer already exists 11:34:42 3.2.0-dev.68: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:42 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:34:43 093c875c2d94: Preparing 11:34:43 1ba846cecf41: Preparing 11:34:43 34be9f51dcb7: Preparing 11:34:43 83e62b306f9e: Preparing 11:34:43 b175a05dd6fe: Preparing 11:34:43 0a773a166767: Preparing 11:34:43 2f75509e1c02: Preparing 11:34:43 f1d99a93194a: Preparing 11:34:43 4aeaa0e7d41f: Preparing 11:34:43 0a773a166767: Waiting 11:34:43 f1d99a93194a: Waiting 11:34:43 4aeaa0e7d41f: Waiting 11:34:43 2f75509e1c02: Waiting 11:34:43 1ba846cecf41: Layer already exists 11:34:43 093c875c2d94: Layer already exists 11:34:43 34be9f51dcb7: Layer already exists 11:34:43 b175a05dd6fe: Layer already exists 11:34:43 83e62b306f9e: Layer already exists 11:34:43 f1d99a93194a: Layer already exists 11:34:43 2f75509e1c02: Layer already exists 11:34:43 0a773a166767: Layer already exists 11:34:43 4aeaa0e7d41f: Layer already exists 11:34:43 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:43 + 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 11:34:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 11:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:34:44 093c875c2d94: Preparing 11:34:44 1ba846cecf41: Preparing 11:34:44 34be9f51dcb7: Preparing 11:34:44 83e62b306f9e: Preparing 11:34:44 b175a05dd6fe: Preparing 11:34:44 0a773a166767: Preparing 11:34:44 2f75509e1c02: Preparing 11:34:44 f1d99a93194a: Preparing 11:34:44 4aeaa0e7d41f: Preparing 11:34:44 0a773a166767: Waiting 11:34:44 2f75509e1c02: Waiting 11:34:44 4aeaa0e7d41f: Waiting 11:34:44 f1d99a93194a: Waiting 11:34:44 b175a05dd6fe: Layer already exists 11:34:44 093c875c2d94: Layer already exists 11:34:44 83e62b306f9e: Layer already exists 11:34:44 1ba846cecf41: Layer already exists 11:34:44 34be9f51dcb7: Layer already exists 11:34:44 0a773a166767: Layer already exists 11:34:44 f1d99a93194a: Layer already exists 11:34:44 2f75509e1c02: Layer already exists 11:34:44 4aeaa0e7d41f: Layer already exists 11:34:44 main: digest: sha256:a3ea0c14f9e306b0b42fdd8024a4b7bb15a1343e4da6c16c13aefd25ab0710f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:34:44 ===================================================== [Pipeline] echo 11:34:44 taggedImages: 11:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.68 11:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:34:44 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 11:34:44 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:34:44 latest 11:34:44 3.2.0-dev.68 11:34:44 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:34:44 main 11:34:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:44 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:45 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:34:45 76f3930f43fe: Preparing 11:34:45 7c6dcaec53c1: Preparing 11:34:45 83e62b306f9e: Preparing 11:34:45 b175a05dd6fe: Preparing 11:34:45 964394a439f8: Preparing 11:34:45 c0d2324d61b8: Preparing 11:34:45 4aeaa0e7d41f: Preparing 11:34:45 c0d2324d61b8: Waiting 11:34:45 4aeaa0e7d41f: Waiting 11:34:45 b175a05dd6fe: Layer already exists 11:34:45 83e62b306f9e: Layer already exists 11:34:45 4aeaa0e7d41f: Layer already exists 11:34:45 964394a439f8: Pushed 11:34:45 76f3930f43fe: Pushed 11:34:46 c0d2324d61b8: Pushed 11:34:53 7c6dcaec53c1: Pushed 11:34:53 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:53 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:54 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 11:34:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:34:54 76f3930f43fe: Preparing 11:34:54 7c6dcaec53c1: Preparing 11:34:54 83e62b306f9e: Preparing 11:34:54 b175a05dd6fe: Preparing 11:34:54 964394a439f8: Preparing 11:34:54 c0d2324d61b8: Preparing 11:34:54 4aeaa0e7d41f: Preparing 11:34:54 4aeaa0e7d41f: Waiting 11:34:54 7c6dcaec53c1: Layer already exists 11:34:54 83e62b306f9e: Layer already exists 11:34:54 b175a05dd6fe: Layer already exists 11:34:54 964394a439f8: Layer already exists 11:34:54 76f3930f43fe: Layer already exists 11:34:54 c0d2324d61b8: Layer already exists 11:34:54 4aeaa0e7d41f: Layer already exists 11:34:54 latest: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:54 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:55 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.68 11:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:34:55 76f3930f43fe: Preparing 11:34:55 7c6dcaec53c1: Preparing 11:34:55 83e62b306f9e: Preparing 11:34:55 b175a05dd6fe: Preparing 11:34:55 964394a439f8: Preparing 11:34:55 c0d2324d61b8: Preparing 11:34:55 4aeaa0e7d41f: Preparing 11:34:55 c0d2324d61b8: Waiting 11:34:55 4aeaa0e7d41f: Waiting 11:34:55 83e62b306f9e: Layer already exists 11:34:55 76f3930f43fe: Layer already exists 11:34:55 7c6dcaec53c1: Layer already exists 11:34:55 b175a05dd6fe: Layer already exists 11:34:55 964394a439f8: Layer already exists 11:34:55 c0d2324d61b8: Layer already exists 11:34:55 4aeaa0e7d41f: Layer already exists 11:34:55 3.2.0-dev.68: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:55 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:56 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:34:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:34:56 76f3930f43fe: Preparing 11:34:56 7c6dcaec53c1: Preparing 11:34:56 83e62b306f9e: Preparing 11:34:56 b175a05dd6fe: Preparing 11:34:56 964394a439f8: Preparing 11:34:56 c0d2324d61b8: Preparing 11:34:56 4aeaa0e7d41f: Preparing 11:34:56 c0d2324d61b8: Waiting 11:34:56 4aeaa0e7d41f: Waiting 11:34:56 76f3930f43fe: Layer already exists 11:34:56 964394a439f8: Layer already exists 11:34:56 b175a05dd6fe: Layer already exists 11:34:56 7c6dcaec53c1: Layer already exists 11:34:56 83e62b306f9e: Layer already exists 11:34:56 c0d2324d61b8: Layer already exists 11:34:56 4aeaa0e7d41f: Layer already exists 11:34:56 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:56 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:57 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 11:34:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 11:34:57 76f3930f43fe: Preparing 11:34:57 7c6dcaec53c1: Preparing 11:34:57 83e62b306f9e: Preparing 11:34:57 b175a05dd6fe: Preparing 11:34:57 964394a439f8: Preparing 11:34:57 c0d2324d61b8: Preparing 11:34:57 4aeaa0e7d41f: Preparing 11:34:57 c0d2324d61b8: Waiting 11:34:57 4aeaa0e7d41f: Waiting 11:34:57 b175a05dd6fe: Layer already exists 11:34:57 7c6dcaec53c1: Layer already exists 11:34:57 76f3930f43fe: Layer already exists 11:34:57 964394a439f8: Layer already exists 11:34:57 83e62b306f9e: Layer already exists 11:34:57 4aeaa0e7d41f: Layer already exists 11:34:57 c0d2324d61b8: Layer already exists 11:34:57 main: digest: sha256:77863a39e54074ddda68f70705500eb977e6e7770cb5b00bed4f92766074dea6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:34:57 ===================================================== [Pipeline] echo 11:34:57 taggedImages: 11:34:57 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:34:57 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 11:34:57 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.68 11:34:57 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:34:57 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 11:34:57 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 11:34:57 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:34:57 latest 11:34:57 3.2.0-dev.68 11:34:57 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:34:57 main 11:34:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:34:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:34:58 8f14c59d974b: Preparing 11:34:58 067caea0042a: Preparing 11:34:58 83e62b306f9e: Preparing 11:34:58 b175a05dd6fe: Preparing 11:34:58 4617a349d11b: Preparing 11:34:58 3e6923b118fe: Preparing 11:34:58 4aeaa0e7d41f: Preparing 11:34:58 3e6923b118fe: Waiting 11:34:58 4aeaa0e7d41f: Waiting 11:34:58 b175a05dd6fe: Layer already exists 11:34:58 83e62b306f9e: Layer already exists 11:34:58 4aeaa0e7d41f: Layer already exists 11:34:58 8f14c59d974b: Pushed 11:34:58 4617a349d11b: Pushed 11:34:58 3e6923b118fe: Pushed 11:35:05 067caea0042a: Pushed 11:35:05 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:05 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:35:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:35:06 8f14c59d974b: Preparing 11:35:06 067caea0042a: Preparing 11:35:06 83e62b306f9e: Preparing 11:35:06 b175a05dd6fe: Preparing 11:35:06 4617a349d11b: Preparing 11:35:06 3e6923b118fe: Preparing 11:35:06 4aeaa0e7d41f: Preparing 11:35:06 3e6923b118fe: Waiting 11:35:06 4aeaa0e7d41f: Waiting 11:35:06 4617a349d11b: Layer already exists 11:35:06 b175a05dd6fe: Layer already exists 11:35:06 83e62b306f9e: Layer already exists 11:35:06 8f14c59d974b: Layer already exists 11:35:06 067caea0042a: Layer already exists 11:35:06 3e6923b118fe: Layer already exists 11:35:06 4aeaa0e7d41f: Layer already exists 11:35:06 latest: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.68 11:35:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:35:07 8f14c59d974b: Preparing 11:35:07 067caea0042a: Preparing 11:35:07 83e62b306f9e: Preparing 11:35:07 b175a05dd6fe: Preparing 11:35:07 4617a349d11b: Preparing 11:35:07 3e6923b118fe: Preparing 11:35:07 4aeaa0e7d41f: Preparing 11:35:07 3e6923b118fe: Waiting 11:35:07 4aeaa0e7d41f: Waiting 11:35:07 83e62b306f9e: Layer already exists 11:35:07 8f14c59d974b: Layer already exists 11:35:07 4617a349d11b: Layer already exists 11:35:07 067caea0042a: Layer already exists 11:35:07 b175a05dd6fe: Layer already exists 11:35:07 3e6923b118fe: Layer already exists 11:35:07 4aeaa0e7d41f: Layer already exists 11:35:07 3.2.0-dev.68: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:35:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:35:08 8f14c59d974b: Preparing 11:35:08 067caea0042a: Preparing 11:35:08 83e62b306f9e: Preparing 11:35:08 b175a05dd6fe: Preparing 11:35:08 4617a349d11b: Preparing 11:35:08 3e6923b118fe: Preparing 11:35:08 4aeaa0e7d41f: Preparing 11:35:08 3e6923b118fe: Waiting 11:35:08 4aeaa0e7d41f: Waiting 11:35:08 8f14c59d974b: Layer already exists 11:35:08 b175a05dd6fe: Layer already exists 11:35:08 83e62b306f9e: Layer already exists 11:35:08 067caea0042a: Layer already exists 11:35:08 4617a349d11b: Layer already exists 11:35:08 3e6923b118fe: Layer already exists 11:35:08 4aeaa0e7d41f: Layer already exists 11:35:08 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:08 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 11:35:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:35:09 8f14c59d974b: Preparing 11:35:09 067caea0042a: Preparing 11:35:09 83e62b306f9e: Preparing 11:35:09 b175a05dd6fe: Preparing 11:35:09 4617a349d11b: Preparing 11:35:09 3e6923b118fe: Preparing 11:35:09 4aeaa0e7d41f: Preparing 11:35:09 3e6923b118fe: Waiting 11:35:09 4aeaa0e7d41f: Waiting 11:35:09 8f14c59d974b: Layer already exists 11:35:09 067caea0042a: Layer already exists 11:35:09 83e62b306f9e: Layer already exists 11:35:09 4617a349d11b: Layer already exists 11:35:09 b175a05dd6fe: Layer already exists 11:35:09 3e6923b118fe: Layer already exists 11:35:09 4aeaa0e7d41f: Layer already exists 11:35:09 main: digest: sha256:e262b3aa7405abb0426a8b9796c6769984c62ae35ae1ceb13f290cc36bb105d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:35:09 ===================================================== [Pipeline] echo 11:35:09 taggedImages: 11:35:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:35:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:35:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.68 11:35:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:35:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:35:09 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 11:35:09 489770a83fbc98f336c86b0914a62f33e4a7a33e 11:35:09 latest 11:35:09 3.2.0-dev.68 11:35:09 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:35:09 main 11:35:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:35:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:35:10 db5ade4e5370: Preparing 11:35:10 4613f59acd97: Preparing 11:35:10 83e62b306f9e: Preparing 11:35:10 b175a05dd6fe: Preparing 11:35:10 8a99a809bcc8: Preparing 11:35:10 c2c82d9c9de5: Preparing 11:35:10 4aeaa0e7d41f: Preparing 11:35:10 4aeaa0e7d41f: Waiting 11:35:10 c2c82d9c9de5: Waiting 11:35:10 b175a05dd6fe: Layer already exists 11:35:10 8a99a809bcc8: Layer already exists 11:35:10 83e62b306f9e: Layer already exists 11:35:10 c2c82d9c9de5: Layer already exists 11:35:10 4aeaa0e7d41f: Layer already exists 11:35:10 db5ade4e5370: Pushed 11:35:19 4613f59acd97: Pushed 11:35:19 489770a83fbc98f336c86b0914a62f33e4a7a33e: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:35:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:35:20 db5ade4e5370: Preparing 11:35:20 4613f59acd97: Preparing 11:35:20 83e62b306f9e: Preparing 11:35:20 b175a05dd6fe: Preparing 11:35:20 8a99a809bcc8: Preparing 11:35:20 c2c82d9c9de5: Preparing 11:35:20 4aeaa0e7d41f: Preparing 11:35:20 c2c82d9c9de5: Waiting 11:35:20 4aeaa0e7d41f: Waiting 11:35:20 83e62b306f9e: Layer already exists 11:35:20 db5ade4e5370: Layer already exists 11:35:20 4613f59acd97: Layer already exists 11:35:20 b175a05dd6fe: Layer already exists 11:35:20 8a99a809bcc8: Layer already exists 11:35:20 c2c82d9c9de5: Layer already exists 11:35:20 4aeaa0e7d41f: Layer already exists 11:35:20 latest: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.68 11:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:35:21 db5ade4e5370: Preparing 11:35:21 4613f59acd97: Preparing 11:35:21 83e62b306f9e: Preparing 11:35:21 b175a05dd6fe: Preparing 11:35:21 8a99a809bcc8: Preparing 11:35:21 c2c82d9c9de5: Preparing 11:35:21 4aeaa0e7d41f: Preparing 11:35:21 c2c82d9c9de5: Waiting 11:35:21 4aeaa0e7d41f: Waiting 11:35:21 4613f59acd97: Layer already exists 11:35:21 db5ade4e5370: Layer already exists 11:35:21 b175a05dd6fe: Layer already exists 11:35:21 83e62b306f9e: Layer already exists 11:35:21 8a99a809bcc8: Layer already exists 11:35:21 c2c82d9c9de5: Layer already exists 11:35:21 4aeaa0e7d41f: Layer already exists 11:35:21 3.2.0-dev.68: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:22 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:35:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:35:22 db5ade4e5370: Preparing 11:35:22 4613f59acd97: Preparing 11:35:22 83e62b306f9e: Preparing 11:35:22 b175a05dd6fe: Preparing 11:35:22 8a99a809bcc8: Preparing 11:35:22 c2c82d9c9de5: Preparing 11:35:22 4aeaa0e7d41f: Preparing 11:35:22 c2c82d9c9de5: Waiting 11:35:22 4aeaa0e7d41f: Waiting 11:35:22 8a99a809bcc8: Layer already exists 11:35:22 b175a05dd6fe: Layer already exists 11:35:22 83e62b306f9e: Layer already exists 11:35:22 db5ade4e5370: Layer already exists 11:35:22 4613f59acd97: Layer already exists 11:35:22 c2c82d9c9de5: Layer already exists 11:35:22 4aeaa0e7d41f: Layer already exists 11:35:22 489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:23 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 11:35:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:35:23 db5ade4e5370: Preparing 11:35:23 4613f59acd97: Preparing 11:35:23 83e62b306f9e: Preparing 11:35:23 b175a05dd6fe: Preparing 11:35:23 8a99a809bcc8: Preparing 11:35:23 c2c82d9c9de5: Preparing 11:35:23 4aeaa0e7d41f: Preparing 11:35:23 4aeaa0e7d41f: Waiting 11:35:23 c2c82d9c9de5: Waiting 11:35:23 83e62b306f9e: Layer already exists 11:35:23 8a99a809bcc8: Layer already exists 11:35:23 db5ade4e5370: Layer already exists 11:35:23 4613f59acd97: Layer already exists 11:35:23 b175a05dd6fe: Layer already exists 11:35:23 c2c82d9c9de5: Layer already exists 11:35:23 4aeaa0e7d41f: Layer already exists 11:35:23 main: digest: sha256:8f0c511a703c1a26071443f8449e1ad068e3f40ef08a9efbd5a41261646cb7ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:35:23 ===================================================== [Pipeline] echo 11:35:23 taggedImages: 11:35:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e 11:35:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:35:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.68 11:35:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:489770a83fbc98f336c86b0914a62f33e4a7a33e-3.2.0-dev.68 11:35:23 - 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 11:35:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:35:24 11:35:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:35:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:35:24 arm64: Pulling from edgex-lftools-log-publisher 11:35:24 8998bd30e6a1: Pulling fs layer 11:35:24 04944245beec: Pulling fs layer 11:35:24 699f458cf7ca: Pulling fs layer 11:35:24 765212b225bb: Pulling fs layer 11:35:24 f23df028b6ca: Pulling fs layer 11:35:24 d65c8cfc05b1: Pulling fs layer 11:35:24 2437ff75d9bd: Pulling fs layer 11:35:24 d65c8cfc05b1: Waiting 11:35:24 2437ff75d9bd: Waiting 11:35:24 765212b225bb: Waiting 11:35:24 04944245beec: Verifying Checksum 11:35:24 04944245beec: Download complete 11:35:24 765212b225bb: Verifying Checksum 11:35:24 765212b225bb: Download complete 11:35:24 f23df028b6ca: Download complete 11:35:24 d65c8cfc05b1: Verifying Checksum 11:35:24 d65c8cfc05b1: Download complete 11:35:25 699f458cf7ca: Verifying Checksum 11:35:25 699f458cf7ca: Download complete 11:35:25 8998bd30e6a1: Verifying Checksum 11:35:25 8998bd30e6a1: Download complete 11:35:27 2437ff75d9bd: Verifying Checksum 11:35:27 2437ff75d9bd: Download complete 11:35:30 8998bd30e6a1: Pull complete 11:35:30 04944245beec: Pull complete 11:35:31 699f458cf7ca: Pull complete 11:35:32 765212b225bb: Pull complete 11:35:33 f23df028b6ca: Pull complete 11:35:33 d65c8cfc05b1: Pull complete 11:35:51 2437ff75d9bd: Pull complete 11:35:51 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:35:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:35:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:35:51 prd-ubuntu20.04-docker-arm64-4c-16g-9844 does not seem to be running inside a container 11:35:51 $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:35:54 $ docker top c90164c37f9fe14abd21316a8319a99177f89301c73370f24f85bae90ca72b77 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:35:55 ---> job-cost.sh 11:35:55 lf-activate-venv: SKIPPING 11:35:55 INFO: No Stack... 11:35:56 INFO: Retrieving Pricing Info for: v3-standard-4 11:35:57 INFO: Archiving Costs [Pipeline] sh 11:35:57 + cat /w/workspace/edgex-go/689/archives/cost.csv 11:35:57 + cut -d, -f6 [Pipeline] lock 11:35:57 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-689-stack-cost] 11:35:57 Resource [jenkins-edgexfoundry-edgex-go-main-689-stack-cost] did not exist. Created. 11:35:57 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-689-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:35:58 + echo total: 0.10999999940395355 [Pipeline] stash 11:35:58 Stashed 1 file(s) [Pipeline] } 11:35:59 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-689-stack-cost] [Pipeline] // lock [Pipeline] } 11:35:59 $ docker stop --time=1 c90164c37f9fe14abd21316a8319a99177f89301c73370f24f85bae90ca72b77 11:36:01 $ docker rm -f --volumes c90164c37f9fe14abd21316a8319a99177f89301c73370f24f85bae90ca72b77 [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 11:36:01 provisioning config files... 11:36:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/689@tmp/config10691583192135361817tmp [Pipeline] { [Pipeline] sh 11:36:01 + set +x 11:36:01 + curl -s https://codecov.io/bash 11:36:01 + bash -s -- 11:36:01 11:36:01 _____ _ 11:36:01 / ____| | | 11:36:01 | | ___ __| | ___ ___ _____ __ 11:36:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:36:01 | |___| (_) | (_| | __/ (_| (_) \ V / 11:36:01 \_____\___/ \__,_|\___|\___\___/ \_/ 11:36:01 Bash-1.0.6 11:36:01 11:36:01 11:36:01 ==> git version 2.25.1 found 11:36:01 ==> 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 11:36:01 Release-Date: 2020-01-08 11:36:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:36:01 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:36:01 ==> Jenkins CI detected. 11:36:01 current dir:  /w/workspace/edgex-go/689 11:36:01 project root: . 11:36:01 --> token set from env 11:36:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:36:01 ==> Running gcov in . (disable via -X gcov) 11:36:01 ==> Python coveragepy not found 11:36:01 ==> Searching for coverage reports in: 11:36:01 + . 11:36:02 -> Found 1 reports 11:36:02 ==> Detecting git/mercurial file structure 11:36:02 ==> Reading reports 11:36:02 + ./coverage.out bytes=545683 11:36:02 ==> Appending adjustments 11:36:02 https://docs.codecov.io/docs/fixing-reports 11:36:03 + Found adjustments 11:36:03 ==> Gzipping contents 11:36:03 68K /tmp/codecov.6lKeZu.gz 11:36:03 ==> Uploading reports 11:36:03 url: https://codecov.io 11:36:03 query: branch=main&commit=489770a83fbc98f336c86b0914a62f33e4a7a33e&build=689&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F689%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:36:03 -> Pinging Codecov 11:36:03 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=489770a83fbc98f336c86b0914a62f33e4a7a33e&build=689&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F689%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:36:03 -> Uploading to 11:36:03 https://storage.googleapis.com/codecov/v4/raw/2024-09-09/00271124DB129430A58F1EEE437C3FCB/489770a83fbc98f336c86b0914a62f33e4a7a33e/b00cc4b6-c056-4391-9de1-17c7c99a1f55.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240909%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240909T113603Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3d0b8bf73384df6b1e3fac63fab6c229c581591b259d4294b3882963a2116c25 11:36:03 % Total % Received % Xferd Average Speed Time Time Time Current 11:36:03 Dload Upload Total Spent Left Speed 11:36:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68183 0 0 100 68183 0 238k --:--:-- --:--:-- --:--:-- 238k 11:36:03 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/489770a83fbc98f336c86b0914a62f33e4a7a33e [Pipeline] } 11:36:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:36:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:36:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:36:04 11:36:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:36:04 latest: Pulling from edgex-devops/edgex-snyk-go 11:36:04 619be1103602: Already exists 11:36:04 f8ea3408117e: Pulling fs layer 11:36:04 91320369b822: Pulling fs layer 11:36:04 0406650e8295: Pulling fs layer 11:36:04 4f4fb700ef54: Pulling fs layer 11:36:04 96d80e3f36e1: Pulling fs layer 11:36:04 bcf3aedb951c: Pulling fs layer 11:36:04 bcf3aedb951c: Waiting 11:36:04 4f4fb700ef54: Waiting 11:36:04 96d80e3f36e1: Waiting 11:36:04 0406650e8295: Verifying Checksum 11:36:04 0406650e8295: Download complete 11:36:04 f8ea3408117e: Verifying Checksum 11:36:04 f8ea3408117e: Download complete 11:36:04 4f4fb700ef54: Verifying Checksum 11:36:04 4f4fb700ef54: Download complete 11:36:04 f8ea3408117e: Pull complete 11:36:04 96d80e3f36e1: Verifying Checksum 11:36:04 96d80e3f36e1: Download complete 11:36:05 91320369b822: Download complete 11:36:05 bcf3aedb951c: Verifying Checksum 11:36:05 bcf3aedb951c: Download complete 11:36:08 91320369b822: Pull complete 11:36:08 0406650e8295: Pull complete 11:36:08 4f4fb700ef54: Pull complete 11:36:08 96d80e3f36e1: Pull complete 11:36:11 bcf3aedb951c: Pull complete 11:36:11 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 11:36:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:36:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:36:11 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 11:36:11 $ 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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:36:15 $ docker top bc0d9daa82472273eac13b0109797138aca7464e438473941ec520cf028a8d79 -eo pid,comm [Pipeline] { [Pipeline] sh 11:36:15 + git config --global --add safe.directory /w/workspace/edgex-go/689 [Pipeline] echo 11:36:15 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 11:36:15 + set -o pipefail 11:36:15 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 11:36:24 11:36:24 Monitoring /w/workspace/edgex-go/689 (github.com/edgexfoundry/edgex-go)... 11:36:24 11:36:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/15d946d4-10bc-478c-b6f1-05ea35b0a3db 11:36:24 11:36:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:36:24 11:36:24 11:36:24 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 11:36:24 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:36:24 $ docker stop --time=1 bc0d9daa82472273eac13b0109797138aca7464e438473941ec520cf028a8d79 11:36:28 $ docker rm -f --volumes bc0d9daa82472273eac13b0109797138aca7464e438473941ec520cf028a8d79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 11:36:29 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:36:29 provisioning config files... 11:36:29 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/689@tmp/config18114779852972620903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:36:29 --> edgex-publish-swagger.sh 11:36:29 === Publish openapi/v3 API === 11:36:29 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 11:36:29 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/689/openapi/v3/core-command.yaml] 11:36:29 % Total % Received % Xferd Average Speed Time Time Time Current 11:36:29 Dload Upload Total Spent Left Speed 11:36:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 70956 --:--:-- --:--:-- --:--:-- 70956 11:36:30 11:36:30 11:36:30 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/689/openapi/v3/core-data.yaml] 11:36:30 % Total % Received % Xferd Average Speed Time Time Time Current 11:36:30 Dload Upload Total Spent Left Speed 11:36:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 91 72043 0 0 91 65535 0 1103k --:--:-- --:--:-- --:--:-- 1084k 100 72043 0 0 100 72043 0 179k --:--:-- --:--:-- --:--:-- 178k 11:36:30 11:36:30 11:36:30 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/689/openapi/v3/core-keeper.yaml] 11:36:30 % Total % Received % Xferd Average Speed Time Time Time Current 11:36:30 Dload Upload Total Spent Left Speed 11:36:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 268 130k --:--:-- --:--:-- --:--:-- 130k 11:36:30 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:36:30 11:36:30 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/689/openapi/v3/core-metadata.yaml] 11:36:30 % Total % Received % Xferd Average Speed Time Time Time Current 11:36:30 Dload Upload Total Spent Left Speed 11:36:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 407 388k --:--:-- --:--:-- --:--:-- 389k 11:36:31 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 11:36:31 11:36:31 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/689/openapi/v3/support-cron-scheduler.yaml] 11:36:31 % Total % Received % Xferd Average Speed Time Time Time Current 11:36:31 Dload Upload Total Spent Left Speed 11:36:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46921 100 66 100 46855 278 193k --:--:-- --:--:-- --:--:-- 193k 11:36:31 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:36:31 11:36:31 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/689/openapi/v3/support-notifications.yaml] 11:36:31 % Total % Received % Xferd Average Speed Time Time Time Current 11:36:31 Dload Upload Total Spent Left Speed 11:36:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 464 253k --:--:-- --:--:-- --:--:-- 254k 11:36:31 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 11:36:31 11:36:31 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/689/openapi/v3/support-scheduler.yaml] 11:36:31 % Total % Received % Xferd Average Speed Time Time Time Current 11:36:31 Dload Upload Total Spent Left Speed 11:36:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 498 115k --:--:-- --:--:-- --:--:-- 115k 11:36:32 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 11:36:32 [Pipeline] } 11:36:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 11:36:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:36:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:36:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:36:33 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 11:36:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:36:33 $ docker top 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:36:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:36:33 [ssh-agent] Looking for ssh-agent implementation... 11:36:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:36:33 $ docker exec 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 ssh-agent 11:36:33 SSH_AUTH_SOCK=/tmp/ssh-r5cTUbvY5dAX/agent.33 11:36:33 SSH_AGENT_PID=39 11:36:33 Running ssh-add (command line suppressed) 11:36:33 Identity added: /w/workspace/edgex-go/689@tmp/private_key_1776645224192140218.key (/w/workspace/edgex-go/689@tmp/private_key_1776645224192140218.key) 11:36:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:36:34 + git semver tag 11:36:34 2024-09-09 11:36:34,389 [run_tag] DEBUG tag force:False 11:36:34 2024-09-09 11:36:34,389 [check_head_tag] DEBUG check head tag 11:36:34 2024-09-09 11:36:34,391 [execute] INFO git cat-file --batch-check 11:36:34 2024-09-09 11:36:34,391 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=) 11:36:34 2024-09-09 11:36:34,394 [execute] INFO git cat-file --batch 11:36:34 2024-09-09 11:36:34,394 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=) 11:36:34 2024-09-09 11:36:34,435 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main 11:36:34 2024-09-09 11:36:34,435 [execute] INFO git tag -a v3.2.0-dev.68 -m v3.2.0-dev.68 11:36:34 2024-09-09 11:36:34,435 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.68', '-m', 'v3.2.0-dev.68'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=None) 11:36:34 2024-09-09 11:36:34,439 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main 11:36:34 3.2.0-dev.68 [Pipeline] } 11:36:34 $ docker exec --env ******** --env ******** 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 ssh-agent -k 11:36:34 unset SSH_AUTH_SOCK; 11:36:34 unset SSH_AGENT_PID; 11:36:34 echo Agent pid 39 killed; 11:36:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:36:34 + git semver [Pipeline] } 11:36:35 $ docker stop --time=1 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 11:36:36 $ docker rm -f --volumes 139fe1bf5acf5ea621572c0b4bfd71d436368281ff966a9b30cc0835936738f8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:36:36 11:36:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:36:37 0.23.1-centos7: Pulling from edgex-lftools 11:36:37 ab5ef0e58194: Pulling fs layer 11:36:37 9712f1f96733: Pulling fs layer 11:36:37 63f879dbbcfc: Pulling fs layer 11:36:37 0d9ebad4ef96: Pulling fs layer 11:36:37 e9a5061849ea: Pulling fs layer 11:36:37 d747dcd14b5f: Pulling fs layer 11:36:37 2de7ff778b66: Pulling fs layer 11:36:37 e9a5061849ea: Waiting 11:36:37 d747dcd14b5f: Waiting 11:36:37 2de7ff778b66: Waiting 11:36:37 0d9ebad4ef96: Waiting 11:36:37 9712f1f96733: Verifying Checksum 11:36:37 9712f1f96733: Download complete 11:36:37 63f879dbbcfc: Verifying Checksum 11:36:37 63f879dbbcfc: Download complete 11:36:37 e9a5061849ea: Verifying Checksum 11:36:37 e9a5061849ea: Download complete 11:36:37 d747dcd14b5f: Verifying Checksum 11:36:37 d747dcd14b5f: Download complete 11:36:37 0d9ebad4ef96: Verifying Checksum 11:36:37 0d9ebad4ef96: Download complete 11:36:37 ab5ef0e58194: Verifying Checksum 11:36:37 ab5ef0e58194: Download complete 11:36:37 2de7ff778b66: Verifying Checksum 11:36:37 2de7ff778b66: Download complete 11:36:40 ab5ef0e58194: Pull complete 11:36:40 9712f1f96733: Pull complete 11:36:40 63f879dbbcfc: Pull complete 11:36:44 0d9ebad4ef96: Pull complete 11:36:44 e9a5061849ea: Pull complete 11:36:44 d747dcd14b5f: Pull complete 11:36:45 2de7ff778b66: Pull complete 11:36:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:36:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:36:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:36:45 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 11:36:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:36:51 $ docker top f3fcc7021a7c5c3409f8d1b5d307949a84526f071c8656d8495e0fd4872eb4ce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:36:51 provisioning config files... 11:36:51 copy managed file [sigul-config] to file:/w/workspace/edgex-go/689@tmp/config15956678569231107298tmp 11:36:51 copy managed file [sigul-password] to file:/w/workspace/edgex-go/689@tmp/config15882775136717336432tmp 11:36:51 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/689@tmp/config18216211444648197407tmp [Pipeline] { [Pipeline] echo 11:36:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:36:52 ---> sigul-configuration.sh 11:36:52 gpg: directory `/root/.gnupg' created 11:36:52 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:36:52 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:36:52 gpg: keyring `/root/.gnupg/secring.gpg' created 11:36:52 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:36:52 gpg: CAST5 encrypted data 11:36:52 gpg: encrypted with 1 passphrase 11:36:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:36:52 + mkdir /home/jenkins 11:36:52 + mkdir /home/jenkins/sigul [Pipeline] sh 11:36:52 + 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 11:36:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:36:53 ---> sigul-install.sh 11:36:53 Sigul already installed; skipping installation. [Pipeline] sh 11:36:53 + git tag --list 11:36:53 0.6.0 11:36:53 0.6.1 11:36:53 0.7.0 11:36:53 0.7.1 11:36:53 v1.0.0 11:36:53 v1.0.1 11:36:53 v1.1.0 11:36:53 v1.2.0 11:36:53 v1.2.1 11:36:53 v1.3.0 11:36:53 v1.3.1 11:36:53 v2.0.0 11:36:53 v2.1.0 11:36:53 v2.1.1 11:36:53 v2.2.0 11:36:53 v2.3.0 11:36:53 v3.0 11:36:53 v3.0.0 11:36:53 v3.1 11:36:53 v3.1.0 11:36:53 v3.1.0-dev.1 11:36:53 v3.1.0-dev.10 11:36:53 v3.1.0-dev.11 11:36:53 v3.1.0-dev.12 11:36:53 v3.1.0-dev.13 11:36:53 v3.1.0-dev.14 11:36:53 v3.1.0-dev.15 11:36:53 v3.1.0-dev.16 11:36:53 v3.1.0-dev.17 11:36:53 v3.1.0-dev.18 11:36:53 v3.1.0-dev.19 11:36:53 v3.1.0-dev.2 11:36:53 v3.1.0-dev.20 11:36:53 v3.1.0-dev.21 11:36:53 v3.1.0-dev.22 11:36:53 v3.1.0-dev.23 11:36:53 v3.1.0-dev.24 11:36:53 v3.1.0-dev.25 11:36:53 v3.1.0-dev.26 11:36:53 v3.1.0-dev.27 11:36:53 v3.1.0-dev.28 11:36:53 v3.1.0-dev.29 11:36:53 v3.1.0-dev.3 11:36:53 v3.1.0-dev.30 11:36:53 v3.1.0-dev.31 11:36:53 v3.1.0-dev.32 11:36:53 v3.1.0-dev.33 11:36:53 v3.1.0-dev.34 11:36:53 v3.1.0-dev.35 11:36:53 v3.1.0-dev.36 11:36:53 v3.1.0-dev.37 11:36:53 v3.1.0-dev.38 11:36:53 v3.1.0-dev.39 11:36:53 v3.1.0-dev.4 11:36:53 v3.1.0-dev.40 11:36:53 v3.1.0-dev.41 11:36:53 v3.1.0-dev.42 11:36:53 v3.1.0-dev.43 11:36:53 v3.1.0-dev.44 11:36:53 v3.1.0-dev.45 11:36:53 v3.1.0-dev.46 11:36:53 v3.1.0-dev.47 11:36:53 v3.1.0-dev.48 11:36:53 v3.1.0-dev.49 11:36:53 v3.1.0-dev.5 11:36:53 v3.1.0-dev.50 11:36:53 v3.1.0-dev.51 11:36:53 v3.1.0-dev.52 11:36:53 v3.1.0-dev.53 11:36:53 v3.1.0-dev.54 11:36:53 v3.1.0-dev.55 11:36:53 v3.1.0-dev.56 11:36:53 v3.1.0-dev.57 11:36:53 v3.1.0-dev.58 11:36:53 v3.1.0-dev.59 11:36:53 v3.1.0-dev.6 11:36:53 v3.1.0-dev.60 11:36:53 v3.1.0-dev.61 11:36:53 v3.1.0-dev.62 11:36:53 v3.1.0-dev.63 11:36:53 v3.1.0-dev.64 11:36:53 v3.1.0-dev.65 11:36:53 v3.1.0-dev.66 11:36:53 v3.1.0-dev.67 11:36:53 v3.1.0-dev.68 11:36:53 v3.1.0-dev.69 11:36:53 v3.1.0-dev.7 11:36:53 v3.1.0-dev.70 11:36:53 v3.1.0-dev.71 11:36:53 v3.1.0-dev.72 11:36:53 v3.1.0-dev.73 11:36:53 v3.1.0-dev.8 11:36:53 v3.1.0-dev.9 11:36:53 v3.1.1 11:36:53 v3.1.1-dev.1 11:36:53 v3.1.1-dev.2 11:36:53 v3.2.0-dev.1 11:36:53 v3.2.0-dev.10 11:36:53 v3.2.0-dev.11 11:36:53 v3.2.0-dev.12 11:36:53 v3.2.0-dev.13 11:36:53 v3.2.0-dev.14 11:36:53 v3.2.0-dev.15 11:36:53 v3.2.0-dev.16 11:36:53 v3.2.0-dev.17 11:36:53 v3.2.0-dev.18 11:36:53 v3.2.0-dev.19 11:36:53 v3.2.0-dev.2 11:36:53 v3.2.0-dev.20 11:36:53 v3.2.0-dev.21 11:36:53 v3.2.0-dev.22 11:36:53 v3.2.0-dev.23 11:36:53 v3.2.0-dev.24 11:36:53 v3.2.0-dev.25 11:36:53 v3.2.0-dev.26 11:36:53 v3.2.0-dev.27 11:36:53 v3.2.0-dev.28 11:36:53 v3.2.0-dev.29 11:36:53 v3.2.0-dev.3 11:36:53 v3.2.0-dev.30 11:36:53 v3.2.0-dev.31 11:36:53 v3.2.0-dev.32 11:36:53 v3.2.0-dev.33 11:36:53 v3.2.0-dev.34 11:36:53 v3.2.0-dev.35 11:36:53 v3.2.0-dev.36 11:36:53 v3.2.0-dev.37 11:36:53 v3.2.0-dev.38 11:36:53 v3.2.0-dev.39 11:36:53 v3.2.0-dev.4 11:36:53 v3.2.0-dev.40 11:36:53 v3.2.0-dev.41 11:36:53 v3.2.0-dev.42 11:36:53 v3.2.0-dev.43 11:36:53 v3.2.0-dev.44 11:36:53 v3.2.0-dev.45 11:36:53 v3.2.0-dev.46 11:36:53 v3.2.0-dev.47 11:36:53 v3.2.0-dev.48 11:36:53 v3.2.0-dev.49 11:36:53 v3.2.0-dev.5 11:36:53 v3.2.0-dev.50 11:36:53 v3.2.0-dev.51 11:36:53 v3.2.0-dev.52 11:36:53 v3.2.0-dev.53 11:36:53 v3.2.0-dev.54 11:36:53 v3.2.0-dev.55 11:36:53 v3.2.0-dev.56 11:36:53 v3.2.0-dev.57 11:36:53 v3.2.0-dev.58 11:36:53 v3.2.0-dev.59 11:36:53 v3.2.0-dev.6 11:36:53 v3.2.0-dev.60 11:36:53 v3.2.0-dev.61 11:36:53 v3.2.0-dev.62 11:36:53 v3.2.0-dev.63 11:36:53 v3.2.0-dev.64 11:36:53 v3.2.0-dev.65 11:36:53 v3.2.0-dev.66 11:36:53 v3.2.0-dev.67 11:36:53 v3.2.0-dev.68 11:36:53 v3.2.0-dev.7 11:36:53 v3.2.0-dev.8 11:36:53 v3.2.0-dev.9 [Pipeline] sh 11:36:53 + lftools sign git-tag v3.2.0-dev.68 11:36:54 Signing Git tag with Sigul... 11:36:54 Signing v3.2.0-dev.68 [Pipeline] echo 11:36:54 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:36:54 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:36:54 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:36:54 $ docker stop --time=1 f3fcc7021a7c5c3409f8d1b5d307949a84526f071c8656d8495e0fd4872eb4ce 11:36:56 $ docker rm -f --volumes f3fcc7021a7c5c3409f8d1b5d307949a84526f071c8656d8495e0fd4872eb4ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:36:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:36:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:36:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:36:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:36:56 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 11:36:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:36:57 $ docker top 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c -eo pid,comm 11:36:57 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). 11:36:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:36:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:36:57 [ssh-agent] Looking for ssh-agent implementation... 11:36:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:36:57 $ docker exec 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c ssh-agent 11:36:57 SSH_AUTH_SOCK=/tmp/ssh-KmZwpx8Lh2kf/agent.33 11:36:57 SSH_AGENT_PID=39 11:36:57 Running ssh-add (command line suppressed) 11:36:57 Identity added: /w/workspace/edgex-go/689@tmp/private_key_5990002900160443766.key (/w/workspace/edgex-go/689@tmp/private_key_5990002900160443766.key) 11:36:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:36:58 + git semver bump pre 11:36:58 2024-09-09 11:36:58,234 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main 11:36:58 2024-09-09 11:36:58,234 [bump_version] DEBUG bumping version:3.2.0-dev.68 on axis:pre with prefix:dev 11:36:58 2024-09-09 11:36:58,234 [bump_version] DEBUG bumped version:3.2.0-dev.69 11:36:58 2024-09-09 11:36:58,234 [write_version] DEBUG write version:3.2.0-dev.69 to path:/w/workspace/edgex-go/689/.semver/main with force:True 11:36:58 2024-09-09 11:36:58,234 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main 11:36:58 2024-09-09 11:36:58,234 [write_file] DEBUG write to file:/w/workspace/edgex-go/689/.semver/main 11:36:58 2024-09-09 11:36:58,236 [execute] INFO git cat-file --batch-check 11:36:58 2024-09-09 11:36:58,236 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=) 11:36:58 2024-09-09 11:36:58,241 [execute] INFO git cat-file --batch 11:36:58 2024-09-09 11:36:58,241 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=) 11:36:58 2024-09-09 11:36:58,246 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main 11:36:58 3.2.0-dev.69 [Pipeline] } 11:36:58 $ docker exec --env ******** --env ******** 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c ssh-agent -k 11:36:58 unset SSH_AUTH_SOCK; 11:36:58 unset SSH_AGENT_PID; 11:36:58 echo Agent pid 39 killed; 11:36:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:36:58 + git semver [Pipeline] } 11:36:59 $ docker stop --time=1 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c 11:37:00 $ docker rm -f --volumes 2aa5e63c949126c150dd723f4b11de8c4eac97766aa3340288a06fe715816a1c [Pipeline] // withDockerContainer [Pipeline] sh 11:37:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:37:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:37:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:37:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:37:01 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 11:37:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:37:01 $ docker top e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 -eo pid,comm 11:37:01 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). 11:37:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:37:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:37:01 [ssh-agent] Looking for ssh-agent implementation... 11:37:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:37:01 $ docker exec e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 ssh-agent 11:37:01 SSH_AUTH_SOCK=/tmp/ssh-MJXwT6qhAtOT/agent.32 11:37:01 SSH_AGENT_PID=38 11:37:01 Running ssh-add (command line suppressed) 11:37:01 Identity added: /w/workspace/edgex-go/689@tmp/private_key_2136267074339978079.key (/w/workspace/edgex-go/689@tmp/private_key_2136267074339978079.key) 11:37:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:37:02 + git semver push 11:37:02 2024-09-09 11:37:02,262 [run_push] DEBUG push 11:37:02 2024-09-09 11:37:02,262 [execute] INFO git cat-file --batch-check 11:37:02 2024-09-09 11:37:02,262 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=) 11:37:02 2024-09-09 11:37:02,265 [execute] INFO git rev-list 44a42004dc075401b7a095df5d119cfbd917f434 -- 11:37:02 2024-09-09 11:37:02,265 [execute] DEBUG Popen(['git', 'rev-list', '44a42004dc075401b7a095df5d119cfbd917f434', '--'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=None) 11:37:02 2024-09-09 11:37:02,284 [execute] INFO git fetch -v origin 11:37:02 2024-09-09 11:37:02,284 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=True, shell=None, istream=None) 11:37:02 2024-09-09 11:37:02,720 [run_push] DEBUG no remote changes detected 11:37:02 2024-09-09 11:37:02,721 [execute] INFO git push origin semver 11:37:02 2024-09-09 11:37:02,721 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/689/.semver, universal_newlines=False, shell=None, istream=None) 11:37:03 2024-09-09 11:37:03,458 [run_push] DEBUG push all version tags 11:37:03 2024-09-09 11:37:03,459 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:37:03 2024-09-09 11:37:03,459 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/689, universal_newlines=False, shell=None, istream=None) 11:37:04 2024-09-09 11:37:04,382 [read_version] DEBUG read version from /w/workspace/edgex-go/689/.semver/main 11:37:04 3.2.0-dev.69 [Pipeline] } 11:37:04 $ docker exec --env ******** --env ******** e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 ssh-agent -k 11:37:04 unset SSH_AUTH_SOCK; 11:37:04 unset SSH_AGENT_PID; 11:37:04 echo Agent pid 38 killed; 11:37:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:37:04 + git semver [Pipeline] } 11:37:05 $ docker stop --time=1 e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 11:37:06 $ docker rm -f --volumes e0f0cf9ecd23ffe3931b25f734cb0b2c771bc3c9cc73cee797c052879adfb195 [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 11:37:07 + [ -d /w/workspace/edgex-go/689/archives ] [Pipeline] libraryResource [Pipeline] sh 11:37:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:37:08 ---> package-listing.sh 11:37:08 ++ facter osfamily 11:37:08 ++ tr '[:upper:]' '[:lower:]' 11:37:08 + OS_FAMILY=debian 11:37:08 + workspace=/w/workspace/edgex-go/689 11:37:08 + START_PACKAGES=/tmp/packages_start.txt 11:37:08 + END_PACKAGES=/tmp/packages_end.txt 11:37:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:37:08 + PACKAGES=/tmp/packages_start.txt 11:37:08 + '[' /w/workspace/edgex-go/689 ']' 11:37:08 + PACKAGES=/tmp/packages_end.txt 11:37:08 + case "${OS_FAMILY}" in 11:37:08 + dpkg -l 11:37:08 + grep '^ii' 11:37:08 + '[' -f /tmp/packages_start.txt ']' 11:37:08 + '[' -f /tmp/packages_end.txt ']' 11:37:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:37:08 + '[' /w/workspace/edgex-go/689 ']' 11:37:08 + mkdir -p /w/workspace/edgex-go/689/archives/ 11:37:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/689/archives/ [Pipeline] echo 11:37:08 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/689/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:37:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:37:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:37:09 11:37:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:37:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:37:09 latest: Pulling from edgex-lftools-log-publisher 11:37:09 5eb5b503b376: Pulling fs layer 11:37:09 5c69ac0246d0: Pulling fs layer 11:37:09 ec43610c2a17: Pulling fs layer 11:37:09 3a2ae6a8a46f: Pulling fs layer 11:37:09 33b1e0a273af: Pulling fs layer 11:37:09 5d3b04190fa2: Pulling fs layer 11:37:09 2f39f015ded8: Pulling fs layer 11:37:09 2f39f015ded8: Waiting 11:37:09 3a2ae6a8a46f: Waiting 11:37:09 33b1e0a273af: Waiting 11:37:09 5d3b04190fa2: Waiting 11:37:09 5c69ac0246d0: Download complete 11:37:09 3a2ae6a8a46f: Verifying Checksum 11:37:09 3a2ae6a8a46f: Download complete 11:37:09 33b1e0a273af: Verifying Checksum 11:37:09 33b1e0a273af: Download complete 11:37:09 ec43610c2a17: Verifying Checksum 11:37:09 ec43610c2a17: Download complete 11:37:09 5d3b04190fa2: Verifying Checksum 11:37:09 5d3b04190fa2: Download complete 11:37:09 5eb5b503b376: Verifying Checksum 11:37:09 5eb5b503b376: Download complete 11:37:10 2f39f015ded8: Download complete 11:37:10 5eb5b503b376: Pull complete 11:37:10 5c69ac0246d0: Pull complete 11:37:11 ec43610c2a17: Pull complete 11:37:11 3a2ae6a8a46f: Pull complete 11:37:11 33b1e0a273af: Pull complete 11:37:11 5d3b04190fa2: Pull complete 11:37:15 2f39f015ded8: Pull complete 11:37:15 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:37:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:37:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:37:16 prd-ubuntu20.04-docker-8c-8g-9843 does not seem to be running inside a container 11:37:16 $ 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/689/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/689 -v /w/workspace/edgex-go/689:/w/workspace/edgex-go/689:rw,z -v /w/workspace/edgex-go/689@tmp:/w/workspace/edgex-go/689@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:37:20 $ docker top b1209bbc35bb8307ee0624d1ec47dd4e634db484878d98e14deebc06f0e4c777 -eo pid,comm [Pipeline] { [Pipeline] sh 11:37:20 + touch /tmp/pre-build-complete [Pipeline] sh 11:37:20 + mkdir -p /var/log/sysstat [Pipeline] sh 11:37:21 + ls /var/log/sa-host 11:37:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:37:21 provisioning config files... 11:37:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/689@tmp/config5223743636483712288tmp [Pipeline] { [Pipeline] echo 11:37:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:37:21 ---> create-netrc.sh [Pipeline] } 11:37:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:37:22 ---> python-tools-install.sh [Pipeline] echo 11:37:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:37:22 ---> sudo-logs.sh 11:37:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:37:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:37:22 ---> job-cost.sh 11:37:22 lf-activate-venv: SKIPPING 11:37:22 DEBUG: total: 0.10999999940395355 11:37:22 INFO: Retrieving Stack Cost... 11:37:23 INFO: Retrieving Pricing Info for: v3-standard-8 11:37:23 INFO: Archiving Costs [Pipeline] echo 11:37:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:37:23 ---> logs-deploy.sh 11:37:23 lf-activate-venv: SKIPPING 11:37:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/689 11:37:23 INFO: archiving workspace using pattern(s): 11:37:24 Archives upload complete. 11:37:24 INFO: archiving logs to Nexus 11:37:25 ---> uname -a: 11:37:25 Linux prd-ubuntu20-04-docker-8c-8g-9843 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:37:25 11:37:25 11:37:25 ---> lscpu: 11:37:25 Architecture: x86_64 11:37:25 CPU op-mode(s): 32-bit, 64-bit 11:37:25 Byte Order: Little Endian 11:37:25 Address sizes: 40 bits physical, 48 bits virtual 11:37:25 CPU(s): 8 11:37:25 On-line CPU(s) list: 0-7 11:37:25 Thread(s) per core: 1 11:37:25 Core(s) per socket: 1 11:37:25 Socket(s): 8 11:37:25 NUMA node(s): 1 11:37:25 Vendor ID: AuthenticAMD 11:37:25 CPU family: 23 11:37:25 Model: 49 11:37:25 Model name: AMD EPYC-Rome Processor 11:37:25 Stepping: 0 11:37:25 CPU MHz: 2800.000 11:37:25 BogoMIPS: 5600.00 11:37:25 Virtualization: AMD-V 11:37:25 Hypervisor vendor: KVM 11:37:25 Virtualization type: full 11:37:25 L1d cache: 256 KiB 11:37:25 L1i cache: 256 KiB 11:37:25 L2 cache: 4 MiB 11:37:25 L3 cache: 128 MiB 11:37:25 NUMA node0 CPU(s): 0-7 11:37:25 Vulnerability Itlb multihit: Not affected 11:37:25 Vulnerability L1tf: Not affected 11:37:25 Vulnerability Mds: Not affected 11:37:25 Vulnerability Meltdown: Not affected 11:37:25 Vulnerability Mmio stale data: Not affected 11:37:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:37:25 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:37:25 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:37:25 Vulnerability Srbds: Not affected 11:37:25 Vulnerability Tsx async abort: Not affected 11:37:25 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 11:37:25 11:37:25 11:37:25 ---> nproc: 11:37:25 8 11:37:25 11:37:25 11:37:25 ---> df -h: 11:37:25 Filesystem Size Used Avail Use% Mounted on 11:37:25 overlay 155G 29G 127G 19% / 11:37:25 tmpfs 64M 0 64M 0% /dev 11:37:25 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:37:25 shm 64M 0 64M 0% /dev/shm 11:37:25 /dev/vda1 155G 29G 127G 19% /facter-os 11:37:25 11:37:25 11:37:25 ---> sar -b -r -n DEV: 11:37:25 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9843) 09/09/24 _x86_64_ (8 CPU) 11:37:25 11:37:25 10:46:57 LINUX RESTART (8 CPU) 11:37:25 11:37:25 10:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:37:25 10:48:02 376.90 63.32 313.58 0.00 5565.87 205264.32 0.00 11:37:25 10:49:01 197.95 1.36 196.59 0.00 37.01 69755.36 0.00 11:37:25 10:50:01 37.44 0.00 37.44 0.00 0.00 29799.98 0.00 11:37:25 10:51:01 34.47 0.22 34.26 0.00 6.26 16622.59 0.00 11:37:25 10:52:01 151.96 0.23 151.72 0.00 24.93 65964.07 0.00 11:37:25 10:53:01 741.48 13.45 728.03 0.00 2164.84 255456.22 0.00 11:37:25 10:54:01 616.46 2.33 614.13 0.00 2274.41 200836.62 0.00 11:37:25 10:55:01 188.41 0.10 188.31 0.00 1.19 47168.68 0.00 11:37:25 10:56:02 485.00 0.10 484.90 0.00 0.80 141607.97 0.00 11:37:25 10:57:01 561.79 0.10 561.68 0.00 12.74 53093.92 0.00 11:37:25 10:58:01 28.16 0.05 28.11 0.00 4.27 672.04 0.00 11:37:25 10:59:01 18.06 0.00 18.06 0.00 0.00 460.99 0.00 11:37:25 11:00:01 1.75 0.00 1.75 0.00 0.00 19.20 0.00 11:37:25 11:01:01 1.15 0.00 1.15 0.00 0.00 17.86 0.00 11:37:25 11:02:01 2.33 0.02 2.32 0.00 0.13 26.93 0.00 11:37:25 11:03:01 1.35 0.00 1.35 0.00 0.00 18.66 0.00 11:37:25 11:04:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 11:37:25 11:05:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 11:37:25 11:06:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 11:37:25 11:07:01 1.13 0.00 1.13 0.00 0.00 13.33 0.00 11:37:25 11:08:01 1.88 0.00 1.88 0.00 0.00 20.93 0.00 11:37:25 11:09:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 11:37:25 11:10:01 1.60 0.00 1.60 0.00 0.00 18.00 0.00 11:37:25 11:11:01 0.90 0.00 0.90 0.00 0.00 9.47 0.00 11:37:25 11:12:01 2.05 0.00 2.05 0.00 0.00 23.33 0.00 11:37:25 11:13:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 11:37:25 11:14:01 1.63 0.00 1.63 0.00 0.00 18.00 0.00 11:37:25 11:15:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 11:37:25 11:16:01 1.28 0.00 1.28 0.00 0.00 15.20 0.00 11:37:25 11:17:01 1.13 0.02 1.12 0.00 0.13 13.20 0.00 11:37:25 11:18:01 1.60 0.00 1.60 0.00 0.00 17.73 0.00 11:37:25 11:19:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 11:37:25 11:20:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 11:37:25 11:21:01 2.52 1.02 1.50 0.00 21.86 20.66 0.00 11:37:25 11:22:01 1.93 0.00 1.93 0.00 0.00 22.26 0.00 11:37:25 11:23:01 1.13 0.00 1.13 0.00 0.00 12.67 0.00 11:37:25 11:24:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 11:37:25 11:25:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 11:37:25 11:26:01 1.28 0.00 1.28 0.00 0.00 15.60 0.00 11:37:25 11:27:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 11:37:25 11:28:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 11:37:25 11:29:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 11:37:25 11:30:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 11:37:25 11:31:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 11:37:25 11:32:01 1.67 0.00 1.67 0.00 0.00 18.93 0.00 11:37:25 11:33:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 11:37:25 11:34:01 1.60 0.00 1.60 0.00 0.00 17.87 0.00 11:37:25 11:35:01 1.05 0.00 1.05 0.00 0.00 12.53 0.00 11:37:25 11:36:01 1.60 0.00 1.60 0.00 0.00 35.59 0.00 11:37:25 11:37:01 216.06 0.65 215.41 0.00 14.66 61693.04 0.00 11:37:25 Average: 73.98 1.66 72.32 0.00 202.70 22969.46 0.00 11:37:25 11:37:25 10:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:37:25 10:48:02 29729208 31563020 782528 2.38 60592 2065584 1869924 5.51 994848 1816144 500 11:37:25 10:49:01 28092188 31403104 900740 2.74 126596 3359680 2028364 5.98 1359704 2934408 74296 11:37:25 10:50:01 26983728 31366868 934240 2.84 129284 4374160 2152200 6.34 1963288 3380988 224088 11:37:25 10:51:01 26845372 31311384 985240 3.00 134992 4422896 2331980 6.87 1623588 3823744 307028 11:37:25 10:52:01 24842148 31254056 1042600 3.17 145768 6332520 2306280 6.80 1784680 5631872 1659508 11:37:25 10:53:01 17029864 31302228 937916 2.85 326892 13554240 2614800 7.71 2729004 11980648 1970484 11:37:25 10:54:01 10701096 29166528 3005868 9.14 369584 17311308 10040180 29.59 5462768 15079676 960 11:37:25 10:55:01 6211212 27033096 5137076 15.62 395732 19538552 11660492 34.36 8664956 16264348 1078164 11:37:25 10:56:02 6023072 29466124 2720872 8.27 405716 22085868 7294484 21.50 7282628 17804152 15416 11:37:25 10:57:01 9774084 31437308 806180 2.45 413076 20523500 2064728 6.08 3391496 18248472 1004 11:37:25 10:58:01 9762436 31427360 815496 2.48 414108 20524092 2224516 6.56 3724412 17926204 340 11:37:25 10:59:01 9766280 31432304 810052 2.46 414712 20524348 2074916 6.12 3954680 17692696 8 11:37:25 11:00:01 9766964 31433036 809244 2.46 414748 20524348 2074916 6.12 3953536 17692696 148 11:37:25 11:01:01 9772080 31438220 804096 2.45 414772 20524352 2090972 6.16 3947024 17692704 8 11:37:25 11:02:01 9772416 31438704 804172 2.45 414800 20524476 2110400 6.22 3947428 17692832 36 11:37:25 11:03:01 9782212 31448540 794284 2.42 414844 20524460 2110400 6.22 3937632 17692812 48 11:37:25 11:04:01 9781988 31448344 794260 2.42 414872 20524464 2110400 6.22 3937812 17692816 16 11:37:25 11:05:01 9782436 31448800 793724 2.41 414892 20524468 2110400 6.22 3937064 17692820 12 11:37:25 11:06:01 9782700 31449128 793608 2.41 414908 20524472 2110400 6.22 3937112 17692816 12 11:37:25 11:07:01 9782456 31448888 793824 2.41 414916 20524468 2110400 6.22 3937112 17692820 8 11:37:25 11:08:01 9783960 31450456 792276 2.41 414964 20524476 2110400 6.22 3936048 17692828 8 11:37:25 11:09:01 9784164 31450664 791996 2.41 414972 20524484 2110400 6.22 3935984 17692832 8 11:37:25 11:10:01 9783320 31449844 792760 2.41 414984 20524488 2110400 6.22 3936108 17692836 12 11:37:25 11:11:01 9783596 31450132 792420 2.41 414988 20524488 2110400 6.22 3936124 17692836 8 11:37:25 11:12:01 9783540 31450140 792356 2.41 415052 20524480 2110400 6.22 3936456 17692840 8 11:37:25 11:13:01 9783312 31449948 792524 2.41 415080 20524492 2110400 6.22 3936332 17692840 8 11:37:25 11:14:01 9783296 31449944 792508 2.41 415092 20524496 2110400 6.22 3936320 17692844 8 11:37:25 11:15:01 9783240 31449908 792492 2.41 415096 20524500 2110400 6.22 3936332 17692848 8 11:37:25 11:16:01 9783452 31450132 792196 2.41 415112 20524504 2110400 6.22 3936348 17692848 8 11:37:25 11:17:01 9783368 31450064 792416 2.41 415136 20524500 2110400 6.22 3936352 17692852 8 11:37:25 11:18:01 9783464 31450196 792440 2.41 415152 20524512 2110400 6.22 3936372 17692860 4 11:37:25 11:19:01 9783892 31450656 792172 2.41 415172 20524512 2110400 6.22 3936400 17692860 12 11:37:25 11:20:01 9783876 31450676 792124 2.41 415204 20524516 2110400 6.22 3936432 17692864 8 11:37:25 11:21:01 9781856 31449720 793220 2.41 415264 20525124 2169760 6.39 3936704 17693360 204 11:37:25 11:22:01 9781848 31449740 793140 2.41 415276 20525136 2169760 6.39 3936708 17693364 12 11:37:25 11:23:01 9781776 31449676 793088 2.41 415308 20525132 2169760 6.39 3936992 17693368 12 11:37:25 11:24:01 9781640 31449584 793044 2.41 415320 20525148 2169760 6.39 3937228 17693368 28 11:37:25 11:25:01 9781576 31449532 793028 2.41 415324 20525152 2169760 6.39 3936956 17693372 8 11:37:25 11:26:01 9781780 31449792 792740 2.41 415348 20525156 2169760 6.39 3937312 17693376 8 11:37:25 11:27:01 9781552 31449576 792948 2.41 415372 20525144 2169760 6.39 3937340 17693376 8 11:37:25 11:28:01 9781896 31449992 792384 2.41 415392 20525160 2169760 6.39 3936928 17693388 12 11:37:25 11:29:01 9781548 31449672 792656 2.41 415400 20525160 2169760 6.39 3936756 17693388 4 11:37:25 11:30:01 9781500 31449632 792584 2.41 415408 20525164 2169760 6.39 3936792 17693392 12 11:37:25 11:31:01 9781660 31449808 792556 2.41 415420 20525168 2169760 6.39 3936804 17693396 8 11:37:25 11:32:01 9781644 31449796 792536 2.41 415444 20525152 2169760 6.39 3936852 17693396 8 11:37:25 11:33:01 9781840 31450020 792232 2.41 415460 20525176 2169760 6.39 3936904 17693400 4 11:37:25 11:34:01 9781792 31450008 792192 2.41 415484 20525176 2169760 6.39 3936876 17693400 8 11:37:25 11:35:01 9781508 31449760 792368 2.41 415516 20525180 2169760 6.39 3936888 17693404 12 11:37:25 11:36:01 9780008 31448292 793644 2.41 415532 20525328 2169760 6.39 3939916 17693700 8 11:37:25 11:37:01 8319884 31376696 861344 2.62 440900 21758484 2525452 7.44 4081156 18877012 280 11:37:25 Average: 11519915 31262822 982248 2.99 382780 18715837 2603359 7.67 3854350 16122082 106657 11:37:25 11:37:25 10:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:37:25 10:48:02 lo 4.53 4.53 0.43 0.43 0.00 0.00 0.00 0.00 11:37:25 10:48:02 vethc1f6b9f 0.55 0.75 0.24 0.43 0.00 0.00 0.00 0.00 11:37:25 10:48:02 ens3 856.31 838.71 5298.60 127.58 0.00 0.00 0.00 0.00 11:37:25 10:48:02 docker0 0.55 0.65 0.23 0.42 0.00 0.00 0.00 0.00 11:37:25 10:49:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 11:37:25 10:49:01 ens3 1003.81 946.64 8276.97 98.29 0.00 0.00 0.00 0.00 11:37:25 10:49:01 vethe82f556 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:49:01 docker0 855.87 847.65 63.24 5031.33 0.00 0.00 0.00 0.00 11:37:25 10:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 10:50:01 ens3 36.36 23.25 29.65 13.51 0.00 0.00 0.00 0.00 11:37:25 10:50:01 vethe82f556 0.37 0.42 0.03 0.04 0.00 0.00 0.00 0.00 11:37:25 10:50:01 docker0 0.37 0.37 0.03 0.04 0.00 0.00 0.00 0.00 11:37:25 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:51:01 ens3 25.01 16.76 20.77 11.57 0.00 0.00 0.00 0.00 11:37:25 10:51:01 vethe82f556 1.20 1.22 0.11 0.11 0.00 0.00 0.00 0.00 11:37:25 10:51:01 docker0 1.20 1.20 0.09 0.11 0.00 0.00 0.00 0.00 11:37:25 10:52:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 11:37:25 10:52:01 ens3 100.63 62.24 2274.76 16.67 0.00 0.00 0.00 0.00 11:37:25 10:52:01 vethd801a93 0.58 0.57 0.05 0.24 0.00 0.00 0.00 0.00 11:37:25 10:52:01 docker0 0.58 0.45 0.05 0.23 0.00 0.00 0.00 0.00 11:37:25 10:53:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 11:37:25 10:53:01 veth38e6806 82.89 153.14 8.36 1202.61 0.00 0.00 0.00 0.10 11:37:25 10:53:01 veth27dd7b5 74.17 134.46 7.89 1180.29 0.00 0.00 0.00 0.10 11:37:25 10:53:01 vethb71f5b2 78.80 136.58 8.13 1198.82 0.00 0.00 0.00 0.10 11:37:25 10:53:01 veth34172b3 78.97 155.89 8.09 1185.20 0.00 0.00 0.00 0.10 11:37:25 10:53:01 vethcb85577 67.46 137.44 7.30 1180.59 0.00 0.00 0.00 0.10 11:37:25 10:53:01 ens3 989.94 548.36 9264.05 212.17 0.00 0.00 0.00 0.00 11:37:25 10:53:01 vethd801a93 0.05 0.87 0.00 0.04 0.00 0.00 0.00 0.00 11:37:25 10:53:01 docker0 434.69 804.03 37.76 7059.33 0.00 0.00 0.00 0.00 11:37:25 10:54:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 11:37:25 10:54:01 veth4839f30 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 veth09f22bc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 vetha599895 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 vethca5a30a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 veth6afbb39 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 vethc52b4e3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 vethca08632 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 vethd229029 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 veth6dc9718 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 veth767e8a1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 ens3 240.12 104.13 1411.69 12.21 0.00 0.00 0.00 0.00 11:37:25 10:54:01 vethd801a93 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 veth7f2663e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 vethdc516a8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 vethb21da48 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:37:25 10:54:01 docker0 0.20 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 10:55:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 10:55:01 veth4839f30 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 veth09f22bc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 vetha599895 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 vethca5a30a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 veth6afbb39 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 vethc52b4e3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 vethca08632 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 vethd229029 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 veth6dc9718 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 veth767e8a1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 ens3 2.42 1.48 1.92 0.91 0.00 0.00 0.00 0.00 11:37:25 10:55:01 vethd801a93 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 veth7f2663e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 vethdc516a8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 vethb21da48 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 10:56:02 veth4839f30 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 veth09f22bc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 vethca5a30a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 vethc52b4e3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 vethca08632 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 veth6dc9718 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 veth614f27b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 ens3 16.48 10.44 13.22 7.25 0.00 0.00 0.00 0.00 11:37:25 10:56:02 vethd801a93 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 vethdc516a8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 vethb21da48 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:57:01 lo 31.86 31.86 3.14 3.14 0.00 0.00 0.00 0.00 11:37:25 10:57:01 ens3 240.87 233.21 152.90 874.02 0.00 0.00 0.00 0.00 11:37:25 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:58:01 lo 32.86 32.86 3.23 3.23 0.00 0.00 0.00 0.00 11:37:25 10:58:01 ens3 374.28 368.06 151.12 2111.40 0.00 0.00 0.00 0.00 11:37:25 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 10:59:01 lo 22.26 22.26 2.20 2.20 0.00 0.00 0.00 0.00 11:37:25 10:59:01 ens3 258.66 255.11 110.35 1333.59 0.00 0.00 0.00 0.00 11:37:25 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:01:01 ens3 1.98 1.80 7.04 0.13 0.00 0.00 0.00 0.00 11:37:25 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:02:01 ens3 0.45 0.42 0.26 0.21 0.00 0.00 0.00 0.00 11:37:25 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:03:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:37:25 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:04:01 ens3 0.92 0.40 0.31 0.22 0.00 0.00 0.00 0.00 11:37:25 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:05:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:06:01 ens3 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 11:37:25 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:07:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:37:25 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:08:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:37:25 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:09:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:12:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:13:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:37:25 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:14:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:18:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:37:25 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:20:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:21:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:22:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:23:01 ens3 0.98 0.42 0.60 0.27 0.00 0.00 0.00 0.00 11:37:25 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:24:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:26:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:27:01 ens3 0.45 0.00 0.05 0.00 0.00 0.00 0.00 0.00 11:37:25 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:28:01 ens3 0.78 0.55 0.43 0.35 0.00 0.00 0.00 0.00 11:37:25 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:31:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:33:01 ens3 0.33 0.32 0.14 0.08 0.00 0.00 0.00 0.00 11:37:25 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:37:25 11:34:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 11:37:25 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:35:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:36:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 11:37:25 11:36:01 ens3 2.17 1.82 2.50 0.66 0.00 0.00 0.00 0.00 11:37:25 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:37:01 lo 2.33 2.33 0.24 0.24 0.00 0.00 0.00 0.00 11:37:25 11:37:01 veth667ef1e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 11:37:01 ens3 447.07 256.95 8135.70 58.98 0.00 0.00 0.00 0.00 11:37:25 11:37:01 docker0 78.51 137.14 7.26 1273.41 0.00 0.00 0.00 0.00 11:37:25 Average: lo 2.03 2.03 0.20 0.20 0.00 0.00 0.00 0.00 11:37:25 Average: veth667ef1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:37:25 Average: ens3 91.69 73.11 700.63 97.34 0.00 0.00 0.00 0.00 11:37:25 Average: docker0 27.17 35.57 2.15 265.74 0.00 0.00 0.00 0.00 11:37:25 11:37:25 11:37:25 ---> sar -P ALL: 11:37:25 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9843) 09/09/24 _x86_64_ (8 CPU) 11:37:25 11:37:25 10:46:57 LINUX RESTART (8 CPU) 11:37:25 11:37:25 10:47:01 CPU %user %nice %system %iowait %steal %idle 11:37:25 10:48:02 all 7.58 0.00 2.42 3.95 0.06 85.98 11:37:25 10:48:02 0 4.70 0.00 3.18 0.89 0.05 91.19 11:37:25 10:48:02 1 7.92 0.00 3.41 0.37 0.07 88.24 11:37:25 10:48:02 2 11.08 0.00 2.74 13.88 0.07 72.23 11:37:25 10:48:02 3 5.82 0.00 2.08 11.62 0.05 80.43 11:37:25 10:48:02 4 5.56 0.00 1.66 0.28 0.05 92.44 11:37:25 10:48:02 5 7.54 0.00 1.47 0.18 0.05 90.75 11:37:25 10:48:02 6 10.99 0.00 1.88 4.09 0.05 82.99 11:37:25 10:48:02 7 7.05 0.00 2.98 0.34 0.08 89.54 11:37:25 10:49:01 all 10.76 0.00 4.35 3.36 0.08 81.44 11:37:25 10:49:01 0 10.84 0.00 4.98 11.91 0.07 72.19 11:37:25 10:49:01 1 11.69 0.00 3.71 0.72 0.22 83.66 11:37:25 10:49:01 2 11.68 0.00 4.19 1.62 0.05 82.46 11:37:25 10:49:01 3 10.52 0.00 2.98 0.12 0.05 86.34 11:37:25 10:49:01 4 8.70 0.00 4.32 1.94 0.05 84.99 11:37:25 10:49:01 5 9.57 0.00 5.74 0.34 0.05 84.30 11:37:25 10:49:01 6 10.81 0.00 4.75 9.04 0.07 75.33 11:37:25 10:49:01 7 12.31 0.00 4.21 1.30 0.09 82.09 11:37:25 10:50:01 all 40.51 0.00 6.28 1.38 0.11 51.72 11:37:25 10:50:01 0 38.95 0.00 6.30 0.40 0.13 54.22 11:37:25 10:50:01 1 41.35 0.00 5.84 0.08 0.12 52.61 11:37:25 10:50:01 2 40.79 0.00 6.58 0.00 0.10 52.53 11:37:25 10:50:01 3 39.47 0.00 5.77 0.59 0.13 54.03 11:37:25 10:50:01 4 41.22 0.00 6.95 0.15 0.10 51.58 11:37:25 10:50:01 5 40.74 0.00 6.51 8.31 0.10 44.33 11:37:25 10:50:01 6 40.21 0.00 6.22 0.24 0.10 53.23 11:37:25 10:50:01 7 41.34 0.00 6.07 1.31 0.08 51.19 11:37:25 10:51:01 all 57.85 0.00 7.28 0.84 0.10 33.94 11:37:25 10:51:01 0 58.27 0.00 7.00 0.59 0.10 34.03 11:37:25 10:51:01 1 58.67 0.00 7.14 0.62 0.10 33.46 11:37:25 10:51:01 2 57.99 0.00 7.41 0.60 0.08 33.91 11:37:25 10:51:01 3 57.78 0.00 6.48 1.03 0.07 34.65 11:37:25 10:51:01 4 57.66 0.00 6.89 0.46 0.12 34.88 11:37:25 10:51:01 5 58.43 0.00 7.52 0.81 0.12 33.13 11:37:25 10:51:01 6 57.38 0.00 8.47 1.23 0.10 32.82 11:37:25 10:51:01 7 56.59 0.00 7.32 1.38 0.08 34.64 11:37:25 10:52:01 all 32.51 0.00 7.53 2.61 0.10 57.26 11:37:25 10:52:01 0 33.55 0.00 7.02 1.20 0.12 58.10 11:37:25 10:52:01 1 32.26 0.00 7.40 2.25 0.10 57.98 11:37:25 10:52:01 2 34.31 0.00 7.46 0.77 0.10 57.36 11:37:25 10:52:01 3 32.85 0.00 7.77 0.44 0.10 58.84 11:37:25 10:52:01 4 32.92 0.00 8.13 1.26 0.09 57.60 11:37:25 10:52:01 5 32.87 0.00 8.22 10.17 0.10 48.64 11:37:25 10:52:01 6 29.91 0.00 6.89 1.18 0.10 61.93 11:37:25 10:52:01 7 31.37 0.00 7.35 3.60 0.12 57.56 11:37:25 10:53:01 all 21.66 0.00 9.37 26.23 0.16 42.58 11:37:25 10:53:01 0 20.26 0.00 8.67 17.53 0.16 53.38 11:37:25 10:53:01 1 21.30 0.00 9.20 27.81 0.14 41.55 11:37:25 10:53:01 2 21.83 0.00 8.96 16.06 0.14 53.01 11:37:25 10:53:01 3 21.43 0.00 9.52 24.05 0.17 44.83 11:37:25 10:53:01 4 23.60 0.00 9.55 35.57 0.21 31.08 11:37:25 10:53:01 5 24.40 0.00 10.74 25.27 0.16 39.44 11:37:25 10:53:01 6 19.95 0.00 9.43 32.68 0.17 37.76 11:37:25 10:53:01 7 20.52 0.00 8.86 30.93 0.16 39.54 11:37:25 10:54:01 all 46.75 0.00 10.13 9.72 0.13 33.28 11:37:25 10:54:01 0 47.26 0.00 9.64 16.10 0.12 26.88 11:37:25 10:54:01 1 46.85 0.00 9.55 1.46 0.14 42.00 11:37:25 10:54:01 2 45.46 0.00 11.51 1.63 0.10 41.30 11:37:25 10:54:01 3 46.44 0.00 10.72 7.43 0.14 35.28 11:37:25 10:54:01 4 47.26 0.00 9.80 17.53 0.13 25.29 11:37:25 10:54:01 5 47.56 0.00 9.77 1.25 0.13 41.29 11:37:25 10:54:01 6 46.44 0.00 11.07 20.54 0.14 21.82 11:37:25 10:54:01 7 46.73 0.00 8.97 11.86 0.12 32.33 11:37:25 10:55:01 all 88.32 0.00 11.49 0.00 0.19 0.00 11:37:25 10:55:01 0 87.96 0.00 11.80 0.00 0.24 0.00 11:37:25 10:55:01 1 88.47 0.00 11.36 0.00 0.17 0.00 11:37:25 10:55:01 2 87.86 0.00 11.94 0.00 0.20 0.00 11:37:25 10:55:01 3 88.59 0.00 11.23 0.00 0.19 0.00 11:37:25 10:55:01 4 88.12 0.00 11.64 0.00 0.24 0.00 11:37:25 10:55:01 5 87.84 0.00 12.00 0.00 0.17 0.00 11:37:25 10:55:01 6 89.08 0.00 10.75 0.00 0.17 0.00 11:37:25 10:55:01 7 88.64 0.00 11.19 0.00 0.17 0.00 11:37:25 10:56:02 all 87.79 0.00 11.93 0.01 0.25 0.02 11:37:25 10:56:02 0 88.44 0.00 11.27 0.02 0.26 0.02 11:37:25 10:56:02 1 87.83 0.00 11.95 0.00 0.22 0.00 11:37:25 10:56:02 2 86.13 0.00 13.48 0.02 0.32 0.05 11:37:25 10:56:02 3 88.41 0.00 11.41 0.00 0.19 0.00 11:37:25 10:56:02 4 87.14 0.00 12.57 0.00 0.27 0.02 11:37:25 10:56:02 5 88.07 0.00 11.71 0.00 0.22 0.00 11:37:25 10:56:02 6 87.21 0.00 12.40 0.09 0.29 0.02 11:37:25 10:56:02 7 89.01 0.00 10.73 0.00 0.20 0.07 11:37:25 10:57:01 all 20.72 0.00 5.04 5.18 0.11 68.96 11:37:25 10:57:01 0 18.08 0.00 4.96 2.94 0.09 73.93 11:37:25 10:57:01 1 21.20 0.00 5.21 4.78 0.12 68.70 11:37:25 10:57:01 2 21.30 0.00 4.59 4.06 0.12 69.92 11:37:25 10:57:01 3 22.60 0.00 4.85 9.31 0.10 63.14 11:37:25 10:57:01 4 21.53 0.00 5.41 3.23 0.10 69.72 11:37:25 10:57:01 5 21.83 0.00 5.09 3.62 0.10 69.36 11:37:25 10:57:01 6 18.36 0.00 5.31 7.31 0.10 68.92 11:37:25 10:57:01 7 20.86 0.00 4.86 6.17 0.10 68.00 11:37:25 10:58:01 all 7.74 0.00 0.77 0.07 0.07 91.35 11:37:25 10:58:01 0 7.05 0.00 0.92 0.00 0.05 91.98 11:37:25 10:58:01 1 10.14 0.00 0.70 0.30 0.07 88.79 11:37:25 10:58:01 2 9.33 0.00 0.85 0.03 0.08 89.70 11:37:25 10:58:01 3 6.51 0.00 0.70 0.13 0.07 92.59 11:37:25 10:58:01 4 12.51 0.00 0.90 0.02 0.08 86.49 11:37:25 10:58:01 5 5.77 0.00 0.75 0.02 0.07 93.40 11:37:25 10:58:01 6 5.37 0.00 0.79 0.05 0.08 93.71 11:37:25 10:58:01 7 5.24 0.00 0.52 0.02 0.05 94.17 11:37:25 11:37:25 10:58:01 CPU %user %nice %system %iowait %steal %idle 11:37:25 10:59:01 all 5.40 0.00 0.71 0.06 0.05 93.78 11:37:25 10:59:01 0 3.15 0.00 0.68 0.02 0.03 96.11 11:37:25 10:59:01 1 2.10 0.00 0.73 0.30 0.05 96.81 11:37:25 10:59:01 2 5.27 0.00 0.52 0.02 0.05 94.14 11:37:25 10:59:01 3 9.09 0.00 0.67 0.02 0.05 90.17 11:37:25 10:59:01 4 5.73 0.00 0.72 0.07 0.05 93.44 11:37:25 10:59:01 5 8.38 0.00 0.99 0.02 0.07 90.55 11:37:25 10:59:01 6 6.08 0.00 0.74 0.02 0.03 93.13 11:37:25 10:59:01 7 3.39 0.00 0.62 0.03 0.05 95.91 11:37:25 11:00:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:37:25 11:00:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:37:25 11:00:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:37:25 11:00:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:37:25 11:00:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:00:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:37:25 11:00:01 5 0.08 0.00 0.05 0.00 0.03 99.83 11:37:25 11:00:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:00:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:37:25 11:01:01 all 0.19 0.00 0.02 0.00 0.01 99.77 11:37:25 11:01:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:37:25 11:01:01 1 0.05 0.00 0.03 0.00 0.03 99.88 11:37:25 11:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:01:01 3 0.08 0.00 0.02 0.00 0.00 99.90 11:37:25 11:01:01 4 1.22 0.00 0.00 0.02 0.02 98.74 11:37:25 11:01:01 5 0.07 0.00 0.07 0.00 0.03 99.83 11:37:25 11:01:01 6 0.00 0.00 0.00 0.02 0.02 99.97 11:37:25 11:01:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:02:01 all 0.28 0.00 0.04 0.01 0.01 99.67 11:37:25 11:02:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:37:25 11:02:01 1 0.00 0.00 0.05 0.00 0.02 99.93 11:37:25 11:02:01 2 0.05 0.00 0.03 0.00 0.02 99.90 11:37:25 11:02:01 3 0.05 0.00 0.07 0.00 0.02 99.87 11:37:25 11:02:01 4 1.98 0.00 0.05 0.02 0.00 97.95 11:37:25 11:02:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:37:25 11:02:01 6 0.03 0.00 0.00 0.02 0.02 99.93 11:37:25 11:02:01 7 0.03 0.00 0.02 0.03 0.00 99.92 11:37:25 11:03:01 all 0.28 0.00 0.01 0.01 0.01 99.68 11:37:25 11:03:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:37:25 11:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:03:01 2 0.08 0.00 0.02 0.02 0.02 99.87 11:37:25 11:03:01 3 0.05 0.00 0.02 0.00 0.03 99.90 11:37:25 11:03:01 4 1.99 0.00 0.00 0.07 0.02 97.93 11:37:25 11:03:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:03:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:04:01 all 0.13 0.00 0.02 0.00 0.01 99.83 11:37:25 11:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:37:25 11:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:04:01 3 0.08 0.00 0.02 0.00 0.02 99.88 11:37:25 11:04:01 4 0.75 0.00 0.12 0.00 0.00 99.14 11:37:25 11:04:01 5 0.08 0.00 0.02 0.02 0.02 99.87 11:37:25 11:04:01 6 0.02 0.00 0.03 0.00 0.02 99.93 11:37:25 11:04:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:37:25 11:05:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:37:25 11:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:37:25 11:05:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:05:01 3 0.02 0.00 0.03 0.00 0.03 99.92 11:37:25 11:05:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:37:25 11:05:01 5 0.05 0.00 0.03 0.02 0.02 99.88 11:37:25 11:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:37:25 11:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:37:25 11:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:37:25 11:06:01 3 0.05 0.00 0.00 0.00 0.03 99.92 11:37:25 11:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:06:01 5 0.08 0.00 0.03 0.02 0.03 99.83 11:37:25 11:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:06:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:07:01 all 0.02 0.00 0.02 0.00 0.01 99.94 11:37:25 11:07:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:37:25 11:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:07:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:37:25 11:07:01 3 0.08 0.00 0.03 0.00 0.02 99.87 11:37:25 11:07:01 4 0.00 0.00 0.00 0.02 0.02 99.97 11:37:25 11:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:07:01 7 0.00 0.00 0.05 0.02 0.02 99.92 11:37:25 11:08:01 all 0.03 0.00 0.01 0.01 0.01 99.94 11:37:25 11:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:37:25 11:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:08:01 3 0.12 0.00 0.05 0.00 0.02 99.82 11:37:25 11:08:01 4 0.02 0.00 0.00 0.03 0.02 99.93 11:37:25 11:08:01 5 0.05 0.00 0.03 0.02 0.03 99.87 11:37:25 11:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:08:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:09:01 all 0.02 0.00 0.00 0.00 0.01 99.96 11:37:25 11:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:37:25 11:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:37:25 11:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:09:01 3 0.05 0.00 0.02 0.00 0.03 99.90 11:37:25 11:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:09:01 5 0.03 0.00 0.02 0.00 0.03 99.92 11:37:25 11:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:09:01 7 0.00 0.00 0.00 0.02 0.00 99.98 11:37:25 11:37:25 11:09:01 CPU %user %nice %system %iowait %steal %idle 11:37:25 11:10:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:37:25 11:10:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:37:25 11:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:10:01 3 0.03 0.00 0.07 0.00 0.02 99.88 11:37:25 11:10:01 4 0.00 0.00 0.00 0.02 0.02 99.97 11:37:25 11:10:01 5 0.05 0.00 0.05 0.00 0.03 99.87 11:37:25 11:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:10:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:37:25 11:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:37:25 11:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:11:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:37:25 11:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:37:25 11:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:11:01 5 0.07 0.00 0.00 0.02 0.03 99.88 11:37:25 11:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:12:01 all 0.03 0.00 0.02 0.01 0.01 99.93 11:37:25 11:12:01 0 0.05 0.00 0.03 0.00 0.02 99.90 11:37:25 11:12:01 1 0.07 0.00 0.02 0.02 0.02 99.88 11:37:25 11:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:12:01 3 0.05 0.00 0.03 0.00 0.03 99.88 11:37:25 11:12:01 4 0.02 0.00 0.02 0.03 0.00 99.93 11:37:25 11:12:01 5 0.05 0.00 0.03 0.02 0.02 99.88 11:37:25 11:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:12:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:13:01 all 0.02 0.00 0.00 0.01 0.01 99.95 11:37:25 11:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:13:01 3 0.10 0.00 0.02 0.00 0.02 99.87 11:37:25 11:13:01 4 0.02 0.00 0.00 0.08 0.02 99.88 11:37:25 11:13:01 5 0.02 0.00 0.00 0.00 0.03 99.95 11:37:25 11:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:14:01 all 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:14:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:37:25 11:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:14:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:14:01 3 0.07 0.00 0.07 0.00 0.03 99.83 11:37:25 11:14:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:14:01 5 0.07 0.00 0.02 0.02 0.03 99.87 11:37:25 11:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:14:01 7 0.02 0.00 0.02 0.02 0.02 99.93 11:37:25 11:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:37:25 11:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 11:37:25 11:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:15:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:37:25 11:15:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:37:25 11:15:01 5 0.05 0.00 0.05 0.02 0.03 99.85 11:37:25 11:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:16:01 all 0.08 0.00 0.01 0.00 0.01 99.90 11:37:25 11:16:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:16:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:37:25 11:16:01 2 0.05 0.00 0.02 0.00 0.00 99.93 11:37:25 11:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:16:01 4 0.43 0.00 0.00 0.02 0.00 99.55 11:37:25 11:16:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:37:25 11:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:16:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:37:25 11:17:01 all 0.01 0.00 0.02 0.00 0.01 99.96 11:37:25 11:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:37:25 11:17:01 2 0.02 0.00 0.03 0.00 0.02 99.93 11:37:25 11:17:01 3 0.02 0.00 0.03 0.00 0.03 99.92 11:37:25 11:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:17:01 5 0.00 0.00 0.03 0.00 0.03 99.93 11:37:25 11:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:17:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:18:01 all 0.03 0.00 0.01 0.00 0.02 99.94 11:37:25 11:18:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:37:25 11:18:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:37:25 11:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:37:25 11:18:01 3 0.03 0.00 0.02 0.00 0.03 99.92 11:37:25 11:18:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:37:25 11:18:01 5 0.05 0.00 0.02 0.02 0.03 99.88 11:37:25 11:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:37:25 11:19:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:19:01 1 0.00 0.00 0.03 0.00 0.03 99.93 11:37:25 11:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:19:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:37:25 11:19:01 4 0.02 0.00 0.02 0.02 0.00 99.95 11:37:25 11:19:01 5 0.02 0.00 0.00 0.02 0.00 99.97 11:37:25 11:19:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:19:01 7 0.05 0.00 0.00 0.00 0.02 99.93 11:37:25 11:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:37:25 11:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:20:01 1 0.07 0.00 0.02 0.00 0.03 99.88 11:37:25 11:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:37:25 11:20:01 3 0.03 0.00 0.05 0.00 0.03 99.88 11:37:25 11:20:01 4 0.03 0.00 0.00 0.02 0.00 99.95 11:37:25 11:20:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:37:25 11:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:37:25 11:20:01 CPU %user %nice %system %iowait %steal %idle 11:37:25 11:21:01 all 0.06 0.00 0.06 0.01 0.01 99.86 11:37:25 11:21:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:37:25 11:21:01 1 0.03 0.00 0.05 0.00 0.02 99.90 11:37:25 11:21:01 2 0.02 0.00 0.08 0.00 0.02 99.88 11:37:25 11:21:01 3 0.05 0.00 0.08 0.00 0.02 99.85 11:37:25 11:21:01 4 0.07 0.00 0.08 0.02 0.00 99.83 11:37:25 11:21:01 5 0.07 0.00 0.05 0.00 0.02 99.87 11:37:25 11:21:01 6 0.17 0.00 0.12 0.03 0.00 99.68 11:37:25 11:21:01 7 0.02 0.00 0.03 0.00 0.00 99.95 11:37:25 11:22:01 all 0.02 0.00 0.01 0.01 0.01 99.95 11:37:25 11:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:22:01 1 0.03 0.00 0.00 0.00 0.03 99.93 11:37:25 11:22:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:37:25 11:22:01 3 0.03 0.00 0.02 0.00 0.03 99.92 11:37:25 11:22:01 4 0.02 0.00 0.05 0.02 0.02 99.90 11:37:25 11:22:01 5 0.00 0.00 0.00 0.03 0.00 99.97 11:37:25 11:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:22:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:23:01 all 0.04 0.00 0.01 0.00 0.01 99.93 11:37:25 11:23:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:23:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:37:25 11:23:01 2 0.03 0.00 0.03 0.00 0.02 99.92 11:37:25 11:23:01 3 0.08 0.00 0.05 0.00 0.02 99.85 11:37:25 11:23:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:37:25 11:23:01 5 0.05 0.00 0.00 0.00 0.02 99.93 11:37:25 11:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:23:01 7 0.07 0.00 0.00 0.00 0.02 99.92 11:37:25 11:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:37:25 11:24:01 0 0.05 0.00 0.00 0.00 0.02 99.93 11:37:25 11:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:24:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:37:25 11:24:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:37:25 11:24:01 5 0.03 0.00 0.03 0.02 0.02 99.90 11:37:25 11:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:37:25 11:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:37:25 11:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:37:25 11:25:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:37:25 11:25:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:37:25 11:25:01 3 0.07 0.00 0.02 0.00 0.02 99.90 11:37:25 11:25:01 4 0.02 0.00 0.02 0.02 0.00 99.95 11:37:25 11:25:01 5 0.02 0.00 0.00 0.02 0.00 99.97 11:37:25 11:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:26:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:37:25 11:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:26:01 1 0.05 0.00 0.03 0.00 0.03 99.88 11:37:25 11:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:37:25 11:26:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:37:25 11:26:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:37:25 11:26:01 5 0.02 0.00 0.03 0.02 0.02 99.92 11:37:25 11:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:26:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:37:25 11:27:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:37:25 11:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:37:25 11:27:01 1 0.02 0.00 0.02 0.00 0.03 99.93 11:37:25 11:27:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:37:25 11:27:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:37:25 11:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:27:01 5 0.05 0.00 0.03 0.02 0.02 99.88 11:37:25 11:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:27:01 7 0.05 0.00 0.00 0.00 0.00 99.95 11:37:25 11:28:01 all 0.26 0.00 0.02 0.00 0.02 99.70 11:37:25 11:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:28:01 1 0.03 0.00 0.05 0.00 0.05 99.87 11:37:25 11:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:37:25 11:28:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:37:25 11:28:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:37:25 11:28:01 5 0.02 0.00 0.03 0.02 0.02 99.92 11:37:25 11:28:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:37:25 11:28:01 7 1.84 0.00 0.02 0.00 0.02 98.13 11:37:25 11:29:01 all 0.11 0.00 0.01 0.00 0.01 99.86 11:37:25 11:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:29:01 1 0.05 0.00 0.05 0.00 0.05 99.85 11:37:25 11:29:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:37:25 11:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:29:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:37:25 11:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:29:01 7 0.73 0.00 0.02 0.00 0.00 99.25 11:37:25 11:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:37:25 11:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:37:25 11:30:01 1 0.03 0.00 0.03 0.00 0.05 99.88 11:37:25 11:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:30:01 4 0.00 0.00 0.00 0.02 0.02 99.97 11:37:25 11:30:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:37:25 11:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:30:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:31:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:37:25 11:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:31:01 1 0.05 0.00 0.02 0.00 0.03 99.90 11:37:25 11:31:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:31:01 3 0.07 0.00 0.07 0.00 0.03 99.83 11:37:25 11:31:01 4 0.02 0.00 0.02 0.02 0.00 99.95 11:37:25 11:31:01 5 0.02 0.00 0.03 0.02 0.02 99.92 11:37:25 11:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:31:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:37:25 11:31:01 CPU %user %nice %system %iowait %steal %idle 11:37:25 11:32:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:37:25 11:32:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:37:25 11:32:01 1 0.05 0.00 0.03 0.00 0.03 99.88 11:37:25 11:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:37:25 11:32:01 3 0.05 0.00 0.05 0.00 0.02 99.88 11:37:25 11:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:37:25 11:32:01 5 0.02 0.00 0.02 0.02 0.00 99.95 11:37:25 11:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:32:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:33:01 all 0.10 0.00 0.01 0.11 0.01 99.77 11:37:25 11:33:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:37:25 11:33:01 1 0.60 0.00 0.03 0.00 0.02 99.35 11:37:25 11:33:01 2 0.03 0.00 0.03 0.00 0.02 99.92 11:37:25 11:33:01 3 0.05 0.00 0.02 0.00 0.00 99.93 11:37:25 11:33:01 4 0.02 0.00 0.00 0.85 0.00 99.13 11:37:25 11:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:33:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:34:01 all 0.20 0.00 0.01 0.00 0.01 99.76 11:37:25 11:34:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:34:01 1 1.52 0.00 0.03 0.00 0.03 98.42 11:37:25 11:34:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:37:25 11:34:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:37:25 11:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 11:37:25 11:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:34:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:37:25 11:35:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:37:25 11:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:37:25 11:35:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:37:25 11:35:01 2 0.05 0.00 0.02 0.00 0.00 99.93 11:37:25 11:35:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:37:25 11:35:01 4 0.02 0.00 0.02 0.03 0.00 99.93 11:37:25 11:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:37:25 11:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:37:25 11:35:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:36:01 all 0.03 0.00 0.03 0.00 0.01 99.93 11:37:25 11:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:37:25 11:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:37:25 11:36:01 2 0.02 0.00 0.03 0.00 0.02 99.93 11:37:25 11:36:01 3 0.08 0.00 0.03 0.00 0.03 99.85 11:37:25 11:36:01 4 0.02 0.00 0.03 0.03 0.02 99.90 11:37:25 11:36:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:37:25 11:36:01 6 0.05 0.00 0.03 0.00 0.00 99.92 11:37:25 11:36:01 7 0.03 0.00 0.03 0.00 0.00 99.93 11:37:25 11:37:01 all 9.25 0.00 4.07 3.00 0.08 83.59 11:37:25 11:37:01 0 10.28 0.00 3.84 0.03 0.07 85.78 11:37:25 11:37:01 1 10.12 0.00 3.38 0.46 0.08 85.96 11:37:25 11:37:01 2 9.71 0.00 5.09 13.38 0.08 71.74 11:37:25 11:37:01 3 10.88 0.00 4.83 3.03 0.08 81.17 11:37:25 11:37:01 4 8.18 0.00 3.15 3.23 0.08 85.35 11:37:25 11:37:01 5 8.66 0.00 4.16 0.19 0.12 86.87 11:37:25 11:37:01 6 7.94 0.00 4.83 0.15 0.07 87.01 11:37:25 11:37:01 7 8.25 0.00 3.26 3.63 0.07 84.79 11:37:25 Average: all 8.67 0.00 1.61 1.11 0.04 88.58 11:37:25 Average: 0 8.49 0.00 1.59 1.01 0.04 88.88 11:37:25 Average: 1 8.72 0.00 1.58 0.76 0.05 88.89 11:37:25 Average: 2 8.72 0.00 1.69 1.02 0.04 88.54 11:37:25 Average: 3 8.70 0.00 1.58 1.13 0.04 88.55 11:37:25 Average: 4 8.83 0.00 1.62 1.28 0.04 88.24 11:37:25 Average: 5 8.78 0.00 1.69 0.99 0.04 88.50 11:37:25 Average: 6 8.50 0.00 1.65 1.49 0.03 88.33 11:37:25 Average: 7 8.58 0.00 1.52 1.19 0.03 88.68 11:37:25 11:37:25 11:37:25