Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dcc5cb70b686b998bc99b20e204d8e8d94355ed0 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-ssh15469988288535741720.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh15544284171183811250.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh13069374482059494742.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh7878266732303310738.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-ssh14749300690144360574.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]] ========================================================= [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.23 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 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-27134’ is offline Running on prd-ubuntu20.04-docker-8c-8g-27135 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/755 [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/755 # 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 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 (main) Commit message: "Merge pull request #5008 from edgexfoundry/dependabot/go_modules/github.com/go-co-op/gocron/v2-2.12.4" > 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 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 # timeout=10 > git rev-list --no-walk ba9e2b1039273402b718e5663479bf12101d0715 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:56:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:56:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:56:42 ========================================================= 04:56:42 EdgeX Global Pipelines Version Info 04:56:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:56:43 ------------------- 04:56:43 stable info: 04:56:43 ------------------- 04:56:43 Commited By: Ginny Guan ginny@iotechsys.com 04:56:43 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 04:56:43 Message: update stable to v1.0.265 04:56:43 ------------------- 04:56:43 experimental info: 04:56:43 ------------------- 04:56:43 Commited By: Cherry Wang cherry@iotechsys.com 04:56:43 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 04:56:43 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dcc5cb7 [Pipeline] echo 04:56:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:56:44 provisioning config files... 04:56:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/755@tmp/config12226752143601397098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:56:45 ---> ****-login.sh 04:56:45 nexus3.edgexfoundry.org:10001 04:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:56:45 Configure a credential helper to remove this warning. See 04:56:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:56:45 04:56:45 Login Succeeded 04:56:45 nexus3.edgexfoundry.org:10002 04:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:56:45 Configure a credential helper to remove this warning. See 04:56:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:56:45 04:56:45 Login Succeeded 04:56:45 nexus3.edgexfoundry.org:10003 04:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:56:45 Configure a credential helper to remove this warning. See 04:56:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:56:45 04:56:45 Login Succeeded 04:56:45 nexus3.edgexfoundry.org:10004 04:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:56:45 Configure a credential helper to remove this warning. See 04:56:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:56:45 04:56:45 Login Succeeded 04:56:45 ****.io 04:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:56:45 Configure a credential helper to remove this warning. See 04:56:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:56:45 04:56:45 Login Succeeded 04:56:45 ---> ****-login.sh ends [Pipeline] } 04:56:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:56:46 + 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile 04:56:46 + dirname cmd/core-command/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo core-command,cmd/core-command/Dockerfile 04:56:46 + dirname cmd/core-common-config-bootstrapper/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 04:56:46 + dirname cmd/core-data/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo core-data,cmd/core-data/Dockerfile 04:56:46 + dirname cmd/core-keeper/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo core-keeper,cmd/core-keeper/Dockerfile 04:56:46 + dirname+ cmd/core-metadata/Dockerfile 04:56:46 cut -d/ -f2 04:56:46 + echo core-metadata,cmd/core-metadata/Dockerfile 04:56:46 + dirname cmd/security-bootstrapper/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:56:46 + dirname cmd/security-proxy-auth/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 04:56:46 + dirname cmd/security-proxy-setup/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:56:46 + + dirnamecut cmd/security-secretstore-setup/Dockerfile -d/ 04:56:46 -f2 04:56:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:56:46 + dirname cmd/security-spiffe-token-provider/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 04:56:46 + dirname cmd/security-spire-agent/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 04:56:46 + dirname cmd/security-spire-config/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo security-spire-config,cmd/security-spire-config/Dockerfile 04:56:46 + dirname cmd/security-spire-server/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo security-spire-server,cmd/security-spire-server/Dockerfile 04:56:46 + dirname cmd/support-notifications/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo support-notifications,cmd/support-notifications/Dockerfile 04:56:46 + dirname cmd/support-scheduler/Dockerfile 04:56:46 + cut -d/ -f2 04:56:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 04:56:46 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-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 04:56:46 + git rev-list -1 --merges dcc5cb70b686b998bc99b20e204d8e8d94355ed0~1..dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] echo 04:56:46 -----------> git rev-list -1 --merges dcc5cb70b686b998bc99b20e204d8e8d94355ed0~1..dcc5cb70b686b998bc99b20e204d8e8d94355ed0 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 04:56:46 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [false] [Pipeline] sh 04:56:46 + git log --format=format:%s -1 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] echo 04:56:46 ========================================================= 04:56:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:56:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 04:56:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:56:47 + grep -v github /etc/ssh/ssh_known_hosts 04:56:47 + [ -e /tmp/ssh_known_hosts ] 04:56:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:56:47 + + sudo tee -a /etc/ssh/ssh_known_hosts 04:56:47 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:56:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:56:47 04:56:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:56:48 0.1.4: Pulling from edgex-devops/py-git-semver 04:56:48 b85a868b505f: Pulling fs layer 04:56:48 e2be974225ed: Pulling fs layer 04:56:48 339a4e72a1f5: Pulling fs layer 04:56:48 988bab9f4d93: Pulling fs layer 04:56:48 1469e6f7b9e6: Pulling fs layer 04:56:48 eaf3925da568: Pulling fs layer 04:56:48 bab4dde63d76: Pulling fs layer 04:56:48 bde34c3a00c8: Pulling fs layer 04:56:48 b352a97aabf1: Pulling fs layer 04:56:48 4872d77fe225: Pulling fs layer 04:56:48 5851b861e8e6: Pulling fs layer 04:56:48 988bab9f4d93: Waiting 04:56:48 1469e6f7b9e6: Waiting 04:56:48 eaf3925da568: Waiting 04:56:48 bab4dde63d76: Waiting 04:56:48 bde34c3a00c8: Waiting 04:56:48 b352a97aabf1: Waiting 04:56:48 5851b861e8e6: Waiting 04:56:48 4872d77fe225: Waiting 04:56:48 e2be974225ed: Download complete 04:56:48 988bab9f4d93: Download complete 04:56:48 1469e6f7b9e6: Verifying Checksum 04:56:48 1469e6f7b9e6: Download complete 04:56:48 eaf3925da568: Download complete 04:56:48 339a4e72a1f5: Verifying Checksum 04:56:48 339a4e72a1f5: Download complete 04:56:48 bde34c3a00c8: Verifying Checksum 04:56:48 bde34c3a00c8: Download complete 04:56:48 b352a97aabf1: Download complete 04:56:48 4872d77fe225: Verifying Checksum 04:56:48 4872d77fe225: Download complete 04:56:48 5851b861e8e6: Verifying Checksum 04:56:48 5851b861e8e6: Download complete 04:56:48 b85a868b505f: Verifying Checksum 04:56:48 b85a868b505f: Download complete 04:56:48 bab4dde63d76: Download complete 04:56:49 b85a868b505f: Pull complete 04:56:49 e2be974225ed: Pull complete 04:56:50 339a4e72a1f5: Pull complete 04:56:50 988bab9f4d93: Pull complete 04:56:50 1469e6f7b9e6: Pull complete 04:56:50 eaf3925da568: Pull complete 04:56:52 bab4dde63d76: Pull complete 04:56:52 bde34c3a00c8: Pull complete 04:56:52 b352a97aabf1: Pull complete 04:56:52 4872d77fe225: Pull complete 04:56:52 5851b861e8e6: Pull complete 04:56:52 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:56:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:56:52 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:56:52 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 04:56:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 04:56:55 $ docker top b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb -eo pid,comm 04:56:55 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). 04:56:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:56:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:55 [ssh-agent] Looking for ssh-agent implementation... 04:56:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:55 $ docker exec b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb ssh-agent 04:56:55 SSH_AUTH_SOCK=/tmp/ssh-F6wHqDN58KVz/agent.31 04:56:55 SSH_AGENT_PID=37 04:56:55 Running ssh-add (command line suppressed) 04:56:55 Identity added: /w/workspace/edgex-go/755@tmp/private_key_10609637661117461570.key (/w/workspace/edgex-go/755@tmp/private_key_10609637661117461570.key) 04:56:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:55 + git tag --points-at HEAD [Pipeline] } 04:56:55 $ docker exec --env ******** --env ******** b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb ssh-agent -k 04:56:56 unset SSH_AUTH_SOCK; 04:56:56 unset SSH_AGENT_PID; 04:56:56 echo Agent pid 37 killed; 04:56:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:56:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:56:56 [ssh-agent] Looking for ssh-agent implementation... 04:56:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:56:56 $ docker exec b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb ssh-agent 04:56:56 SSH_AUTH_SOCK=/tmp/ssh-sUSd1opRg3N0/agent.70 04:56:56 SSH_AGENT_PID=76 04:56:56 Running ssh-add (command line suppressed) 04:56:56 Identity added: /w/workspace/edgex-go/755@tmp/private_key_17314915007535367197.key (/w/workspace/edgex-go/755@tmp/private_key_17314915007535367197.key) 04:56:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:56:56 + git semver init 04:56:56 2024-11-21 04:56:56,867 [run_init] DEBUG init version:0.0.0 force:False 04:56:56 2024-11-21 04:56:56,868 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/755/.semver 04:56:56 2024-11-21 04:56:56,868 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/755/.semver 04:56:56 2024-11-21 04:56:56,869 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/755/.semver'], cwd=/w/workspace/edgex-go/755, universal_newlines=False, shell=None, istream=None) 04:57:02 2024-11-21 04:57:01,726 [append_file] DEBUG append to file:/w/workspace/edgex-go/755/.git/info/exclude 04:57:02 2024-11-21 04:57:01,727 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/755/.semver/main with force:False 04:57:02 2024-11-21 04:57:01,727 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main 04:57:02 2024-11-21 04:57:01,727 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main 04:57:02 4.0.0-dev.21 [Pipeline] } 04:57:02 $ docker exec --env ******** --env ******** b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb ssh-agent -k 04:57:02 unset SSH_AUTH_SOCK; 04:57:02 unset SSH_AGENT_PID; 04:57:02 echo Agent pid 76 killed; 04:57:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:57:02 + git semver [Pipeline] } 04:57:02 $ docker stop --time=1 b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb 04:57:04 $ docker rm -f --volumes b69ca504f9e4e05b9792c0eaa50b293f5148eb740de69c4ad0370e9650a862cb [Pipeline] // withDockerContainer [Pipeline] sh 04:57:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:57:04 Stashed 1 file(s) [Pipeline] echo 04:57:04 [edgeXSemver]: initialized semver on version 4.0.0-dev.21 [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 04:57:05 + git config --global --add safe.directory /w/workspace/edgex-go/755 [Pipeline] echo 04:57:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:57:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:57:05 ========================================================= 04:57:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 04:57:05 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:57:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:57:05 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 04:57:05 43c4264eed91: Pulling fs layer 04:57:05 4cc291be95ef: Pulling fs layer 04:57:05 2ac1f1163629: Pulling fs layer 04:57:05 5c3c966382ef: Pulling fs layer 04:57:05 4f4fb700ef54: Pulling fs layer 04:57:05 5d5c8e513c77: Pulling fs layer 04:57:05 5c3c966382ef: Waiting 04:57:05 4f4fb700ef54: Waiting 04:57:05 9f66e0745190: Pulling fs layer 04:57:05 5d5c8e513c77: Waiting 04:57:05 9f66e0745190: Waiting 04:57:05 f49a43e4bbc0: Pulling fs layer 04:57:05 561ebcabdf7f: Pulling fs layer 04:57:05 f49a43e4bbc0: Waiting 04:57:05 561ebcabdf7f: Waiting 04:57:05 4cc291be95ef: Verifying Checksum 04:57:05 4cc291be95ef: Download complete 04:57:05 5c3c966382ef: Verifying Checksum 04:57:05 5c3c966382ef: Download complete 04:57:05 4f4fb700ef54: Download complete 04:57:05 5d5c8e513c77: Verifying Checksum 04:57:05 5d5c8e513c77: Download complete 04:57:05 43c4264eed91: Download complete 04:57:05 9f66e0745190: Verifying Checksum 04:57:05 9f66e0745190: Download complete 04:57:05 43c4264eed91: Pull complete 04:57:05 561ebcabdf7f: Verifying Checksum 04:57:05 561ebcabdf7f: Download complete 04:57:05 4cc291be95ef: Pull complete 04:57:06 2ac1f1163629: Verifying Checksum 04:57:06 2ac1f1163629: Download complete 04:57:06 f49a43e4bbc0: Verifying Checksum 04:57:06 f49a43e4bbc0: Download complete 04:57:09 2ac1f1163629: Pull complete 04:57:09 5c3c966382ef: Pull complete 04:57:09 4f4fb700ef54: Pull complete 04:57:09 5d5c8e513c77: Pull complete 04:57:09 9f66e0745190: Pull complete 04:57:11 f49a43e4bbc0: Pull complete 04:57:12 561ebcabdf7f: Pull complete 04:57:12 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 04:57:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:57:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 04:57:12 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:57:12 WORKDIR /edgex 04:57:12 COPY go.mod . 04:57:12 RUN go mod download 04:57:12 + docker build -t ci-base-image-x86_64 -f - . 04:57:13 Sending build context to Docker daemon 178.1MB 04:57:13 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:57:13 ---> 3a752c3f9dda 04:57:13 Step 2/4 : WORKDIR /edgex 04:57:16 ---> Running in 6a0e9a59a949 04:57:16 Removing intermediate container 6a0e9a59a949 04:57:16 ---> f73514a017ef 04:57:16 Step 3/4 : COPY go.mod . 04:57:16 ---> 3589106b805a 04:57:16 Step 4/4 : RUN go mod download 04:57:16 ---> Running in c904dc1d8526 04:57:20 Still waiting to schedule task 04:57:20 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:57:34 Removing intermediate container c904dc1d8526 04:57:34 ---> 4f770ba6b7ed 04:57:34 Successfully built 4f770ba6b7ed 04:57:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:57:34 + docker inspect -f . ci-base-image-x86_64 04:57:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:57:34 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 04:57:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 04:57:35 $ docker top f02d4058be6bfd26351de6da136b22f9ed649d65d86af2ccf64c9607ab594d18 -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:35 + go version 04:57:35 go version go1.23.2 linux/amd64 [Pipeline] } 04:57:35 $ docker stop --time=1 f02d4058be6bfd26351de6da136b22f9ed649d65d86af2ccf64c9607ab594d18 04:57:36 $ docker rm -f --volumes f02d4058be6bfd26351de6da136b22f9ed649d65d86af2ccf64c9607ab594d18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:57:37 + docker inspect -f . ci-base-image-x86_64 04:57:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:57:37 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 04:57:37 $ 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/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 04:57:37 $ docker top b5417b9c745915cd4c63086ef61c8ba24cfe855f47c67906c39be3651104768f -eo pid,comm [Pipeline] { [Pipeline] echo 04:57:37 ========================================================= 04:57:37 [edgeXBuildGoParallel] Running Tests and Build... 04:57:37 ========================================================= [Pipeline] sh 04:57:38 + git config --global --add safe.directory /w/workspace/edgex-go/755 [Pipeline] fileExists [Pipeline] sh 04:57:38 + make test 04:57:38 go test -race -coverprofile=coverage.out ./... 04:57:46 ? github.com/edgexfoundry/edgex-go [no test files] 04:58:13 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 04:58:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:58:13 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 04:58:13 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 04:58:14 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 04:58:14 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 04:58:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements 04:58:15 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 04:58:15 github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements 04:58:15 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 04:58:15 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 04:58:15 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 04:58:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.031s coverage: 97.0% of statements 04:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:58:16 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 04:58:16 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 04:58:16 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 04:58:16 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:58:16 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 04:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 04:58:16 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 04:58:16 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 04:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 04:58:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 04:58:17 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 04:58:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 04:58:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:58:19 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 04:58:19 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 04:58:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.045s coverage: 69.2% of statements 04:58:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.046s coverage: 48.4% of statements 04:58:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.521s coverage: 93.4% of statements 04:58:20 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.052s coverage: 91.7% of statements 04:58:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 9.4% of statements 04:58:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:58:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:58:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:58:21 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 04:58:21 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 04:58:21 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 04:58:21 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 04:58:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 04:58:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:58:21 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 04:58:21 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 04:58:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.376s coverage: 95.8% of statements 04:58:22 ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements 04:58:22 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 04:58:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:58:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 04:58:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.028s coverage: 0.0% of statements [no tests to run] 04:58:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.1% of statements 04:58:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 44.2% of statements 04:58:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.019s coverage: 40.0% of statements 04:58:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 04:58:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 04:58:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 04:58:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:58:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 04:58:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 04:58:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 04:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.028s coverage: 87.1% of statements 04:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.014s coverage: 94.1% of statements 04:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements 04:58:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements 04:58:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 04:58:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 04:58:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 04:58:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 04:58:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 04:58:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 04:58:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 04:58:27 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 04:58:27 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 04:58:27 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 04:58:28 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 04:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:58:30 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 04:58:30 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 04:58:32 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 04:58:32 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 04:58:32 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 04:58:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:58:34 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 04:58:34 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 04:58:34 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 04:58:34 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 04:58:34 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 04:58:34 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 04:58:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 04:58:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 04:58:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 04:58:36 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 04:58:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:58:37 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:58:37 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 04:58:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 04:58:38 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 04:58:38 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 04:58:38 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 04:58:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:58:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.047s coverage: 92.9% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.021s coverage: 66.7% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.020s coverage: 75.0% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.034s coverage: 87.2% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 17.0% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.061s coverage: 81.8% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.061s coverage: 82.1% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.029s coverage: 86.0% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.139s coverage: 63.1% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.022s coverage: 100.0% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.021s coverage: 100.0% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.130s coverage: 36.8% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.020s coverage: 93.8% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.2% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.116s coverage: 95.7% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.035s coverage: 9.0% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 97.7% of statements 04:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 45.8% of statements 04:58:46 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 04:58:46 running golangci-lint 04:58:46 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 04:58:46 go version go1.23.2 linux/amd64 04:58:46 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 04:58:46 level=info msg="[config_reader] Used config file .golangci.yml" 04:58:46 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 04:58:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-27136 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 04:58:56 Running in /w/workspace/edgex-go/755 [Pipeline] { [Pipeline] checkout 04:58:56 The recommended git tool is: git 04:59:04 using credential edgex-jenkins-ssh 04:59:04 Cloning the remote Git repository 04:59:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:59:05 > git init /w/workspace/edgex-go/755 # timeout=10 04:59:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:59:05 > git --version # timeout=10 04:59:05 > git --version # 'git version 2.25.1' 04:59:05 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:59:12 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|imports|exports_file|files|name) took 22.238939364s" 04:59:12 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 58.875213ms" 04:59:22 level=info msg="[linters_context/goanalysis] analyzers took 1m59.724833675s with top 10 stages: buildir: 1m0.888443729s, gosec: 3.781874116s, inspect: 2.727659127s, fact_deprecated: 2.354491715s, printf: 1.799493481s, ctrlflow: 1.679390984s, S1038: 1.41553169s, fact_purity: 1.381851653s, nilness: 913.1353ms, S1039: 838.0638ms" 04:59:22 level=info msg="[runner] Issues before processing: 193, after processing: 0" 04:59:22 level=info msg="[runner] Processors filtering stat (in/out): skip_dirs: 193/193, cgo: 193/193, invalid_issue: 193/193, skip_files: 193/193, autogenerated_exclude: 193/193, filename_unadjuster: 193/193, path_prettifier: 193/193, exclude: 193/193, identifier_marker: 193/193, exclude-rules: 193/15, nolint: 15/0" 04:59:22 level=info msg="[runner] processing took 18.766415ms with stages: nolint: 7.609532ms, identifier_marker: 6.00284ms, autogenerated_exclude: 1.497622ms, path_prettifier: 1.420681ms, exclude-rules: 1.359602ms, skip_dirs: 808.457µs, cgo: 25.641µs, invalid_issue: 25.05µs, filename_unadjuster: 11.45µs, max_same_issues: 1.96µs, uniq_by_line: 500ns, exclude: 490ns, fixer: 460ns, skip_files: 410ns, diff: 320ns, sort_results: 300ns, max_from_linter: 230ns, source_code: 220ns, path_shortener: 180ns, path_prefixer: 170ns, max_per_file_from_linter: 160ns, severity-rules: 140ns" 04:59:22 level=info msg="[runner] linters took 12.775713095s with stages: goanalysis_metalinter: 12.756801938s" 04:59:22 level=info msg="File cache stats: 0 entries of total size 0B" 04:59:22 level=info msg="Memory: 350 samples, avg is 292.8MB, max is 1293.8MB" 04:59:22 level=info msg="Execution took 35.082188333s" 04:59:22 go vet ./... 04:59:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:59:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:59:24 Avoid second fetch 04:59:24 Checking out Revision dcc5cb70b686b998bc99b20e204d8e8d94355ed0 (main) 04:59:25 Commit message: "Merge pull request #5008 from edgexfoundry/dependabot/go_modules/github.com/go-co-op/gocron/v2-2.12.4" 04:59:24 > git config core.sparsecheckout # timeout=10 04:59:24 > git checkout -f dcc5cb70b686b998bc99b20e204d8e8d94355ed0 # timeout=10 04:59:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:59:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:59:28 ./bin/test-attribution-txt.sh [Pipeline] echo 04:59:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 04:59:28 + ls -al . 04:59:28 total 1740 04:59:28 drwxrwxr-x 11 1001 1001 4096 Nov 21 04:57 . 04:59:28 drwxr-xr-x 4 root root 4096 Nov 21 04:57 .. 04:59:28 drwxrwxr-x 2 1001 1001 4096 Nov 21 04:56 .blubracket 04:59:28 -rw-rw-r-- 1 1001 1001 10 Nov 21 04:56 .dockerignore 04:59:28 drwxrwxr-x 8 1001 1001 4096 Nov 21 04:58 .git 04:59:28 drwxrwxr-x 3 1001 1001 4096 Nov 21 04:56 .github 04:59:28 -rw-rw-r-- 1 1001 1001 907 Nov 21 04:56 .gitignore 04:59:28 -rw-rw-r-- 1 1001 1001 199 Nov 21 04:56 .golangci.yml 04:59:28 -rw-rw-r-- 1 1001 1001 100 Nov 21 04:56 .hadolint.yml 04:59:28 drwxr-xr-x 3 1001 1001 4096 Nov 21 04:57 .semver 04:59:28 -rw-rw-r-- 1 1001 1001 155 Nov 21 04:56 .sonarcloud.properties 04:59:28 -rw-rw-r-- 1 1001 1001 1171 Nov 21 04:56 ADOPTERS.md 04:59:28 -rw-rw-r-- 1 1001 1001 17141 Nov 21 04:56 Attribution.txt 04:59:28 -rw-rw-r-- 1 1001 1001 100284 Nov 21 04:56 CHANGELOG.md 04:59:28 -rw-rw-r-- 1 1001 1001 3804 Nov 21 04:56 CONTRIBUTING.md 04:59:28 -rw-rw-r-- 1 1001 1001 677 Nov 21 04:56 GOVERNANCE.md 04:59:28 -rw-rw-r-- 1 1001 1001 858 Nov 21 04:56 Jenkinsfile 04:59:28 -rw-rw-r-- 1 1001 1001 10775 Nov 21 04:56 LICENSE 04:59:28 -rw-rw-r-- 1 1001 1001 16740 Nov 21 04:56 Makefile 04:59:28 -rw-rw-r-- 1 1001 1001 582 Nov 21 04:56 OWNERS.md 04:59:28 -rw-rw-r-- 1 1001 1001 9932 Nov 21 04:56 README.md 04:59:28 -rw-rw-r-- 1 1001 1001 789 Nov 21 04:56 SECURITY.md 04:59:28 -rw-rw-r-- 1 1001 1001 12 Nov 21 04:57 VERSION 04:59:28 drwxrwxr-x 2 1001 1001 4096 Nov 21 04:56 bin 04:59:28 drwxrwxr-x 19 1001 1001 4096 Nov 21 04:56 cmd 04:59:28 -rw-r--r-- 1 root root 1412874 Nov 21 04:58 coverage.out 04:59:28 drwxrwxr-x 2 1001 1001 4096 Nov 21 04:56 fuzz_test 04:59:28 -rw-rw-r-- 1 1001 1001 6528 Nov 21 04:56 go.mod 04:59:28 -rw-rw-r-- 1 1001 1001 88078 Nov 21 04:56 go.sum 04:59:28 drwxrwxr-x 7 1001 1001 4096 Nov 21 04:56 internal 04:59:28 drwxrwxr-x 2 1001 1001 4096 Nov 21 04:56 openapi 04:59:28 -rw-rw-r-- 1 1001 1001 584 Nov 21 04:56 security.txt 04:59:28 -rw-rw-r-- 1 1001 1001 204 Nov 21 04:56 version.go [Pipeline] sh 04:59:28 + '[' -e coverage.out ] 04:59:28 + chown 1001:1001 coverage.out [Pipeline] stash 04:59:28 Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 04:59:29 + make build 04:59:29 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] sh 04:59:29 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:59:29 % Total % Received % Xferd Average Speed Time Time Time Current 04:59:29 Dload Upload Total Spent Left Speed 04:59:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 95731 0 --:--:-- --:--:-- --:--:-- 95731 [Pipeline] sh 04:59:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:59:30 + + sudo jqsudo . += {"seccomp-profile": "/etc/docker/seccomp.json"} tee /etc/docker/daemon.json /etc/docker/daemon.new 04:59:30 04:59:30 { 04:59:30 "registry-mirrors": [ 04:59:30 "https://nexus3.edgexfoundry.org:10001" 04:59:30 ], 04:59:30 "bip": "10.250.0.254/24", 04:59:30 "hosts": [ 04:59:30 "tcp://0.0.0.0:5555", 04:59:30 "unix:///var/run/docker.sock" 04:59:30 ], 04:59:30 "mtu": 1458, 04:59:30 "selinux-enabled": true, 04:59:30 "seccomp-profile": "/etc/docker/seccomp.json" 04:59:30 } [Pipeline] sh 04:59:30 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:59:31 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:59:49 provisioning config files... 04:59:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/755@tmp/config14691229083581767098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:59:49 ---> ****-login.sh 04:59:49 nexus3.edgexfoundry.org:10001 04:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:59:50 Configure a credential helper to remove this warning. See 04:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:59:50 04:59:50 Login Succeeded 04:59:50 nexus3.edgexfoundry.org:10002 04:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:59:50 Configure a credential helper to remove this warning. See 04:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:59:50 04:59:50 Login Succeeded 04:59:50 nexus3.edgexfoundry.org:10003 04:59:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:59:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:59:51 Configure a credential helper to remove this warning. See 04:59:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:59:51 04:59:51 Login Succeeded 04:59:51 nexus3.edgexfoundry.org:10004 04:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:59:51 Configure a credential helper to remove this warning. See 04:59:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:59:51 04:59:51 Login Succeeded 04:59:51 ****.io 04:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:59:52 Configure a credential helper to remove this warning. See 04:59:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:59:52 04:59:52 Login Succeeded 04:59:52 ---> ****-login.sh ends [Pipeline] } 04:59:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 04:59:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] sh 04:59:53 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:59:53 + git config --global --add safe.directory /w/workspace/edgex-go/755 [Pipeline] echo 04:59:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:59:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:59:53 ========================================================= 04:59:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 04:59:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:59:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:59:53 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:59:53 cf04c63912e1: Pulling fs layer 04:59:53 55b35a11ae5e: Pulling fs layer 04:59:53 a37a00ec5f00: Pulling fs layer 04:59:53 50b3750afda1: Pulling fs layer 04:59:53 4f4fb700ef54: Pulling fs layer 04:59:53 80978eb59214: Pulling fs layer 04:59:53 c9f46d7d2bd2: Pulling fs layer 04:59:53 c5a475d317c9: Pulling fs layer 04:59:53 50b3750afda1: Waiting 04:59:53 4f4fb700ef54: Waiting 04:59:53 80978eb59214: Waiting 04:59:53 c5a475d317c9: Waiting 04:59:53 c9f46d7d2bd2: Waiting 04:59:53 55b35a11ae5e: Verifying Checksum 04:59:53 55b35a11ae5e: Download complete 04:59:53 50b3750afda1: Verifying Checksum 04:59:53 50b3750afda1: Download complete 04:59:53 4f4fb700ef54: Verifying Checksum 04:59:53 4f4fb700ef54: Download complete 04:59:53 80978eb59214: Verifying Checksum 04:59:53 80978eb59214: Download complete 04:59:53 cf04c63912e1: Verifying Checksum 04:59:53 cf04c63912e1: Download complete 04:59:54 c5a475d317c9: Verifying Checksum 04:59:54 c5a475d317c9: Download complete 04:59:54 cf04c63912e1: Pull complete 04:59:54 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:59:55 55b35a11ae5e: Pull complete 04:59:55 a37a00ec5f00: Verifying Checksum 04:59:55 a37a00ec5f00: Download complete 04:59:56 c9f46d7d2bd2: Verifying Checksum 04:59:56 c9f46d7d2bd2: Download complete 04:59:59 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:00:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:00:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:00:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:00:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:00:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:00:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:00:06 $ docker stop --time=1 b5417b9c745915cd4c63086ef61c8ba24cfe855f47c67906c39be3651104768f 05:00:11 $ docker rm -f --volumes b5417b9c745915cd4c63086ef61c8ba24cfe855f47c67906c39be3651104768f 05:00:11 a37a00ec5f00: Pull complete 05:00:11 50b3750afda1: Pull complete 05:00:11 4f4fb700ef54: Pull complete 05:00:11 80978eb59214: Pull complete [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 05:00:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:00:12 05:00:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:00:12 latest: Pulling from edgex-devops/edgex-compose 05:00:12 91d30c5bc195: Pulling fs layer 05:00:12 2e9b0aa3be6d: Pulling fs layer 05:00:12 9c61dcf015f6: Pulling fs layer 05:00:12 4698f68db338: Pulling fs layer 05:00:12 2a2f49069b9e: Pulling fs layer 05:00:12 e0025b399a48: Pulling fs layer 05:00:12 4698f68db338: Waiting 05:00:12 2a2f49069b9e: Waiting 05:00:12 e0025b399a48: Waiting 05:00:13 91d30c5bc195: Verifying Checksum 05:00:13 91d30c5bc195: Download complete 05:00:13 4698f68db338: Verifying Checksum 05:00:13 4698f68db338: Download complete 05:00:13 2e9b0aa3be6d: Verifying Checksum 05:00:13 2e9b0aa3be6d: Download complete 05:00:13 e0025b399a48: Download complete 05:00:13 91d30c5bc195: Pull complete 05:00:13 2a2f49069b9e: Download complete 05:00:13 2e9b0aa3be6d: Pull complete 05:00:13 9c61dcf015f6: Download complete 05:00:16 9c61dcf015f6: Pull complete 05:00:16 4698f68db338: Pull complete 05:00:16 2a2f49069b9e: Pull complete 05:00:16 e0025b399a48: Pull complete 05:00:16 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 05:00:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:00:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:16 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 05:00:16 $ 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/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 05:00:19 $ docker top a3b0e95e2ed1e35ed5605dab4118fe9ed3858e191d8e5f4a5ffd9f7a35c91f7f -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:19 + docker compose -f ./docker-compose-build.yml build --parallel 05:00:20 c9f46d7d2bd2: Pull complete 05:00:21 c5a475d317c9: Pull complete 05:00:21 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 05:00:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:00:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 05:00:21 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:00:21 WORKDIR /edgex 05:00:21 COPY go.mod . 05:00:21 RUN go mod download -t 05:00:21 ci-base-image-arm64 -f - . 05:00:22 Sending build context to Docker daemon 3.358MB 05:00:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:00:22 ---> be29e6b0f0d4 05:00:22 Step 2/4 : WORKDIR /edgex 05:00:22 #1 [core-metadata internal] load build definition from Dockerfile 05:00:22 #1 transferring dockerfile: 05:00:22 #1 transferring dockerfile: 2.13kB done 05:00:22 #1 DONE 0.0s 05:00:22 05:00:22 #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:00:22 #2 transferring dockerfile: 2.23kB done 05:00:22 #2 DONE 0.0s 05:00:22 05:00:22 #3 [security-secretstore-setup internal] load build definition from Dockerfile 05:00:22 #3 transferring dockerfile: 2.49kB done 05:00:22 #3 DONE 0.0s 05:00:22 05:00:22 #4 [support-scheduler internal] load build definition from Dockerfile 05:00:22 #4 transferring dockerfile: 1.82kB done 05:00:22 #4 DONE 0.0s 05:00:22 05:00:22 #5 [security-spire-config internal] load build definition from Dockerfile 05:00:22 #5 transferring dockerfile: 1.69kB done 05:00:22 #5 DONE 0.0s 05:00:22 05:00:22 #6 [support-notifications internal] load build definition from Dockerfile 05:00:22 #6 transferring dockerfile: 2.02kB done 05:00:22 #6 DONE 0.0s 05:00:22 05:00:22 #7 [security-proxy-setup internal] load build definition from Dockerfile 05:00:22 #7 transferring dockerfile: 2.50kB done 05:00:22 #7 DONE 0.0s 05:00:22 05:00:22 #8 [core-metadata internal] load .dockerignore 05:00:22 #8 transferring context: 50B done 05:00:22 #8 DONE 0.0s 05:00:22 05:00:22 #9 [core-data internal] load build definition from Dockerfile 05:00:22 #9 transferring dockerfile: 2.07kB done 05:00:22 #9 DONE 0.0s 05:00:22 05:00:22 #10 [security-spire-agent internal] load build definition from Dockerfile 05:00:22 #10 transferring dockerfile: 1.81kB done 05:00:22 #10 DONE 0.0s 05:00:22 05:00:22 #11 [security-bootstrapper internal] load build definition from Dockerfile 05:00:22 #11 transferring dockerfile: 3.02kB done 05:00:22 #11 DONE 0.0s 05:00:22 05:00:22 #12 [security-spire-server internal] load build definition from Dockerfile 05:00:22 #12 transferring dockerfile: 1.70kB done 05:00:22 #12 DONE 0.0s 05:00:22 05:00:22 #13 [security-proxy-auth internal] load build definition from Dockerfile 05:00:22 #13 transferring dockerfile: 2.15kB done 05:00:22 #13 DONE 0.0s 05:00:22 05:00:22 #14 [core-keeper internal] load build definition from Dockerfile 05:00:22 #14 transferring dockerfile: 2.07kB done 05:00:22 #14 DONE 0.0s 05:00:22 05:00:22 #15 [core-command internal] load build definition from Dockerfile 05:00:22 #15 transferring dockerfile: 1.94kB done 05:00:22 #15 DONE 0.0s 05:00:22 05:00:22 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:00:22 #16 transferring dockerfile: 1.89kB done 05:00:22 #16 DONE 0.0s 05:00:22 05:00:22 #17 [core-common-config-bootstrapper internal] load .dockerignore 05:00:22 #17 transferring context: 50B done 05:00:22 #17 DONE 0.0s 05:00:22 05:00:22 #18 [security-secretstore-setup internal] load .dockerignore 05:00:22 #18 transferring context: 50B done 05:00:22 #18 DONE 0.0s 05:00:22 05:00:22 #19 [support-scheduler internal] load .dockerignore 05:00:22 #19 transferring context: 50B done 05:00:22 #19 DONE 0.0s 05:00:22 05:00:22 #20 [security-spire-config internal] load .dockerignore 05:00:22 #20 transferring context: 50B done 05:00:22 #20 DONE 0.0s 05:00:22 05:00:22 #21 [support-notifications internal] load .dockerignore 05:00:22 #21 transferring context: 50B done 05:00:22 #21 DONE 0.0s 05:00:22 05:00:22 #22 [security-proxy-setup internal] load .dockerignore 05:00:22 #22 transferring context: 50B done 05:00:22 #22 DONE 0.0s 05:00:22 05:00:22 #23 [core-data internal] load .dockerignore 05:00:22 #23 transferring context: 50B done 05:00:22 #23 DONE 0.0s 05:00:22 05:00:22 #24 [security-spire-agent internal] load .dockerignore 05:00:22 #24 transferring context: 50B done 05:00:22 #24 DONE 0.0s 05:00:22 05:00:22 #25 [security-bootstrapper internal] load .dockerignore 05:00:22 #25 transferring context: 50B done 05:00:22 #25 DONE 0.0s 05:00:22 05:00:22 #26 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:00:22 #26 DONE 0.0s 05:00:22 05:00:22 #27 [security-spire-server internal] load .dockerignore 05:00:22 #27 transferring context: 50B done 05:00:22 #27 DONE 0.0s 05:00:22 05:00:22 #28 [security-proxy-auth internal] load .dockerignore 05:00:22 #28 transferring context: 50B 0.0s done 05:00:22 #28 DONE 0.1s 05:00:22 05:00:22 #29 [core-keeper internal] load .dockerignore 05:00:22 #29 transferring context: 50B done 05:00:22 #29 DONE 0.1s 05:00:22 05:00:22 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 05:00:22 #30 DONE 0.1s 05:00:22 05:00:22 #31 [core-metadata stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:00:22 #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:00:22 #31 ... 05:00:22 05:00:22 #26 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:00:22 #26 DONE 0.0s 05:00:22 05:00:22 #32 [core-command internal] load .dockerignore 05:00:22 #32 transferring context: 50B done 05:00:22 #32 DONE 0.2s 05:00:22 05:00:22 #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 05:00:22 #30 DONE 0.1s 05:00:22 05:00:22 #31 [core-common-config-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:00:22 #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:00:22 #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:00:22 #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 05:00:22 #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 05:00:22 #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s 05:00:22 #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 05:00:22 #31 ... 05:00:22 05:00:22 #33 [security-spiffe-token-provider internal] load .dockerignore 05:00:22 #33 transferring context: 50B done 05:00:22 #33 DONE 0.2s 05:00:22 05:00:22 #26 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:00:22 #26 DONE 0.0s 05:00:22 05:00:22 #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 05:00:22 #30 DONE 0.2s 05:00:22 05:00:22 #31 [support-scheduler stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:00:22 #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:00:22 #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:00:22 #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 05:00:22 #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 05:00:22 #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done 05:00:22 #31 ... 05:00:22 05:00:22 #26 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:00:22 #26 DONE 0.0s 05:00:22 05:00:22 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 05:00:22 #30 DONE 0.2s 05:00:22 05:00:22 #31 [support-notifications stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:00:22 #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:00:22 #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:00:22 #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 05:00:22 #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 05:00:22 #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done 05:00:22 #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 05:00:22 ---> Running in 623e61eacc68 05:00:23 #31 ... 05:00:23 05:00:23 #26 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:00:23 #26 DONE 0.0s 05:00:23 05:00:23 #26 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:00:23 #26 DONE 0.0s 05:00:23 05:00:23 #31 [security-bootstrapper stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:00:23 #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:00:23 #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:00:23 #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 05:00:23 #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 05:00:23 #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done 05:00:23 #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 05:00:23 #31 DONE 0.7s 05:00:23 05:00:23 #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 05:00:23 #30 ... 05:00:23 05:00:23 #26 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:00:23 #26 DONE 0.0s 05:00:23 05:00:23 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 05:00:23 Removing intermediate container 623e61eacc68 05:00:23 ---> 9849340f1dd6 05:00:23 Step 3/4 : COPY go.mod . 05:00:23 #30 ... 05:00:23 05:00:23 #31 [security-proxy-auth stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:00:23 #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:00:23 #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:00:23 #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 05:00:23 #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 05:00:23 #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done 05:00:23 #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 05:00:23 #31 DONE 0.7s 05:00:23 05:00:23 #26 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:00:23 #26 DONE 0.0s 05:00:23 05:00:23 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 05:00:23 #30 ... 05:00:23 05:00:23 #31 [security-spire-config stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:00:23 #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:00:23 #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:00:23 #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 05:00:23 #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 05:00:23 #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done 05:00:23 #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 05:00:23 #31 DONE 0.7s 05:00:23 05:00:23 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:00:23 #34 DONE 0.8s 05:00:23 05:00:23 #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:00:23 #35 DONE 1.3s 05:00:23 05:00:23 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:00:23 #36 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:00:24 #36 ... 05:00:24 05:00:24 #31 [security-spiffe-token-provider stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:00:24 #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:00:24 #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:00:24 #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 05:00:24 #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 05:00:24 #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done 05:00:24 #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 05:00:24 #31 DONE 0.7s 05:00:24 05:00:24 #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:00:24 #35 DONE 1.3s 05:00:24 05:00:24 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 05:00:24 #30 DONE 1.1s 05:00:24 05:00:24 #37 [security-spire-config internal] load build context 05:00:24 #37 transferring context: 21.82kB 0.0s done 05:00:24 #37 DONE 0.4s 05:00:24 05:00:24 #38 [security-spire-server internal] load build context 05:00:24 #38 transferring context: 23.57kB 0.0s done 05:00:24 #38 DONE 0.4s 05:00:24 05:00:24 #39 [support-notifications builder 2/7] WORKDIR /edgex-go 05:00:24 #39 ... 05:00:24 05:00:24 #31 [security-spire-agent stage-1 1/10] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:00:24 #31 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:00:24 #31 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:00:24 #31 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 05:00:24 #31 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 05:00:24 #31 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.1s done 05:00:24 #31 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 05:00:24 #31 DONE 0.7s 05:00:24 05:00:24 #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:00:24 #40 DONE 1.1s 05:00:24 05:00:24 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:00:24 #36 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.4s done 05:00:24 #36 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 05:00:24 #36 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 05:00:24 #36 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 05:00:24 ---> 84101bbb4751 05:00:24 Step 4/4 : RUN go mod download 05:00:24 ---> Running in 739f237fc357 05:00:29 #36 ... 05:00:29 05:00:29 #41 [core-metadata internal] load build context 05:00:29 #41 transferring context: 213.18MB 6.5s 05:00:29 #41 ... 05:00:29 05:00:29 #42 [support-notifications internal] load build context 05:00:29 #42 ... 05:00:29 05:00:29 #41 [core-metadata internal] load build context 05:00:32 #41 ... 05:00:32 05:00:32 #43 [security-spire-agent internal] load build context 05:00:32 #43 transferring context: 23.10kB 0.0s done 05:00:32 #43 DONE 7.6s 05:00:32 05:00:32 #41 [core-metadata internal] load build context 05:00:32 #41 transferring context: 280.91MB 9.2s 05:00:32 #41 ... 05:00:32 05:00:32 #44 [core-common-config-bootstrapper internal] load build context 05:00:32 #44 ... 05:00:32 05:00:32 #45 [security-secretstore-setup internal] load build context 05:00:32 #45 ... 05:00:32 05:00:32 #46 [security-proxy-setup internal] load build context 05:00:33 #46 ... 05:00:33 05:00:33 #47 [support-scheduler internal] load build context 05:00:33 #47 ... 05:00:33 05:00:33 #48 [core-data internal] load build context 05:00:33 #48 ... 05:00:33 05:00:33 #49 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:00:33 #0 4.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:33 #0 4.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:33 #0 5.290 (1/2) Installing ca-certificates (20240705-r0) 05:00:33 #0 5.302 (2/2) Installing dumb-init (1.2.5-r3) 05:00:33 #0 5.306 Executing busybox-1.36.1-r29.trigger 05:00:33 #0 5.324 Executing ca-certificates-20240705-r0.trigger 05:00:33 #0 5.365 OK: 9 MiB in 16 packages 05:00:33 #49 ... 05:00:33 05:00:33 #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:00:33 #50 ... 05:00:33 05:00:33 #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:00:33 #51 ... 05:00:33 05:00:33 #52 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:00:33 #0 0.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:33 #0 1.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:33 #0 1.401 (1/1) Installing dumb-init (1.2.5-r3) 05:00:33 #0 1.405 Executing busybox-1.36.1-r29.trigger 05:00:33 #0 1.438 OK: 8 MiB in 15 packages 05:00:33 #52 ... 05:00:33 05:00:33 #53 [core-command internal] load build context 05:00:33 #53 ... 05:00:33 05:00:33 #54 [core-keeper internal] load build context 05:00:33 #54 ... 05:00:33 05:00:33 #55 [security-bootstrapper internal] load build context 05:00:34 #55 ... 05:00:34 05:00:34 #56 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:34 #56 ... 05:00:34 05:00:34 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:00:34 #57 ... 05:00:34 05:00:34 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:00:34 #58 ... 05:00:34 05:00:34 #59 [security-spiffe-token-provider internal] load build context 05:00:34 #59 transferring context: 433.27MB 9.7s done 05:00:34 #59 ... 05:00:34 05:00:34 #60 [security-proxy-auth stage-1 2/10] RUN apk add --update --no-cache dumb-init 05:00:34 #60 ... 05:00:34 05:00:34 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:00:35 #61 ... 05:00:35 05:00:35 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:00:35 #62 ... 05:00:35 05:00:35 #63 [security-proxy-auth internal] load build context 05:00:35 #63 transferring context: 433.27MB 10.8s done 05:00:35 #63 ... 05:00:35 05:00:35 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:00:35 #0 5.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:35 #0 5.151 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:35 #0 5.406 (1/4) Installing ca-certificates (20240705-r0) 05:00:35 #0 5.421 (2/4) Installing dumb-init (1.2.5-r3) 05:00:35 #0 5.425 (3/4) Installing su-exec (0.2-r3) 05:00:35 #0 5.431 (4/4) Installing yq-go (4.44.1-r2) 05:00:35 #0 5.492 Executing busybox-1.36.1-r29.trigger 05:00:35 #0 5.496 Executing ca-certificates-20240705-r0.trigger 05:00:35 #0 5.533 OK: 19 MiB in 18 packages 05:00:35 #64 ... 05:00:35 05:00:35 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:00:35 #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:00:35 #65 ... 05:00:35 05:00:35 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:00:35 #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.3s 05:00:35 #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 10.3s 05:00:35 #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 10.4s 05:00:36 #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 11.8s 05:00:36 #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 12.0s 05:00:38 #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 12.5s done 05:00:39 #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 14.2s done 05:00:39 #36 ... 05:00:39 05:00:39 #42 [support-notifications internal] load build context 05:00:39 #42 transferring context: 433.27MB 10.0s done 05:00:39 #42 ... 05:00:39 05:00:39 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:00:40 #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 15.5s done 05:00:40 #36 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 05:00:41 #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 16.5s 05:00:41 #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 4.19MB / 30.73MB 16.6s 05:00:41 #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 10.49MB / 30.73MB 16.7s 05:00:41 #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 22.02MB / 30.73MB 16.8s 05:00:41 #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 17.0s 05:00:42 #36 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 05:00:42 #36 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 05:00:42 #36 ... 05:00:42 05:00:42 #41 [core-metadata internal] load build context 05:00:42 #41 transferring context: 433.27MB 12.5s done 05:00:42 #41 ... 05:00:42 05:00:42 #44 [core-common-config-bootstrapper internal] load build context 05:00:42 #44 transferring context: 433.27MB 13.5s done 05:00:43 #44 ... 05:00:43 05:00:43 #42 [support-notifications internal] load build context 05:00:43 #42 DONE 20.1s 05:00:43 05:00:43 #46 [security-proxy-setup internal] load build context 05:00:43 #46 transferring context: 433.27MB 10.2s done 05:00:43 #46 DONE 20.2s 05:00:43 05:00:43 #59 [security-spiffe-token-provider internal] load build context 05:00:43 #59 DONE 19.1s 05:00:43 05:00:43 #53 [core-command internal] load build context 05:00:43 #53 transferring context: 433.27MB 10.3s done 05:00:43 #53 DONE 19.7s 05:00:43 05:00:43 #54 [core-keeper internal] load build context 05:00:43 #54 transferring context: 433.27MB 10.5s done 05:00:43 #54 DONE 19.7s 05:00:43 05:00:43 #39 [core-data builder 2/7] WORKDIR /edgex-go 05:00:43 #39 DONE 19.2s 05:00:43 05:00:43 #45 [security-secretstore-setup internal] load build context 05:00:43 #45 transferring context: 433.27MB 12.2s done 05:00:43 #45 DONE 20.5s 05:00:43 05:00:43 #47 [support-scheduler internal] load build context 05:00:43 #47 transferring context: 433.27MB 11.6s done 05:00:43 #47 DONE 20.3s 05:00:43 05:00:43 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:00:43 #64 DONE 19.8s 05:00:43 05:00:43 #63 [security-proxy-auth internal] load build context 05:00:43 #63 DONE 19.8s 05:00:43 05:00:43 #52 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:00:43 #52 DONE 20.0s 05:00:43 05:00:43 #66 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:00:43 #66 ... 05:00:43 05:00:43 #49 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:00:43 #49 DONE 20.0s 05:00:43 05:00:43 #44 [core-common-config-bootstrapper internal] load build context 05:00:43 #44 DONE 20.6s 05:00:43 05:00:43 #55 [security-bootstrapper internal] load build context 05:00:43 #55 transferring context: 433.27MB 11.4s done 05:00:43 #55 DONE 20.1s 05:00:43 05:00:43 #48 [core-data internal] load build context 05:00:43 #48 transferring context: 433.27MB 13.2s done 05:00:43 #48 DONE 20.2s 05:00:43 05:00:43 #41 [core-metadata internal] load build context 05:00:43 #41 DONE 20.6s 05:00:43 05:00:43 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:00:43 #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 17.8s done 05:00:43 #36 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 05:00:43 #36 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.2s 05:00:43 #36 ... 05:00:43 05:00:43 #56 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:43 #56 DONE 20.2s 05:00:43 05:00:43 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:00:44 #36 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.3s done 05:00:45 #36 ... 05:00:45 05:00:45 #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:00:45 #50 20.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #50 20.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #50 21.01 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:45 #50 21.05 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:45 #50 21.06 (3/6) Installing dumb-init (1.2.5-r3) 05:00:45 #50 21.06 (4/6) Installing openssl (3.3.2-r1) 05:00:45 #50 21.07 (5/6) Installing su-exec (0.2-r3) 05:00:45 #50 21.07 (6/6) Installing yq-go (4.44.1-r2) 05:00:45 #50 21.14 Executing busybox-1.36.1-r29.trigger 05:00:45 #50 21.15 OK: 19 MiB in 18 packages 05:00:45 #50 DONE 22.0s 05:00:45 05:00:45 #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:00:45 #51 20.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #51 20.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #51 21.05 (1/2) Installing dumb-init (1.2.5-r3) 05:00:45 #51 21.05 (2/2) Installing su-exec (0.2-r3) 05:00:45 #51 21.06 Executing busybox-1.36.1-r29.trigger 05:00:45 #51 21.06 OK: 8 MiB in 16 packages 05:00:45 #51 DONE 22.0s 05:00:45 05:00:45 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:00:45 #58 20.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #58 20.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #58 20.55 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:00:45 #58 20.55 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:00:45 #58 20.55 OK: 24169 distinct packages available 05:00:45 #58 20.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #58 20.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #58 21.03 (1/4) Installing dumb-init (1.2.5-r3) 05:00:45 #58 21.03 (2/4) Installing musl-obstack (1.2.3-r2) 05:00:45 #58 21.04 (3/4) Installing libucontext (1.2-r3) 05:00:45 #58 21.04 (4/4) Installing gcompat (1.1.0-r4) 05:00:45 #58 21.05 Executing busybox-1.36.1-r29.trigger 05:00:45 #58 21.05 OK: 8 MiB in 18 packages 05:00:45 #58 DONE 21.5s 05:00:45 05:00:45 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:00:45 #61 19.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #61 19.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #61 20.30 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:00:45 #61 20.30 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:00:45 #61 20.30 OK: 24169 distinct packages available 05:00:45 #61 20.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #61 20.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #61 20.71 (1/14) Installing ca-certificates (20240705-r0) 05:00:45 #61 20.75 (2/14) Installing brotli-libs (1.1.0-r2) 05:00:45 #61 20.76 (3/14) Installing c-ares (1.33.1-r0) 05:00:45 #61 20.76 (4/14) Installing libunistring (1.2-r0) 05:00:45 #61 20.78 (5/14) Installing libidn2 (2.3.7-r0) 05:00:45 #61 20.79 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:00:45 #61 20.79 (7/14) Installing libpsl (0.21.5-r1) 05:00:45 #61 20.79 (8/14) Installing zstd-libs (1.5.6-r0) 05:00:45 #61 20.80 (9/14) Installing libcurl (8.11.0-r2) 05:00:45 #61 20.81 (10/14) Installing curl (8.11.0-r2) 05:00:45 #61 20.82 (11/14) Installing dumb-init (1.2.5-r3) 05:00:45 #61 20.82 (12/14) Installing musl-obstack (1.2.3-r2) 05:00:45 #61 20.82 (13/14) Installing libucontext (1.2-r3) 05:00:45 #61 20.83 (14/14) Installing gcompat (1.1.0-r4) 05:00:45 #61 20.83 Executing busybox-1.36.1-r29.trigger 05:00:45 #61 20.84 Executing ca-certificates-20240705-r0.trigger 05:00:45 #61 20.88 OK: 13 MiB in 28 packages 05:00:45 #61 DONE 21.4s 05:00:45 05:00:45 #60 [core-common-config-bootstrapper stage-1 2/10] RUN apk add --update --no-cache dumb-init 05:00:45 #60 20.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #60 20.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #60 20.83 (1/1) Installing dumb-init (1.2.5-r3) 05:00:45 #60 20.84 Executing busybox-1.36.1-r29.trigger 05:00:45 #60 20.85 OK: 8 MiB in 15 packages 05:00:45 #60 DONE 22.1s 05:00:45 05:00:45 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:00:45 #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 11.2s done 05:00:45 #65 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 05:00:45 #65 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 05:00:45 #65 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 05:00:45 #65 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 05:00:45 #65 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 05:00:45 #65 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.1s done 05:00:45 #65 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.5s done 05:00:45 #65 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 05:00:45 #65 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 05:00:45 #65 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.0s done 05:00:45 #65 DONE 21.4s 05:00:45 05:00:45 #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:00:45 #57 20.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #57 20.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #57 20.73 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:00:45 #57 20.73 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:00:45 #57 20.73 OK: 24169 distinct packages available 05:00:45 #57 20.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #57 20.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #57 21.12 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:45 #57 21.16 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:45 #57 21.17 (3/7) Installing dumb-init (1.2.5-r3) 05:00:45 #57 21.17 (4/7) Installing musl-obstack (1.2.3-r2) 05:00:45 #57 21.18 (5/7) Installing libucontext (1.2-r3) 05:00:45 #57 21.18 (6/7) Installing gcompat (1.1.0-r4) 05:00:45 #57 21.18 (7/7) Installing openssl (3.3.2-r1) 05:00:45 #57 21.19 Executing busybox-1.36.1-r29.trigger 05:00:45 #57 21.20 OK: 9 MiB in 19 packages 05:00:45 #57 DONE 21.5s 05:00:45 05:00:45 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:00:45 #62 20.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #62 21.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #62 21.80 (1/3) Installing ca-certificates (20240705-r0) 05:00:45 #62 21.82 (2/3) Installing dumb-init (1.2.5-r3) 05:00:45 #62 21.82 (3/3) Installing tzdata (2024b-r0) 05:00:45 #62 21.89 Executing busybox-1.36.1-r29.trigger 05:00:45 #62 21.89 Executing ca-certificates-20240705-r0.trigger 05:00:45 #62 21.98 OK: 10 MiB in 17 packages 05:00:45 #62 DONE 22.1s 05:00:45 05:00:45 #67 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade 05:00:45 #67 ... 05:00:45 05:00:45 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:00:45 #36 DONE 22.0s 05:00:45 05:00:45 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:00:45 #68 ... 05:00:45 05:00:45 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:00:45 #0 2.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:45 #0 2.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:45 #0 2.610 OK: 246 MiB in 54 packages 05:00:45 #69 DONE 2.7s 05:00:45 05:00:45 #70 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:00:45 #70 DONE 0.0s 05:00:46 05:00:46 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:46 #71 DONE 2.9s 05:00:46 05:00:46 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:00:47 #72 ... 05:00:47 05:00:47 #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 05:00:47 #0 3.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:47 #0 3.737 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:47 #0 4.028 OK: 246 MiB in 54 packages 05:00:47 #73 DONE 4.2s 05:00:47 05:00:47 #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:00:47 #74 DONE 0.0s 05:00:47 05:00:47 #67 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade 05:00:47 #67 2.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:47 #67 ... 05:00:47 05:00:47 #75 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:00:47 #0 3.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:47 #0 3.917 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:47 #0 4.277 OK: 246 MiB in 54 packages 05:00:47 #75 DONE 4.6s 05:00:47 05:00:47 #76 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:00:47 #76 DONE 0.1s 05:00:47 05:00:47 #67 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade 05:00:47 #67 2.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:47 #67 ... 05:00:47 05:00:47 #77 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:00:47 #0 2.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:47 #0 3.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:47 #0 4.048 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:00:47 #0 4.048 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:00:47 #0 4.048 OK: 24173 distinct packages available 05:00:47 #0 4.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:47 #0 4.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:47 #0 4.450 OK: 246 MiB in 54 packages 05:00:47 #77 DONE 4.6s 05:00:47 05:00:47 #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:00:47 #78 DONE 0.1s 05:00:47 05:00:47 #67 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade 05:00:47 #67 2.420 Upgrading critical system libraries and apk-tools: 05:00:47 #67 2.420 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:47 #67 2.428 Executing busybox-1.36.1-r29.trigger 05:00:48 #67 2.507 Continuing the upgrade transaction with new apk-tools: 05:00:48 #67 2.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:48 #67 2.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:48 #67 2.848 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:48 #67 3.003 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:48 #67 3.014 OK: 8 MiB in 15 packages 05:00:48 #67 DONE 3.3s 05:00:48 05:00:48 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:00:48 #0 1.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:48 #0 2.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:48 #0 2.312 Upgrading critical system libraries and apk-tools: 05:00:48 #0 2.312 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:48 #0 2.320 Executing busybox-1.36.1-r29.trigger 05:00:48 #0 2.387 Continuing the upgrade transaction with new apk-tools: 05:00:48 #0 2.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:48 #0 2.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:48 #0 2.736 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:48 #0 2.768 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:48 #0 2.794 OK: 8 MiB in 16 packages 05:00:48 #79 DONE 3.1s 05:00:48 05:00:48 #66 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:00:48 #66 4.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:48 #66 4.093 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:48 #66 4.432 Upgrading critical system libraries and apk-tools: 05:00:48 #66 4.432 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:48 #66 4.443 Executing busybox-1.36.1-r29.trigger 05:00:48 #66 4.515 Continuing the upgrade transaction with new apk-tools: 05:00:48 #66 4.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:48 #66 4.585 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:48 #66 4.870 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:48 #66 4.905 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:48 #66 4.918 OK: 8 MiB in 15 packages 05:00:48 #66 DONE 5.2s 05:00:48 05:00:48 #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:00:49 #80 ... 05:00:49 05:00:49 #81 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:00:49 #0 3.767 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #0 4.588 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #0 4.850 Upgrading critical system libraries and apk-tools: 05:00:49 #0 4.850 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:49 #0 4.858 Executing busybox-1.36.1-r29.trigger 05:00:49 #0 4.928 Continuing the upgrade transaction with new apk-tools: 05:00:49 #0 4.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #0 5.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #0 5.295 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:49 #0 5.333 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:49 #0 5.339 Executing ca-certificates-20240705-r0.trigger 05:00:49 #0 5.381 OK: 9 MiB in 16 packages 05:00:49 #81 DONE 5.7s 05:00:49 05:00:49 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:00:49 #0 3.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #0 4.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #0 4.895 Upgrading critical system libraries and apk-tools: 05:00:49 #0 4.895 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:49 #0 4.901 Executing busybox-1.36.1-r29.trigger 05:00:49 #0 4.969 Continuing the upgrade transaction with new apk-tools: 05:00:49 #0 4.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #0 5.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #0 5.429 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:49 #0 5.469 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:49 #0 5.477 Executing ca-certificates-20240705-r0.trigger 05:00:49 #0 5.549 OK: 19 MiB in 18 packages 05:00:49 #82 DONE 5.7s 05:00:49 05:00:49 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:00:49 #0 2.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #0 2.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #0 2.876 Upgrading critical system libraries and apk-tools: 05:00:49 #0 2.876 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:49 #0 2.925 Executing busybox-1.36.1-r29.trigger 05:00:49 #0 2.994 Continuing the upgrade transaction with new apk-tools: 05:00:49 #0 3.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #0 3.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #0 3.360 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:49 #0 3.390 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:49 #0 3.398 Executing ca-certificates-20240705-r0.trigger 05:00:49 #0 3.450 OK: 13 MiB in 28 packages 05:00:49 #83 DONE 3.6s 05:00:49 05:00:49 #84 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:00:49 #0 2.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #0 2.543 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #0 2.805 Upgrading critical system libraries and apk-tools: 05:00:49 #0 2.805 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:49 #0 2.852 Executing busybox-1.36.1-r29.trigger 05:00:49 #0 3.011 Continuing the upgrade transaction with new apk-tools: 05:00:49 #0 3.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #0 3.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #0 3.420 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:49 #0 3.507 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:49 #0 3.521 OK: 8 MiB in 18 packages 05:00:49 #84 DONE 3.6s 05:00:49 05:00:49 #68 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:00:49 #68 2.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #68 2.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #68 2.914 Upgrading critical system libraries and apk-tools: 05:00:49 #68 2.914 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:49 #68 2.922 Executing busybox-1.36.1-r29.trigger 05:00:49 #68 2.989 Continuing the upgrade transaction with new apk-tools: 05:00:49 #68 2.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:49 #68 3.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:49 #68 3.444 OK: 9 MiB in 19 packages 05:00:49 #68 DONE 3.6s 05:00:49 05:00:49 #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:00:50 #85 DONE 1.1s 05:00:50 05:00:50 #86 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:00:50 #0 3.485 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:50 #0 4.865 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:50 #0 5.575 (1/1) Installing dumb-init (1.2.5-r3) 05:00:50 #0 5.859 Executing busybox-1.36.1-r29.trigger 05:00:50 #0 5.863 OK: 8 MiB in 15 packages 05:00:50 #86 DONE 6.3s 05:00:50 05:00:50 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:00:50 #0 2.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:50 #0 2.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:50 #0 3.122 Upgrading critical system libraries and apk-tools: 05:00:50 #0 3.122 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:50 #0 3.134 Executing busybox-1.36.1-r29.trigger 05:00:50 #0 3.193 Continuing the upgrade transaction with new apk-tools: 05:00:50 #0 3.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:50 #0 3.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:50 #0 3.557 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:00:50 #0 3.593 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:00:50 #0 3.606 Executing ca-certificates-20240705-r0.trigger 05:00:50 #0 3.638 OK: 10 MiB in 17 packages 05:00:50 #87 DONE 4.6s 05:00:50 05:00:50 #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:00:50 #0 2.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:50 #0 2.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:50 #0 2.401 Upgrading critical system libraries and apk-tools: 05:00:50 #0 2.401 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:00:50 #0 2.410 Executing busybox-1.36.1-r29.trigger 05:00:50 #0 2.475 Continuing the upgrade transaction with new apk-tools: 05:00:50 #0 2.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:50 #0 3.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:50 #0 4.093 OK: 19 MiB in 18 packages 05:00:50 #88 DONE 4.7s 05:00:50 05:00:50 #89 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:00:50 #89 DONE 1.1s 05:00:50 05:00:50 #90 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:00:50 #90 DONE 1.1s 05:00:50 05:00:50 #91 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:00:50 #91 DONE 0.1s 05:00:50 05:00:50 #92 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:00:50 #92 DONE 0.1s 05:00:50 05:00:50 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:00:50 #93 DONE 0.1s 05:00:50 05:00:50 #94 [security-spire-config stage-2 6/10] COPY security.txt / 05:00:50 #94 ... 05:00:50 05:00:50 #95 [security-spire-server stage-2 6/9] COPY security.txt / 05:00:50 #95 DONE 0.6s 05:00:50 05:00:50 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:00:50 #96 DONE 0.7s 05:00:50 05:00:50 #94 [security-spire-config stage-2 6/10] COPY security.txt / 05:00:50 #94 DONE 0.6s 05:00:50 05:00:50 #97 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:00:50 #97 DONE 0.1s 05:00:50 05:00:50 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:00:50 #98 DONE 0.1s 05:00:50 05:00:50 #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:00:51 #99 DONE 0.1s 05:00:51 05:00:51 #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:00:51 #100 DONE 0.1s 05:00:51 05:00:51 #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:00:51 #101 DONE 0.1s 05:00:51 05:00:51 #102 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:00:51 #102 DONE 0.1s 05:00:51 05:00:51 #103 [security-spire-agent stage-3 7/10] COPY security.txt / 05:00:51 #103 DONE 0.1s 05:00:51 05:00:51 #104 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:00:51 #104 DONE 0.1s 05:00:51 05:00:51 #105 [security-spire-server] exporting to image 05:00:51 #105 exporting layers 05:00:51 #105 ... 05:00:51 05:00:51 #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:00:51 #106 DONE 0.1s 05:00:51 05:00:51 #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:00:51 #107 DONE 0.1s 05:00:51 05:00:51 #105 [security-spire-config] exporting to image 05:00:51 #105 ... 05:00:51 05:00:51 #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:00:51 #80 DONE 2.8s 05:00:51 05:00:51 #108 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:00:51 #108 DONE 0.1s 05:00:51 05:00:51 #109 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:00:51 #109 DONE 0.1s 05:00:51 05:00:51 #105 [security-spire-agent] exporting to image 05:00:51 #105 ... 05:00:51 05:00:51 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:00:51 #72 4.095 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:00:51 #72 4.576 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:00:51 #72 5.407 OK: 246 MiB in 54 packages 05:00:51 #72 DONE 5.5s 05:00:51 05:00:51 #110 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:00:51 #110 DONE 0.1s 05:00:51 05:00:51 #105 [security-spire-agent] exporting to image 05:00:51 #105 exporting layers 0.7s done 05:00:51 #105 exporting layers 0.7s done 05:00:51 #105 writing image sha256:8ce21f0c154fc659977549b62b9f678890a46d0f47576cddaf9463d0d9d20fa0 done 05:00:51 #105 naming to docker.io/library/security-spire-server done 05:00:51 #105 writing image sha256:8ee612d8b4ac1c9c5a7396acd47841525796b3be85cb4dad9dbd3de7616c1377 done 05:00:51 #105 naming to docker.io/library/security-spire-config done 05:00:52 #105 exporting layers 0.6s done 05:00:52 #105 writing image sha256:0213717e44392136815f7fbf2a192f4cf8f65bac28e6fe394d14794297fc1bc1 done 05:00:52 #105 naming to docker.io/library/security-spire-agent done 05:00:52 #105 DONE 0.9s 05:00:52 05:00:52 #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:56 #111 ... 05:00:56 05:00:56 #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:56 #112 ... 05:00:56 05:00:56 #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:57 #113 ... 05:00:57 05:00:57 #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:57 #114 ... 05:00:57 05:00:57 #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:19 #115 DONE 31.4s 05:01:19 05:01:19 #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:19 #112 DONE 33.1s 05:01:19 05:01:19 #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:19 #114 DONE 31.7s 05:01:19 05:01:19 #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:19 #113 DONE 31.3s 05:01:19 05:01:19 #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:19 #111 DONE 27.4s 05:01:19 05:01:19 #116 [core-keeper builder 7/8] COPY . . 05:01:21 Removing intermediate container 739f237fc357 05:01:21 ---> 27d1b8a543e6 05:01:21 Successfully built 27d1b8a543e6 05:01:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:21 + docker inspect -f . ci-base-image-arm64 05:01:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:01:21 prd-ubuntu20.04-docker-arm64-4c-16g-27136 does not seem to be running inside a container 05:01:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:01:23 $ docker top 21657769f8afddf132671ebe94211c2a9cf4d46dc9be8e225ef2a807e36f487a -eo pid,comm [Pipeline] { [Pipeline] sh 05:01:23 + go version 05:01:23 go version go1.23.2 linux/arm64 [Pipeline] } 05:01:23 $ docker stop --time=1 21657769f8afddf132671ebe94211c2a9cf4d46dc9be8e225ef2a807e36f487a 05:01:25 #116 ... 05:01:25 05:01:25 #117 [core-metadata builder 6/7] COPY . . 05:01:25 #117 DONE 6.1s 05:01:25 05:01:25 #118 [security-secretstore-setup builder 6/7] COPY . . 05:01:25 #118 DONE 6.1s 05:01:25 05:01:25 #119 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:01:25 #119 CACHED 05:01:25 05:01:25 #120 [core-common-config-bootstrapper builder 6/7] COPY . . 05:01:25 #120 CACHED 05:01:25 05:01:25 #121 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:25 #121 CACHED 05:01:25 05:01:25 #122 [core-command builder 4/7] COPY go.mod vendor* ./ 05:01:25 #122 CACHED 05:01:25 05:01:25 #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:25 #123 CACHED 05:01:25 05:01:25 #124 [core-command builder 6/7] COPY . . 05:01:25 #124 CACHED 05:01:25 05:01:25 #125 [core-data builder 6/7] COPY . . 05:01:25 #125 CACHED 05:01:25 05:01:25 #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:25 #126 CACHED 05:01:25 05:01:25 #127 [core-data builder 4/7] COPY go.mod vendor* ./ 05:01:25 #127 CACHED 05:01:25 05:01:25 #128 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:01:25 #128 CACHED 05:01:25 05:01:25 #129 [security-proxy-auth builder 6/7] COPY . . 05:01:25 #129 CACHED 05:01:25 05:01:25 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:25 #130 CACHED 05:01:25 05:01:25 #131 [security-proxy-setup builder 6/7] COPY . . 05:01:25 #131 CACHED 05:01:25 05:01:25 #132 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:25 #132 CACHED 05:01:25 05:01:25 #133 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:01:25 #133 CACHED 05:01:25 05:01:25 #134 [security-bootstrapper builder 6/7] COPY . . 05:01:25 #134 CACHED 05:01:25 05:01:25 #135 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:01:25 #135 CACHED 05:01:25 05:01:25 #136 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:25 #136 CACHED 05:01:25 05:01:25 #116 [core-keeper builder 7/8] COPY . . 05:01:25 #116 DONE 6.1s 05:01:25 05:01:25 #137 [support-scheduler builder 6/7] COPY . . 05:01:25 #137 DONE 6.2s 05:01:25 05:01:25 #138 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:25 #138 CACHED 05:01:25 05:01:25 #139 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:01:25 #139 CACHED 05:01:25 05:01:25 #140 [support-notifications builder 6/7] COPY . . 05:01:25 #140 CACHED 05:01:25 05:01:25 #141 [security-spiffe-token-provider builder 6/7] COPY . . 05:01:25 #141 DONE 6.2s 05:01:25 05:01:25 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:01:25 $ docker rm -f --volumes 21657769f8afddf132671ebe94211c2a9cf4d46dc9be8e225ef2a807e36f487a [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 05:01:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:01:26 05:01:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:01:26 latest: Pulling from edgex-devops/edgex-compose-arm64 05:01:26 547446be3368: Pulling fs layer 05:01:26 d125d8839a47: Pulling fs layer 05:01:26 3e85d5ac6304: Pulling fs layer 05:01:26 c3105a71a48b: Pulling fs layer 05:01:26 0f093f025ec4: Pulling fs layer 05:01:26 c3106fc0e877: Pulling fs layer 05:01:26 0f093f025ec4: Waiting 05:01:26 c3106fc0e877: Waiting 05:01:26 c3105a71a48b: Waiting 05:01:26 547446be3368: Verifying Checksum 05:01:26 c3105a71a48b: Download complete 05:01:27 d125d8839a47: Verifying Checksum 05:01:27 d125d8839a47: Download complete 05:01:27 c3106fc0e877: Verifying Checksum 05:01:27 c3106fc0e877: Download complete 05:01:27 #142 1.456 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:01:27 0f093f025ec4: Verifying Checksum 05:01:27 0f093f025ec4: Download complete 05:01:27 547446be3368: Pull complete 05:01:28 d125d8839a47: Pull complete 05:01:28 3e85d5ac6304: Verifying Checksum 05:01:28 3e85d5ac6304: Download complete 05:01:35 #142 ... 05:01:35 05:01:35 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:01:35 #0 1.308 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:01:35 #143 ... 05:01:35 05:01:35 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:01:35 #0 1.193 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:01:35 #144 ... 05:01:35 05:01:35 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:01:35 #0 1.421 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:01:35 #145 ... 05:01:35 05:01:35 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:01:35 #0 0.358 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:01:35 #146 ... 05:01:35 05:01:35 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:01:35 #0 1.446 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:01:35 #147 ... 05:01:35 05:01:35 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:01:35 #0 1.508 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:01:36 #148 ... 05:01:36 05:01:36 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:01:36 #0 1.209 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:01:36 #149 ... 05:01:36 05:01:36 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:01:36 #0 0.740 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:01:36 #150 ... 05:01:36 05:01:36 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:01:36 #0 0.809 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:01:36 #151 ... 05:01:36 05:01:36 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:01:36 #0 1.106 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:01:36 #152 ... 05:01:36 05:01:36 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:01:36 #0 0.656 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:01:38 3e85d5ac6304: Pull complete 05:01:38 c3105a71a48b: Pull complete 05:01:39 0f093f025ec4: Pull complete 05:01:39 c3106fc0e877: Pull complete 05:01:39 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 05:01:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:01:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:01:39 prd-ubuntu20.04-docker-arm64-4c-16g-27136 does not seem to be running inside a container 05:01:40 $ 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/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:01:41 $ docker top 8b6a68ff072471229072f17af7a52e8b5cb5b300ea1b813c8ae2c5d3390e583c -eo pid,comm [Pipeline] { [Pipeline] sh 05:01:42 + docker compose -f ./docker-compose-build.yml build --parallel 05:01:52 #1 [core-data internal] load build definition from Dockerfile 05:01:52 #1 transferring dockerfile: 2.07kB 0.0s done 05:01:52 #1 DONE 0.1s 05:01:52 05:01:52 #2 [security-spire-server internal] load build definition from Dockerfile 05:01:52 #2 transferring dockerfile: 1.70kB done 05:01:52 #2 DONE 0.1s 05:01:52 05:01:52 #3 [security-spire-config internal] load build definition from Dockerfile 05:01:52 #3 transferring dockerfile: 1.69kB done 05:01:52 #3 DONE 0.1s 05:01:52 05:01:52 #4 [security-spire-agent internal] load build definition from Dockerfile 05:01:52 #4 transferring dockerfile: 1.81kB 0.0s done 05:01:52 #4 DONE 0.1s 05:01:52 05:01:52 #5 [security-bootstrapper internal] load build definition from Dockerfile 05:01:52 #5 transferring dockerfile: 3.02kB done 05:01:52 #5 DONE 0.1s 05:01:52 05:01:52 #6 [support-notifications internal] load build definition from Dockerfile 05:01:52 #6 transferring dockerfile: 2.02kB done 05:01:52 #6 DONE 0.1s 05:01:52 05:01:52 #7 [support-scheduler internal] load build definition from Dockerfile 05:01:52 #7 transferring dockerfile: 1.82kB done 05:01:52 #7 DONE 0.1s 05:01:52 05:01:52 #8 [security-secretstore-setup internal] load build definition from Dockerfile 05:01:52 #8 transferring dockerfile: 2.49kB done 05:01:52 #8 DONE 0.1s 05:01:52 05:01:52 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:01:52 #9 transferring dockerfile: 2.23kB done 05:01:52 #9 DONE 0.1s 05:01:52 05:01:52 #10 [security-proxy-setup internal] load build definition from Dockerfile 05:01:52 #10 transferring dockerfile: 2.50kB done 05:01:52 #10 DONE 0.1s 05:01:52 05:01:52 #11 [core-command internal] load build definition from Dockerfile 05:01:52 #11 transferring dockerfile: 1.94kB done 05:01:52 #11 DONE 0.1s 05:01:52 05:01:52 #12 [security-proxy-auth internal] load build definition from Dockerfile 05:01:52 #12 transferring dockerfile: 2.15kB done 05:01:52 #12 DONE 0.1s 05:01:52 05:01:52 #13 [core-metadata internal] load build definition from Dockerfile 05:01:52 #13 transferring dockerfile: 2.13kB done 05:01:52 #13 DONE 0.1s 05:01:52 05:01:52 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:01:52 #14 transferring dockerfile: 1.89kB 0.0s done 05:01:52 #14 DONE 0.1s 05:01:52 05:01:52 #15 [core-keeper internal] load build definition from Dockerfile 05:01:52 #15 transferring dockerfile: 2.07kB 0.0s done 05:01:52 #15 DONE 0.1s 05:01:52 05:01:52 #16 [core-data internal] load .dockerignore 05:01:52 #16 transferring context: 50B done 05:01:52 #16 DONE 0.1s 05:01:53 05:01:53 #17 [security-spire-server internal] load .dockerignore 05:01:53 #17 transferring context: 50B done 05:01:53 #17 DONE 0.0s 05:01:53 05:01:53 #18 [security-spire-config internal] load .dockerignore 05:01:53 #18 transferring context: 50B 0.0s done 05:01:53 #18 DONE 0.0s 05:01:53 05:01:53 #19 [security-spire-agent internal] load .dockerignore 05:01:53 #19 transferring context: 50B 0.0s done 05:01:53 #19 DONE 0.1s 05:01:53 05:01:53 #20 [security-bootstrapper internal] load .dockerignore 05:01:53 #20 transferring context: 50B done 05:01:53 #20 DONE 0.1s 05:01:53 05:01:53 #21 [support-notifications internal] load .dockerignore 05:01:53 #21 transferring context: 50B done 05:01:53 #21 DONE 0.1s 05:01:53 05:01:53 #22 [support-scheduler internal] load .dockerignore 05:01:53 #22 transferring context: 50B 0.0s done 05:01:53 #22 DONE 0.1s 05:01:53 05:01:53 #23 [security-secretstore-setup internal] load .dockerignore 05:01:53 #23 transferring context: 50B done 05:01:53 #23 DONE 0.1s 05:01:53 05:01:53 #24 [core-common-config-bootstrapper internal] load .dockerignore 05:01:53 #24 transferring context: 50B 0.0s done 05:01:53 #24 DONE 0.1s 05:01:53 05:01:53 #25 [security-proxy-setup internal] load .dockerignore 05:01:53 #25 transferring context: 50B done 05:01:53 #25 DONE 0.1s 05:01:53 05:01:53 #26 [core-command internal] load .dockerignore 05:01:54 #26 transferring context: 50B done 05:01:54 #26 DONE 0.1s 05:01:54 05:01:54 #27 [security-proxy-auth internal] load .dockerignore 05:01:54 #27 transferring context: 50B 0.0s done 05:01:54 #27 DONE 0.1s 05:01:54 05:01:54 #28 [core-metadata internal] load .dockerignore 05:01:54 #28 transferring context: 50B 0.0s done 05:01:54 #28 DONE 0.1s 05:01:54 05:01:54 #29 [security-spiffe-token-provider internal] load .dockerignore 05:01:54 #29 transferring context: 50B done 05:01:54 #29 DONE 0.1s 05:01:54 05:01:54 #30 [core-keeper internal] load .dockerignore 05:01:54 #30 transferring context: 50B 0.0s done 05:01:54 #30 DONE 0.0s 05:01:54 05:01:54 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:54 #31 DONE 0.0s 05:01:54 05:01:54 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 05:01:54 #32 DONE 0.4s 05:01:55 05:01:55 #33 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:55 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:55 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:55 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:55 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:55 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 0B / 4.09MB 0.1s 05:01:55 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 1.05MB / 4.09MB 0.2s 05:01:55 #33 ... 05:01:55 05:01:55 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 05:01:55 #32 DONE 0.4s 05:01:55 05:01:55 #33 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:55 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 3.15MB / 4.09MB 0.4s 05:01:55 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:55 #33 extracting sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 05:01:55 #33 ... 05:01:55 05:01:55 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:55 #31 DONE 0.0s 05:01:55 05:01:55 #34 [core-data internal] load build context 05:01:55 #34 transferring context: 2.94MB 0.6s done 05:01:55 #34 DONE 0.8s 05:01:55 05:01:55 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:55 #31 DONE 0.0s 05:01:55 05:01:55 #35 [security-bootstrapper internal] load build context 05:01:55 #35 DONE 0.0s 05:01:55 05:01:55 #33 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:55 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:55 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:55 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:55 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:55 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:55 #33 ... 05:01:55 05:01:55 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:55 #31 DONE 0.0s 05:01:55 05:01:55 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 05:01:55 #32 DONE 0.6s 05:01:55 05:01:55 #33 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:55 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:55 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:55 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:55 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:55 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:56 #33 ... 05:01:56 05:01:56 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:56 #31 DONE 0.0s 05:01:56 05:01:56 #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:01:56 #36 DONE 1.9s 05:01:56 05:01:56 #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:56 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:56 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:56 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:56 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:56 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:56 #33 ... 05:01:56 05:01:56 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:56 #31 DONE 0.0s 05:01:56 05:01:56 #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:56 #33 ... 05:01:56 05:01:56 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:56 #31 DONE 0.0s 05:01:56 05:01:56 #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:56 #33 ... 05:01:56 05:01:56 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:56 #31 DONE 0.0s 05:01:56 05:01:56 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:01:56 #37 DONE 0.9s 05:01:56 05:01:56 #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:56 #33 ... 05:01:56 05:01:56 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 05:01:56 #32 DONE 1.2s 05:01:56 05:01:56 #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:01:56 #36 DONE 1.9s 05:01:56 05:01:56 #33 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:56 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:56 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:56 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:56 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:56 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:56 #33 ... 05:01:56 05:01:56 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:56 #31 DONE 0.0s 05:01:56 05:01:56 #36 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:01:56 #36 DONE 2.0s 05:01:56 05:01:56 #33 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:56 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:56 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:56 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:56 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:56 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:56 #33 ... 05:01:56 05:01:56 #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:01:56 #36 DONE 2.0s 05:01:56 05:01:56 #33 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:56 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:56 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:56 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:56 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:56 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:56 #33 ... 05:01:56 05:01:56 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:01:56 #38 DONE 1.4s 05:01:56 05:01:56 #33 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:56 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:56 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:56 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:56 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:56 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:56 #33 ... 05:01:56 05:01:56 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:56 #31 DONE 0.0s 05:01:56 05:01:56 #39 [support-scheduler builder 2/7] WORKDIR /edgex-go 05:01:56 #39 DONE 1.6s 05:01:56 05:01:56 #33 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:56 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:56 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:56 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:56 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:56 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:56 #33 extracting sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 1.5s done 05:01:57 #33 ... 05:01:57 05:01:57 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:57 #31 DONE 0.0s 05:01:57 05:01:57 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:01:57 #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:01:57 #40 ... 05:01:57 05:01:57 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:01:57 #31 DONE 0.0s 05:01:57 05:01:57 #41 [support-notifications internal] load build context 05:01:58 #41 ... 05:01:58 05:01:58 #36 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:01:58 #36 DONE 2.1s 05:01:58 05:01:58 #39 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 05:01:58 #39 DONE 1.7s 05:01:58 05:01:58 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 05:01:58 #32 DONE 2.5s 05:01:58 05:01:58 #42 [security-spiffe-token-provider internal] load build context 05:01:58 #42 DONE 0.0s 05:01:58 05:01:58 #41 [support-notifications internal] load build context 05:01:58 #41 ... 05:01:58 05:01:58 #36 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:01:58 #36 DONE 2.1s 05:01:58 05:01:58 #39 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 05:01:58 #39 DONE 1.7s 05:01:58 05:01:58 #41 [support-notifications internal] load build context 05:01:58 #41 transferring context: 2.94MB 1.8s done 05:01:59 #41 ... 05:01:59 05:01:59 #33 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 05:01:59 #33 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.0s done 05:01:59 #33 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 05:01:59 #33 sha256:ea3c5a9671f7b3f7eb47eab06f73bc6591df978b0d5955689a9e6f943aa368c0 1.02kB / 1.02kB done 05:01:59 #33 sha256:511a44083d3a23416fadc62847c45d14c25cbace86e7a72b2b350436978a0450 616B / 616B done 05:01:59 #33 sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 4.09MB / 4.09MB 0.5s done 05:01:59 #33 extracting sha256:9986a736f7d3d24bb01b0a560fa0f19c4b57e56c646e1f998941529d28710e6b 1.5s done 05:01:59 #33 DONE 4.9s 05:01:59 05:01:59 #35 [security-bootstrapper internal] load build context 05:01:59 #35 transferring context: 2.94MB 1.6s done 05:01:59 #35 DONE 3.0s 05:01:59 05:01:59 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:01:59 #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.1s done 05:01:59 #40 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 05:01:59 #40 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 05:01:59 #40 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 05:01:59 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s 05:01:59 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.2s 05:01:59 #40 ... 05:01:59 05:01:59 #43 [support-scheduler internal] load build context 05:01:59 #43 transferring context: 2.94MB 1.7s done 05:01:59 #43 DONE 3.1s 05:01:59 05:01:59 #41 [support-notifications internal] load build context 05:01:59 #41 DONE 3.1s 05:01:59 05:01:59 #44 [security-spire-config internal] load build context 05:01:59 #44 transferring context: 21.82kB 0.1s done 05:01:59 #44 DONE 2.1s 05:01:59 05:01:59 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:01:59 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 05:01:59 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s 05:01:59 #40 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 05:01:59 #40 ... 05:01:59 05:01:59 #45 [core-command internal] load build context 05:01:59 #45 transferring context: 2.94MB 1.6s done 05:01:59 #45 DONE 2.5s 05:01:59 05:01:59 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:01:59 #40 ... 05:01:59 05:01:59 #46 [security-spire-server internal] load build context 05:01:59 #46 transferring context: 23.57kB 0.0s done 05:01:59 #46 DONE 2.3s 05:01:59 05:01:59 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:01:59 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done 05:01:59 #40 ... 05:01:59 05:01:59 #47 [security-proxy-setup internal] load build context 05:01:59 #47 transferring context: 2.94MB 1.4s done 05:01:59 #47 DONE 2.8s 05:01:59 05:01:59 #48 [security-secretstore-setup internal] load build context 05:01:59 #48 transferring context: 2.94MB 1.2s done 05:01:59 #48 DONE 2.7s 05:01:59 05:01:59 #49 [security-spire-agent internal] load build context 05:01:59 #49 transferring context: 23.10kB 0.0s done 05:01:59 #49 DONE 2.5s 05:01:59 05:01:59 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:01:59 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.8s 05:01:59 #40 ... 05:01:59 05:01:59 #50 [core-common-config-bootstrapper internal] load build context 05:01:59 #50 transferring context: 2.94MB 1.5s done 05:01:59 #50 DONE 3.0s 05:01:59 05:01:59 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:01:59 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.0s 05:02:00 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 1.6s 05:02:00 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.8s done 05:02:00 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 1.9s 05:02:00 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.8s done 05:02:00 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.03MB / 28.04MB 2.2s 05:02:00 #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 05:02:01 #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done 05:02:01 #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done 05:02:01 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 2.6s 05:02:01 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.95MB / 28.04MB 3.0s 05:02:02 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 3.4s 05:02:02 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.53MB / 28.04MB 4.1s 05:02:03 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.63MB / 28.04MB 4.9s 05:02:04 #40 ... 05:02:04 05:02:04 #51 [security-proxy-auth internal] load build context 05:02:04 #51 transferring context: 2.94MB 3.7s done 05:02:04 #51 DONE 6.1s 05:02:04 05:02:04 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:04 #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 05:02:04 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 5.5s 05:02:04 #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 05:02:04 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 6.0s 05:02:04 #40 ... 05:02:04 05:02:04 #52 [core-metadata internal] load build context 05:02:04 #52 transferring context: 2.94MB 4.8s done 05:02:04 #52 DONE 6.9s 05:02:04 05:02:04 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:05 #40 ... 05:02:05 05:02:05 #42 [security-spiffe-token-provider internal] load build context 05:02:05 #42 transferring context: 2.94MB 4.9s done 05:02:05 #42 DONE 7.1s 05:02:05 05:02:05 #53 [core-keeper internal] load build context 05:02:05 #53 transferring context: 2.94MB 5.0s done 05:02:05 #53 DONE 7.2s 05:02:05 05:02:05 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:05 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.29MB / 28.04MB 6.7s 05:02:05 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.97MB / 28.04MB 6.9s 05:02:07 #40 ... 05:02:07 05:02:07 #54 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 05:02:07 #0 6.612 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:07 #0 7.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:07 #54 ... 05:02:07 05:02:07 #55 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:02:07 #0 7.858 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:07 #0 8.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:07 #55 ... 05:02:07 05:02:07 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:02:07 #56 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.1s done 05:02:07 #56 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 05:02:07 #56 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 05:02:07 #56 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 05:02:07 #56 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.3s done 05:02:07 #56 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done 05:02:07 #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done 05:02:07 #56 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 05:02:07 #56 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 6.1s done 05:02:07 #56 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done 05:02:07 #56 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 05:02:07 #56 ... 05:02:07 05:02:07 #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:02:07 #57 DONE 9.4s 05:02:07 05:02:07 #58 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:02:07 #0 7.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:07 #0 8.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:07 #58 ... 05:02:07 05:02:07 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:07 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 8.9s 05:02:08 #40 ... 05:02:08 05:02:08 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:02:08 #0 7.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:08 #0 8.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:08 #59 ... 05:02:08 05:02:08 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:08 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.57MB / 28.04MB 9.5s 05:02:08 #40 ... 05:02:08 05:02:08 #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:02:08 #54 10.52 OK: 238 MiB in 54 packages 05:02:08 #54 DONE 12.7s 05:02:08 05:02:08 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:09 #40 ... 05:02:09 05:02:09 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:02:09 #0 9.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:09 #60 ... 05:02:09 05:02:09 #61 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:02:09 #61 ... 05:02:09 05:02:09 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:02:09 #62 ... 05:02:09 05:02:09 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:02:09 #63 ... 05:02:09 05:02:09 #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:02:09 #64 ... 05:02:09 05:02:09 #65 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:02:09 #65 ... 05:02:09 05:02:09 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:02:10 #66 ... 05:02:10 05:02:10 #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:02:10 #67 ... 05:02:10 05:02:10 #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:02:10 #68 ... 05:02:10 05:02:10 #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:02:10 #69 ... 05:02:10 05:02:10 #70 [core-data builder 4/7] COPY go.mod vendor* ./ 05:02:10 #70 DONE 1.9s 05:02:10 05:02:10 #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:02:10 #71 ... 05:02:10 05:02:10 #72 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:02:11 #72 ... 05:02:11 05:02:11 #58 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:02:11 #58 13.22 OK: 238 MiB in 54 packages 05:02:11 #58 DONE 14.0s 05:02:11 05:02:11 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:11 #40 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 11.8s done 05:02:11 #40 ... 05:02:11 05:02:11 #55 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:02:11 #55 13.39 OK: 238 MiB in 54 packages 05:02:11 #55 DONE 14.7s 05:02:11 05:02:11 #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:02:12 #73 ... 05:02:12 05:02:12 #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:02:12 #74 DONE 2.2s 05:02:13 05:02:13 #75 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:02:14 #75 ... 05:02:14 05:02:14 #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:02:14 #73 DONE 2.4s 05:02:14 05:02:14 #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:02:14 #76 ... 05:02:14 05:02:14 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:02:14 #59 12.48 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:02:14 #59 12.48 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:02:14 #59 12.48 OK: 24051 distinct packages available 05:02:14 #59 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:14 #59 13.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:14 #59 16.14 OK: 238 MiB in 54 packages 05:02:14 #59 DONE 16.9s 05:02:14 05:02:14 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:02:15 #77 ... 05:02:15 05:02:15 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:02:15 #60 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:15 #60 13.58 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:02:15 #60 13.99 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:02:15 #60 14.04 (3/6) Installing dumb-init (1.2.5-r3) 05:02:15 #60 14.06 (4/6) Installing openssl (3.3.2-r1) 05:02:15 #60 14.10 (5/6) Installing su-exec (0.2-r3) 05:02:15 #60 14.11 (6/6) Installing yq-go (4.44.1-r2) 05:02:15 #60 14.68 Executing busybox-1.36.1-r29.trigger 05:02:15 #60 14.78 OK: 20 MiB in 18 packages 05:02:15 #60 DONE 16.3s 05:02:15 05:02:15 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:02:17 #78 ... 05:02:17 05:02:17 #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:02:17 #64 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:17 #64 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:17 #64 16.88 (1/1) Installing dumb-init (1.2.5-r3) 05:02:17 #64 16.88 Executing busybox-1.36.1-r29.trigger 05:02:17 #64 17.01 OK: 9 MiB in 15 packages 05:02:17 #64 DONE 17.7s 05:02:17 05:02:17 #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:02:17 #69 14.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:17 #69 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:17 #69 17.63 (1/2) Installing dumb-init (1.2.5-r3) 05:02:17 #69 17.66 (2/2) Installing su-exec (0.2-r3) 05:02:17 #69 17.70 Executing busybox-1.36.1-r29.trigger 05:02:17 #69 17.74 OK: 9 MiB in 16 packages 05:02:17 #69 ... 05:02:17 05:02:17 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:02:17 #77 DONE 2.2s 05:02:17 05:02:17 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:17 #40 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 05:02:17 #40 ... 05:02:17 05:02:17 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:02:17 #79 ... 05:02:17 05:02:17 #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:02:17 #69 DONE 18.3s 05:02:17 05:02:17 #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:02:20 #80 ... 05:02:20 05:02:20 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:02:20 #56 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.4s 05:02:20 #56 ... 05:02:20 05:02:20 #65 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:02:20 #65 DONE 20.6s 05:02:20 05:02:20 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:02:20 #56 ... 05:02:20 05:02:20 #81 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:02:25 #81 ... 05:02:25 05:02:25 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:25 #40 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.4s 05:02:26 #40 ... 05:02:26 05:02:26 #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:02:26 #80 9.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:27 #80 ... 05:02:27 05:02:27 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:02:27 #82 ... 05:02:27 05:02:27 #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:02:27 #0 8.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:27 #83 ... 05:02:27 05:02:27 #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:02:27 #68 18.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:27 #68 18.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:27 #68 22.13 (1/3) Installing ca-certificates (20240705-r0) 05:02:27 #68 22.51 (2/3) Installing dumb-init (1.2.5-r3) 05:02:27 #68 22.54 (3/3) Installing tzdata (2024b-r0) 05:02:27 #68 24.05 Executing busybox-1.36.1-r29.trigger 05:02:27 #68 24.15 Executing ca-certificates-20240705-r0.trigger 05:02:27 #68 25.68 OK: 11 MiB in 17 packages 05:02:27 #68 ... 05:02:27 05:02:27 #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:02:27 #71 18.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:27 #71 19.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:27 #71 26.05 (1/2) Installing ca-certificates (20240705-r0) 05:02:27 #71 26.62 (2/2) Installing dumb-init (1.2.5-r3) 05:02:27 #71 26.67 Executing busybox-1.36.1-r29.trigger 05:02:27 #71 26.96 Executing ca-certificates-20240705-r0.trigger 05:02:27 #71 ... 05:02:27 05:02:27 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:28 #40 ... 05:02:28 05:02:28 #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:02:28 #68 DONE 28.9s 05:02:28 05:02:28 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:28 #40 ... 05:02:28 05:02:28 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:02:28 #62 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:28 #62 20.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:28 #62 ... 05:02:28 05:02:28 #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:02:28 #80 11.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:29 #80 ... 05:02:29 05:02:29 #61 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:02:29 #61 19.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:29 #61 21.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:29 #61 ... 05:02:29 05:02:29 #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:02:29 #83 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:29 #83 ... 05:02:29 05:02:29 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:02:29 #56 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 19.1s done 05:02:29 #56 DONE 32.5s 05:02:29 05:02:29 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:02:29 #66 20.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:29 #66 21.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:29 #66 ... 05:02:29 05:02:29 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:29 #40 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.6s 05:02:30 #40 ... 05:02:30 05:02:30 #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:02:30 #67 20.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:30 #67 22.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:30 #67 ... 05:02:30 05:02:30 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:02:30 #62 31.08 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:02:30 #62 31.08 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:02:30 #62 31.08 OK: 24047 distinct packages available 05:02:30 #62 ... 05:02:30 05:02:30 #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:02:30 #71 28.90 OK: 10 MiB in 16 packages 05:02:30 #71 DONE 31.3s 05:02:30 05:02:30 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:02:30 #63 21.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:30 #63 23.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:30 #63 ... 05:02:30 05:02:30 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:02:30 #79 13.20 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:30 #79 15.20 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:30 #79 ... 05:02:30 05:02:30 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:02:33 #40 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.4s done 05:02:34 #40 DONE 37.2s 05:02:34 05:02:34 #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:02:34 #67 34.43 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:02:34 #67 34.43 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:02:34 #67 34.43 OK: 24047 distinct packages available 05:02:35 #67 35.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:35 #67 ... 05:02:35 05:02:35 #61 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:02:35 #61 32.47 (1/1) Installing dumb-init (1.2.5-r3) 05:02:35 #61 32.51 Executing busybox-1.36.1-r29.trigger 05:02:35 #61 32.66 OK: 9 MiB in 15 packages 05:02:35 #61 DONE 36.1s 05:02:35 05:02:35 #84 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 05:02:37 #84 ... 05:02:37 05:02:37 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:02:37 #79 27.76 OK: 238 MiB in 54 packages 05:02:37 #79 DONE 29.4s 05:02:37 05:02:37 #85 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:02:37 #85 ... 05:02:37 05:02:37 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:02:37 #78 11.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:37 #78 14.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:37 #78 21.56 Upgrading critical system libraries and apk-tools: 05:02:37 #78 21.56 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:02:37 #78 21.74 Executing busybox-1.36.1-r29.trigger 05:02:37 #78 ... 05:02:37 05:02:37 #85 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:02:37 #85 DONE 0.5s 05:02:37 05:02:37 #86 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:02:37 #86 ... 05:02:37 05:02:37 #81 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:02:37 #81 7.621 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:37 #81 10.14 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:37 #81 ... 05:02:37 05:02:37 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:02:37 #66 31.75 (1/4) Installing ca-certificates (20240705-r0) 05:02:37 #66 32.65 (2/4) Installing dumb-init (1.2.5-r3) 05:02:37 #66 32.70 (3/4) Installing su-exec (0.2-r3) 05:02:37 #66 32.80 (4/4) Installing yq-go (4.44.1-r2) 05:02:37 #66 34.98 Executing busybox-1.36.1-r29.trigger 05:02:37 #66 35.23 Executing ca-certificates-20240705-r0.trigger 05:02:37 #66 36.82 OK: 20 MiB in 18 packages 05:02:37 #66 ... 05:02:37 05:02:37 #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:02:37 #67 38.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:38 #67 ... 05:02:38 05:02:38 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:02:38 #66 DONE 38.9s 05:02:38 05:02:38 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:02:38 #0 5.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:38 #0 7.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:38 #87 ... 05:02:38 05:02:38 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:02:41 #88 ... 05:02:41 05:02:41 #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:02:41 #0 4.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:41 #0 7.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:41 #89 ... 05:02:41 05:02:41 #81 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:02:41 #81 19.88 (1/1) Installing dumb-init (1.2.5-r3) 05:02:41 #81 20.55 Executing busybox-1.36.1-r29.trigger 05:02:41 #81 20.68 OK: 9 MiB in 15 packages 05:02:42 #81 ... 05:02:42 05:02:42 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:02:42 #63 32.48 v3.20.3-336-g9bf1b48dd0b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:02:42 #63 32.48 v3.20.3-339-g8ad10539c47 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:02:42 #63 32.48 OK: 24047 distinct packages available 05:02:42 #63 34.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:42 #63 36.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:42 #63 ... 05:02:42 05:02:42 #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:02:42 #83 24.04 Upgrading critical system libraries and apk-tools: 05:02:42 #83 24.05 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:02:42 #83 24.13 Executing busybox-1.36.1-r29.trigger 05:02:42 #83 ... 05:02:42 05:02:42 #81 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:02:42 #81 DONE 22.1s 05:02:42 05:02:42 #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:02:42 #80 22.18 Upgrading critical system libraries and apk-tools: 05:02:42 #80 22.20 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:02:42 #80 22.29 Executing busybox-1.36.1-r29.trigger 05:02:42 #80 25.05 Continuing the upgrade transaction with new apk-tools: 05:02:42 #80 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:43 #80 ... 05:02:43 05:02:43 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:02:43 #62 33.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:43 #62 35.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:43 #62 43.35 (1/4) Installing dumb-init (1.2.5-r3) 05:02:43 #62 43.37 (2/4) Installing musl-obstack (1.2.3-r2) 05:02:43 #62 43.40 (3/4) Installing libucontext (1.2-r3) 05:02:43 #62 43.41 (4/4) Installing gcompat (1.1.0-r4) 05:02:43 #62 43.44 Executing busybox-1.36.1-r29.trigger 05:02:43 #62 43.61 OK: 9 MiB in 18 packages 05:02:43 #62 ... 05:02:43 05:02:43 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:02:43 #87 14.73 Upgrading critical system libraries and apk-tools: 05:02:43 #87 14.73 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:02:43 #87 14.77 Executing busybox-1.36.1-r29.trigger 05:02:44 #87 ... 05:02:44 05:02:44 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:02:44 #62 DONE 44.9s 05:02:44 05:02:44 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:02:44 #87 16.25 Continuing the upgrade transaction with new apk-tools: 05:02:44 #87 16.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:46 #87 18.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:49 #87 ... 05:02:49 05:02:49 #84 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 05:02:49 #84 3.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:49 #84 5.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:49 #84 12.93 Upgrading critical system libraries and apk-tools: 05:02:49 #84 12.94 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:02:49 #84 13.00 Executing busybox-1.36.1-r29.trigger 05:02:49 #84 ... 05:02:49 05:02:49 #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:02:49 #67 48.84 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:02:49 #67 49.45 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:02:49 #67 49.59 (3/7) Installing dumb-init (1.2.5-r3) 05:02:49 #67 49.63 (4/7) Installing musl-obstack (1.2.3-r2) 05:02:49 #67 49.65 (5/7) Installing libucontext (1.2-r3) 05:02:49 #67 49.68 (6/7) Installing gcompat (1.1.0-r4) 05:02:49 #67 49.70 (7/7) Installing openssl (3.3.2-r1) 05:02:49 #67 49.94 Executing busybox-1.36.1-r29.trigger 05:02:49 #67 ... 05:02:49 05:02:49 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:02:49 #78 24.27 Continuing the upgrade transaction with new apk-tools: 05:02:49 #78 24.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:49 #78 25.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:49 #78 32.58 OK: 20 MiB in 18 packages 05:02:49 #78 DONE 33.8s 05:02:49 05:02:49 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:02:49 #90 DONE 0.1s 05:02:49 05:02:49 #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:02:49 #67 50.16 OK: 10 MiB in 19 packages 05:02:50 #67 ... 05:02:50 05:02:50 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:02:50 #63 46.57 (1/14) Installing ca-certificates (20240705-r0) 05:02:50 #63 47.04 (2/14) Installing brotli-libs (1.1.0-r2) 05:02:50 #63 47.17 (3/14) Installing c-ares (1.33.1-r0) 05:02:50 #63 47.26 (4/14) Installing libunistring (1.2-r0) 05:02:50 #63 47.39 (5/14) Installing libidn2 (2.3.7-r0) 05:02:50 #63 47.44 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:02:50 #63 47.46 (7/14) Installing libpsl (0.21.5-r1) 05:02:50 #63 47.50 (8/14) Installing zstd-libs (1.5.6-r0) 05:02:50 #63 47.58 (9/14) Installing libcurl (8.11.0-r2) 05:02:50 #63 47.69 (10/14) Installing curl (8.11.0-r2) 05:02:50 #63 47.72 (11/14) Installing dumb-init (1.2.5-r3) 05:02:50 #63 47.78 (12/14) Installing musl-obstack (1.2.3-r2) 05:02:50 #63 47.78 (13/14) Installing libucontext (1.2-r3) 05:02:50 #63 47.80 (14/14) Installing gcompat (1.1.0-r4) 05:02:50 #63 47.82 Executing busybox-1.36.1-r29.trigger 05:02:50 #63 47.95 Executing ca-certificates-20240705-r0.trigger 05:02:50 #63 48.89 OK: 15 MiB in 28 packages 05:02:50 #63 DONE 50.7s 05:02:50 05:02:50 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:02:51 #91 ... 05:02:51 05:02:51 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:02:51 #88 2.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:51 #88 4.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:51 #88 ... 05:02:51 05:02:51 #84 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 05:02:51 #84 14.38 Continuing the upgrade transaction with new apk-tools: 05:02:51 #84 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:51 #84 ... 05:02:51 05:02:51 #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:02:51 #67 DONE 52.3s 05:02:51 05:02:51 #92 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 05:02:53 #92 ... 05:02:53 05:02:53 #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:02:53 #83 25.98 Continuing the upgrade transaction with new apk-tools: 05:02:53 #83 26.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:53 #83 27.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:53 #83 35.97 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:02:53 #83 ... 05:02:53 05:02:53 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:02:53 #91 3.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:54 #91 ... 05:02:54 05:02:54 #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:02:54 #80 26.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:54 #80 34.00 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:02:54 #80 34.93 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:02:54 #80 35.03 OK: 9 MiB in 16 packages 05:02:54 #80 ... 05:02:54 05:02:54 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:02:54 #0 2.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:54 #0 3.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:54 #93 ... 05:02:54 05:02:54 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:02:54 #87 26.20 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:02:54 #87 ... 05:02:54 05:02:54 #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:02:54 #89 14.04 Upgrading critical system libraries and apk-tools: 05:02:54 #89 14.04 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:02:54 #89 14.17 Executing busybox-1.36.1-r29.trigger 05:02:54 #89 15.15 Continuing the upgrade transaction with new apk-tools: 05:02:54 #89 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:54 #89 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:54 #89 ... 05:02:54 05:02:54 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:02:54 #91 4.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:54 #91 ... 05:02:54 05:02:54 #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:02:54 #80 DONE 37.3s 05:02:55 05:02:55 #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:02:55 #89 24.52 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:02:55 #89 ... 05:02:55 05:02:55 #83 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:02:55 #83 36.60 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:02:55 #83 36.75 OK: 9 MiB in 15 packages 05:02:55 #83 DONE 38.4s 05:02:55 05:02:55 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:02:55 #87 27.01 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:02:55 #87 27.12 Executing ca-certificates-20240705-r0.trigger 05:02:56 #87 28.39 OK: 11 MiB in 17 packages 05:02:57 #87 ... 05:02:57 05:02:57 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:02:57 #94 DONE 2.7s 05:02:57 05:02:57 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:02:57 #93 13.00 Upgrading critical system libraries and apk-tools: 05:02:57 #93 13.01 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:02:57 #93 13.07 Executing busybox-1.36.1-r29.trigger 05:02:57 #93 ... 05:02:57 05:02:57 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:02:57 #95 DONE 0.2s 05:02:57 05:02:57 #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:02:57 #89 25.36 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:02:57 #89 25.48 Executing ca-certificates-20240705-r0.trigger 05:02:57 #89 26.30 OK: 10 MiB in 16 packages 05:02:58 #89 ... 05:02:58 05:02:58 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:02:58 #87 DONE 30.0s 05:02:58 05:02:58 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:02:58 #88 13.47 Upgrading critical system libraries and apk-tools: 05:02:58 #88 13.47 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:02:58 #88 13.61 Executing busybox-1.36.1-r29.trigger 05:02:58 #88 15.25 Continuing the upgrade transaction with new apk-tools: 05:02:58 #88 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:58 #88 17.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:58 #153 ... 05:02:58 05:02:58 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:02:58 #150 80.54 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:02:58 #88 ... 05:02:58 05:02:58 #89 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:02:58 #89 DONE 28.2s 05:02:58 05:02:58 #92 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 05:02:58 #92 2.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:02:58 #92 4.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:02:59 #92 ... 05:02:59 05:02:59 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:02:59 #93 15.00 Continuing the upgrade transaction with new apk-tools: 05:02:59 #93 15.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:03:00 #93 15.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:03:01 #93 ... 05:03:01 05:03:01 #84 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 05:03:01 #84 17.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:03:01 #84 24.95 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:03:01 #84 25.29 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:03:01 #84 25.39 OK: 9 MiB in 15 packages 05:03:01 #84 DONE 26.4s 05:03:01 05:03:01 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:03:01 #88 23.11 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:03:01 #88 23.44 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:03:01 #88 23.55 Executing ca-certificates-20240705-r0.trigger 05:03:02 #88 24.18 OK: 20 MiB in 18 packages 05:03:03 #88 DONE 25.2s 05:03:03 05:03:03 #92 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 05:03:03 #92 10.79 Upgrading critical system libraries and apk-tools: 05:03:03 #92 10.79 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:03:03 #92 10.83 Executing busybox-1.36.1-r29.trigger 05:03:03 #92 11.66 Continuing the upgrade transaction with new apk-tools: 05:03:03 #92 11.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:03:04 #92 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:03:04 #92 ... 05:03:04 05:03:04 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:03:04 #93 19.53 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:03:04 #93 19.77 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:03:04 #93 19.84 OK: 9 MiB in 18 packages 05:03:04 #93 DONE 20.5s 05:03:05 05:03:05 #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:03:06 #96 DONE 1.4s 05:03:06 05:03:06 #97 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:03:06 #97 DONE 0.3s 05:03:06 05:03:06 #98 [security-spire-config stage-2 6/10] COPY security.txt / 05:03:06 #98 DONE 0.2s 05:03:06 05:03:06 #99 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:03:06 #99 DONE 0.2s 05:03:06 05:03:06 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:03:06 #91 12.10 Upgrading critical system libraries and apk-tools: 05:03:06 #91 12.10 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:03:06 #91 12.14 Executing busybox-1.36.1-r29.trigger 05:03:06 #91 13.31 Continuing the upgrade transaction with new apk-tools: 05:03:06 #91 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:03:06 #91 14.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:03:07 #91 ... 05:03:07 05:03:07 #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:03:07 #100 DONE 0.1s 05:03:07 05:03:07 #101 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:03:07 #101 DONE 0.2s 05:03:07 05:03:07 #102 [security-spire-config] exporting to image 05:03:07 #102 exporting layers 05:03:09 #102 exporting layers 1.9s done 05:03:09 #102 writing image sha256:295d03cfba16d0ed32657ed36e8fe12c3e80734c833f1b10a46aa3f98165fe8a 0.0s done 05:03:09 #102 naming to docker.io/library/security-spire-config-arm64 done 05:03:09 #102 DONE 1.9s 05:03:09 05:03:09 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:03:09 #91 17.85 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:03:09 #91 18.13 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:03:09 #91 18.17 Executing ca-certificates-20240705-r0.trigger 05:03:09 #91 18.74 OK: 15 MiB in 28 packages 05:03:09 #91 DONE 19.7s 05:03:09 05:03:09 #92 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 05:03:09 #92 16.92 OK: 10 MiB in 19 packages 05:03:09 #92 DONE 18.1s 05:03:09 05:03:09 #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:03:11 #103 DONE 1.5s 05:03:11 05:03:11 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:03:11 #104 DONE 1.5s 05:03:11 05:03:11 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:03:11 #105 ... 05:03:11 05:03:11 #106 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:03:11 #106 DONE 0.2s 05:03:11 05:03:11 #107 [security-spire-server stage-2 6/9] COPY security.txt / 05:03:11 #107 DONE 0.3s 05:03:11 05:03:11 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:03:11 #108 DONE 0.3s 05:03:11 05:03:11 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:03:12 #109 DONE 0.3s 05:03:12 05:03:12 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:03:12 #110 DONE 0.2s 05:03:12 05:03:12 #102 [security-spire-server] exporting to image 05:03:13 #102 ... 05:03:13 05:03:13 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:03:13 #105 DONE 1.9s 05:03:13 05:03:13 #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:03:13 #111 DONE 0.3s 05:03:13 05:03:13 #112 [security-spire-agent stage-3 7/10] COPY security.txt / 05:03:13 #112 DONE 0.3s 05:03:13 05:03:13 #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:03:14 #113 DONE 0.3s 05:03:14 05:03:14 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:14 #82 ... 05:03:14 05:03:14 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:03:14 #114 DONE 0.2s 05:03:14 05:03:14 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:03:14 #115 DONE 0.3s 05:03:14 05:03:14 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:14 #82 ... 05:03:14 05:03:14 #102 [security-spire-agent] exporting to image 05:03:14 #102 exporting layers 05:03:15 #102 exporting layers 2.8s done 05:03:15 #102 writing image sha256:be0510f7a2f70858f96993e705289a75256753a77d3ed1e5bb1b275f4200ee24 0.0s done 05:03:15 #102 naming to docker.io/library/security-spire-server-arm64 0.0s done 05:03:16 #102 exporting layers 2.1s done 05:03:16 #150 ... 05:03:16 05:03:16 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:03:16 #153 DONE 109.1s 05:03:16 05:03:16 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:03:16 #150 DONE 109.1s 05:03:16 05:03:16 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:03:16 #152 DONE 109.1s 05:03:16 05:03:16 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:03:16 #145 ... 05:03:16 05:03:16 #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:03:16 #154 ... 05:03:16 05:03:16 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:03:16 #142 DONE 111.1s 05:03:16 05:03:16 #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:03:16 #155 ... 05:03:16 05:03:16 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:03:16 #149 DONE 111.4s 05:03:16 #102 writing image sha256:06ab8b133251f4ea9ff6ff639899b180d2a87a1ab7f5d35b15d1d21778a0f2da 0.0s done 05:03:16 #102 naming to docker.io/library/security-spire-agent-arm64 0.0s done 05:03:16 #102 DONE 6.1s 05:03:16 05:03:16 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:16 05:03:16 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:03:17 #156 ... 05:03:17 05:03:17 #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:03:17 #154 DONE 1.9s 05:03:17 05:03:17 #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:03:17 #155 DONE 1.0s 05:03:17 05:03:17 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:03:17 #156 DONE 0.9s 05:03:17 05:03:17 #157 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:03:17 #157 DONE 0.4s 05:03:17 05:03:17 #158 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:03:17 #158 DONE 0.3s 05:03:17 05:03:17 #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:03:17 #159 ... 05:03:17 05:03:17 #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:03:17 #160 DONE 0.3s 05:03:17 05:03:17 #161 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:03:17 #161 DONE 0.4s 05:03:18 05:03:18 #162 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:03:18 #162 DONE 0.4s 05:03:18 05:03:18 #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:03:18 #159 DONE 0.5s 05:03:18 05:03:18 #163 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:03:18 #163 ... 05:03:18 05:03:18 #164 [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 05:03:18 #164 DONE 1.1s 05:03:18 05:03:18 #165 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:03:18 #165 DONE 1.0s 05:03:18 05:03:18 #166 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:03:18 #166 DONE 0.9s 05:03:18 05:03:18 #163 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:03:18 #163 DONE 0.9s 05:03:18 05:03:18 #167 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:03:18 #167 ... 05:03:18 05:03:18 #168 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:03:18 #168 DONE 1.5s 05:03:19 05:03:19 #169 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:03:19 #169 DONE 0.3s 05:03:19 05:03:19 #170 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:03:19 #170 DONE 0.3s 05:03:19 05:03:19 #171 [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 05:03:19 #171 DONE 0.3s 05:03:19 05:03:19 #167 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:03:19 #167 DONE 0.3s 05:03:19 05:03:19 #172 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:03:19 #172 ... 05:03:19 05:03:19 #173 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:03:19 #173 DONE 0.8s 05:03:20 05:03:20 #174 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:03:21 #174 ... 05:03:21 05:03:21 #175 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:03:21 #175 DONE 2.0s 05:03:21 05:03:21 #176 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:03:21 #176 DONE 2.1s 05:03:21 05:03:21 #177 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:03:22 #177 ... 05:03:22 05:03:22 #172 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:03:22 #172 DONE 3.3s 05:03:22 05:03:22 #178 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:03:23 #178 ... 05:03:23 05:03:23 #174 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:03:23 #174 DONE 3.7s 05:03:23 05:03:23 #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:03:24 #179 ... 05:03:24 05:03:24 #177 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:03:24 #177 DONE 3.4s 05:03:24 05:03:24 #178 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:03:24 #178 DONE 2.2s 05:03:24 05:03:24 #105 [security-spiffe-token-provider] exporting to image 05:03:24 #105 exporting layers 5.2s done 05:03:24 #105 writing image sha256:b46543bd9ad614a15f02ec14d6dfceccf29a7d3f859001d716e93339031e93fe done 05:03:24 #105 naming to docker.io/library/security-spiffe-token-provider 0.0s done 05:03:24 #105 DONE 6.3s 05:03:24 05:03:24 #180 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:03:25 #180 ... 05:03:25 05:03:25 #181 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:03:25 #181 DONE 1.2s 05:03:25 05:03:25 #182 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:03:25 #182 ... 05:03:25 05:03:25 #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:03:25 #179 DONE 4.4s 05:03:26 05:03:26 #180 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:03:26 #180 DONE 1.4s 05:03:26 05:03:26 #105 [core-common-config-bootstrapper] exporting to image 05:03:28 #105 ... 05:03:28 05:03:28 #182 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:03:28 #182 DONE 3.4s 05:03:28 05:03:28 #183 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:03:28 #183 DONE 3.9s 05:03:28 05:03:28 #184 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:03:28 #184 DONE 2.2s 05:03:28 05:03:28 #105 [security-proxy-setup] exporting to image 05:03:29 #105 ... 05:03:29 05:03:29 #185 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 05:03:29 #185 DONE 1.2s 05:03:29 05:03:29 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:03:29 #151 DONE 124.6s 05:03:29 05:03:29 #186 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 05:03:30 #186 ... 05:03:30 05:03:30 #187 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:03:30 #187 CACHED 05:03:30 05:03:30 #188 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:03:30 #188 CACHED 05:03:30 05:03:30 #105 [core-common-config-bootstrapper] exporting to image 05:03:30 #105 exporting layers 4.4s done 05:03:30 #105 writing image sha256:5fdd711fe0cc906c3a0587b0d8d709cfe7083adde3e2e78d99ec59a6d8e3dfac 0.2s done 05:03:30 #105 naming to docker.io/library/core-common-config-bootstrapper done 05:03:30 #105 ... 05:03:30 05:03:30 #186 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 05:03:30 #186 DONE 1.1s 05:03:31 05:03:31 #189 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 05:03:31 #189 ... 05:03:31 05:03:31 #190 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:03:31 #190 DONE 0.5s 05:03:31 05:03:31 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:03:31 #191 DONE 2.6s 05:03:31 05:03:31 #105 [security-proxy-setup] exporting to image 05:03:31 #105 writing image sha256:1b1ea9259fb3d1e34d97ceb61e0a3daa3a7ab5074739591ff3e65d14c69ba4f5 done 05:03:31 #105 naming to docker.io/library/security-proxy-setup done 05:03:31 #105 ... 05:03:31 05:03:31 #189 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 05:03:31 #189 DONE 0.5s 05:03:31 05:03:31 #192 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:03:36 #192 DONE 5.4s 05:03:36 05:03:36 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:03:36 #145 DONE 131.4s 05:03:36 05:03:36 #105 [core-command] exporting to image 05:03:36 #105 exporting layers 05:03:36 #105 ... 05:03:36 05:03:36 #193 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:03:36 #193 DONE 5.1s 05:03:36 05:03:36 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:03:36 #146 DONE 131.4s 05:03:36 05:03:36 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:03:36 #144 DONE 131.5s 05:03:36 05:03:36 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:03:36 #148 DONE 131.5s 05:03:36 05:03:36 #194 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:03:36 #194 CACHED 05:03:36 05:03:36 #195 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:03:36 #195 CACHED 05:03:36 05:03:36 #196 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 05:03:36 #196 CACHED 05:03:36 05:03:36 #197 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 05:03:36 #197 CACHED 05:03:36 05:03:36 #198 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:03:37 #198 ... 05:03:37 05:03:37 #105 [security-secretstore-setup] exporting to image 05:03:37 #105 exporting layers 5.9s done 05:03:37 #105 writing image sha256:eaaf3f01e6efd20173435ef9f6179eebac5851340043b8ef39cfd225fd50d60c 0.1s done 05:03:37 #105 naming to docker.io/library/core-command done 05:03:37 #105 writing image sha256:155b59d83b3c9cc688c3879b7a7e6ed29ee727a537a9f3c168e895c83a5b3012 0.1s done 05:03:37 #105 naming to docker.io/library/security-secretstore-setup 0.2s done 05:03:37 #105 DONE 17.7s 05:03:37 05:03:37 #199 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:03:37 #199 DONE 0.5s 05:03:37 05:03:37 #200 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:03:37 #200 DONE 0.5s 05:03:37 05:03:37 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:03:37 #201 DONE 0.6s 05:03:37 05:03:37 #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:03:37 #202 DONE 0.8s 05:03:37 05:03:37 #198 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:03:37 #198 DONE 0.6s 05:03:37 05:03:37 #105 [security-bootstrapper] exporting to image 05:03:38 #105 ... 05:03:38 05:03:38 #203 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:03:38 #203 DONE 1.0s 05:03:38 05:03:38 #204 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:03:38 #204 DONE 1.0s 05:03:38 05:03:38 #205 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:03:38 #205 DONE 1.0s 05:03:38 05:03:38 #206 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:03:38 #206 DONE 1.1s 05:03:38 05:03:38 #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:03:38 #207 ... 05:03:38 05:03:38 #208 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:03:38 #208 DONE 0.5s 05:03:38 05:03:38 #207 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:03:38 #207 DONE 0.5s 05:03:38 05:03:38 #209 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:03:38 #209 DONE 0.6s 05:03:38 05:03:38 #210 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:03:38 #210 DONE 0.7s 05:03:38 05:03:38 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:03:38 #143 DONE 133.9s 05:03:38 05:03:38 #211 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:03:39 #211 ... 05:03:39 05:03:39 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:03:39 #147 DONE 133.9s 05:03:39 05:03:39 #105 [security-bootstrapper] exporting to image 05:03:39 #105 exporting layers 1.8s done 05:03:39 #105 ... 05:03:39 05:03:39 #212 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 05:03:39 #212 DONE 0.4s 05:03:39 05:03:39 #211 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:03:39 #211 DONE 0.4s 05:03:39 05:03:39 #213 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 05:03:39 #213 DONE 0.4s 05:03:39 05:03:39 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:03:39 #214 DONE 0.3s 05:03:39 05:03:39 #105 [core-keeper] exporting to image 05:03:39 #105 writing image sha256:44f3670b91bd08a68a101a5475bc7ae866c39c7a1272d6c35d225ed6a2b01a21 done 05:03:39 #105 naming to docker.io/library/security-bootstrapper done 05:03:39 #105 ... 05:03:39 05:03:39 #215 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:03:39 #215 DONE 0.4s 05:03:39 05:03:39 #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 05:03:39 #216 DONE 0.1s 05:03:39 05:03:39 #217 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:03:39 #217 DONE 0.2s 05:03:39 05:03:39 #105 [core-data] exporting to image 05:03:39 #105 ... 05:03:39 05:03:39 #218 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:03:39 #218 DONE 0.1s 05:03:40 05:03:40 #219 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:03:40 #219 DONE 0.6s 05:03:40 05:03:40 #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:03:40 #220 DONE 1.3s 05:03:40 05:03:40 #221 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:03:40 #221 DONE 0.6s 05:03:40 05:03:40 #222 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 05:03:40 #222 DONE 0.1s 05:03:40 05:03:40 #105 [core-keeper] exporting to image 05:03:40 #105 exporting layers 0.8s done 05:03:40 #105 writing image sha256:e0178cbc9d43ad4aa4bb5dfd996ba04578468db2c52cb7c24a46daf750c98c5c done 05:03:40 #105 naming to docker.io/library/core-keeper done 05:03:40 #105 writing image sha256:d81ad4506f7de8abfe3c6db8e6fd5040437539806a7170582e3b4e01ec091e7b 0.0s done 05:03:40 #105 naming to docker.io/library/core-metadata 05:03:40 #105 ... 05:03:40 05:03:40 #223 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:03:40 #223 DONE 0.1s 05:03:40 05:03:40 #105 [security-proxy-auth] exporting to image 05:03:40 #105 exporting layers 0.2s done 05:03:40 #105 naming to docker.io/library/core-metadata done 05:03:40 #105 writing image sha256:0575d6d5cbb84e6d05f64bd9af250e6fdd79a568e484fa2cdb92d0cec6d349c2 done 05:03:40 #105 naming to docker.io/library/core-data done 05:03:40 #105 writing image sha256:fa21d8cf876c7c7bc6d3aaabc2caf2b5f8b633f0c7f8689ba930f6e2ddd712fa done 05:03:40 #105 naming to docker.io/library/security-proxy-auth 0.0s done 05:03:40 #105 ... 05:03:40 05:03:40 #224 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 05:03:40 #224 DONE 0.2s 05:03:40 05:03:40 #105 [support-notifications] exporting to image 05:03:40 #105 exporting layers 0.2s done 05:03:40 #105 writing image sha256:a28b41a0ba84983b5c74d56b6a8d19d0aa4786e8ab476865d1ab1dec774bd808 done 05:03:40 #105 naming to docker.io/library/support-scheduler done 05:03:40 #105 exporting layers 0.3s done 05:03:40 #105 writing image sha256:eba1233bdbe7458c6d15af6f839704acd9eb12459221da59c803ad181b2e97b6 done 05:03:40 #105 naming to docker.io/library/support-notifications done 05:03:40 #105 DONE 21.1s 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:40 time="2024-11-21T05:00:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:03:40 $ docker stop --time=1 a3b0e95e2ed1e35ed5605dab4118fe9ed3858e191d8e5f4a5ffd9f7a35c91f7f 05:03:42 $ docker rm -f --volumes a3b0e95e2ed1e35ed5605dab4118fe9ed3858e191d8e5f4a5ffd9f7a35c91f7f [Pipeline] // withDockerContainer [Pipeline] sh 05:03:42 + docker images 05:03:42 REPOSITORY TAG IMAGE ID CREATED SIZE 05:03:42 support-scheduler latest a28b41a0ba84 2 seconds ago 52.9MB 05:03:42 security-proxy-auth latest fa21d8cf876c 2 seconds ago 32.2MB 05:03:42 support-notifications latest eba1233bdbe7 2 seconds ago 51.9MB 05:03:42 core-data latest 0575d6d5cbb8 3 seconds ago 37.4MB 05:03:42 core-metadata latest d81ad4506f7d 3 seconds ago 37.6MB 05:03:42 core-keeper latest e0178cbc9d43 3 seconds ago 31.3MB 05:03:42 security-bootstrapper latest 44f3670b91bd 5 seconds ago 26MB 05:03:42 core-command latest eaaf3f01e6ef 7 seconds ago 33.2MB 05:03:42 security-secretstore-setup latest 155b59d83b3c 12 seconds ago 46.9MB 05:03:42 security-proxy-setup latest 1b1ea9259fb3 14 seconds ago 35MB 05:03:42 core-common-config-bootstrapper latest 5fdd711fe0cc 17 seconds ago 22.8MB 05:03:42 security-spiffe-token-provider latest b46543bd9ad6 24 seconds ago 38.5MB 05:03:42 security-spire-agent latest 0213717e4439 2 minutes ago 188MB 05:03:42 security-spire-config latest 8ee612d8b4ac 2 minutes ago 127MB 05:03:42 security-spire-server latest 8ce21f0c154f 2 minutes ago 128MB 05:03:42 ci-base-image-x86_64 latest 4f770ba6b7ed 6 minutes ago 975MB 05:03:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 7 weeks ago 573MB 05:03:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 17 months ago 334MB 05:03:42 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 05:03:42 provisioning config files... 05:03:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/755@tmp/config17469443245813522354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:03:43 ---> ****-login.sh 05:03:43 nexus3.edgexfoundry.org:10001 05:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:43 Configure a credential helper to remove this warning. See 05:03:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:43 05:03:43 Login Succeeded 05:03:43 nexus3.edgexfoundry.org:10002 05:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:43 Configure a credential helper to remove this warning. See 05:03:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:43 05:03:43 Login Succeeded 05:03:43 nexus3.edgexfoundry.org:10003 05:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:43 Configure a credential helper to remove this warning. See 05:03:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:43 05:03:43 Login Succeeded 05:03:43 nexus3.edgexfoundry.org:10004 05:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:43 Configure a credential helper to remove this warning. See 05:03:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:43 05:03:43 Login Succeeded 05:03:43 ****.io 05:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:43 Configure a credential helper to remove this warning. See 05:03:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:43 05:03:43 Login Succeeded 05:03:43 ---> ****-login.sh ends [Pipeline] } 05:03:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:03:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:03:43 [edgeXDocker.push] Tagging docker image core-command with the following tags: 05:03:43 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:03:43 latest 05:03:43 4.0.0-dev.21 05:03:43 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:03:43 main 05:03:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:44 + docker push nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:03:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:44 fa787947ef2a: Preparing 05:03:44 f1afa9c9f839: Preparing 05:03:44 04d4883353b0: Preparing 05:03:44 2bc1de57fe17: Preparing 05:03:44 ef580ded4345: Preparing 05:03:44 77bb8dc72481: Preparing 05:03:44 75654b8eeebd: Preparing 05:03:44 75654b8eeebd: Waiting 05:03:44 2bc1de57fe17: Pushed 05:03:44 04d4883353b0: Pushed 05:03:44 fa787947ef2a: Pushed 05:03:44 75654b8eeebd: Layer already exists 05:03:44 77bb8dc72481: Pushed 05:03:45 ef580ded4345: Pushed 05:03:46 f1afa9c9f839: Pushed 05:03:46 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:47 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 05:03:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:47 fa787947ef2a: Preparing 05:03:47 f1afa9c9f839: Preparing 05:03:47 04d4883353b0: Preparing 05:03:47 2bc1de57fe17: Preparing 05:03:47 ef580ded4345: Preparing 05:03:47 77bb8dc72481: Preparing 05:03:47 75654b8eeebd: Preparing 05:03:47 77bb8dc72481: Waiting 05:03:47 75654b8eeebd: Waiting 05:03:47 2bc1de57fe17: Layer already exists 05:03:47 fa787947ef2a: Layer already exists 05:03:47 ef580ded4345: Layer already exists 05:03:47 04d4883353b0: Layer already exists 05:03:47 f1afa9c9f839: Layer already exists 05:03:47 75654b8eeebd: Layer already exists 05:03:47 77bb8dc72481: Layer already exists 05:03:47 latest: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:48 + docker push nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.21 05:03:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:48 fa787947ef2a: Preparing 05:03:48 f1afa9c9f839: Preparing 05:03:48 04d4883353b0: Preparing 05:03:48 2bc1de57fe17: Preparing 05:03:48 ef580ded4345: Preparing 05:03:48 77bb8dc72481: Preparing 05:03:48 75654b8eeebd: Preparing 05:03:48 77bb8dc72481: Waiting 05:03:48 75654b8eeebd: Waiting 05:03:48 ef580ded4345: Layer already exists 05:03:48 fa787947ef2a: Layer already exists 05:03:48 f1afa9c9f839: Layer already exists 05:03:48 04d4883353b0: Layer already exists 05:03:48 2bc1de57fe17: Layer already exists 05:03:48 75654b8eeebd: Layer already exists 05:03:48 77bb8dc72481: Layer already exists 05:03:48 4.0.0-dev.21: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:48 + docker push nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:03:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:48 fa787947ef2a: Preparing 05:03:48 f1afa9c9f839: Preparing 05:03:48 04d4883353b0: Preparing 05:03:48 2bc1de57fe17: Preparing 05:03:48 ef580ded4345: Preparing 05:03:48 77bb8dc72481: Preparing 05:03:48 75654b8eeebd: Preparing 05:03:48 77bb8dc72481: Waiting 05:03:48 75654b8eeebd: Waiting 05:03:48 f1afa9c9f839: Layer already exists 05:03:48 ef580ded4345: Layer already exists 05:03:48 04d4883353b0: Layer already exists 05:03:48 fa787947ef2a: Layer already exists 05:03:48 2bc1de57fe17: Layer already exists 05:03:48 77bb8dc72481: Layer already exists 05:03:48 75654b8eeebd: Layer already exists 05:03:48 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:49 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:49 + docker push nexus3.edgexfoundry.org:10004/core-command:main 05:03:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:49 fa787947ef2a: Preparing 05:03:49 f1afa9c9f839: Preparing 05:03:49 04d4883353b0: Preparing 05:03:49 2bc1de57fe17: Preparing 05:03:49 ef580ded4345: Preparing 05:03:49 77bb8dc72481: Preparing 05:03:49 75654b8eeebd: Preparing 05:03:49 77bb8dc72481: Waiting 05:03:49 75654b8eeebd: Waiting 05:03:49 2bc1de57fe17: Layer already exists 05:03:49 04d4883353b0: Layer already exists 05:03:49 fa787947ef2a: Layer already exists 05:03:49 ef580ded4345: Layer already exists 05:03:49 f1afa9c9f839: Layer already exists 05:03:49 77bb8dc72481: Layer already exists 05:03:49 75654b8eeebd: Layer already exists 05:03:49 main: digest: sha256:b2bb68cc9225538d67f1f594813a2bdbc7d70752486bf09462bd1a597f10e770 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:03:49 ===================================================== [Pipeline] echo 05:03:49 taggedImages: 05:03:49 - nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:03:49 - nexus3.edgexfoundry.org:10004/core-command:latest 05:03:49 - nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.21 05:03:49 - nexus3.edgexfoundry.org:10004/core-command:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:03:49 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 05:03:49 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 05:03:49 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:03:49 latest 05:03:49 4.0.0-dev.21 05:03:49 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:03:49 main 05:03:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:49 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:03:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:50 06f4b06b48d8: Preparing 05:03:50 7a3c0e6bfd83: Preparing 05:03:50 f11482169b5b: Preparing 05:03:50 ca0e125252bf: Preparing 05:03:50 04d4883353b0: Preparing 05:03:50 2bc1de57fe17: Preparing 05:03:50 ef580ded4345: Preparing 05:03:50 77bb8dc72481: Preparing 05:03:50 75654b8eeebd: Preparing 05:03:50 ef580ded4345: Waiting 05:03:50 77bb8dc72481: Waiting 05:03:50 75654b8eeebd: Waiting 05:03:50 2bc1de57fe17: Waiting 05:03:50 04d4883353b0: Layer already exists 05:03:50 2bc1de57fe17: Layer already exists 05:03:50 ef580ded4345: Layer already exists 05:03:50 77bb8dc72481: Layer already exists 05:03:50 06f4b06b48d8: Pushed 05:03:50 75654b8eeebd: Layer already exists 05:03:50 f11482169b5b: Pushed 05:03:50 7a3c0e6bfd83: Pushed 05:03:51 ca0e125252bf: Pushed 05:03:51 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:51 + 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 05:03:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:03:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:52 06f4b06b48d8: Preparing 05:03:52 7a3c0e6bfd83: Preparing 05:03:52 f11482169b5b: Preparing 05:03:52 ca0e125252bf: Preparing 05:03:52 04d4883353b0: Preparing 05:03:52 2bc1de57fe17: Preparing 05:03:52 ef580ded4345: Preparing 05:03:52 77bb8dc72481: Preparing 05:03:52 75654b8eeebd: Preparing 05:03:52 2bc1de57fe17: Waiting 05:03:52 ef580ded4345: Waiting 05:03:52 75654b8eeebd: Waiting 05:03:52 77bb8dc72481: Waiting 05:03:52 f11482169b5b: Layer already exists 05:03:52 7a3c0e6bfd83: Layer already exists 05:03:52 ca0e125252bf: Layer already exists 05:03:52 06f4b06b48d8: Layer already exists 05:03:52 04d4883353b0: Layer already exists 05:03:52 75654b8eeebd: Layer already exists 05:03:52 77bb8dc72481: Layer already exists 05:03:52 2bc1de57fe17: Layer already exists 05:03:52 ef580ded4345: Layer already exists 05:03:52 latest: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:52 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.21 05:03:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:52 06f4b06b48d8: Preparing 05:03:52 7a3c0e6bfd83: Preparing 05:03:52 f11482169b5b: Preparing 05:03:52 ca0e125252bf: Preparing 05:03:52 04d4883353b0: Preparing 05:03:52 2bc1de57fe17: Preparing 05:03:52 ef580ded4345: Preparing 05:03:52 77bb8dc72481: Preparing 05:03:52 75654b8eeebd: Preparing 05:03:52 ef580ded4345: Waiting 05:03:52 75654b8eeebd: Waiting 05:03:52 77bb8dc72481: Waiting 05:03:52 2bc1de57fe17: Waiting 05:03:52 f11482169b5b: Layer already exists 05:03:52 04d4883353b0: Layer already exists 05:03:52 7a3c0e6bfd83: Layer already exists 05:03:52 ca0e125252bf: Layer already exists 05:03:52 06f4b06b48d8: Layer already exists 05:03:52 2bc1de57fe17: Layer already exists 05:03:52 75654b8eeebd: Layer already exists 05:03:52 ef580ded4345: Layer already exists 05:03:52 77bb8dc72481: Layer already exists 05:03:52 4.0.0-dev.21: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:53 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:03:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:53 06f4b06b48d8: Preparing 05:03:53 7a3c0e6bfd83: Preparing 05:03:53 f11482169b5b: Preparing 05:03:53 ca0e125252bf: Preparing 05:03:53 04d4883353b0: Preparing 05:03:53 2bc1de57fe17: Preparing 05:03:53 ef580ded4345: Preparing 05:03:53 77bb8dc72481: Preparing 05:03:53 75654b8eeebd: Preparing 05:03:53 ef580ded4345: Waiting 05:03:53 2bc1de57fe17: Waiting 05:03:53 77bb8dc72481: Waiting 05:03:53 75654b8eeebd: Waiting 05:03:53 06f4b06b48d8: Layer already exists 05:03:53 04d4883353b0: Layer already exists 05:03:53 f11482169b5b: Layer already exists 05:03:53 7a3c0e6bfd83: Layer already exists 05:03:53 ca0e125252bf: Layer already exists 05:03:53 2bc1de57fe17: Layer already exists 05:03:53 ef580ded4345: Layer already exists 05:03:53 75654b8eeebd: Layer already exists 05:03:53 77bb8dc72481: Layer already exists 05:03:53 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:53 + 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 05:03:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:03:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:54 06f4b06b48d8: Preparing 05:03:54 7a3c0e6bfd83: Preparing 05:03:54 f11482169b5b: Preparing 05:03:54 ca0e125252bf: Preparing 05:03:54 04d4883353b0: Preparing 05:03:54 2bc1de57fe17: Preparing 05:03:54 ef580ded4345: Preparing 05:03:54 77bb8dc72481: Preparing 05:03:54 75654b8eeebd: Preparing 05:03:54 ef580ded4345: Waiting 05:03:54 77bb8dc72481: Waiting 05:03:54 75654b8eeebd: Waiting 05:03:54 2bc1de57fe17: Waiting 05:03:54 7a3c0e6bfd83: Layer already exists 05:03:54 f11482169b5b: Layer already exists 05:03:54 ca0e125252bf: Layer already exists 05:03:54 06f4b06b48d8: Layer already exists 05:03:54 04d4883353b0: Layer already exists 05:03:54 ef580ded4345: Layer already exists 05:03:54 2bc1de57fe17: Layer already exists 05:03:54 75654b8eeebd: Layer already exists 05:03:54 77bb8dc72481: Layer already exists 05:03:54 main: digest: sha256:93949b3394ed6c94c7b93f131df5a8f9c519ff494345b77859a905bd8f18e4d9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:03:54 ===================================================== [Pipeline] echo 05:03:54 taggedImages: 05:03:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:03:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:03:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.21 05:03:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:03:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 05:03:54 [edgeXDocker.push] Tagging docker image core-data with the following tags: 05:03:54 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:03:54 latest 05:03:54 4.0.0-dev.21 05:03:54 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:03:54 main 05:03:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:54 + docker push nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:03:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:03:54 4654de5f2357: Preparing 05:03:54 0414d76132bc: Preparing 05:03:54 4a6591606c3b: Preparing 05:03:54 04d4883353b0: Preparing 05:03:54 2bc1de57fe17: Preparing 05:03:54 ef580ded4345: Preparing 05:03:54 368099a1c0e9: Preparing 05:03:54 75654b8eeebd: Preparing 05:03:54 ef580ded4345: Waiting 05:03:54 368099a1c0e9: Waiting 05:03:54 75654b8eeebd: Waiting 05:03:54 04d4883353b0: Layer already exists 05:03:54 2bc1de57fe17: Layer already exists 05:03:54 ef580ded4345: Layer already exists 05:03:54 75654b8eeebd: Layer already exists 05:03:54 0414d76132bc: Pushed 05:03:54 4654de5f2357: Pushed 05:03:54 368099a1c0e9: Pushed 05:03:57 4a6591606c3b: Pushed 05:03:57 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:58 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 05:03:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:03:58 4654de5f2357: Preparing 05:03:58 0414d76132bc: Preparing 05:03:58 4a6591606c3b: Preparing 05:03:58 04d4883353b0: Preparing 05:03:58 2bc1de57fe17: Preparing 05:03:58 ef580ded4345: Preparing 05:03:58 368099a1c0e9: Preparing 05:03:58 75654b8eeebd: Preparing 05:03:58 ef580ded4345: Waiting 05:03:58 368099a1c0e9: Waiting 05:03:58 75654b8eeebd: Waiting 05:03:58 2bc1de57fe17: Layer already exists 05:03:58 04d4883353b0: Layer already exists 05:03:58 0414d76132bc: Layer already exists 05:03:58 4654de5f2357: Layer already exists 05:03:58 4a6591606c3b: Layer already exists 05:03:58 75654b8eeebd: Layer already exists 05:03:58 368099a1c0e9: Layer already exists 05:03:58 ef580ded4345: Layer already exists 05:03:58 latest: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:58 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:58 + docker push nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.21 05:03:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:03:58 4654de5f2357: Preparing 05:03:58 0414d76132bc: Preparing 05:03:58 4a6591606c3b: Preparing 05:03:58 04d4883353b0: Preparing 05:03:58 2bc1de57fe17: Preparing 05:03:58 ef580ded4345: Preparing 05:03:58 368099a1c0e9: Preparing 05:03:58 75654b8eeebd: Preparing 05:03:58 ef580ded4345: Waiting 05:03:58 368099a1c0e9: Waiting 05:03:58 75654b8eeebd: Waiting 05:03:58 04d4883353b0: Layer already exists 05:03:58 2bc1de57fe17: Layer already exists 05:03:58 4654de5f2357: Layer already exists 05:03:58 0414d76132bc: Layer already exists 05:03:58 4a6591606c3b: Layer already exists 05:03:58 ef580ded4345: Layer already exists 05:03:58 75654b8eeebd: Layer already exists 05:03:58 368099a1c0e9: Layer already exists 05:03:58 4.0.0-dev.21: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:59 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:59 + docker push nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:03:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:03:59 4654de5f2357: Preparing 05:03:59 0414d76132bc: Preparing 05:03:59 4a6591606c3b: Preparing 05:03:59 04d4883353b0: Preparing 05:03:59 2bc1de57fe17: Preparing 05:03:59 ef580ded4345: Preparing 05:03:59 368099a1c0e9: Preparing 05:03:59 75654b8eeebd: Preparing 05:03:59 ef580ded4345: Waiting 05:03:59 368099a1c0e9: Waiting 05:03:59 75654b8eeebd: Waiting 05:03:59 0414d76132bc: Layer already exists 05:03:59 4a6591606c3b: Layer already exists 05:03:59 2bc1de57fe17: Layer already exists 05:03:59 04d4883353b0: Layer already exists 05:03:59 4654de5f2357: Layer already exists 05:03:59 368099a1c0e9: Layer already exists 05:03:59 ef580ded4345: Layer already exists 05:03:59 75654b8eeebd: Layer already exists 05:03:59 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:59 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:00 + docker push nexus3.edgexfoundry.org:10004/core-data:main 05:04:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:04:00 4654de5f2357: Preparing 05:04:00 0414d76132bc: Preparing 05:04:00 4a6591606c3b: Preparing 05:04:00 04d4883353b0: Preparing 05:04:00 2bc1de57fe17: Preparing 05:04:00 ef580ded4345: Preparing 05:04:00 368099a1c0e9: Preparing 05:04:00 75654b8eeebd: Preparing 05:04:00 368099a1c0e9: Waiting 05:04:00 75654b8eeebd: Waiting 05:04:00 ef580ded4345: Waiting 05:04:00 4a6591606c3b: Layer already exists 05:04:00 0414d76132bc: Layer already exists 05:04:00 4654de5f2357: Layer already exists 05:04:00 2bc1de57fe17: Layer already exists 05:04:00 04d4883353b0: Layer already exists 05:04:00 ef580ded4345: Layer already exists 05:04:00 368099a1c0e9: Layer already exists 05:04:00 75654b8eeebd: Layer already exists 05:04:00 main: digest: sha256:d4cc5bc7ef3c5d3bb485e3a8b1cf9479e1b3ce3c01c1634311a4e2332494cc3d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:00 ===================================================== [Pipeline] echo 05:04:00 taggedImages: 05:04:00 - nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:00 - nexus3.edgexfoundry.org:10004/core-data:latest 05:04:00 - nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.21 05:04:00 - nexus3.edgexfoundry.org:10004/core-data:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:00 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 05:04:00 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 05:04:00 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:00 latest 05:04:00 4.0.0-dev.21 05:04:00 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:00 main 05:04:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:00 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:04:00 de474ab46ae5: Preparing 05:04:00 9f9ac77a63e5: Preparing 05:04:00 a51d14c60b22: Preparing 05:04:00 2bc1de57fe17: Preparing 05:04:00 65d06ebf76e8: Preparing 05:04:00 52c3611e346b: Preparing 05:04:00 75654b8eeebd: Preparing 05:04:00 52c3611e346b: Waiting 05:04:00 75654b8eeebd: Waiting 05:04:00 2bc1de57fe17: Layer already exists 05:04:00 de474ab46ae5: Pushed 05:04:00 75654b8eeebd: Layer already exists 05:04:00 9f9ac77a63e5: Pushed 05:04:00 52c3611e346b: Pushed 05:04:00 65d06ebf76e8: Pushed 05:04:03 a51d14c60b22: Pushed 05:04:03 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 05:04:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:04:03 de474ab46ae5: Preparing 05:04:03 9f9ac77a63e5: Preparing 05:04:03 a51d14c60b22: Preparing 05:04:03 2bc1de57fe17: Preparing 05:04:03 65d06ebf76e8: Preparing 05:04:03 52c3611e346b: Preparing 05:04:03 75654b8eeebd: Preparing 05:04:03 75654b8eeebd: Waiting 05:04:03 52c3611e346b: Waiting 05:04:03 a51d14c60b22: Layer already exists 05:04:03 9f9ac77a63e5: Layer already exists 05:04:03 2bc1de57fe17: Layer already exists 05:04:03 de474ab46ae5: Layer already exists 05:04:03 65d06ebf76e8: Layer already exists 05:04:03 52c3611e346b: Layer already exists 05:04:03 75654b8eeebd: Layer already exists 05:04:03 latest: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:04 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.21 05:04:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:04:04 de474ab46ae5: Preparing 05:04:04 9f9ac77a63e5: Preparing 05:04:04 a51d14c60b22: Preparing 05:04:04 2bc1de57fe17: Preparing 05:04:04 65d06ebf76e8: Preparing 05:04:04 52c3611e346b: Preparing 05:04:04 75654b8eeebd: Preparing 05:04:04 52c3611e346b: Waiting 05:04:04 75654b8eeebd: Waiting 05:04:04 2bc1de57fe17: Layer already exists 05:04:04 9f9ac77a63e5: Layer already exists 05:04:04 a51d14c60b22: Layer already exists 05:04:04 de474ab46ae5: Layer already exists 05:04:04 65d06ebf76e8: Layer already exists 05:04:04 75654b8eeebd: Layer already exists 05:04:04 52c3611e346b: Layer already exists 05:04:04 4.0.0-dev.21: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:04 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:05 + docker push nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:04:05 de474ab46ae5: Preparing 05:04:05 9f9ac77a63e5: Preparing 05:04:05 a51d14c60b22: Preparing 05:04:05 2bc1de57fe17: Preparing 05:04:05 65d06ebf76e8: Preparing 05:04:05 52c3611e346b: Preparing 05:04:05 75654b8eeebd: Preparing 05:04:05 75654b8eeebd: Waiting 05:04:05 52c3611e346b: Waiting 05:04:05 9f9ac77a63e5: Layer already exists 05:04:05 a51d14c60b22: Layer already exists 05:04:05 de474ab46ae5: Layer already exists 05:04:05 65d06ebf76e8: Layer already exists 05:04:05 2bc1de57fe17: Layer already exists 05:04:05 52c3611e346b: Layer already exists 05:04:05 75654b8eeebd: Layer already exists 05:04:05 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:05 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:05 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 05:04:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:04:05 de474ab46ae5: Preparing 05:04:05 9f9ac77a63e5: Preparing 05:04:05 a51d14c60b22: Preparing 05:04:05 2bc1de57fe17: Preparing 05:04:05 65d06ebf76e8: Preparing 05:04:05 52c3611e346b: Preparing 05:04:05 75654b8eeebd: Preparing 05:04:05 75654b8eeebd: Waiting 05:04:05 2bc1de57fe17: Layer already exists 05:04:05 9f9ac77a63e5: Layer already exists 05:04:05 de474ab46ae5: Layer already exists 05:04:05 65d06ebf76e8: Layer already exists 05:04:05 a51d14c60b22: Layer already exists 05:04:05 75654b8eeebd: Layer already exists 05:04:05 52c3611e346b: Layer already exists 05:04:05 main: digest: sha256:42952a62742f7cb5f2d1df40d68025942b08af3bc94cdde0d3ccf60a518b6a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:06 ===================================================== [Pipeline] echo 05:04:06 taggedImages: 05:04:06 - nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:06 - nexus3.edgexfoundry.org:10004/core-keeper:latest 05:04:06 - nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.21 05:04:06 - nexus3.edgexfoundry.org:10004/core-keeper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:06 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 05:04:06 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 05:04:06 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:06 latest 05:04:06 4.0.0-dev.21 05:04:06 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:06 main 05:04:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:06 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:04:06 71f127f8a31f: Preparing 05:04:06 e372c1b86f3c: Preparing 05:04:06 97b54cfd4ae9: Preparing 05:04:06 15ba5285f603: Preparing 05:04:06 04d4883353b0: Preparing 05:04:06 2bc1de57fe17: Preparing 05:04:06 ef580ded4345: Preparing 05:04:06 77bb8dc72481: Preparing 05:04:06 75654b8eeebd: Preparing 05:04:06 2bc1de57fe17: Waiting 05:04:06 ef580ded4345: Waiting 05:04:06 77bb8dc72481: Waiting 05:04:06 75654b8eeebd: Waiting 05:04:06 04d4883353b0: Layer already exists 05:04:06 2bc1de57fe17: Layer already exists 05:04:06 e372c1b86f3c: Pushed 05:04:06 ef580ded4345: Layer already exists 05:04:06 97b54cfd4ae9: Pushed 05:04:06 77bb8dc72481: Layer already exists 05:04:06 71f127f8a31f: Pushed 05:04:06 75654b8eeebd: Layer already exists 05:04:09 15ba5285f603: Pushed 05:04:09 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 05:04:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:04:09 71f127f8a31f: Preparing 05:04:09 e372c1b86f3c: Preparing 05:04:09 97b54cfd4ae9: Preparing 05:04:09 15ba5285f603: Preparing 05:04:09 04d4883353b0: Preparing 05:04:09 2bc1de57fe17: Preparing 05:04:09 ef580ded4345: Preparing 05:04:09 77bb8dc72481: Preparing 05:04:09 75654b8eeebd: Preparing 05:04:09 2bc1de57fe17: Waiting 05:04:09 ef580ded4345: Waiting 05:04:09 77bb8dc72481: Waiting 05:04:09 75654b8eeebd: Waiting 05:04:09 71f127f8a31f: Layer already exists 05:04:09 15ba5285f603: Layer already exists 05:04:09 04d4883353b0: Layer already exists 05:04:09 e372c1b86f3c: Layer already exists 05:04:09 97b54cfd4ae9: Layer already exists 05:04:09 ef580ded4345: Layer already exists 05:04:09 77bb8dc72481: Layer already exists 05:04:09 2bc1de57fe17: Layer already exists 05:04:09 75654b8eeebd: Layer already exists 05:04:09 latest: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.21 05:04:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:04:10 71f127f8a31f: Preparing 05:04:10 e372c1b86f3c: Preparing 05:04:10 97b54cfd4ae9: Preparing 05:04:10 15ba5285f603: Preparing 05:04:10 04d4883353b0: Preparing 05:04:10 2bc1de57fe17: Preparing 05:04:10 ef580ded4345: Preparing 05:04:10 77bb8dc72481: Preparing 05:04:10 75654b8eeebd: Preparing 05:04:10 2bc1de57fe17: Waiting 05:04:10 77bb8dc72481: Waiting 05:04:10 75654b8eeebd: Waiting 05:04:10 e372c1b86f3c: Layer already exists 05:04:10 15ba5285f603: Layer already exists 05:04:10 97b54cfd4ae9: Layer already exists 05:04:10 04d4883353b0: Layer already exists 05:04:10 71f127f8a31f: Layer already exists 05:04:10 ef580ded4345: Layer already exists 05:04:10 2bc1de57fe17: Layer already exists 05:04:10 77bb8dc72481: Layer already exists 05:04:10 75654b8eeebd: Layer already exists 05:04:10 4.0.0-dev.21: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:04:11 71f127f8a31f: Preparing 05:04:11 e372c1b86f3c: Preparing 05:04:11 97b54cfd4ae9: Preparing 05:04:11 15ba5285f603: Preparing 05:04:11 04d4883353b0: Preparing 05:04:11 2bc1de57fe17: Preparing 05:04:11 ef580ded4345: Preparing 05:04:11 77bb8dc72481: Preparing 05:04:11 75654b8eeebd: Preparing 05:04:11 2bc1de57fe17: Waiting 05:04:11 77bb8dc72481: Waiting 05:04:11 ef580ded4345: Waiting 05:04:11 75654b8eeebd: Waiting 05:04:11 97b54cfd4ae9: Layer already exists 05:04:11 15ba5285f603: Layer already exists 05:04:11 e372c1b86f3c: Layer already exists 05:04:11 71f127f8a31f: Layer already exists 05:04:11 04d4883353b0: Layer already exists 05:04:11 ef580ded4345: Layer already exists 05:04:11 2bc1de57fe17: Layer already exists 05:04:11 77bb8dc72481: Layer already exists 05:04:11 75654b8eeebd: Layer already exists 05:04:11 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 05:04:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:04:11 71f127f8a31f: Preparing 05:04:11 e372c1b86f3c: Preparing 05:04:11 97b54cfd4ae9: Preparing 05:04:11 15ba5285f603: Preparing 05:04:11 04d4883353b0: Preparing 05:04:11 2bc1de57fe17: Preparing 05:04:11 ef580ded4345: Preparing 05:04:11 77bb8dc72481: Preparing 05:04:11 75654b8eeebd: Preparing 05:04:11 2bc1de57fe17: Waiting 05:04:11 75654b8eeebd: Waiting 05:04:11 77bb8dc72481: Waiting 05:04:11 ef580ded4345: Waiting 05:04:11 15ba5285f603: Layer already exists 05:04:11 e372c1b86f3c: Layer already exists 05:04:11 71f127f8a31f: Layer already exists 05:04:11 97b54cfd4ae9: Layer already exists 05:04:11 04d4883353b0: Layer already exists 05:04:11 2bc1de57fe17: Layer already exists 05:04:11 ef580ded4345: Layer already exists 05:04:11 77bb8dc72481: Layer already exists 05:04:11 75654b8eeebd: Layer already exists 05:04:11 main: digest: sha256:1154e192fcad19fa55c96ee258c0b467dda1501a5cf021e4c0ab61f66c96caa3 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:11 ===================================================== [Pipeline] echo 05:04:11 taggedImages: 05:04:11 - nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:11 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:04:11 - nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.21 05:04:11 - nexus3.edgexfoundry.org:10004/core-metadata:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:11 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 05:04:12 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 05:04:12 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:12 latest 05:04:12 4.0.0-dev.21 05:04:12 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:12 main 05:04:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:04:12 ce9e2f22bb50: Preparing 05:04:12 dcb4dec85c2a: Preparing 05:04:12 6bb0412e765c: Preparing 05:04:12 336ae980a6ec: Preparing 05:04:12 95029886e927: Preparing 05:04:12 87c2bf2da740: Preparing 05:04:12 245c30192094: Preparing 05:04:12 04d4883353b0: Preparing 05:04:12 2bc1de57fe17: Preparing 05:04:12 ce1682c45868: Preparing 05:04:12 9f144810e686: Preparing 05:04:12 5f70bf18a086: Preparing 05:04:12 df9f1e3f72d1: Preparing 05:04:12 434d4546cf8b: Preparing 05:04:12 1f2c86d3c9c0: Preparing 05:04:12 75654b8eeebd: Preparing 05:04:12 87c2bf2da740: Waiting 05:04:12 245c30192094: Waiting 05:04:12 04d4883353b0: Waiting 05:04:12 2bc1de57fe17: Waiting 05:04:12 ce1682c45868: Waiting 05:04:12 9f144810e686: Waiting 05:04:12 5f70bf18a086: Waiting 05:04:12 df9f1e3f72d1: Waiting 05:04:12 434d4546cf8b: Waiting 05:04:12 1f2c86d3c9c0: Waiting 05:04:12 75654b8eeebd: Waiting 05:04:12 336ae980a6ec: Pushed 05:04:12 95029886e927: Pushed 05:04:12 ce9e2f22bb50: Pushed 05:04:12 6bb0412e765c: Pushed 05:04:12 dcb4dec85c2a: Pushed 05:04:12 04d4883353b0: Layer already exists 05:04:12 2bc1de57fe17: Layer already exists 05:04:12 5f70bf18a086: Layer already exists 05:04:12 87c2bf2da740: Pushed 05:04:12 ce1682c45868: Pushed 05:04:12 9f144810e686: Pushed 05:04:12 df9f1e3f72d1: Pushed 05:04:12 75654b8eeebd: Layer already exists 05:04:12 1f2c86d3c9c0: Pushed 05:04:13 #82 DONE 116.2s 05:04:13 05:04:13 #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:13 #76 DONE 119.1s 05:04:13 05:04:13 #75 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:13 #75 DONE 120.2s 05:04:13 05:04:13 #72 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:13 #72 DONE 122.5s 05:04:13 05:04:13 #116 [support-scheduler builder 6/7] COPY . . 05:04:13 #116 ... 05:04:13 05:04:13 #86 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:13 #86 DONE 96.0s 05:04:13 05:04:13 #117 [core-keeper builder 7/8] COPY . . 05:04:13 434d4546cf8b: Pushed 05:04:14 245c30192094: Pushed 05:04:14 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:14 #117 ... 05:04:14 05:04:14 #118 [security-spiffe-token-provider builder 6/7] COPY . . 05:04:14 #118 DONE 1.5s 05:04:14 05:04:14 #119 [core-metadata builder 6/7] COPY . . 05:04:14 #119 CACHED 05:04:14 05:04:14 #120 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:14 #120 CACHED 05:04:14 05:04:14 #121 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:04:14 #121 CACHED 05:04:14 05:04:14 #122 [security-proxy-auth builder 6/7] COPY . . 05:04:14 #122 CACHED 05:04:14 05:04:14 #123 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:14 #123 CACHED 05:04:14 05:04:14 #124 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:04:14 #124 CACHED 05:04:14 05:04:14 #125 [core-command builder 4/7] COPY go.mod vendor* ./ 05:04:14 #125 CACHED 05:04:14 05:04:14 #126 [core-command builder 6/7] COPY . . 05:04:14 #126 CACHED 05:04:14 05:04:14 #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:14 #127 CACHED 05:04:14 05:04:14 #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:04:14 #128 CACHED 05:04:14 05:04:14 #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:14 #129 CACHED 05:04:14 05:04:14 #130 [core-common-config-bootstrapper builder 6/7] COPY . . 05:04:14 #130 CACHED 05:04:14 05:04:14 #131 [security-proxy-setup builder 6/7] COPY . . 05:04:14 #131 CACHED 05:04:14 05:04:14 #132 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:14 #132 CACHED 05:04:14 05:04:14 #133 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:04:14 #133 CACHED 05:04:14 05:04:14 #116 [support-scheduler builder 6/7] COPY . . 05:04:14 #116 DONE 1.6s 05:04:14 05:04:14 #134 [support-notifications builder 6/7] COPY . . 05:04:14 #134 CACHED 05:04:14 05:04:14 #135 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:04:14 #135 CACHED 05:04:14 05:04:14 #136 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:14 #136 CACHED 05:04:14 05:04:14 #137 [security-bootstrapper builder 6/7] COPY . . 05:04:14 #137 DONE 1.6s 05:04:14 05:04:14 #138 [core-data builder 6/7] COPY . . 05:04:14 #138 DONE 1.6s 05:04:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:04:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:04:15 ce9e2f22bb50: Preparing 05:04:15 dcb4dec85c2a: Preparing 05:04:15 6bb0412e765c: Preparing 05:04:15 336ae980a6ec: Preparing 05:04:15 95029886e927: Preparing 05:04:15 87c2bf2da740: Preparing 05:04:15 245c30192094: Preparing 05:04:15 87c2bf2da740: Waiting 05:04:15 04d4883353b0: Preparing 05:04:15 2bc1de57fe17: Preparing 05:04:15 245c30192094: Waiting 05:04:15 04d4883353b0: Waiting 05:04:15 ce1682c45868: Preparing 05:04:15 9f144810e686: Preparing 05:04:15 2bc1de57fe17: Waiting 05:04:15 5f70bf18a086: Preparing 05:04:15 df9f1e3f72d1: Preparing 05:04:15 434d4546cf8b: Preparing 05:04:15 5f70bf18a086: Waiting 05:04:15 df9f1e3f72d1: Waiting 05:04:15 1f2c86d3c9c0: Preparing 05:04:15 75654b8eeebd: Preparing 05:04:15 1f2c86d3c9c0: Waiting 05:04:15 434d4546cf8b: Waiting 05:04:15 75654b8eeebd: Waiting 05:04:15 ce9e2f22bb50: Layer already exists 05:04:15 336ae980a6ec: Layer already exists 05:04:15 95029886e927: Layer already exists 05:04:15 6bb0412e765c: Layer already exists 05:04:15 dcb4dec85c2a: Layer already exists 05:04:15 87c2bf2da740: Layer already exists 05:04:15 04d4883353b0: Layer already exists 05:04:15 245c30192094: Layer already exists 05:04:15 ce1682c45868: Layer already exists 05:04:15 2bc1de57fe17: Layer already exists 05:04:15 5f70bf18a086: Layer already exists 05:04:15 9f144810e686: Layer already exists 05:04:15 434d4546cf8b: Layer already exists 05:04:15 df9f1e3f72d1: Layer already exists 05:04:15 1f2c86d3c9c0: Layer already exists 05:04:15 75654b8eeebd: Layer already exists 05:04:15 latest: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:15 05:04:15 #117 [core-keeper builder 7/8] COPY . . 05:04:15 #117 DONE 1.6s 05:04:15 05:04:15 #139 [security-secretstore-setup builder 6/7] COPY . . 05:04:15 #139 CACHED 05:04:15 05:04:15 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:04:15 #140 CACHED 05:04:15 05:04:15 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:04:15 #141 CACHED 05:04:15 05:04:15 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:04:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.21 05:04:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:04:15 ce9e2f22bb50: Preparing 05:04:15 dcb4dec85c2a: Preparing 05:04:15 6bb0412e765c: Preparing 05:04:15 336ae980a6ec: Preparing 05:04:15 95029886e927: Preparing 05:04:15 87c2bf2da740: Preparing 05:04:15 245c30192094: Preparing 05:04:15 04d4883353b0: Preparing 05:04:15 2bc1de57fe17: Preparing 05:04:15 ce1682c45868: Preparing 05:04:15 9f144810e686: Preparing 05:04:15 5f70bf18a086: Preparing 05:04:15 df9f1e3f72d1: Preparing 05:04:15 434d4546cf8b: Preparing 05:04:15 1f2c86d3c9c0: Preparing 05:04:15 75654b8eeebd: Preparing 05:04:15 9f144810e686: Waiting 05:04:15 87c2bf2da740: Waiting 05:04:15 245c30192094: Waiting 05:04:15 04d4883353b0: Waiting 05:04:15 5f70bf18a086: Waiting 05:04:15 df9f1e3f72d1: Waiting 05:04:15 434d4546cf8b: Waiting 05:04:15 1f2c86d3c9c0: Waiting 05:04:15 75654b8eeebd: Waiting 05:04:15 ce1682c45868: Waiting 05:04:15 2bc1de57fe17: Waiting 05:04:15 6bb0412e765c: Layer already exists 05:04:15 dcb4dec85c2a: Layer already exists 05:04:15 ce9e2f22bb50: Layer already exists 05:04:15 336ae980a6ec: Layer already exists 05:04:15 95029886e927: Layer already exists 05:04:15 04d4883353b0: Layer already exists 05:04:15 ce1682c45868: Layer already exists 05:04:15 87c2bf2da740: Layer already exists 05:04:15 2bc1de57fe17: Layer already exists 05:04:15 245c30192094: Layer already exists 05:04:15 df9f1e3f72d1: Layer already exists 05:04:15 9f144810e686: Layer already exists 05:04:15 5f70bf18a086: Layer already exists 05:04:15 434d4546cf8b: Layer already exists 05:04:15 1f2c86d3c9c0: Layer already exists 05:04:15 75654b8eeebd: Layer already exists 05:04:15 4.0.0-dev.21: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:04:16 ce9e2f22bb50: Preparing 05:04:16 dcb4dec85c2a: Preparing 05:04:16 6bb0412e765c: Preparing 05:04:16 336ae980a6ec: Preparing 05:04:16 95029886e927: Preparing 05:04:16 87c2bf2da740: Preparing 05:04:16 245c30192094: Preparing 05:04:16 04d4883353b0: Preparing 05:04:16 2bc1de57fe17: Preparing 05:04:16 ce1682c45868: Preparing 05:04:16 9f144810e686: Preparing 05:04:16 5f70bf18a086: Preparing 05:04:16 df9f1e3f72d1: Preparing 05:04:16 434d4546cf8b: Preparing 05:04:16 1f2c86d3c9c0: Preparing 05:04:16 75654b8eeebd: Preparing 05:04:16 87c2bf2da740: Waiting 05:04:16 9f144810e686: Waiting 05:04:16 2bc1de57fe17: Waiting 05:04:16 245c30192094: Waiting 05:04:16 df9f1e3f72d1: Waiting 05:04:16 ce1682c45868: Waiting 05:04:16 434d4546cf8b: Waiting 05:04:16 04d4883353b0: Waiting 05:04:16 5f70bf18a086: Waiting 05:04:16 1f2c86d3c9c0: Waiting 05:04:16 75654b8eeebd: Waiting 05:04:16 ce9e2f22bb50: Layer already exists 05:04:16 95029886e927: Layer already exists 05:04:16 336ae980a6ec: Layer already exists 05:04:16 dcb4dec85c2a: Layer already exists 05:04:16 6bb0412e765c: Layer already exists 05:04:16 87c2bf2da740: Layer already exists 05:04:16 2bc1de57fe17: Layer already exists 05:04:16 245c30192094: Layer already exists 05:04:16 04d4883353b0: Layer already exists 05:04:16 ce1682c45868: Layer already exists 05:04:16 9f144810e686: Layer already exists 05:04:16 df9f1e3f72d1: Layer already exists 05:04:16 1f2c86d3c9c0: Layer already exists 05:04:16 434d4546cf8b: Layer already exists 05:04:16 5f70bf18a086: Layer already exists 05:04:16 75654b8eeebd: Layer already exists 05:04:16 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:04:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:04:16 ce9e2f22bb50: Preparing 05:04:16 dcb4dec85c2a: Preparing 05:04:16 6bb0412e765c: Preparing 05:04:16 336ae980a6ec: Preparing 05:04:16 95029886e927: Preparing 05:04:16 87c2bf2da740: Preparing 05:04:16 245c30192094: Preparing 05:04:16 04d4883353b0: Preparing 05:04:16 2bc1de57fe17: Preparing 05:04:16 ce1682c45868: Preparing 05:04:16 9f144810e686: Preparing 05:04:16 5f70bf18a086: Preparing 05:04:16 df9f1e3f72d1: Preparing 05:04:16 434d4546cf8b: Preparing 05:04:16 1f2c86d3c9c0: Preparing 05:04:16 75654b8eeebd: Preparing 05:04:16 ce1682c45868: Waiting 05:04:16 9f144810e686: Waiting 05:04:16 87c2bf2da740: Waiting 05:04:16 5f70bf18a086: Waiting 05:04:16 df9f1e3f72d1: Waiting 05:04:16 434d4546cf8b: Waiting 05:04:16 245c30192094: Waiting 05:04:16 04d4883353b0: Waiting 05:04:16 1f2c86d3c9c0: Waiting 05:04:16 75654b8eeebd: Waiting 05:04:16 dcb4dec85c2a: Layer already exists 05:04:16 95029886e927: Layer already exists 05:04:16 336ae980a6ec: Layer already exists 05:04:16 ce9e2f22bb50: Layer already exists 05:04:16 6bb0412e765c: Layer already exists 05:04:16 87c2bf2da740: Layer already exists 05:04:16 ce1682c45868: Layer already exists 05:04:16 04d4883353b0: Layer already exists 05:04:16 245c30192094: Layer already exists 05:04:16 2bc1de57fe17: Layer already exists 05:04:16 9f144810e686: Layer already exists 05:04:16 5f70bf18a086: Layer already exists 05:04:16 df9f1e3f72d1: Layer already exists 05:04:16 434d4546cf8b: Layer already exists 05:04:16 1f2c86d3c9c0: Layer already exists 05:04:16 75654b8eeebd: Layer already exists 05:04:16 main: digest: sha256:e1d7621ff7aed983dd54c37be457065c19bec46b1d91f3f66c16921177c06419 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:17 ===================================================== [Pipeline] echo 05:04:17 taggedImages: 05:04:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:04:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.21 05:04:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 05:04:17 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 05:04:17 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:17 latest 05:04:17 4.0.0-dev.21 05:04:17 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:17 main 05:04:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:17 d6a1a016c148: Preparing 05:04:17 a00bda36f68b: Preparing 05:04:17 6146ed3b71ab: Preparing 05:04:17 0ff7da20892d: Preparing 05:04:17 04d4883353b0: Preparing 05:04:17 2bc1de57fe17: Preparing 05:04:17 ef580ded4345: Preparing 05:04:17 77bb8dc72481: Preparing 05:04:17 75654b8eeebd: Preparing 05:04:17 2bc1de57fe17: Waiting 05:04:17 ef580ded4345: Waiting 05:04:17 77bb8dc72481: Waiting 05:04:17 75654b8eeebd: Waiting 05:04:17 04d4883353b0: Layer already exists 05:04:17 2bc1de57fe17: Layer already exists 05:04:17 ef580ded4345: Layer already exists 05:04:17 77bb8dc72481: Layer already exists 05:04:17 a00bda36f68b: Pushed 05:04:17 75654b8eeebd: Layer already exists 05:04:17 6146ed3b71ab: Pushed 05:04:17 d6a1a016c148: Pushed 05:04:19 0ff7da20892d: Pushed 05:04:19 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:04:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:20 d6a1a016c148: Preparing 05:04:20 a00bda36f68b: Preparing 05:04:20 6146ed3b71ab: Preparing 05:04:20 0ff7da20892d: Preparing 05:04:20 04d4883353b0: Preparing 05:04:20 2bc1de57fe17: Preparing 05:04:20 ef580ded4345: Preparing 05:04:20 77bb8dc72481: Preparing 05:04:20 75654b8eeebd: Preparing 05:04:20 2bc1de57fe17: Waiting 05:04:20 ef580ded4345: Waiting 05:04:20 77bb8dc72481: Waiting 05:04:20 75654b8eeebd: Waiting 05:04:20 04d4883353b0: Layer already exists 05:04:20 a00bda36f68b: Layer already exists 05:04:20 d6a1a016c148: Layer already exists 05:04:20 6146ed3b71ab: Layer already exists 05:04:20 0ff7da20892d: Layer already exists 05:04:20 2bc1de57fe17: Layer already exists 05:04:20 75654b8eeebd: Layer already exists 05:04:20 ef580ded4345: Layer already exists 05:04:20 77bb8dc72481: Layer already exists 05:04:20 latest: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:20 #142 ... 05:04:20 05:04:20 #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:04:20 #0 5.186 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:04:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:20 #143 ... 05:04:20 05:04:20 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:04:20 #0 5.816 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:04:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.21 05:04:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:20 d6a1a016c148: Preparing 05:04:20 a00bda36f68b: Preparing 05:04:20 6146ed3b71ab: Preparing 05:04:20 0ff7da20892d: Preparing 05:04:20 04d4883353b0: Preparing 05:04:20 2bc1de57fe17: Preparing 05:04:20 ef580ded4345: Preparing 05:04:20 77bb8dc72481: Preparing 05:04:20 75654b8eeebd: Preparing 05:04:20 2bc1de57fe17: Waiting 05:04:20 ef580ded4345: Waiting 05:04:20 75654b8eeebd: Waiting 05:04:20 77bb8dc72481: Waiting 05:04:20 d6a1a016c148: Layer already exists 05:04:20 04d4883353b0: Layer already exists 05:04:20 6146ed3b71ab: Layer already exists 05:04:20 0ff7da20892d: Layer already exists 05:04:20 a00bda36f68b: Layer already exists 05:04:20 75654b8eeebd: Layer already exists 05:04:20 2bc1de57fe17: Layer already exists 05:04:20 ef580ded4345: Layer already exists 05:04:20 77bb8dc72481: Layer already exists 05:04:20 4.0.0-dev.21: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } 05:04:21 #144 ... 05:04:21 05:04:21 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:04:21 #0 6.423 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:04:21 #145 ... 05:04:21 05:04:21 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:04:21 #142 6.407 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:21 d6a1a016c148: Preparing 05:04:21 a00bda36f68b: Preparing 05:04:21 6146ed3b71ab: Preparing 05:04:21 0ff7da20892d: Preparing 05:04:21 04d4883353b0: Preparing 05:04:21 2bc1de57fe17: Preparing 05:04:21 ef580ded4345: Preparing 05:04:21 77bb8dc72481: Preparing 05:04:21 75654b8eeebd: Preparing 05:04:21 75654b8eeebd: Waiting 05:04:21 2bc1de57fe17: Waiting 05:04:21 0ff7da20892d: Layer already exists 05:04:21 a00bda36f68b: Layer already exists 05:04:21 04d4883353b0: Layer already exists 05:04:21 d6a1a016c148: Layer already exists 05:04:21 6146ed3b71ab: Layer already exists 05:04:21 2bc1de57fe17: Layer already exists 05:04:21 77bb8dc72481: Layer already exists 05:04:21 ef580ded4345: Layer already exists 05:04:21 75654b8eeebd: Layer already exists 05:04:21 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:04:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:22 d6a1a016c148: Preparing 05:04:22 a00bda36f68b: Preparing 05:04:22 6146ed3b71ab: Preparing 05:04:22 0ff7da20892d: Preparing 05:04:22 04d4883353b0: Preparing 05:04:22 2bc1de57fe17: Preparing 05:04:22 ef580ded4345: Preparing 05:04:22 77bb8dc72481: Preparing 05:04:22 75654b8eeebd: Preparing 05:04:22 ef580ded4345: Waiting 05:04:22 77bb8dc72481: Waiting 05:04:22 2bc1de57fe17: Waiting 05:04:22 75654b8eeebd: Waiting 05:04:22 0ff7da20892d: Layer already exists 05:04:22 6146ed3b71ab: Layer already exists 05:04:22 a00bda36f68b: Layer already exists 05:04:22 04d4883353b0: Layer already exists 05:04:22 d6a1a016c148: Layer already exists 05:04:22 ef580ded4345: Layer already exists 05:04:22 77bb8dc72481: Layer already exists 05:04:22 2bc1de57fe17: Layer already exists 05:04:22 75654b8eeebd: Layer already exists 05:04:22 main: digest: sha256:74102f1d2b7031099e068203da0cfd3dbc7a117dcb49652366179fbb4f9ff026 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:22 ===================================================== [Pipeline] echo 05:04:22 taggedImages: 05:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.21 05:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 05:04:22 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 05:04:22 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:22 latest 05:04:22 4.0.0-dev.21 05:04:22 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:22 main 05:04:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:23 ece5ab7506ac: Preparing 05:04:23 074f3f4c5c30: Preparing 05:04:23 f7d2d85bec30: Preparing 05:04:23 8475f0f5161f: Preparing 05:04:23 0bf3df878b05: Preparing 05:04:23 04d4883353b0: Preparing 05:04:23 2bc1de57fe17: Preparing 05:04:23 0e67c03d13b3: Preparing 05:04:23 c79eec8b3455: Preparing 05:04:23 8b58f6d73cb8: Preparing 05:04:23 75654b8eeebd: Preparing 05:04:23 04d4883353b0: Waiting 05:04:23 2bc1de57fe17: Waiting 05:04:23 0e67c03d13b3: Waiting 05:04:23 c79eec8b3455: Waiting 05:04:23 75654b8eeebd: Waiting 05:04:23 8b58f6d73cb8: Waiting 05:04:23 8475f0f5161f: Pushed 05:04:23 074f3f4c5c30: Pushed 05:04:23 ece5ab7506ac: Pushed 05:04:23 0bf3df878b05: Pushed 05:04:23 04d4883353b0: Layer already exists 05:04:23 2bc1de57fe17: Layer already exists 05:04:23 75654b8eeebd: Layer already exists 05:04:23 0e67c03d13b3: Pushed 05:04:23 c79eec8b3455: Pushed 05:04:24 f7d2d85bec30: Pushed 05:04:24 8b58f6d73cb8: Pushed 05:04:25 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:25 #142 ... 05:04:25 05:04:25 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:04:25 #0 5.194 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:04:25 #146 ... 05:04:25 05:04:25 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:04:25 #0 6.486 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:04:25 #147 ... 05:04:25 05:04:25 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:04:25 #0 6.209 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:04:25 #148 ... 05:04:25 05:04:25 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:04:25 #0 6.611 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:04:25 #149 ... 05:04:25 05:04:25 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:04:25 #0 6.329 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:04:25 #150 ... 05:04:25 05:04:25 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:04:25 #0 6.377 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:04:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:04:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:25 ece5ab7506ac: Preparing 05:04:25 074f3f4c5c30: Preparing 05:04:25 f7d2d85bec30: Preparing 05:04:25 8475f0f5161f: Preparing 05:04:25 0bf3df878b05: Preparing 05:04:25 04d4883353b0: Preparing 05:04:25 2bc1de57fe17: Preparing 05:04:25 0e67c03d13b3: Preparing 05:04:25 c79eec8b3455: Preparing 05:04:25 8b58f6d73cb8: Preparing 05:04:25 75654b8eeebd: Preparing 05:04:25 2bc1de57fe17: Waiting 05:04:25 8b58f6d73cb8: Waiting 05:04:25 c79eec8b3455: Waiting 05:04:25 75654b8eeebd: Waiting 05:04:25 0e67c03d13b3: Waiting 05:04:25 04d4883353b0: Waiting 05:04:25 f7d2d85bec30: Layer already exists 05:04:25 074f3f4c5c30: Layer already exists 05:04:25 8475f0f5161f: Layer already exists 05:04:25 0bf3df878b05: Layer already exists 05:04:25 ece5ab7506ac: Layer already exists 05:04:25 0e67c03d13b3: Layer already exists 05:04:25 2bc1de57fe17: Layer already exists 05:04:25 04d4883353b0: Layer already exists 05:04:25 c79eec8b3455: Layer already exists 05:04:25 8b58f6d73cb8: Layer already exists 05:04:25 75654b8eeebd: Layer already exists 05:04:25 latest: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:25 #151 ... 05:04:25 05:04:25 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:04:25 #0 6.611 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:04:25 #152 ... 05:04:25 05:04:25 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:04:25 #0 6.579 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:04:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.21 05:04:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:26 ece5ab7506ac: Preparing 05:04:26 074f3f4c5c30: Preparing 05:04:26 f7d2d85bec30: Preparing 05:04:26 8475f0f5161f: Preparing 05:04:26 0bf3df878b05: Preparing 05:04:26 04d4883353b0: Preparing 05:04:26 2bc1de57fe17: Preparing 05:04:26 0e67c03d13b3: Preparing 05:04:26 c79eec8b3455: Preparing 05:04:26 8b58f6d73cb8: Preparing 05:04:26 75654b8eeebd: Preparing 05:04:26 2bc1de57fe17: Waiting 05:04:26 0e67c03d13b3: Waiting 05:04:26 c79eec8b3455: Waiting 05:04:26 75654b8eeebd: Waiting 05:04:26 04d4883353b0: Waiting 05:04:26 8b58f6d73cb8: Waiting 05:04:26 8475f0f5161f: Layer already exists 05:04:26 ece5ab7506ac: Layer already exists 05:04:26 f7d2d85bec30: Layer already exists 05:04:26 074f3f4c5c30: Layer already exists 05:04:26 0bf3df878b05: Layer already exists 05:04:26 0e67c03d13b3: Layer already exists 05:04:26 c79eec8b3455: Layer already exists 05:04:26 2bc1de57fe17: Layer already exists 05:04:26 04d4883353b0: Layer already exists 05:04:26 8b58f6d73cb8: Layer already exists 05:04:26 75654b8eeebd: Layer already exists 05:04:26 4.0.0-dev.21: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:27 ece5ab7506ac: Preparing 05:04:27 074f3f4c5c30: Preparing 05:04:27 f7d2d85bec30: Preparing 05:04:27 8475f0f5161f: Preparing 05:04:27 0bf3df878b05: Preparing 05:04:27 04d4883353b0: Preparing 05:04:27 2bc1de57fe17: Preparing 05:04:27 0e67c03d13b3: Preparing 05:04:27 c79eec8b3455: Preparing 05:04:27 8b58f6d73cb8: Preparing 05:04:27 75654b8eeebd: Preparing 05:04:27 2bc1de57fe17: Waiting 05:04:27 8b58f6d73cb8: Waiting 05:04:27 75654b8eeebd: Waiting 05:04:27 0e67c03d13b3: Waiting 05:04:27 04d4883353b0: Waiting 05:04:27 074f3f4c5c30: Layer already exists 05:04:27 ece5ab7506ac: Layer already exists 05:04:27 f7d2d85bec30: Layer already exists 05:04:27 0bf3df878b05: Layer already exists 05:04:27 8475f0f5161f: Layer already exists 05:04:27 2bc1de57fe17: Layer already exists 05:04:27 0e67c03d13b3: Layer already exists 05:04:27 04d4883353b0: Layer already exists 05:04:27 c79eec8b3455: Layer already exists 05:04:27 8b58f6d73cb8: Layer already exists 05:04:27 75654b8eeebd: Layer already exists 05:04:27 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:04:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:27 ece5ab7506ac: Preparing 05:04:27 074f3f4c5c30: Preparing 05:04:27 f7d2d85bec30: Preparing 05:04:27 8475f0f5161f: Preparing 05:04:27 0bf3df878b05: Preparing 05:04:27 04d4883353b0: Preparing 05:04:27 2bc1de57fe17: Preparing 05:04:27 0e67c03d13b3: Preparing 05:04:27 c79eec8b3455: Preparing 05:04:27 8b58f6d73cb8: Preparing 05:04:27 75654b8eeebd: Preparing 05:04:27 0e67c03d13b3: Waiting 05:04:27 8b58f6d73cb8: Waiting 05:04:27 04d4883353b0: Waiting 05:04:27 75654b8eeebd: Waiting 05:04:27 2bc1de57fe17: Waiting 05:04:27 c79eec8b3455: Waiting 05:04:27 8475f0f5161f: Layer already exists 05:04:27 0bf3df878b05: Layer already exists 05:04:27 f7d2d85bec30: Layer already exists 05:04:27 ece5ab7506ac: Layer already exists 05:04:27 074f3f4c5c30: Layer already exists 05:04:27 2bc1de57fe17: Layer already exists 05:04:27 04d4883353b0: Layer already exists 05:04:27 c79eec8b3455: Layer already exists 05:04:27 8b58f6d73cb8: Layer already exists 05:04:27 0e67c03d13b3: Layer already exists 05:04:27 75654b8eeebd: Layer already exists 05:04:27 main: digest: sha256:a9b959f7dcf24935f402b221cfe0ee733e9d1509bfc7b5ae67d897eefe3fe2df size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:27 ===================================================== [Pipeline] echo 05:04:27 taggedImages: 05:04:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:04:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.21 05:04:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 05:04:27 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 05:04:27 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:27 latest 05:04:27 4.0.0-dev.21 05:04:27 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:27 main 05:04:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:28 552ebc26d76d: Preparing 05:04:28 772c0356b1fd: Preparing 05:04:28 044248291642: Preparing 05:04:28 52baa509270f: Preparing 05:04:28 3c076cb0e8ab: Preparing 05:04:28 e8474fb809ba: Preparing 05:04:28 480b7b2c5084: Preparing 05:04:28 04d4883353b0: Preparing 05:04:28 2bc1de57fe17: Preparing 05:04:28 9c3906c8db67: Preparing 05:04:28 62941f8014d4: Preparing 05:04:28 75654b8eeebd: Preparing 05:04:28 480b7b2c5084: Waiting 05:04:28 e8474fb809ba: Waiting 05:04:28 04d4883353b0: Waiting 05:04:28 9c3906c8db67: Waiting 05:04:28 75654b8eeebd: Waiting 05:04:28 2bc1de57fe17: Waiting 05:04:28 62941f8014d4: Waiting 05:04:28 3c076cb0e8ab: Pushed 05:04:28 772c0356b1fd: Pushed 05:04:28 552ebc26d76d: Pushed 05:04:28 04d4883353b0: Layer already exists 05:04:28 2bc1de57fe17: Layer already exists 05:04:28 e8474fb809ba: Pushed 05:04:28 480b7b2c5084: Pushed 05:04:28 75654b8eeebd: Layer already exists 05:04:29 9c3906c8db67: Pushed 05:04:29 52baa509270f: Pushed 05:04:29 044248291642: Pushed 05:04:30 62941f8014d4: Pushed 05:04:30 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:30 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:04:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:30 552ebc26d76d: Preparing 05:04:30 772c0356b1fd: Preparing 05:04:30 044248291642: Preparing 05:04:30 52baa509270f: Preparing 05:04:30 3c076cb0e8ab: Preparing 05:04:30 e8474fb809ba: Preparing 05:04:30 480b7b2c5084: Preparing 05:04:30 04d4883353b0: Preparing 05:04:30 2bc1de57fe17: Preparing 05:04:30 9c3906c8db67: Preparing 05:04:30 62941f8014d4: Preparing 05:04:30 75654b8eeebd: Preparing 05:04:30 04d4883353b0: Waiting 05:04:30 2bc1de57fe17: Waiting 05:04:30 9c3906c8db67: Waiting 05:04:30 480b7b2c5084: Waiting 05:04:30 62941f8014d4: Waiting 05:04:30 e8474fb809ba: Waiting 05:04:30 044248291642: Layer already exists 05:04:30 772c0356b1fd: Layer already exists 05:04:30 3c076cb0e8ab: Layer already exists 05:04:30 52baa509270f: Layer already exists 05:04:30 552ebc26d76d: Layer already exists 05:04:30 04d4883353b0: Layer already exists 05:04:30 e8474fb809ba: Layer already exists 05:04:30 480b7b2c5084: Layer already exists 05:04:30 9c3906c8db67: Layer already exists 05:04:30 2bc1de57fe17: Layer already exists 05:04:30 75654b8eeebd: Layer already exists 05:04:30 62941f8014d4: Layer already exists 05:04:30 latest: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.21 05:04:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:31 552ebc26d76d: Preparing 05:04:31 772c0356b1fd: Preparing 05:04:31 044248291642: Preparing 05:04:31 52baa509270f: Preparing 05:04:31 3c076cb0e8ab: Preparing 05:04:31 e8474fb809ba: Preparing 05:04:31 480b7b2c5084: Preparing 05:04:31 04d4883353b0: Preparing 05:04:31 2bc1de57fe17: Preparing 05:04:31 9c3906c8db67: Preparing 05:04:31 62941f8014d4: Preparing 05:04:31 75654b8eeebd: Preparing 05:04:31 2bc1de57fe17: Waiting 05:04:31 04d4883353b0: Waiting 05:04:31 480b7b2c5084: Waiting 05:04:31 9c3906c8db67: Waiting 05:04:31 62941f8014d4: Waiting 05:04:31 e8474fb809ba: Waiting 05:04:31 75654b8eeebd: Waiting 05:04:31 772c0356b1fd: Layer already exists 05:04:31 3c076cb0e8ab: Layer already exists 05:04:31 552ebc26d76d: Layer already exists 05:04:31 52baa509270f: Layer already exists 05:04:31 044248291642: Layer already exists 05:04:31 e8474fb809ba: Layer already exists 05:04:31 04d4883353b0: Layer already exists 05:04:31 480b7b2c5084: Layer already exists 05:04:31 2bc1de57fe17: Layer already exists 05:04:31 9c3906c8db67: Layer already exists 05:04:31 62941f8014d4: Layer already exists 05:04:31 75654b8eeebd: Layer already exists 05:04:31 4.0.0-dev.21: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:32 552ebc26d76d: Preparing 05:04:32 772c0356b1fd: Preparing 05:04:32 044248291642: Preparing 05:04:32 52baa509270f: Preparing 05:04:32 3c076cb0e8ab: Preparing 05:04:32 e8474fb809ba: Preparing 05:04:32 480b7b2c5084: Preparing 05:04:32 04d4883353b0: Preparing 05:04:32 2bc1de57fe17: Preparing 05:04:32 9c3906c8db67: Preparing 05:04:32 62941f8014d4: Preparing 05:04:32 75654b8eeebd: Preparing 05:04:32 2bc1de57fe17: Waiting 05:04:32 9c3906c8db67: Waiting 05:04:32 62941f8014d4: Waiting 05:04:32 75654b8eeebd: Waiting 05:04:32 e8474fb809ba: Waiting 05:04:32 480b7b2c5084: Waiting 05:04:32 04d4883353b0: Waiting 05:04:32 52baa509270f: Layer already exists 05:04:32 3c076cb0e8ab: Layer already exists 05:04:32 552ebc26d76d: Layer already exists 05:04:32 772c0356b1fd: Layer already exists 05:04:32 044248291642: Layer already exists 05:04:32 480b7b2c5084: Layer already exists 05:04:32 e8474fb809ba: Layer already exists 05:04:32 2bc1de57fe17: Layer already exists 05:04:32 04d4883353b0: Layer already exists 05:04:32 9c3906c8db67: Layer already exists 05:04:32 62941f8014d4: Layer already exists 05:04:32 75654b8eeebd: Layer already exists 05:04:32 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:04:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:32 552ebc26d76d: Preparing 05:04:32 772c0356b1fd: Preparing 05:04:32 044248291642: Preparing 05:04:32 52baa509270f: Preparing 05:04:32 3c076cb0e8ab: Preparing 05:04:32 e8474fb809ba: Preparing 05:04:32 480b7b2c5084: Preparing 05:04:32 04d4883353b0: Preparing 05:04:32 2bc1de57fe17: Preparing 05:04:32 9c3906c8db67: Preparing 05:04:32 62941f8014d4: Preparing 05:04:32 75654b8eeebd: Preparing 05:04:32 e8474fb809ba: Waiting 05:04:32 480b7b2c5084: Waiting 05:04:32 04d4883353b0: Waiting 05:04:32 2bc1de57fe17: Waiting 05:04:32 9c3906c8db67: Waiting 05:04:32 62941f8014d4: Waiting 05:04:32 52baa509270f: Layer already exists 05:04:32 552ebc26d76d: Layer already exists 05:04:32 044248291642: Layer already exists 05:04:32 772c0356b1fd: Layer already exists 05:04:32 3c076cb0e8ab: Layer already exists 05:04:32 e8474fb809ba: Layer already exists 05:04:32 04d4883353b0: Layer already exists 05:04:32 480b7b2c5084: Layer already exists 05:04:32 2bc1de57fe17: Layer already exists 05:04:32 9c3906c8db67: Layer already exists 05:04:32 75654b8eeebd: Layer already exists 05:04:32 62941f8014d4: Layer already exists 05:04:32 main: digest: sha256:36943f73b7e641910bcc6658b5c15825de6956b69700fbea87d85c877fd7cfd4 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:32 ===================================================== [Pipeline] echo 05:04:32 taggedImages: 05:04:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:04:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.21 05:04:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 05:04:32 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 05:04:32 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:32 latest 05:04:32 4.0.0-dev.21 05:04:32 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:32 main 05:04:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:33 21cc2bbc6f01: Preparing 05:04:33 8288c012c5bf: Preparing 05:04:33 04d4883353b0: Preparing 05:04:33 2bc1de57fe17: Preparing 05:04:33 f21a92f9d613: Preparing 05:04:33 e6c4a825e74a: Preparing 05:04:33 75654b8eeebd: Preparing 05:04:33 e6c4a825e74a: Waiting 05:04:33 75654b8eeebd: Waiting 05:04:33 04d4883353b0: Layer already exists 05:04:33 2bc1de57fe17: Layer already exists 05:04:33 75654b8eeebd: Layer already exists 05:04:33 21cc2bbc6f01: Pushed 05:04:34 f21a92f9d613: Pushed 05:04:34 e6c4a825e74a: Pushed 05:04:35 8288c012c5bf: Pushed 05:04:35 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:35 + 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 05:04:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:04:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:36 21cc2bbc6f01: Preparing 05:04:36 8288c012c5bf: Preparing 05:04:36 04d4883353b0: Preparing 05:04:36 2bc1de57fe17: Preparing 05:04:36 f21a92f9d613: Preparing 05:04:36 e6c4a825e74a: Preparing 05:04:36 75654b8eeebd: Preparing 05:04:36 e6c4a825e74a: Waiting 05:04:36 75654b8eeebd: Waiting 05:04:36 2bc1de57fe17: Layer already exists 05:04:36 21cc2bbc6f01: Layer already exists 05:04:36 8288c012c5bf: Layer already exists 05:04:36 04d4883353b0: Layer already exists 05:04:36 f21a92f9d613: Layer already exists 05:04:36 e6c4a825e74a: Layer already exists 05:04:36 75654b8eeebd: Layer already exists 05:04:36 latest: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:36 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.21 05:04:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:36 21cc2bbc6f01: Preparing 05:04:36 8288c012c5bf: Preparing 05:04:36 04d4883353b0: Preparing 05:04:36 2bc1de57fe17: Preparing 05:04:36 f21a92f9d613: Preparing 05:04:36 e6c4a825e74a: Preparing 05:04:36 75654b8eeebd: Preparing 05:04:36 75654b8eeebd: Waiting 05:04:36 f21a92f9d613: Layer already exists 05:04:36 04d4883353b0: Layer already exists 05:04:36 8288c012c5bf: Layer already exists 05:04:36 21cc2bbc6f01: Layer already exists 05:04:36 2bc1de57fe17: Layer already exists 05:04:36 e6c4a825e74a: Layer already exists 05:04:36 75654b8eeebd: Layer already exists 05:04:36 4.0.0-dev.21: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:37 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:37 21cc2bbc6f01: Preparing 05:04:37 8288c012c5bf: Preparing 05:04:37 04d4883353b0: Preparing 05:04:37 2bc1de57fe17: Preparing 05:04:37 f21a92f9d613: Preparing 05:04:37 e6c4a825e74a: Preparing 05:04:37 75654b8eeebd: Preparing 05:04:37 e6c4a825e74a: Waiting 05:04:37 75654b8eeebd: Waiting 05:04:37 21cc2bbc6f01: Layer already exists 05:04:37 f21a92f9d613: Layer already exists 05:04:37 8288c012c5bf: Layer already exists 05:04:37 2bc1de57fe17: Layer already exists 05:04:37 04d4883353b0: Layer already exists 05:04:37 75654b8eeebd: Layer already exists 05:04:37 e6c4a825e74a: Layer already exists 05:04:37 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:37 + 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 05:04:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:04:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:38 21cc2bbc6f01: Preparing 05:04:38 8288c012c5bf: Preparing 05:04:38 04d4883353b0: Preparing 05:04:38 2bc1de57fe17: Preparing 05:04:38 f21a92f9d613: Preparing 05:04:38 e6c4a825e74a: Preparing 05:04:38 75654b8eeebd: Preparing 05:04:38 e6c4a825e74a: Waiting 05:04:38 75654b8eeebd: Waiting 05:04:38 8288c012c5bf: Layer already exists 05:04:38 21cc2bbc6f01: Layer already exists 05:04:38 2bc1de57fe17: Layer already exists 05:04:38 04d4883353b0: Layer already exists 05:04:38 f21a92f9d613: Layer already exists 05:04:38 75654b8eeebd: Layer already exists 05:04:38 e6c4a825e74a: Layer already exists 05:04:38 main: digest: sha256:445b1ec3230464a4e125e07ca802b75e06c4b5e76f36e03354ab36ee7ca1101f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:38 ===================================================== [Pipeline] echo 05:04:38 taggedImages: 05:04:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:04:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.21 05:04:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 05:04:38 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 05:04:38 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:38 latest 05:04:38 4.0.0-dev.21 05:04:38 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:38 main 05:04:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:38 e0f69a2875b9: Preparing 05:04:38 9de985b071d8: Preparing 05:04:38 2ad4349b7e5e: Preparing 05:04:38 04d4883353b0: Preparing 05:04:38 2bc1de57fe17: Preparing 05:04:38 a6d7e60bc5fe: Preparing 05:04:38 8fa3e4e1ccf7: Preparing 05:04:38 4cabb2badea4: Preparing 05:04:38 b1b580736c4b: Preparing 05:04:38 75654b8eeebd: Preparing 05:04:38 8fa3e4e1ccf7: Waiting 05:04:38 b1b580736c4b: Waiting 05:04:38 a6d7e60bc5fe: Waiting 05:04:38 75654b8eeebd: Waiting 05:04:38 4cabb2badea4: Waiting 05:04:38 2bc1de57fe17: Layer already exists 05:04:38 04d4883353b0: Layer already exists 05:04:38 9de985b071d8: Pushed 05:04:38 2ad4349b7e5e: Pushed 05:04:38 e0f69a2875b9: Pushed 05:04:38 75654b8eeebd: Layer already exists 05:04:39 4cabb2badea4: Pushed 05:04:40 b1b580736c4b: Pushed 05:04:45 8fa3e4e1ccf7: Pushed 05:04:47 a6d7e60bc5fe: Pushed 05:04:47 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:04:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:48 e0f69a2875b9: Preparing 05:04:48 9de985b071d8: Preparing 05:04:48 2ad4349b7e5e: Preparing 05:04:48 04d4883353b0: Preparing 05:04:48 2bc1de57fe17: Preparing 05:04:48 a6d7e60bc5fe: Preparing 05:04:48 8fa3e4e1ccf7: Preparing 05:04:48 4cabb2badea4: Preparing 05:04:48 b1b580736c4b: Preparing 05:04:48 75654b8eeebd: Preparing 05:04:48 b1b580736c4b: Waiting 05:04:48 75654b8eeebd: Waiting 05:04:48 8fa3e4e1ccf7: Waiting 05:04:48 4cabb2badea4: Waiting 05:04:48 a6d7e60bc5fe: Waiting 05:04:48 9de985b071d8: Layer already exists 05:04:48 e0f69a2875b9: Layer already exists 05:04:48 2bc1de57fe17: Layer already exists 05:04:48 04d4883353b0: Layer already exists 05:04:48 2ad4349b7e5e: Layer already exists 05:04:48 a6d7e60bc5fe: Layer already exists 05:04:48 4cabb2badea4: Layer already exists 05:04:48 b1b580736c4b: Layer already exists 05:04:48 8fa3e4e1ccf7: Layer already exists 05:04:48 75654b8eeebd: Layer already exists 05:04:48 latest: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.21 05:04:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:49 e0f69a2875b9: Preparing 05:04:49 9de985b071d8: Preparing 05:04:49 2ad4349b7e5e: Preparing 05:04:49 04d4883353b0: Preparing 05:04:49 2bc1de57fe17: Preparing 05:04:49 a6d7e60bc5fe: Preparing 05:04:49 8fa3e4e1ccf7: Preparing 05:04:49 4cabb2badea4: Preparing 05:04:49 b1b580736c4b: Preparing 05:04:49 75654b8eeebd: Preparing 05:04:49 a6d7e60bc5fe: Waiting 05:04:49 8fa3e4e1ccf7: Waiting 05:04:49 4cabb2badea4: Waiting 05:04:49 b1b580736c4b: Waiting 05:04:49 75654b8eeebd: Waiting 05:04:49 e0f69a2875b9: Layer already exists 05:04:49 2ad4349b7e5e: Layer already exists 05:04:49 2bc1de57fe17: Layer already exists 05:04:49 9de985b071d8: Layer already exists 05:04:49 04d4883353b0: Layer already exists 05:04:49 a6d7e60bc5fe: Layer already exists 05:04:49 8fa3e4e1ccf7: Layer already exists 05:04:49 b1b580736c4b: Layer already exists 05:04:49 4cabb2badea4: Layer already exists 05:04:49 75654b8eeebd: Layer already exists 05:04:49 4.0.0-dev.21: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:49 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:49 e0f69a2875b9: Preparing 05:04:49 9de985b071d8: Preparing 05:04:49 2ad4349b7e5e: Preparing 05:04:49 04d4883353b0: Preparing 05:04:49 2bc1de57fe17: Preparing 05:04:49 a6d7e60bc5fe: Preparing 05:04:49 8fa3e4e1ccf7: Preparing 05:04:49 4cabb2badea4: Preparing 05:04:49 b1b580736c4b: Preparing 05:04:49 75654b8eeebd: Preparing 05:04:49 a6d7e60bc5fe: Waiting 05:04:49 8fa3e4e1ccf7: Waiting 05:04:49 4cabb2badea4: Waiting 05:04:49 b1b580736c4b: Waiting 05:04:49 75654b8eeebd: Waiting 05:04:49 2bc1de57fe17: Layer already exists 05:04:49 e0f69a2875b9: Layer already exists 05:04:49 2ad4349b7e5e: Layer already exists 05:04:49 9de985b071d8: Layer already exists 05:04:49 04d4883353b0: Layer already exists 05:04:49 8fa3e4e1ccf7: Layer already exists 05:04:49 a6d7e60bc5fe: Layer already exists 05:04:49 4cabb2badea4: Layer already exists 05:04:49 b1b580736c4b: Layer already exists 05:04:49 75654b8eeebd: Layer already exists 05:04:49 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:50 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:50 e0f69a2875b9: Preparing 05:04:50 9de985b071d8: Preparing 05:04:50 2ad4349b7e5e: Preparing 05:04:50 04d4883353b0: Preparing 05:04:50 2bc1de57fe17: Preparing 05:04:50 a6d7e60bc5fe: Preparing 05:04:50 8fa3e4e1ccf7: Preparing 05:04:50 4cabb2badea4: Preparing 05:04:50 b1b580736c4b: Preparing 05:04:50 75654b8eeebd: Preparing 05:04:50 a6d7e60bc5fe: Waiting 05:04:50 8fa3e4e1ccf7: Waiting 05:04:50 4cabb2badea4: Waiting 05:04:50 b1b580736c4b: Waiting 05:04:50 75654b8eeebd: Waiting 05:04:50 e0f69a2875b9: Layer already exists 05:04:50 2ad4349b7e5e: Layer already exists 05:04:50 9de985b071d8: Layer already exists 05:04:50 2bc1de57fe17: Layer already exists 05:04:50 04d4883353b0: Layer already exists 05:04:50 4cabb2badea4: Layer already exists 05:04:50 b1b580736c4b: Layer already exists 05:04:50 8fa3e4e1ccf7: Layer already exists 05:04:50 75654b8eeebd: Layer already exists 05:04:50 a6d7e60bc5fe: Layer already exists 05:04:50 main: digest: sha256:e364f3be8e746717475950be991b3b74b0c3c8cf3e8bce98dd0709373b446126 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:50 ===================================================== [Pipeline] echo 05:04:50 taggedImages: 05:04:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:04:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.21 05:04:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 05:04:50 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 05:04:50 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:50 latest 05:04:50 4.0.0-dev.21 05:04:50 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:04:50 main 05:04:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:04:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:04:51 8345825c6fb0: Preparing 05:04:51 07e9f9e497bc: Preparing 05:04:51 c971c5d9c1bf: Preparing 05:04:51 04d4883353b0: Preparing 05:04:51 2bc1de57fe17: Preparing 05:04:51 b2757d9ba751: Preparing 05:04:51 f99e610fd8bb: Preparing 05:04:51 f7791019df6e: Preparing 05:04:51 75654b8eeebd: Preparing 05:04:51 f99e610fd8bb: Waiting 05:04:51 f7791019df6e: Waiting 05:04:51 b2757d9ba751: Waiting 05:04:51 75654b8eeebd: Waiting 05:04:51 2bc1de57fe17: Layer already exists 05:04:51 04d4883353b0: Layer already exists 05:04:51 c971c5d9c1bf: Pushed 05:04:51 8345825c6fb0: Pushed 05:04:51 07e9f9e497bc: Pushed 05:04:51 75654b8eeebd: Layer already exists 05:04:51 f7791019df6e: Pushed 05:04:52 f99e610fd8bb: Pushed 05:05:00 b2757d9ba751: Pushed 05:05:00 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:01 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:05:01 8345825c6fb0: Preparing 05:05:01 07e9f9e497bc: Preparing 05:05:01 c971c5d9c1bf: Preparing 05:05:01 04d4883353b0: Preparing 05:05:01 2bc1de57fe17: Preparing 05:05:01 b2757d9ba751: Preparing 05:05:01 f99e610fd8bb: Preparing 05:05:01 f7791019df6e: Preparing 05:05:01 75654b8eeebd: Preparing 05:05:01 f7791019df6e: Waiting 05:05:01 f99e610fd8bb: Waiting 05:05:01 75654b8eeebd: Waiting 05:05:01 b2757d9ba751: Waiting 05:05:01 c971c5d9c1bf: Layer already exists 05:05:01 8345825c6fb0: Layer already exists 05:05:01 07e9f9e497bc: Layer already exists 05:05:01 04d4883353b0: Layer already exists 05:05:01 2bc1de57fe17: Layer already exists 05:05:01 b2757d9ba751: Layer already exists 05:05:01 f99e610fd8bb: Layer already exists 05:05:01 f7791019df6e: Layer already exists 05:05:01 75654b8eeebd: Layer already exists 05:05:01 latest: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:01 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.21 05:05:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:05:03 8345825c6fb0: Preparing 05:05:03 07e9f9e497bc: Preparing 05:05:03 c971c5d9c1bf: Preparing 05:05:03 04d4883353b0: Preparing 05:05:03 2bc1de57fe17: Preparing 05:05:03 b2757d9ba751: Preparing 05:05:03 f99e610fd8bb: Preparing 05:05:03 f7791019df6e: Preparing 05:05:03 75654b8eeebd: Preparing 05:05:03 b2757d9ba751: Waiting 05:05:03 f7791019df6e: Waiting 05:05:03 75654b8eeebd: Waiting 05:05:03 f99e610fd8bb: Waiting 05:05:03 8345825c6fb0: Layer already exists 05:05:03 2bc1de57fe17: Layer already exists 05:05:03 07e9f9e497bc: Layer already exists 05:05:03 c971c5d9c1bf: Layer already exists 05:05:03 04d4883353b0: Layer already exists 05:05:03 75654b8eeebd: Layer already exists 05:05:03 f99e610fd8bb: Layer already exists 05:05:03 b2757d9ba751: Layer already exists 05:05:03 f7791019df6e: Layer already exists 05:05:03 4.0.0-dev.21: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:05:10 8345825c6fb0: Preparing 05:05:10 07e9f9e497bc: Preparing 05:05:10 c971c5d9c1bf: Preparing 05:05:10 04d4883353b0: Preparing 05:05:10 2bc1de57fe17: Preparing 05:05:10 b2757d9ba751: Preparing 05:05:10 f99e610fd8bb: Preparing 05:05:10 f7791019df6e: Preparing 05:05:10 75654b8eeebd: Preparing 05:05:10 f99e610fd8bb: Waiting 05:05:10 f7791019df6e: Waiting 05:05:10 b2757d9ba751: Waiting 05:05:10 75654b8eeebd: Waiting 05:05:10 2bc1de57fe17: Layer already exists 05:05:10 04d4883353b0: Layer already exists 05:05:10 8345825c6fb0: Layer already exists 05:05:10 c971c5d9c1bf: Layer already exists 05:05:10 07e9f9e497bc: Layer already exists 05:05:10 f99e610fd8bb: Layer already exists 05:05:10 f7791019df6e: Layer already exists 05:05:10 b2757d9ba751: Layer already exists 05:05:10 75654b8eeebd: Layer already exists 05:05:10 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 05:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:05:11 8345825c6fb0: Preparing 05:05:11 07e9f9e497bc: Preparing 05:05:11 c971c5d9c1bf: Preparing 05:05:11 04d4883353b0: Preparing 05:05:11 2bc1de57fe17: Preparing 05:05:11 b2757d9ba751: Preparing 05:05:11 f99e610fd8bb: Preparing 05:05:11 f7791019df6e: Preparing 05:05:11 75654b8eeebd: Preparing 05:05:11 b2757d9ba751: Waiting 05:05:11 f99e610fd8bb: Waiting 05:05:11 75654b8eeebd: Waiting 05:05:11 c971c5d9c1bf: Layer already exists 05:05:11 2bc1de57fe17: Layer already exists 05:05:11 04d4883353b0: Layer already exists 05:05:11 07e9f9e497bc: Layer already exists 05:05:11 8345825c6fb0: Layer already exists 05:05:11 b2757d9ba751: Layer already exists 05:05:11 f99e610fd8bb: Layer already exists 05:05:11 f7791019df6e: Layer already exists 05:05:11 75654b8eeebd: Layer already exists 05:05:11 main: digest: sha256:665a4916de1d55b874dd218a778dd7047ea2c9f64f808911d223b8835ff642d2 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:05:11 ===================================================== [Pipeline] echo 05:05:11 taggedImages: 05:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.21 05:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 05:05:11 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 05:05:11 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:11 latest 05:05:11 4.0.0-dev.21 05:05:11 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:11 main 05:05:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:05:12 eaaab1e3115a: Preparing 05:05:12 b7e37679fdb8: Preparing 05:05:12 a5350ae49d0c: Preparing 05:05:12 04d4883353b0: Preparing 05:05:12 2bc1de57fe17: Preparing 05:05:12 b2757d9ba751: Preparing 05:05:12 4cabb2badea4: Preparing 05:05:12 b1b580736c4b: Preparing 05:05:12 75654b8eeebd: Preparing 05:05:12 4cabb2badea4: Waiting 05:05:12 b2757d9ba751: Waiting 05:05:12 b1b580736c4b: Waiting 05:05:12 75654b8eeebd: Waiting 05:05:12 2bc1de57fe17: Layer already exists 05:05:12 04d4883353b0: Layer already exists 05:05:12 b2757d9ba751: Layer already exists 05:05:12 4cabb2badea4: Layer already exists 05:05:12 b1b580736c4b: Layer already exists 05:05:12 75654b8eeebd: Layer already exists 05:05:12 a5350ae49d0c: Pushed 05:05:12 b7e37679fdb8: Pushed 05:05:12 eaaab1e3115a: Pushed 05:05:12 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:05:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:05:13 eaaab1e3115a: Preparing 05:05:13 b7e37679fdb8: Preparing 05:05:13 a5350ae49d0c: Preparing 05:05:13 04d4883353b0: Preparing 05:05:13 2bc1de57fe17: Preparing 05:05:13 b2757d9ba751: Preparing 05:05:13 4cabb2badea4: Preparing 05:05:13 b1b580736c4b: Preparing 05:05:13 b2757d9ba751: Waiting 05:05:13 75654b8eeebd: Preparing 05:05:13 b1b580736c4b: Waiting 05:05:13 75654b8eeebd: Waiting 05:05:13 4cabb2badea4: Waiting 05:05:13 eaaab1e3115a: Layer already exists 05:05:13 b7e37679fdb8: Layer already exists 05:05:13 a5350ae49d0c: Layer already exists 05:05:13 04d4883353b0: Layer already exists 05:05:13 2bc1de57fe17: Layer already exists 05:05:13 75654b8eeebd: Layer already exists 05:05:13 b1b580736c4b: Layer already exists 05:05:13 4cabb2badea4: Layer already exists 05:05:13 b2757d9ba751: Layer already exists 05:05:13 latest: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.21 05:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:05:16 eaaab1e3115a: Preparing 05:05:16 b7e37679fdb8: Preparing 05:05:16 a5350ae49d0c: Preparing 05:05:16 04d4883353b0: Preparing 05:05:16 2bc1de57fe17: Preparing 05:05:16 b2757d9ba751: Preparing 05:05:16 4cabb2badea4: Preparing 05:05:16 b1b580736c4b: Preparing 05:05:16 75654b8eeebd: Preparing 05:05:16 b2757d9ba751: Waiting 05:05:16 4cabb2badea4: Waiting 05:05:16 75654b8eeebd: Waiting 05:05:16 b7e37679fdb8: Layer already exists 05:05:16 eaaab1e3115a: Layer already exists 05:05:16 04d4883353b0: Layer already exists 05:05:16 2bc1de57fe17: Layer already exists 05:05:16 a5350ae49d0c: Layer already exists 05:05:16 75654b8eeebd: Layer already exists 05:05:16 b2757d9ba751: Layer already exists 05:05:16 4cabb2badea4: Layer already exists 05:05:16 b1b580736c4b: Layer already exists 05:05:16 4.0.0-dev.21: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:05:16 eaaab1e3115a: Preparing 05:05:16 b7e37679fdb8: Preparing 05:05:16 a5350ae49d0c: Preparing 05:05:16 04d4883353b0: Preparing 05:05:16 2bc1de57fe17: Preparing 05:05:16 b2757d9ba751: Preparing 05:05:16 4cabb2badea4: Preparing 05:05:16 b1b580736c4b: Preparing 05:05:16 75654b8eeebd: Preparing 05:05:16 b2757d9ba751: Waiting 05:05:16 75654b8eeebd: Waiting 05:05:16 4cabb2badea4: Waiting 05:05:16 b1b580736c4b: Waiting 05:05:16 2bc1de57fe17: Layer already exists 05:05:16 a5350ae49d0c: Layer already exists 05:05:16 b7e37679fdb8: Layer already exists 05:05:16 eaaab1e3115a: Layer already exists 05:05:16 04d4883353b0: Layer already exists 05:05:16 b2757d9ba751: Layer already exists 05:05:16 b1b580736c4b: Layer already exists 05:05:16 4cabb2badea4: Layer already exists 05:05:16 75654b8eeebd: Layer already exists 05:05:16 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 05:05:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:05:18 eaaab1e3115a: Preparing 05:05:18 b7e37679fdb8: Preparing 05:05:18 a5350ae49d0c: Preparing 05:05:18 04d4883353b0: Preparing 05:05:18 2bc1de57fe17: Preparing 05:05:18 b2757d9ba751: Preparing 05:05:18 4cabb2badea4: Preparing 05:05:18 b1b580736c4b: Preparing 05:05:18 75654b8eeebd: Preparing 05:05:18 b2757d9ba751: Waiting 05:05:18 4cabb2badea4: Waiting 05:05:18 b1b580736c4b: Waiting 05:05:18 75654b8eeebd: Waiting 05:05:18 b7e37679fdb8: Layer already exists 05:05:18 04d4883353b0: Layer already exists 05:05:18 2bc1de57fe17: Layer already exists 05:05:18 eaaab1e3115a: Layer already exists 05:05:18 a5350ae49d0c: Layer already exists 05:05:18 b1b580736c4b: Layer already exists 05:05:18 b2757d9ba751: Layer already exists 05:05:18 4cabb2badea4: Layer already exists 05:05:18 75654b8eeebd: Layer already exists 05:05:18 main: digest: sha256:534842fb6f1e4c7dfc6b5cec71b2842e37e4a380cab5b0a63879ba42a22bad5b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:05:18 ===================================================== [Pipeline] echo 05:05:18 taggedImages: 05:05:18 - nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:18 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:05:18 - nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.21 05:05:18 - nexus3.edgexfoundry.org:10004/security-spire-server:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:18 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 05:05:18 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 05:05:18 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:18 latest 05:05:18 4.0.0-dev.21 05:05:18 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:18 main 05:05:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:18 0f14a1e9755c: Preparing 05:05:18 93b1dcedbc37: Preparing 05:05:18 a92319b0ed2c: Preparing 05:05:18 04d4883353b0: Preparing 05:05:18 2bc1de57fe17: Preparing 05:05:18 4cdbb67637e6: Preparing 05:05:18 3a07b1d42165: Preparing 05:05:18 75654b8eeebd: Preparing 05:05:18 3a07b1d42165: Waiting 05:05:18 75654b8eeebd: Waiting 05:05:18 04d4883353b0: Layer already exists 05:05:18 2bc1de57fe17: Layer already exists 05:05:18 93b1dcedbc37: Pushed 05:05:18 0f14a1e9755c: Pushed 05:05:18 75654b8eeebd: Layer already exists 05:05:18 3a07b1d42165: Pushed 05:05:25 a92319b0ed2c: Pushed 05:05:25 4cdbb67637e6: Pushed 05:05:26 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 05:05:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:26 0f14a1e9755c: Preparing 05:05:26 93b1dcedbc37: Preparing 05:05:26 a92319b0ed2c: Preparing 05:05:26 04d4883353b0: Preparing 05:05:26 2bc1de57fe17: Preparing 05:05:26 4cdbb67637e6: Preparing 05:05:26 3a07b1d42165: Preparing 05:05:26 75654b8eeebd: Preparing 05:05:26 4cdbb67637e6: Waiting 05:05:26 3a07b1d42165: Waiting 05:05:26 75654b8eeebd: Waiting 05:05:26 a92319b0ed2c: Layer already exists 05:05:26 0f14a1e9755c: Layer already exists 05:05:26 04d4883353b0: Layer already exists 05:05:26 2bc1de57fe17: Layer already exists 05:05:26 93b1dcedbc37: Layer already exists 05:05:26 4cdbb67637e6: Layer already exists 05:05:26 3a07b1d42165: Layer already exists 05:05:26 75654b8eeebd: Layer already exists 05:05:26 latest: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.21 05:05:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:27 0f14a1e9755c: Preparing 05:05:27 93b1dcedbc37: Preparing 05:05:27 a92319b0ed2c: Preparing 05:05:27 04d4883353b0: Preparing 05:05:27 2bc1de57fe17: Preparing 05:05:27 4cdbb67637e6: Preparing 05:05:27 3a07b1d42165: Preparing 05:05:27 75654b8eeebd: Preparing 05:05:27 4cdbb67637e6: Waiting 05:05:27 3a07b1d42165: Waiting 05:05:27 75654b8eeebd: Waiting 05:05:27 a92319b0ed2c: Layer already exists 05:05:27 0f14a1e9755c: Layer already exists 05:05:27 2bc1de57fe17: Layer already exists 05:05:27 04d4883353b0: Layer already exists 05:05:27 93b1dcedbc37: Layer already exists 05:05:27 3a07b1d42165: Layer already exists 05:05:27 4cdbb67637e6: Layer already exists 05:05:27 75654b8eeebd: Layer already exists 05:05:27 4.0.0-dev.21: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:28 0f14a1e9755c: Preparing 05:05:28 93b1dcedbc37: Preparing 05:05:28 a92319b0ed2c: Preparing 05:05:28 04d4883353b0: Preparing 05:05:28 2bc1de57fe17: Preparing 05:05:28 4cdbb67637e6: Preparing 05:05:28 3a07b1d42165: Preparing 05:05:28 75654b8eeebd: Preparing 05:05:28 4cdbb67637e6: Waiting 05:05:28 3a07b1d42165: Waiting 05:05:28 75654b8eeebd: Waiting 05:05:28 a92319b0ed2c: Layer already exists 05:05:28 0f14a1e9755c: Layer already exists 05:05:28 93b1dcedbc37: Layer already exists 05:05:28 2bc1de57fe17: Layer already exists 05:05:28 04d4883353b0: Layer already exists 05:05:28 4cdbb67637e6: Layer already exists 05:05:28 75654b8eeebd: Layer already exists 05:05:28 3a07b1d42165: Layer already exists 05:05:28 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 05:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:29 0f14a1e9755c: Preparing 05:05:29 93b1dcedbc37: Preparing 05:05:29 a92319b0ed2c: Preparing 05:05:29 04d4883353b0: Preparing 05:05:29 2bc1de57fe17: Preparing 05:05:29 4cdbb67637e6: Preparing 05:05:29 3a07b1d42165: Preparing 05:05:29 75654b8eeebd: Preparing 05:05:29 4cdbb67637e6: Waiting 05:05:29 3a07b1d42165: Waiting 05:05:29 75654b8eeebd: Waiting 05:05:29 2bc1de57fe17: Layer already exists 05:05:29 0f14a1e9755c: Layer already exists 05:05:29 04d4883353b0: Layer already exists 05:05:29 a92319b0ed2c: Layer already exists 05:05:29 93b1dcedbc37: Layer already exists 05:05:29 3a07b1d42165: Layer already exists 05:05:29 4cdbb67637e6: Layer already exists 05:05:29 75654b8eeebd: Layer already exists 05:05:29 main: digest: sha256:33efec13d48b2037e46b73967d346c4df5a0339712e3da16ad2a1a7018f06d17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:05:29 ===================================================== [Pipeline] echo 05:05:29 taggedImages: 05:05:29 - nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:29 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:05:29 - nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.21 05:05:29 - nexus3.edgexfoundry.org:10004/support-notifications:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:29 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 05:05:29 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 05:05:29 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:29 latest 05:05:29 4.0.0-dev.21 05:05:29 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:29 main 05:05:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:29 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:29 974d4910b916: Preparing 05:05:29 6d1098c7cbc7: Preparing 05:05:29 04d4883353b0: Preparing 05:05:29 2bc1de57fe17: Preparing 05:05:29 52f170c37429: Preparing 05:05:29 068b92be22ef: Preparing 05:05:29 75654b8eeebd: Preparing 05:05:29 068b92be22ef: Waiting 05:05:29 75654b8eeebd: Waiting 05:05:29 2bc1de57fe17: Layer already exists 05:05:29 04d4883353b0: Layer already exists 05:05:29 75654b8eeebd: Layer already exists 05:05:29 974d4910b916: Pushed 05:05:30 068b92be22ef: Pushed 05:05:30 52f170c37429: Pushed 05:05:32 6d1098c7cbc7: Pushed 05:05:33 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:05:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:33 974d4910b916: Preparing 05:05:33 6d1098c7cbc7: Preparing 05:05:33 04d4883353b0: Preparing 05:05:33 2bc1de57fe17: Preparing 05:05:33 52f170c37429: Preparing 05:05:33 068b92be22ef: Preparing 05:05:33 75654b8eeebd: Preparing 05:05:33 068b92be22ef: Waiting 05:05:33 75654b8eeebd: Waiting 05:05:33 04d4883353b0: Layer already exists 05:05:33 6d1098c7cbc7: Layer already exists 05:05:33 2bc1de57fe17: Layer already exists 05:05:33 974d4910b916: Layer already exists 05:05:33 52f170c37429: Layer already exists 05:05:33 068b92be22ef: Layer already exists 05:05:33 75654b8eeebd: Layer already exists 05:05:33 latest: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.21 05:05:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:34 974d4910b916: Preparing 05:05:34 6d1098c7cbc7: Preparing 05:05:34 04d4883353b0: Preparing 05:05:34 2bc1de57fe17: Preparing 05:05:34 52f170c37429: Preparing 05:05:34 068b92be22ef: Preparing 05:05:34 75654b8eeebd: Preparing 05:05:34 068b92be22ef: Waiting 05:05:34 75654b8eeebd: Waiting 05:05:34 04d4883353b0: Layer already exists 05:05:34 52f170c37429: Layer already exists 05:05:34 6d1098c7cbc7: Layer already exists 05:05:34 2bc1de57fe17: Layer already exists 05:05:34 974d4910b916: Layer already exists 05:05:34 068b92be22ef: Layer already exists 05:05:34 75654b8eeebd: Layer already exists 05:05:34 4.0.0-dev.21: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:35 974d4910b916: Preparing 05:05:35 6d1098c7cbc7: Preparing 05:05:35 04d4883353b0: Preparing 05:05:35 2bc1de57fe17: Preparing 05:05:35 52f170c37429: Preparing 05:05:35 068b92be22ef: Preparing 05:05:35 75654b8eeebd: Preparing 05:05:35 75654b8eeebd: Waiting 05:05:35 068b92be22ef: Waiting 05:05:35 974d4910b916: Layer already exists 05:05:35 6d1098c7cbc7: Layer already exists 05:05:35 04d4883353b0: Layer already exists 05:05:35 52f170c37429: Layer already exists 05:05:35 2bc1de57fe17: Layer already exists 05:05:35 75654b8eeebd: Layer already exists 05:05:35 068b92be22ef: Layer already exists 05:05:35 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 05:05:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:35 974d4910b916: Preparing 05:05:35 6d1098c7cbc7: Preparing 05:05:35 04d4883353b0: Preparing 05:05:35 2bc1de57fe17: Preparing 05:05:35 52f170c37429: Preparing 05:05:35 068b92be22ef: Preparing 05:05:35 75654b8eeebd: Preparing 05:05:35 068b92be22ef: Waiting 05:05:35 75654b8eeebd: Waiting 05:05:35 2bc1de57fe17: Layer already exists 05:05:35 04d4883353b0: Layer already exists 05:05:35 52f170c37429: Layer already exists 05:05:35 974d4910b916: Layer already exists 05:05:35 6d1098c7cbc7: Layer already exists 05:05:35 75654b8eeebd: Layer already exists 05:05:35 068b92be22ef: Layer already exists 05:05:35 main: digest: sha256:d0fd760e7244e5dbdbba8d7e289dfd75007104d274fecb9a21ac19943dd540f0 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:05:35 ===================================================== [Pipeline] echo 05:05:35 taggedImages: 05:05:35 - nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:05:35 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:05:35 - nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.21 05:05:35 - nexus3.edgexfoundry.org:10004/support-scheduler:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:05:35 - 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] } 05:22:49 #153 ... 05:22:49 05:22:49 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:22:49 #151 DONE 1113.3s 05:22:49 05:22:49 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:22:49 #144 ... 05:22:49 05:22:49 #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:22:49 #154 DONE 0.2s 05:22:49 05:22:49 #155 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:22:49 #155 DONE 0.2s 05:22:49 05:22:49 #156 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:22:49 #156 DONE 0.4s 05:22:49 05:22:49 #157 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:22:49 #157 DONE 0.1s 05:22:49 05:22:49 #158 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:22:49 #158 DONE 0.1s 05:22:49 05:22:49 #159 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:22:52 #159 DONE 2.3s 05:22:52 05:22:52 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:22:52 #144 ... 05:22:52 05:22:52 #102 [core-common-config-bootstrapper] exporting to image 05:22:52 #102 exporting layers 05:22:52 #102 exporting layers 0.8s done 05:22:52 #102 writing image sha256:67b24374bd17e81c5890fbc8f39323a1dbb6604e8fe8427e677e3637a9190ef3 done 05:22:52 #102 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 05:22:52 #102 DONE 6.9s 05:22:52 05:22:52 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:23:05 #144 ... 05:23:05 05:23:05 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:23:05 #153 DONE 1129.0s 05:23:05 05:23:05 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:23:05 #152 ... 05:23:05 05:23:05 #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:23:05 #160 DONE 0.2s 05:23:05 05:23:05 #161 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:23:05 #161 DONE 0.1s 05:23:05 05:23:05 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:23:05 #152 1129.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.21 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:23:05 #152 ... 05:23:05 05:23:05 #162 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:23:05 #162 DONE 0.3s 05:23:05 05:23:05 #163 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:23:05 #163 DONE 0.1s 05:23:05 05:23:05 #164 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:23:05 #164 DONE 0.3s 05:23:05 05:23:05 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:23:05 #142 ... 05:23:05 05:23:05 #165 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:23:05 #165 DONE 0.1s 05:23:05 05:23:05 #166 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:23:08 #166 DONE 2.2s 05:23:08 05:23:08 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:23:09 #152 ... 05:23:09 05:23:09 #102 [security-proxy-setup] exporting to image 05:23:09 #102 exporting layers 1.0s done 05:23:09 #102 writing image sha256:d4d0eb166991738a7897725ce9463ad5d551f50a5c2cffffc5e535f5924ab881 done 05:23:09 #102 naming to docker.io/library/security-proxy-setup-arm64 done 05:23:09 #102 DONE 7.9s 05:23:09 05:23:09 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:23:15 #147 DONE 1140.5s 05:23:15 05:23:15 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:23:15 #149 ... 05:23:15 05:23:15 #167 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:23:15 #167 DONE 0.5s 05:23:15 05:23:15 #168 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:23:18 #168 DONE 2.3s 05:23:18 05:23:18 #169 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:23:18 #169 DONE 0.4s 05:23:18 05:23:18 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:23:18 #152 ... 05:23:18 05:23:18 #170 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:23:19 #170 DONE 0.3s 05:23:19 05:23:19 #171 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:23:19 #171 DONE 0.4s 05:23:19 05:23:19 #172 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:23:19 #172 DONE 0.2s 05:23:19 05:23:19 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:23:19 #142 ... 05:23:19 05:23:19 #173 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 05:23:19 #173 DONE 0.2s 05:23:19 05:23:19 #174 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 05:23:19 #174 DONE 0.1s 05:23:19 05:23:19 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:23:19 #149 ... 05:23:19 05:23:19 #175 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 05:23:19 #175 DONE 0.1s 05:23:20 05:23:20 #176 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:23:20 #176 DONE 0.1s 05:23:20 05:23:20 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:23:20 #149 ... 05:23:20 05:23:20 #177 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:23:22 #177 DONE 2.0s 05:23:22 05:23:22 #102 [security-bootstrapper] exporting to image 05:23:22 #102 exporting layers 05:23:23 #102 exporting layers 1.1s done 05:23:23 #102 writing image sha256:898abba76f1ae841ecbb35dcd41940adb91dfdd1fffe148a32c58824451c1a1c done 05:23:23 #102 naming to docker.io/library/security-bootstrapper-arm64 done 05:23:23 #102 DONE 9.0s 05:23:23 05:23:23 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:23:24 #144 ... 05:23:24 05:23:24 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:23:24 #152 DONE 1149.9s 05:23:24 05:23:24 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:23:25 #149 ... 05:23:25 05:23:25 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:23:25 #178 DONE 0.3s 05:23:25 05:23:25 #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:23:25 #179 DONE 0.2s 05:23:25 05:23:25 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:23:25 #146 ... 05:23:25 05:23:25 #180 [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 05:23:26 #180 DONE 0.2s 05:23:26 05:23:26 #181 [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 05:23:26 #181 DONE 0.1s 05:23:26 05:23:26 #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:23:26 #182 DONE 0.1s 05:23:26 05:23:26 #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:23:26 #183 DONE 0.2s 05:23:26 05:23:26 #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:23:26 #184 DONE 0.3s 05:23:26 05:23:26 #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:23:26 #185 DONE 0.1s 05:23:26 05:23:26 #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:23:28 #186 DONE 1.8s 05:23:28 05:23:28 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:23:28 #144 ... 05:23:28 05:23:28 #102 [security-secretstore-setup] exporting to image 05:23:28 #102 exporting layers 05:23:29 #102 exporting layers 1.2s done 05:23:30 #102 writing image sha256:02fa8e3d0cccd9fdbfe4aea4e576418947d240205b4140483601d1ee2e5f510a done 05:23:30 #102 naming to docker.io/library/security-secretstore-setup-arm64 done 05:23:30 #102 DONE 10.2s 05:23:30 05:23:30 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:26:21 #142 ... 05:26:21 05:26:21 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:26:21 #150 DONE 1313.2s 05:26:21 05:26:21 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:26:21 #144 ... 05:26:21 05:26:21 #187 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:26:21 #187 DONE 0.2s 05:26:21 05:26:21 #188 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:26:21 #188 DONE 0.2s 05:26:21 05:26:21 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:26:21 #144 ... 05:26:21 05:26:21 #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:26:21 #189 DONE 0.3s 05:26:21 05:26:21 #190 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:26:21 #190 DONE 0.1s 05:26:21 05:26:21 #102 [security-spiffe-token-provider] exporting to image 05:26:21 #102 exporting layers 05:26:21 #102 exporting layers 0.8s done 05:26:21 #102 writing image sha256:e15fa4395def9ddd214c7cf1f9049d48bed57c3c52d8c661e4d2d113fc3318ed done 05:26:21 #102 naming to docker.io/library/security-spiffe-token-provider-arm64 0.1s done 05:26:21 #102 DONE 11.1s 05:26:21 05:26:21 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:32:58 #145 ... 05:32:58 05:32:58 #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:32:58 #143 DONE 1711.1s 05:32:58 05:32:58 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:32:58 #149 ... 05:32:58 05:32:58 #191 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:32:58 #191 DONE 0.2s 05:32:58 05:32:58 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:32:58 #148 ... 05:32:58 05:32:58 #192 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:32:58 #192 DONE 0.1s 05:32:58 05:32:58 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:32:58 #148 ... 05:32:58 05:32:58 #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:32:58 #193 DONE 0.3s 05:32:58 05:32:58 #194 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:32:58 #194 DONE 0.1s 05:32:58 05:32:58 #195 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:32:58 #195 DONE 0.2s 05:32:58 05:32:58 #196 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:32:58 #196 DONE 1.9s 05:32:58 05:32:58 #102 [security-proxy-auth] exporting to image 05:32:58 #102 exporting layers 05:32:58 #102 ... 05:32:58 05:32:58 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:32:58 #146 DONE 1714.6s 05:32:58 05:32:58 #102 [security-proxy-auth] exporting to image 05:32:58 #102 exporting layers 0.9s done 05:32:58 #102 writing image sha256:a7f7453373c1e2856f0ae2168f978ca2b4eda5eead288ffe3b5dcb6b6b9f0960 0.0s done 05:32:58 #102 naming to docker.io/library/security-proxy-auth-arm64 done 05:32:58 #102 DONE 12.0s 05:32:58 05:32:58 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:32:58 #148 ... 05:32:58 05:32:58 #197 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:32:58 #197 CACHED 05:32:58 05:32:58 #198 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:32:58 #198 CACHED 05:32:58 05:32:58 #199 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:32:58 #199 DONE 0.4s 05:32:58 05:32:58 #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:32:58 #200 DONE 0.2s 05:32:58 05:32:58 #102 [core-command] exporting to image 05:32:58 #102 exporting layers 0.2s done 05:32:58 #102 writing image sha256:e3f078d3e3e98548b6f6b50d30b1eb454ae91dd7089915c93bf86af92c6fefa4 done 05:32:58 #102 naming to docker.io/library/core-command-arm64 done 05:32:58 #102 DONE 12.3s 05:32:58 05:32:58 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:34:35 #145 ... 05:34:35 05:34:35 #142 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:34:35 #142 DONE 1814.4s 05:34:35 05:34:35 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:34:35 #149 ... 05:34:35 05:34:35 #201 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:34:35 #201 DONE 0.3s 05:34:35 05:34:35 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:34:35 #145 ... 05:34:35 05:34:35 #202 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:34:35 #202 DONE 0.4s 05:34:35 05:34:35 #203 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:34:35 #203 DONE 0.3s 05:34:35 05:34:35 #204 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 05:34:35 #204 DONE 0.3s 05:34:35 05:34:35 #102 [core-keeper] exporting to image 05:34:35 #102 exporting layers 05:34:35 #102 exporting layers 0.5s done 05:34:35 #102 writing image sha256:48f03f1b0d440a7217596e63d0bb9dada7881b741874811cfb4aefa738f00040 done 05:34:35 #102 naming to docker.io/library/core-keeper-arm64 done 05:34:35 #102 DONE 12.8s 05:34:35 05:34:35 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:34:35 #144 ... 05:34:35 05:34:35 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:34:35 #148 DONE 1819.2s 05:34:35 05:34:35 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:34:35 #144 ... 05:34:35 05:34:35 #205 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:34:35 #205 DONE 0.2s 05:34:35 05:34:35 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:34:35 #149 ... 05:34:35 05:34:35 #206 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:34:35 #206 DONE 0.3s 05:34:35 05:34:35 #207 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:34:35 #207 DONE 0.5s 05:34:35 05:34:35 #208 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:34:35 #208 DONE 0.1s 05:34:35 05:34:35 #209 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 05:34:35 #209 DONE 0.1s 05:34:35 05:34:35 #102 [core-data] exporting to image 05:34:35 #102 exporting layers 05:34:36 #102 exporting layers 0.4s done 05:34:36 #102 writing image sha256:d653a05eb5dd4e12583540e4a971d7933bbd75bb401a983bbd63d154a16a677e done 05:34:36 #102 naming to docker.io/library/core-data-arm64 done 05:34:36 #102 DONE 13.2s 05:34:36 05:34:36 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:34:38 #149 DONE 1823.6s 05:34:38 05:34:38 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:34:39 #145 ... 05:34:39 05:34:39 #210 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 05:34:39 #210 DONE 0.2s 05:34:39 05:34:39 #211 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 05:34:39 #211 DONE 0.1s 05:34:39 05:34:39 #212 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:34:39 #212 DONE 0.4s 05:34:39 05:34:39 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:34:39 #144 ... 05:34:39 05:34:39 #213 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:34:39 #213 DONE 0.1s 05:34:40 05:34:40 #214 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:34:40 #214 DONE 0.1s 05:34:40 05:34:40 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:34:40 #144 ... 05:34:40 05:34:40 #215 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 05:34:40 #215 DONE 0.1s 05:34:40 05:34:40 #102 [core-metadata] exporting to image 05:34:40 #102 exporting layers 0.4s done 05:34:40 #102 writing image sha256:5c59315e8f0a744b871bc932730bfec53d069a0157db1cfa63406df20f903753 done 05:34:40 #102 naming to docker.io/library/core-metadata-arm64 done 05:34:40 #102 DONE 13.6s 05:34:40 05:34:40 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:35:07 #145 DONE 1848.7s 05:35:07 05:35:07 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:35:07 #144 DONE 1848.7s 05:35:07 05:35:07 #216 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:35:07 #216 DONE 0.2s 05:35:07 05:35:07 #217 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:35:07 #217 DONE 0.2s 05:35:07 05:35:07 #218 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:35:07 #218 ... 05:35:07 05:35:07 #219 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:35:07 #219 DONE 0.1s 05:35:07 05:35:07 #220 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:35:07 #220 DONE 0.2s 05:35:07 05:35:07 #221 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:35:07 #221 ... 05:35:07 05:35:07 #218 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:35:07 #218 DONE 0.5s 05:35:07 05:35:07 #221 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:35:07 #221 DONE 0.3s 05:35:07 05:35:07 #222 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 05:35:07 #222 DONE 0.2s 05:35:07 05:35:07 #102 [support-scheduler] exporting to image 05:35:07 #102 exporting layers 05:35:07 #102 ... 05:35:07 05:35:07 #223 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:35:07 #223 DONE 0.2s 05:35:07 05:35:07 #224 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 05:35:07 #224 DONE 0.2s 05:35:07 05:35:07 #102 [support-notifications] exporting to image 05:35:07 #102 exporting layers 0.6s done 05:35:07 #102 writing image sha256:5b15939689faa62ef0835a0dd156e36ccaa03eb25a7810d5fb744f57afdbc280 0.0s done 05:35:07 #102 naming to docker.io/library/support-scheduler-arm64 done 05:35:07 #102 exporting layers 0.5s done 05:35:07 #102 writing image sha256:bdfd9b8be955ec4f29e2e8a3cba53f5a17f56927e12621fa25dd97e1172db264 done 05:35:07 #102 naming to docker.io/library/support-notifications-arm64 done 05:35:07 #102 DONE 14.5s 05:35:07 time="2024-11-21T05:01:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:07 time="2024-11-21T05:01:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:35:07 $ docker stop --time=1 8b6a68ff072471229072f17af7a52e8b5cb5b300ea1b813c8ae2c5d3390e583c 05:35:09 $ docker rm -f --volumes 8b6a68ff072471229072f17af7a52e8b5cb5b300ea1b813c8ae2c5d3390e583c [Pipeline] // withDockerContainer [Pipeline] sh 05:35:09 + docker images 05:35:09 REPOSITORY TAG IMAGE ID CREATED SIZE 05:35:09 support-notifications-arm64 latest bdfd9b8be955 4 seconds ago 52.7MB 05:35:09 support-scheduler-arm64 latest 5b15939689fa 5 seconds ago 53.6MB 05:35:09 core-metadata-arm64 latest 5c59315e8f0a 29 seconds ago 38.5MB 05:35:09 core-data-arm64 latest d653a05eb5dd 34 seconds ago 38.5MB 05:35:09 core-keeper-arm64 latest 48f03f1b0d44 39 seconds ago 31.7MB 05:35:09 core-command-arm64 latest e3f078d3e3e9 2 minutes ago 34.3MB 05:35:09 security-proxy-auth-arm64 latest a7f7453373c1 2 minutes ago 33.3MB 05:35:09 security-spiffe-token-provider-arm64 latest e15fa4395def 9 minutes ago 40.2MB 05:35:09 security-secretstore-setup-arm64 latest 02fa8e3d0ccc 11 minutes ago 47.6MB 05:35:09 security-bootstrapper-arm64 latest 898abba76f1a 11 minutes ago 27.2MB 05:35:09 security-proxy-setup-arm64 latest d4d0eb166991 12 minutes ago 36.2MB 05:35:09 core-common-config-bootstrapper-arm64 latest 67b24374bd17 12 minutes ago 24.1MB 05:35:09 security-spire-agent-arm64 latest 06ab8b133251 31 minutes ago 182MB 05:35:09 security-spire-server-arm64 latest be0510f7a2f7 31 minutes ago 124MB 05:35:09 security-spire-config-arm64 latest 295d03cfba16 32 minutes ago 123MB 05:35:09 ci-base-image-arm64 latest 27d1b8a543e6 33 minutes ago 960MB 05:35:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 7 weeks ago 558MB 05:35:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 17 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 05:35:09 provisioning config files... 05:35:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/755@tmp/config3749676740915413821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:35:10 ---> ****-login.sh 05:35:10 nexus3.edgexfoundry.org:10001 05:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:10 Configure a credential helper to remove this warning. See 05:35:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:10 05:35:10 Login Succeeded 05:35:10 nexus3.edgexfoundry.org:10002 05:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:10 Configure a credential helper to remove this warning. See 05:35:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:10 05:35:10 Login Succeeded 05:35:10 nexus3.edgexfoundry.org:10003 05:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:10 Configure a credential helper to remove this warning. See 05:35:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:10 05:35:10 Login Succeeded 05:35:10 nexus3.edgexfoundry.org:10004 05:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:11 Configure a credential helper to remove this warning. See 05:35:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:11 05:35:11 Login Succeeded 05:35:11 ****.io 05:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:11 Configure a credential helper to remove this warning. See 05:35:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:11 05:35:11 Login Succeeded 05:35:11 ---> ****-login.sh ends [Pipeline] } 05:35:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:35:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:35:11 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:35:11 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:11 latest 05:35:11 4.0.0-dev.21 05:35:11 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:11 main 05:35:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:35:12 91c49b9b0448: Preparing 05:35:12 1a0b0d5a2063: Preparing 05:35:12 afe4aa98f18e: Preparing 05:35:12 c25d424d8608: Preparing 05:35:12 3bac4c1f151b: Preparing 05:35:12 c1d16d9dea22: Preparing 05:35:12 651d9022c234: Preparing 05:35:12 c1d16d9dea22: Waiting 05:35:12 651d9022c234: Waiting 05:35:13 c25d424d8608: Pushed 05:35:13 91c49b9b0448: Pushed 05:35:13 afe4aa98f18e: Pushed 05:35:13 651d9022c234: Layer already exists 05:35:13 c1d16d9dea22: Pushed 05:35:14 3bac4c1f151b: Pushed 05:35:17 1a0b0d5a2063: Pushed 05:35:17 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:35:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:35:18 91c49b9b0448: Preparing 05:35:18 1a0b0d5a2063: Preparing 05:35:18 afe4aa98f18e: Preparing 05:35:18 c25d424d8608: Preparing 05:35:18 3bac4c1f151b: Preparing 05:35:18 c1d16d9dea22: Preparing 05:35:18 651d9022c234: Preparing 05:35:18 c1d16d9dea22: Waiting 05:35:18 651d9022c234: Waiting 05:35:18 c25d424d8608: Layer already exists 05:35:18 91c49b9b0448: Layer already exists 05:35:18 1a0b0d5a2063: Layer already exists 05:35:18 3bac4c1f151b: Layer already exists 05:35:18 afe4aa98f18e: Layer already exists 05:35:18 c1d16d9dea22: Layer already exists 05:35:18 651d9022c234: Layer already exists 05:35:18 latest: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.21 05:35:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:35:19 91c49b9b0448: Preparing 05:35:19 1a0b0d5a2063: Preparing 05:35:19 afe4aa98f18e: Preparing 05:35:19 c25d424d8608: Preparing 05:35:19 3bac4c1f151b: Preparing 05:35:19 c1d16d9dea22: Preparing 05:35:19 651d9022c234: Preparing 05:35:19 c1d16d9dea22: Waiting 05:35:19 651d9022c234: Waiting 05:35:19 3bac4c1f151b: Layer already exists 05:35:19 c25d424d8608: Layer already exists 05:35:19 afe4aa98f18e: Layer already exists 05:35:19 1a0b0d5a2063: Layer already exists 05:35:19 91c49b9b0448: Layer already exists 05:35:19 c1d16d9dea22: Layer already exists 05:35:19 651d9022c234: Layer already exists 05:35:19 4.0.0-dev.21: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:19 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:20 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:35:20 91c49b9b0448: Preparing 05:35:20 1a0b0d5a2063: Preparing 05:35:20 afe4aa98f18e: Preparing 05:35:20 c25d424d8608: Preparing 05:35:20 3bac4c1f151b: Preparing 05:35:20 c1d16d9dea22: Preparing 05:35:20 651d9022c234: Preparing 05:35:20 c1d16d9dea22: Waiting 05:35:20 651d9022c234: Waiting 05:35:20 91c49b9b0448: Layer already exists 05:35:20 c25d424d8608: Layer already exists 05:35:20 1a0b0d5a2063: Layer already exists 05:35:20 afe4aa98f18e: Layer already exists 05:35:20 3bac4c1f151b: Layer already exists 05:35:20 c1d16d9dea22: Layer already exists 05:35:20 651d9022c234: Layer already exists 05:35:20 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:20 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:21 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:35:21 91c49b9b0448: Preparing 05:35:21 1a0b0d5a2063: Preparing 05:35:21 afe4aa98f18e: Preparing 05:35:21 c25d424d8608: Preparing 05:35:21 3bac4c1f151b: Preparing 05:35:21 c1d16d9dea22: Preparing 05:35:21 651d9022c234: Preparing 05:35:21 c1d16d9dea22: Waiting 05:35:21 651d9022c234: Waiting 05:35:21 afe4aa98f18e: Layer already exists 05:35:21 91c49b9b0448: Layer already exists 05:35:21 1a0b0d5a2063: Layer already exists 05:35:21 3bac4c1f151b: Layer already exists 05:35:21 c25d424d8608: Layer already exists 05:35:21 651d9022c234: Layer already exists 05:35:21 c1d16d9dea22: Layer already exists 05:35:21 main: digest: sha256:9f4fbfd915ae67f600667ab5e80759a52a69eb841d9bf3cea92c6a84902113dd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:35:21 ===================================================== [Pipeline] echo 05:35:21 taggedImages: 05:35:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:35:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.21 05:35:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:21 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:35:21 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:35:21 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:21 latest 05:35:21 4.0.0-dev.21 05:35:21 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:21 main 05:35:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:22 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:35:22 246a676ea397: Preparing 05:35:22 1c014d69939e: Preparing 05:35:22 ca792921107d: Preparing 05:35:22 0b2ca7b60936: Preparing 05:35:22 afe4aa98f18e: Preparing 05:35:22 c25d424d8608: Preparing 05:35:22 3bac4c1f151b: Preparing 05:35:22 c1d16d9dea22: Preparing 05:35:22 651d9022c234: Preparing 05:35:22 c25d424d8608: Waiting 05:35:22 3bac4c1f151b: Waiting 05:35:22 c1d16d9dea22: Waiting 05:35:22 651d9022c234: Waiting 05:35:22 afe4aa98f18e: Layer already exists 05:35:22 c25d424d8608: Layer already exists 05:35:22 ca792921107d: Pushed 05:35:22 3bac4c1f151b: Layer already exists 05:35:22 1c014d69939e: Pushed 05:35:22 c1d16d9dea22: Layer already exists 05:35:22 246a676ea397: Pushed 05:35:22 651d9022c234: Layer already exists 05:35:24 0b2ca7b60936: Pushed 05:35:24 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:25 + 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 05:35:25 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:35:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:35:25 246a676ea397: Preparing 05:35:25 1c014d69939e: Preparing 05:35:25 ca792921107d: Preparing 05:35:25 0b2ca7b60936: Preparing 05:35:25 afe4aa98f18e: Preparing 05:35:25 c25d424d8608: Preparing 05:35:25 3bac4c1f151b: Preparing 05:35:25 c1d16d9dea22: Preparing 05:35:25 651d9022c234: Preparing 05:35:25 c25d424d8608: Waiting 05:35:25 3bac4c1f151b: Waiting 05:35:25 c1d16d9dea22: Waiting 05:35:25 651d9022c234: Waiting 05:35:25 246a676ea397: Layer already exists 05:35:25 0b2ca7b60936: Layer already exists 05:35:25 afe4aa98f18e: Layer already exists 05:35:25 ca792921107d: Layer already exists 05:35:25 1c014d69939e: Layer already exists 05:35:25 651d9022c234: Layer already exists 05:35:25 c25d424d8608: Layer already exists 05:35:25 3bac4c1f151b: Layer already exists 05:35:25 c1d16d9dea22: Layer already exists 05:35:25 latest: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:26 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.21 05:35:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:35:26 246a676ea397: Preparing 05:35:26 1c014d69939e: Preparing 05:35:26 ca792921107d: Preparing 05:35:26 0b2ca7b60936: Preparing 05:35:26 afe4aa98f18e: Preparing 05:35:26 c25d424d8608: Preparing 05:35:26 3bac4c1f151b: Preparing 05:35:26 c1d16d9dea22: Preparing 05:35:26 651d9022c234: Preparing 05:35:26 c25d424d8608: Waiting 05:35:26 3bac4c1f151b: Waiting 05:35:26 c1d16d9dea22: Waiting 05:35:26 651d9022c234: Waiting 05:35:26 246a676ea397: Layer already exists 05:35:26 0b2ca7b60936: Layer already exists 05:35:26 afe4aa98f18e: Layer already exists 05:35:26 1c014d69939e: Layer already exists 05:35:26 ca792921107d: Layer already exists 05:35:26 c1d16d9dea22: Layer already exists 05:35:26 3bac4c1f151b: Layer already exists 05:35:26 c25d424d8608: Layer already exists 05:35:26 651d9022c234: Layer already exists 05:35:26 4.0.0-dev.21: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:35:27 246a676ea397: Preparing 05:35:27 1c014d69939e: Preparing 05:35:27 ca792921107d: Preparing 05:35:27 0b2ca7b60936: Preparing 05:35:27 afe4aa98f18e: Preparing 05:35:27 c25d424d8608: Preparing 05:35:27 c25d424d8608: Waiting 05:35:27 3bac4c1f151b: Preparing 05:35:27 c1d16d9dea22: Preparing 05:35:27 3bac4c1f151b: Waiting 05:35:27 c1d16d9dea22: Waiting 05:35:27 651d9022c234: Preparing 05:35:27 651d9022c234: Waiting 05:35:27 1c014d69939e: Layer already exists 05:35:27 0b2ca7b60936: Layer already exists 05:35:27 246a676ea397: Layer already exists 05:35:27 afe4aa98f18e: Layer already exists 05:35:27 ca792921107d: Layer already exists 05:35:27 3bac4c1f151b: Layer already exists 05:35:27 c25d424d8608: Layer already exists 05:35:27 c1d16d9dea22: Layer already exists 05:35:27 651d9022c234: Layer already exists 05:35:27 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:28 + 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 05:35:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:35:28 246a676ea397: Preparing 05:35:28 1c014d69939e: Preparing 05:35:28 ca792921107d: Preparing 05:35:28 0b2ca7b60936: Preparing 05:35:28 afe4aa98f18e: Preparing 05:35:28 c25d424d8608: Preparing 05:35:28 3bac4c1f151b: Preparing 05:35:28 c1d16d9dea22: Preparing 05:35:28 651d9022c234: Preparing 05:35:28 c25d424d8608: Waiting 05:35:28 3bac4c1f151b: Waiting 05:35:28 c1d16d9dea22: Waiting 05:35:28 651d9022c234: Waiting 05:35:28 afe4aa98f18e: Layer already exists 05:35:28 1c014d69939e: Layer already exists 05:35:28 ca792921107d: Layer already exists 05:35:28 246a676ea397: Layer already exists 05:35:28 0b2ca7b60936: Layer already exists 05:35:28 c25d424d8608: Layer already exists 05:35:28 651d9022c234: Layer already exists 05:35:28 c1d16d9dea22: Layer already exists 05:35:28 3bac4c1f151b: Layer already exists 05:35:28 main: digest: sha256:c8adab59bd36442fabf17f9513f17a2d2b3329fe83457e39d90fe066883048c8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:35:28 ===================================================== [Pipeline] echo 05:35:29 taggedImages: 05:35:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:35:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.21 05:35:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:35:29 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:35:29 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:29 latest 05:35:29 4.0.0-dev.21 05:35:29 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:29 main 05:35:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:35:29 97ea73536516: Preparing 05:35:29 872ea663c402: Preparing 05:35:29 a2d5c44d6779: Preparing 05:35:29 afe4aa98f18e: Preparing 05:35:29 c25d424d8608: Preparing 05:35:29 0b7240266d8b: Preparing 05:35:29 7070b45938e4: Preparing 05:35:29 651d9022c234: Preparing 05:35:29 0b7240266d8b: Waiting 05:35:29 7070b45938e4: Waiting 05:35:29 651d9022c234: Waiting 05:35:29 afe4aa98f18e: Layer already exists 05:35:29 c25d424d8608: Layer already exists 05:35:30 97ea73536516: Pushed 05:35:30 872ea663c402: Pushed 05:35:30 651d9022c234: Layer already exists 05:35:30 7070b45938e4: Pushed 05:35:32 0b7240266d8b: Pushed 05:35:35 a2d5c44d6779: Pushed 05:35:35 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:35:36 97ea73536516: Preparing 05:35:36 872ea663c402: Preparing 05:35:36 a2d5c44d6779: Preparing 05:35:36 afe4aa98f18e: Preparing 05:35:36 c25d424d8608: Preparing 05:35:36 0b7240266d8b: Preparing 05:35:36 7070b45938e4: Preparing 05:35:36 651d9022c234: Preparing 05:35:36 0b7240266d8b: Waiting 05:35:36 7070b45938e4: Waiting 05:35:36 651d9022c234: Waiting 05:35:36 97ea73536516: Layer already exists 05:35:36 afe4aa98f18e: Layer already exists 05:35:36 c25d424d8608: Layer already exists 05:35:36 a2d5c44d6779: Layer already exists 05:35:36 872ea663c402: Layer already exists 05:35:36 651d9022c234: Layer already exists 05:35:36 0b7240266d8b: Layer already exists 05:35:36 7070b45938e4: Layer already exists 05:35:36 latest: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.21 05:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:35:37 97ea73536516: Preparing 05:35:37 872ea663c402: Preparing 05:35:37 a2d5c44d6779: Preparing 05:35:37 afe4aa98f18e: Preparing 05:35:37 c25d424d8608: Preparing 05:35:37 0b7240266d8b: Preparing 05:35:37 7070b45938e4: Preparing 05:35:37 651d9022c234: Preparing 05:35:37 0b7240266d8b: Waiting 05:35:37 7070b45938e4: Waiting 05:35:37 651d9022c234: Waiting 05:35:37 97ea73536516: Layer already exists 05:35:37 c25d424d8608: Layer already exists 05:35:37 a2d5c44d6779: Layer already exists 05:35:37 872ea663c402: Layer already exists 05:35:37 afe4aa98f18e: Layer already exists 05:35:37 7070b45938e4: Layer already exists 05:35:37 0b7240266d8b: Layer already exists 05:35:37 651d9022c234: Layer already exists 05:35:37 4.0.0-dev.21: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:35:37 97ea73536516: Preparing 05:35:37 872ea663c402: Preparing 05:35:37 a2d5c44d6779: Preparing 05:35:37 afe4aa98f18e: Preparing 05:35:37 c25d424d8608: Preparing 05:35:37 0b7240266d8b: Preparing 05:35:37 7070b45938e4: Preparing 05:35:37 651d9022c234: Preparing 05:35:37 0b7240266d8b: Waiting 05:35:37 7070b45938e4: Waiting 05:35:37 651d9022c234: Waiting 05:35:37 872ea663c402: Layer already exists 05:35:37 afe4aa98f18e: Layer already exists 05:35:37 c25d424d8608: Layer already exists 05:35:37 97ea73536516: Layer already exists 05:35:37 a2d5c44d6779: Layer already exists 05:35:37 7070b45938e4: Layer already exists 05:35:37 0b7240266d8b: Layer already exists 05:35:37 651d9022c234: Layer already exists 05:35:38 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:38 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:35:38 97ea73536516: Preparing 05:35:38 872ea663c402: Preparing 05:35:38 a2d5c44d6779: Preparing 05:35:38 afe4aa98f18e: Preparing 05:35:38 c25d424d8608: Preparing 05:35:38 0b7240266d8b: Preparing 05:35:38 7070b45938e4: Preparing 05:35:38 651d9022c234: Preparing 05:35:38 0b7240266d8b: Waiting 05:35:38 7070b45938e4: Waiting 05:35:38 651d9022c234: Waiting 05:35:38 a2d5c44d6779: Layer already exists 05:35:38 afe4aa98f18e: Layer already exists 05:35:38 872ea663c402: Layer already exists 05:35:38 97ea73536516: Layer already exists 05:35:38 c25d424d8608: Layer already exists 05:35:38 7070b45938e4: Layer already exists 05:35:38 0b7240266d8b: Layer already exists 05:35:38 651d9022c234: Layer already exists 05:35:39 main: digest: sha256:e7e97c47f9492884585b231d91eec89ea2d930f4724f200cd83ae4046a0bd3d1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:35:39 ===================================================== [Pipeline] echo 05:35:39 taggedImages: 05:35:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:35:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.21 05:35:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:35:39 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 05:35:39 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:39 latest 05:35:39 4.0.0-dev.21 05:35:39 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:39 main 05:35:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:35:40 50462f2c53f4: Preparing 05:35:40 b414a527842f: Preparing 05:35:40 7806f2fa7b85: Preparing 05:35:40 c25d424d8608: Preparing 05:35:40 f666132cb4f1: Preparing 05:35:40 edc62937dab0: Preparing 05:35:40 651d9022c234: Preparing 05:35:40 edc62937dab0: Waiting 05:35:40 651d9022c234: Waiting 05:35:40 c25d424d8608: Layer already exists 05:35:40 b414a527842f: Pushed 05:35:40 f666132cb4f1: Pushed 05:35:40 50462f2c53f4: Pushed 05:35:40 651d9022c234: Layer already exists 05:35:40 edc62937dab0: Pushed 05:35:45 7806f2fa7b85: Pushed 05:35:45 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:35:46 50462f2c53f4: Preparing 05:35:46 b414a527842f: Preparing 05:35:46 7806f2fa7b85: Preparing 05:35:46 c25d424d8608: Preparing 05:35:46 f666132cb4f1: Preparing 05:35:46 edc62937dab0: Preparing 05:35:46 651d9022c234: Preparing 05:35:46 edc62937dab0: Waiting 05:35:46 651d9022c234: Waiting 05:35:46 50462f2c53f4: Layer already exists 05:35:46 7806f2fa7b85: Layer already exists 05:35:46 b414a527842f: Layer already exists 05:35:46 f666132cb4f1: Layer already exists 05:35:46 c25d424d8608: Layer already exists 05:35:46 651d9022c234: Layer already exists 05:35:46 edc62937dab0: Layer already exists 05:35:46 latest: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.21 05:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:35:47 50462f2c53f4: Preparing 05:35:47 b414a527842f: Preparing 05:35:47 7806f2fa7b85: Preparing 05:35:47 c25d424d8608: Preparing 05:35:47 f666132cb4f1: Preparing 05:35:47 edc62937dab0: Preparing 05:35:47 651d9022c234: Preparing 05:35:47 edc62937dab0: Waiting 05:35:47 651d9022c234: Waiting 05:35:47 50462f2c53f4: Layer already exists 05:35:47 7806f2fa7b85: Layer already exists 05:35:47 b414a527842f: Layer already exists 05:35:47 c25d424d8608: Layer already exists 05:35:47 f666132cb4f1: Layer already exists 05:35:47 651d9022c234: Layer already exists 05:35:47 edc62937dab0: Layer already exists 05:35:47 4.0.0-dev.21: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:47 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:35:48 50462f2c53f4: Preparing 05:35:48 b414a527842f: Preparing 05:35:48 7806f2fa7b85: Preparing 05:35:48 c25d424d8608: Preparing 05:35:48 f666132cb4f1: Preparing 05:35:48 edc62937dab0: Preparing 05:35:48 edc62937dab0: Waiting 05:35:48 651d9022c234: Preparing 05:35:48 651d9022c234: Waiting 05:35:48 50462f2c53f4: Layer already exists 05:35:48 c25d424d8608: Layer already exists 05:35:48 7806f2fa7b85: Layer already exists 05:35:48 f666132cb4f1: Layer already exists 05:35:48 b414a527842f: Layer already exists 05:35:48 edc62937dab0: Layer already exists 05:35:48 651d9022c234: Layer already exists 05:35:48 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:48 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 05:35:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:35:49 50462f2c53f4: Preparing 05:35:49 b414a527842f: Preparing 05:35:49 7806f2fa7b85: Preparing 05:35:49 c25d424d8608: Preparing 05:35:49 f666132cb4f1: Preparing 05:35:49 edc62937dab0: Preparing 05:35:49 651d9022c234: Preparing 05:35:49 edc62937dab0: Waiting 05:35:49 651d9022c234: Waiting 05:35:49 b414a527842f: Layer already exists 05:35:49 f666132cb4f1: Layer already exists 05:35:49 50462f2c53f4: Layer already exists 05:35:49 7806f2fa7b85: Layer already exists 05:35:49 c25d424d8608: Layer already exists 05:35:49 651d9022c234: Layer already exists 05:35:49 edc62937dab0: Layer already exists 05:35:49 main: digest: sha256:990059d2d644b9ab52945f86c336091350846a165e2911170807735fcb48a9fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:35:49 ===================================================== [Pipeline] echo 05:35:49 taggedImages: 05:35:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:35:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.21 05:35:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:35:49 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:35:49 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:49 latest 05:35:49 4.0.0-dev.21 05:35:49 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:49 main 05:35:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:35:50 c7137ea52352: Preparing 05:35:50 15169cb8ccf8: Preparing 05:35:50 ce2d3d5d91cd: Preparing 05:35:50 feb67b1988e1: Preparing 05:35:50 afe4aa98f18e: Preparing 05:35:50 c25d424d8608: Preparing 05:35:50 3bac4c1f151b: Preparing 05:35:50 c1d16d9dea22: Preparing 05:35:50 651d9022c234: Preparing 05:35:50 3bac4c1f151b: Waiting 05:35:50 c1d16d9dea22: Waiting 05:35:50 651d9022c234: Waiting 05:35:50 c25d424d8608: Waiting 05:35:50 afe4aa98f18e: Layer already exists 05:35:50 c25d424d8608: Layer already exists 05:35:50 15169cb8ccf8: Pushed 05:35:50 3bac4c1f151b: Layer already exists 05:35:50 ce2d3d5d91cd: Pushed 05:35:50 c1d16d9dea22: Layer already exists 05:35:50 651d9022c234: Layer already exists 05:35:50 c7137ea52352: Pushed 05:35:55 feb67b1988e1: Pushed 05:35:55 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:35:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:35:56 c7137ea52352: Preparing 05:35:56 15169cb8ccf8: Preparing 05:35:56 ce2d3d5d91cd: Preparing 05:35:56 feb67b1988e1: Preparing 05:35:56 afe4aa98f18e: Preparing 05:35:56 c25d424d8608: Preparing 05:35:56 3bac4c1f151b: Preparing 05:35:56 c1d16d9dea22: Preparing 05:35:56 651d9022c234: Preparing 05:35:56 c25d424d8608: Waiting 05:35:56 c1d16d9dea22: Waiting 05:35:56 651d9022c234: Waiting 05:35:56 3bac4c1f151b: Waiting 05:35:56 afe4aa98f18e: Layer already exists 05:35:56 15169cb8ccf8: Layer already exists 05:35:56 ce2d3d5d91cd: Layer already exists 05:35:56 c7137ea52352: Layer already exists 05:35:56 feb67b1988e1: Layer already exists 05:35:56 c25d424d8608: Layer already exists 05:35:56 c1d16d9dea22: Layer already exists 05:35:56 651d9022c234: Layer already exists 05:35:56 3bac4c1f151b: Layer already exists 05:35:56 latest: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.21 05:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:35:57 c7137ea52352: Preparing 05:35:57 15169cb8ccf8: Preparing 05:35:57 ce2d3d5d91cd: Preparing 05:35:57 feb67b1988e1: Preparing 05:35:57 afe4aa98f18e: Preparing 05:35:57 c25d424d8608: Preparing 05:35:57 3bac4c1f151b: Preparing 05:35:57 c1d16d9dea22: Preparing 05:35:57 651d9022c234: Preparing 05:35:57 3bac4c1f151b: Waiting 05:35:57 c1d16d9dea22: Waiting 05:35:57 c25d424d8608: Waiting 05:35:57 651d9022c234: Waiting 05:35:57 feb67b1988e1: Layer already exists 05:35:57 15169cb8ccf8: Layer already exists 05:35:57 ce2d3d5d91cd: Layer already exists 05:35:57 afe4aa98f18e: Layer already exists 05:35:57 c7137ea52352: Layer already exists 05:35:57 651d9022c234: Layer already exists 05:35:57 c25d424d8608: Layer already exists 05:35:57 c1d16d9dea22: Layer already exists 05:35:57 3bac4c1f151b: Layer already exists 05:35:57 4.0.0-dev.21: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:35:58 c7137ea52352: Preparing 05:35:58 15169cb8ccf8: Preparing 05:35:58 ce2d3d5d91cd: Preparing 05:35:58 feb67b1988e1: Preparing 05:35:58 afe4aa98f18e: Preparing 05:35:58 c25d424d8608: Preparing 05:35:58 3bac4c1f151b: Preparing 05:35:58 c1d16d9dea22: Preparing 05:35:58 651d9022c234: Preparing 05:35:58 3bac4c1f151b: Waiting 05:35:58 c1d16d9dea22: Waiting 05:35:58 651d9022c234: Waiting 05:35:58 c25d424d8608: Waiting 05:35:58 15169cb8ccf8: Layer already exists 05:35:58 afe4aa98f18e: Layer already exists 05:35:58 c7137ea52352: Layer already exists 05:35:58 feb67b1988e1: Layer already exists 05:35:58 ce2d3d5d91cd: Layer already exists 05:35:58 c1d16d9dea22: Layer already exists 05:35:58 651d9022c234: Layer already exists 05:35:58 3bac4c1f151b: Layer already exists 05:35:58 c25d424d8608: Layer already exists 05:35:58 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:35:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:35:59 c7137ea52352: Preparing 05:35:59 15169cb8ccf8: Preparing 05:35:59 ce2d3d5d91cd: Preparing 05:35:59 feb67b1988e1: Preparing 05:35:59 afe4aa98f18e: Preparing 05:35:59 c25d424d8608: Preparing 05:35:59 3bac4c1f151b: Preparing 05:35:59 c1d16d9dea22: Preparing 05:35:59 651d9022c234: Preparing 05:35:59 c25d424d8608: Waiting 05:35:59 3bac4c1f151b: Waiting 05:35:59 c1d16d9dea22: Waiting 05:35:59 651d9022c234: Waiting 05:35:59 feb67b1988e1: Layer already exists 05:35:59 15169cb8ccf8: Layer already exists 05:35:59 afe4aa98f18e: Layer already exists 05:35:59 c7137ea52352: Layer already exists 05:35:59 ce2d3d5d91cd: Layer already exists 05:35:59 c25d424d8608: Layer already exists 05:35:59 3bac4c1f151b: Layer already exists 05:35:59 651d9022c234: Layer already exists 05:35:59 c1d16d9dea22: Layer already exists 05:35:59 main: digest: sha256:4055d1262b4a8087bac589750533009832b5c10b3b52a6a3e702dcbec44139db size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:35:59 ===================================================== [Pipeline] echo 05:35:59 taggedImages: 05:35:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:35:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:35:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.21 05:35:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:35:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:36:00 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:36:00 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:00 latest 05:36:00 4.0.0-dev.21 05:36:00 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:00 main 05:36:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:36:00 6684a1515050: Preparing 05:36:00 135a23fcdc36: Preparing 05:36:00 81787bb13cc3: Preparing 05:36:00 f8f92e5b54b4: Preparing 05:36:00 7f8f7aac59e7: Preparing 05:36:00 11e790abfa2a: Preparing 05:36:00 b28642184b62: Preparing 05:36:00 afe4aa98f18e: Preparing 05:36:00 c25d424d8608: Preparing 05:36:00 404880496ed0: Preparing 05:36:00 9e24d613c31b: Preparing 05:36:00 5f70bf18a086: Preparing 05:36:00 e9e09380e69d: Preparing 05:36:00 e110750937e0: Preparing 05:36:00 60b7e53392a1: Preparing 05:36:00 651d9022c234: Preparing 05:36:00 404880496ed0: Waiting 05:36:00 9e24d613c31b: Waiting 05:36:00 5f70bf18a086: Waiting 05:36:00 e9e09380e69d: Waiting 05:36:00 e110750937e0: Waiting 05:36:00 11e790abfa2a: Waiting 05:36:00 b28642184b62: Waiting 05:36:00 afe4aa98f18e: Waiting 05:36:00 c25d424d8608: Waiting 05:36:00 651d9022c234: Waiting 05:36:01 81787bb13cc3: Pushed 05:36:01 135a23fcdc36: Pushed 05:36:01 7f8f7aac59e7: Pushed 05:36:01 6684a1515050: Pushed 05:36:01 f8f92e5b54b4: Pushed 05:36:01 afe4aa98f18e: Layer already exists 05:36:01 c25d424d8608: Layer already exists 05:36:01 5f70bf18a086: Layer already exists 05:36:01 11e790abfa2a: Pushed 05:36:01 404880496ed0: Pushed 05:36:01 9e24d613c31b: Pushed 05:36:01 e9e09380e69d: Pushed 05:36:01 651d9022c234: Layer already exists 05:36:01 60b7e53392a1: Pushed 05:36:02 e110750937e0: Pushed 05:36:03 b28642184b62: Pushed 05:36:04 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:36:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:36:04 6684a1515050: Preparing 05:36:04 135a23fcdc36: Preparing 05:36:04 81787bb13cc3: Preparing 05:36:04 f8f92e5b54b4: Preparing 05:36:04 7f8f7aac59e7: Preparing 05:36:04 11e790abfa2a: Preparing 05:36:04 b28642184b62: Preparing 05:36:04 afe4aa98f18e: Preparing 05:36:04 c25d424d8608: Preparing 05:36:04 404880496ed0: Preparing 05:36:04 9e24d613c31b: Preparing 05:36:04 5f70bf18a086: Preparing 05:36:04 e9e09380e69d: Preparing 05:36:04 e110750937e0: Preparing 05:36:04 60b7e53392a1: Preparing 05:36:04 651d9022c234: Preparing 05:36:04 c25d424d8608: Waiting 05:36:04 11e790abfa2a: Waiting 05:36:04 404880496ed0: Waiting 05:36:04 e110750937e0: Waiting 05:36:04 9e24d613c31b: Waiting 05:36:04 5f70bf18a086: Waiting 05:36:04 e9e09380e69d: Waiting 05:36:04 60b7e53392a1: Waiting 05:36:04 b28642184b62: Waiting 05:36:04 afe4aa98f18e: Waiting 05:36:04 651d9022c234: Waiting 05:36:04 135a23fcdc36: Layer already exists 05:36:04 6684a1515050: Layer already exists 05:36:04 f8f92e5b54b4: Layer already exists 05:36:04 7f8f7aac59e7: Layer already exists 05:36:04 81787bb13cc3: Layer already exists 05:36:04 afe4aa98f18e: Layer already exists 05:36:04 c25d424d8608: Layer already exists 05:36:04 11e790abfa2a: Layer already exists 05:36:04 b28642184b62: Layer already exists 05:36:04 404880496ed0: Layer already exists 05:36:04 e9e09380e69d: Layer already exists 05:36:04 5f70bf18a086: Layer already exists 05:36:04 9e24d613c31b: Layer already exists 05:36:04 60b7e53392a1: Layer already exists 05:36:04 e110750937e0: Layer already exists 05:36:05 651d9022c234: Layer already exists 05:36:05 latest: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.21 05:36:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:36:05 6684a1515050: Preparing 05:36:05 135a23fcdc36: Preparing 05:36:05 81787bb13cc3: Preparing 05:36:05 f8f92e5b54b4: Preparing 05:36:05 7f8f7aac59e7: Preparing 05:36:05 11e790abfa2a: Preparing 05:36:05 b28642184b62: Preparing 05:36:05 afe4aa98f18e: Preparing 05:36:05 c25d424d8608: Preparing 05:36:05 404880496ed0: Preparing 05:36:05 9e24d613c31b: Preparing 05:36:05 5f70bf18a086: Preparing 05:36:05 e9e09380e69d: Preparing 05:36:05 e110750937e0: Preparing 05:36:05 60b7e53392a1: Preparing 05:36:05 651d9022c234: Preparing 05:36:05 11e790abfa2a: Waiting 05:36:05 b28642184b62: Waiting 05:36:05 afe4aa98f18e: Waiting 05:36:05 c25d424d8608: Waiting 05:36:05 404880496ed0: Waiting 05:36:05 9e24d613c31b: Waiting 05:36:05 5f70bf18a086: Waiting 05:36:05 e110750937e0: Waiting 05:36:05 60b7e53392a1: Waiting 05:36:05 651d9022c234: Waiting 05:36:05 e9e09380e69d: Waiting 05:36:05 f8f92e5b54b4: Layer already exists 05:36:05 81787bb13cc3: Layer already exists 05:36:05 135a23fcdc36: Layer already exists 05:36:05 6684a1515050: Layer already exists 05:36:05 7f8f7aac59e7: Layer already exists 05:36:05 11e790abfa2a: Layer already exists 05:36:05 b28642184b62: Layer already exists 05:36:05 afe4aa98f18e: Layer already exists 05:36:05 404880496ed0: Layer already exists 05:36:05 c25d424d8608: Layer already exists 05:36:05 e9e09380e69d: Layer already exists 05:36:05 5f70bf18a086: Layer already exists 05:36:05 60b7e53392a1: Layer already exists 05:36:05 9e24d613c31b: Layer already exists 05:36:05 e110750937e0: Layer already exists 05:36:05 651d9022c234: Layer already exists 05:36:06 4.0.0-dev.21: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:36:06 6684a1515050: Preparing 05:36:06 135a23fcdc36: Preparing 05:36:06 81787bb13cc3: Preparing 05:36:06 f8f92e5b54b4: Preparing 05:36:06 7f8f7aac59e7: Preparing 05:36:06 11e790abfa2a: Preparing 05:36:06 b28642184b62: Preparing 05:36:06 afe4aa98f18e: Preparing 05:36:06 c25d424d8608: Preparing 05:36:06 404880496ed0: Preparing 05:36:06 9e24d613c31b: Preparing 05:36:06 5f70bf18a086: Preparing 05:36:06 e9e09380e69d: Preparing 05:36:06 e110750937e0: Preparing 05:36:06 60b7e53392a1: Preparing 05:36:06 651d9022c234: Preparing 05:36:06 11e790abfa2a: Waiting 05:36:06 b28642184b62: Waiting 05:36:06 afe4aa98f18e: Waiting 05:36:06 c25d424d8608: Waiting 05:36:06 404880496ed0: Waiting 05:36:06 9e24d613c31b: Waiting 05:36:06 5f70bf18a086: Waiting 05:36:06 e9e09380e69d: Waiting 05:36:06 e110750937e0: Waiting 05:36:06 60b7e53392a1: Waiting 05:36:06 651d9022c234: Waiting 05:36:06 6684a1515050: Layer already exists 05:36:06 81787bb13cc3: Layer already exists 05:36:06 135a23fcdc36: Layer already exists 05:36:06 f8f92e5b54b4: Layer already exists 05:36:06 7f8f7aac59e7: Layer already exists 05:36:06 11e790abfa2a: Layer already exists 05:36:06 b28642184b62: Layer already exists 05:36:06 afe4aa98f18e: Layer already exists 05:36:06 c25d424d8608: Layer already exists 05:36:06 404880496ed0: Layer already exists 05:36:06 9e24d613c31b: Layer already exists 05:36:06 e110750937e0: Layer already exists 05:36:06 5f70bf18a086: Layer already exists 05:36:06 e9e09380e69d: Layer already exists 05:36:06 60b7e53392a1: Layer already exists 05:36:06 651d9022c234: Layer already exists 05:36:07 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:36:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:36:07 6684a1515050: Preparing 05:36:07 135a23fcdc36: Preparing 05:36:07 81787bb13cc3: Preparing 05:36:07 f8f92e5b54b4: Preparing 05:36:07 7f8f7aac59e7: Preparing 05:36:07 11e790abfa2a: Preparing 05:36:07 b28642184b62: Preparing 05:36:07 afe4aa98f18e: Preparing 05:36:07 c25d424d8608: Preparing 05:36:07 404880496ed0: Preparing 05:36:07 9e24d613c31b: Preparing 05:36:07 5f70bf18a086: Preparing 05:36:07 e9e09380e69d: Preparing 05:36:07 e110750937e0: Preparing 05:36:07 60b7e53392a1: Preparing 05:36:07 651d9022c234: Preparing 05:36:07 c25d424d8608: Waiting 05:36:07 404880496ed0: Waiting 05:36:07 9e24d613c31b: Waiting 05:36:07 5f70bf18a086: Waiting 05:36:07 e9e09380e69d: Waiting 05:36:07 e110750937e0: Waiting 05:36:07 60b7e53392a1: Waiting 05:36:07 651d9022c234: Waiting 05:36:07 11e790abfa2a: Waiting 05:36:07 b28642184b62: Waiting 05:36:07 afe4aa98f18e: Waiting 05:36:07 81787bb13cc3: Layer already exists 05:36:07 f8f92e5b54b4: Layer already exists 05:36:07 135a23fcdc36: Layer already exists 05:36:07 6684a1515050: Layer already exists 05:36:07 7f8f7aac59e7: Layer already exists 05:36:07 c25d424d8608: Layer already exists 05:36:07 404880496ed0: Layer already exists 05:36:07 afe4aa98f18e: Layer already exists 05:36:07 b28642184b62: Layer already exists 05:36:07 11e790abfa2a: Layer already exists 05:36:07 e9e09380e69d: Layer already exists 05:36:07 5f70bf18a086: Layer already exists 05:36:07 e110750937e0: Layer already exists 05:36:07 9e24d613c31b: Layer already exists 05:36:07 60b7e53392a1: Layer already exists 05:36:08 651d9022c234: Layer already exists 05:36:08 main: digest: sha256:08c417badf6926bd56803b09e2eac59fe6dd8642c24bc29d120132957a006b48 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:08 ===================================================== [Pipeline] echo 05:36:08 taggedImages: 05:36:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:36:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.21 05:36:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:36:08 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 05:36:08 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:08 latest 05:36:08 4.0.0-dev.21 05:36:08 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:08 main 05:36:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:08 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:36:09 3f6b75fb5f67: Preparing 05:36:09 0034d09a15c3: Preparing 05:36:09 ad311d8dfb5d: Preparing 05:36:09 aa4501ac086d: Preparing 05:36:09 afe4aa98f18e: Preparing 05:36:09 c25d424d8608: Preparing 05:36:09 3bac4c1f151b: Preparing 05:36:09 c1d16d9dea22: Preparing 05:36:09 651d9022c234: Preparing 05:36:09 3bac4c1f151b: Waiting 05:36:09 c25d424d8608: Waiting 05:36:09 c1d16d9dea22: Waiting 05:36:09 afe4aa98f18e: Layer already exists 05:36:09 c25d424d8608: Layer already exists 05:36:09 3bac4c1f151b: Layer already exists 05:36:09 ad311d8dfb5d: Pushed 05:36:09 0034d09a15c3: Pushed 05:36:09 c1d16d9dea22: Layer already exists 05:36:09 3f6b75fb5f67: Pushed 05:36:09 651d9022c234: Layer already exists 05:36:13 aa4501ac086d: Pushed 05:36:13 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:14 + 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 05:36:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:36:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:36:14 3f6b75fb5f67: Preparing 05:36:14 0034d09a15c3: Preparing 05:36:14 ad311d8dfb5d: Preparing 05:36:14 aa4501ac086d: Preparing 05:36:14 afe4aa98f18e: Preparing 05:36:14 c25d424d8608: Preparing 05:36:14 3bac4c1f151b: Preparing 05:36:14 c1d16d9dea22: Preparing 05:36:14 651d9022c234: Preparing 05:36:14 c25d424d8608: Waiting 05:36:14 3bac4c1f151b: Waiting 05:36:14 c1d16d9dea22: Waiting 05:36:14 651d9022c234: Waiting 05:36:14 3f6b75fb5f67: Layer already exists 05:36:14 0034d09a15c3: Layer already exists 05:36:14 ad311d8dfb5d: Layer already exists 05:36:14 aa4501ac086d: Layer already exists 05:36:14 afe4aa98f18e: Layer already exists 05:36:14 c25d424d8608: Layer already exists 05:36:14 3bac4c1f151b: Layer already exists 05:36:14 c1d16d9dea22: Layer already exists 05:36:14 651d9022c234: Layer already exists 05:36:14 latest: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:15 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.21 05:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:36:15 3f6b75fb5f67: Preparing 05:36:15 0034d09a15c3: Preparing 05:36:15 ad311d8dfb5d: Preparing 05:36:15 aa4501ac086d: Preparing 05:36:15 afe4aa98f18e: Preparing 05:36:15 c25d424d8608: Preparing 05:36:15 3bac4c1f151b: Preparing 05:36:15 c1d16d9dea22: Preparing 05:36:15 651d9022c234: Preparing 05:36:15 c25d424d8608: Waiting 05:36:15 3bac4c1f151b: Waiting 05:36:15 651d9022c234: Waiting 05:36:15 c1d16d9dea22: Waiting 05:36:15 afe4aa98f18e: Layer already exists 05:36:15 aa4501ac086d: Layer already exists 05:36:15 3f6b75fb5f67: Layer already exists 05:36:15 0034d09a15c3: Layer already exists 05:36:15 ad311d8dfb5d: Layer already exists 05:36:15 c25d424d8608: Layer already exists 05:36:15 3bac4c1f151b: Layer already exists 05:36:15 c1d16d9dea22: Layer already exists 05:36:15 651d9022c234: Layer already exists 05:36:15 4.0.0-dev.21: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:16 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:36:16 3f6b75fb5f67: Preparing 05:36:16 0034d09a15c3: Preparing 05:36:16 ad311d8dfb5d: Preparing 05:36:16 aa4501ac086d: Preparing 05:36:16 afe4aa98f18e: Preparing 05:36:16 c25d424d8608: Preparing 05:36:16 3bac4c1f151b: Preparing 05:36:16 c1d16d9dea22: Preparing 05:36:16 651d9022c234: Preparing 05:36:16 c25d424d8608: Waiting 05:36:16 3bac4c1f151b: Waiting 05:36:16 c1d16d9dea22: Waiting 05:36:16 651d9022c234: Waiting 05:36:16 afe4aa98f18e: Layer already exists 05:36:16 0034d09a15c3: Layer already exists 05:36:16 ad311d8dfb5d: Layer already exists 05:36:16 3f6b75fb5f67: Layer already exists 05:36:16 aa4501ac086d: Layer already exists 05:36:16 c25d424d8608: Layer already exists 05:36:16 651d9022c234: Layer already exists 05:36:16 c1d16d9dea22: Layer already exists 05:36:16 3bac4c1f151b: Layer already exists 05:36:16 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:17 + 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 05:36:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 05:36:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:36:17 3f6b75fb5f67: Preparing 05:36:17 0034d09a15c3: Preparing 05:36:17 ad311d8dfb5d: Preparing 05:36:17 aa4501ac086d: Preparing 05:36:17 afe4aa98f18e: Preparing 05:36:17 c25d424d8608: Preparing 05:36:17 3bac4c1f151b: Preparing 05:36:17 c25d424d8608: Waiting 05:36:17 3bac4c1f151b: Waiting 05:36:17 c1d16d9dea22: Preparing 05:36:17 651d9022c234: Preparing 05:36:17 651d9022c234: Waiting 05:36:17 aa4501ac086d: Layer already exists 05:36:17 0034d09a15c3: Layer already exists 05:36:17 ad311d8dfb5d: Layer already exists 05:36:17 3f6b75fb5f67: Layer already exists 05:36:17 afe4aa98f18e: Layer already exists 05:36:17 3bac4c1f151b: Layer already exists 05:36:17 c25d424d8608: Layer already exists 05:36:17 c1d16d9dea22: Layer already exists 05:36:17 651d9022c234: Layer already exists 05:36:17 main: digest: sha256:26ccaaecdff996adfa84162a37f09c0cf24f44b3d0d2fa49844e47ba7cdc65ef size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:18 ===================================================== [Pipeline] echo 05:36:18 taggedImages: 05:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.21 05:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:36:18 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:36:18 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:18 latest 05:36:18 4.0.0-dev.21 05:36:18 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:18 main 05:36:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:18 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:36:18 e2e3e3ec5f29: Preparing 05:36:18 213f9f96a762: Preparing 05:36:18 b05730178c08: Preparing 05:36:18 a63bbda9f185: Preparing 05:36:18 9fa009e59a42: Preparing 05:36:18 afe4aa98f18e: Preparing 05:36:18 c25d424d8608: Preparing 05:36:18 f6398e30cc4e: Preparing 05:36:18 afe4aa98f18e: Waiting 05:36:18 c25d424d8608: Waiting 05:36:18 839f942e7bea: Preparing 05:36:18 f6398e30cc4e: Waiting 05:36:18 6719d9554457: Preparing 05:36:18 839f942e7bea: Waiting 05:36:18 651d9022c234: Preparing 05:36:18 6719d9554457: Waiting 05:36:18 651d9022c234: Waiting 05:36:19 a63bbda9f185: Pushed 05:36:19 9fa009e59a42: Pushed 05:36:19 213f9f96a762: Pushed 05:36:19 e2e3e3ec5f29: Pushed 05:36:19 afe4aa98f18e: Layer already exists 05:36:19 c25d424d8608: Layer already exists 05:36:19 651d9022c234: Layer already exists 05:36:19 f6398e30cc4e: Pushed 05:36:19 839f942e7bea: Pushed 05:36:21 b05730178c08: Pushed 05:36:23 6719d9554457: Pushed 05:36:23 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:23 + 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 05:36:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:36:23 e2e3e3ec5f29: Preparing 05:36:23 213f9f96a762: Preparing 05:36:23 b05730178c08: Preparing 05:36:23 a63bbda9f185: Preparing 05:36:23 9fa009e59a42: Preparing 05:36:23 afe4aa98f18e: Preparing 05:36:23 c25d424d8608: Preparing 05:36:23 f6398e30cc4e: Preparing 05:36:23 839f942e7bea: Preparing 05:36:23 6719d9554457: Preparing 05:36:23 651d9022c234: Preparing 05:36:23 afe4aa98f18e: Waiting 05:36:23 c25d424d8608: Waiting 05:36:23 f6398e30cc4e: Waiting 05:36:23 839f942e7bea: Waiting 05:36:23 6719d9554457: Waiting 05:36:23 651d9022c234: Waiting 05:36:23 213f9f96a762: Layer already exists 05:36:23 a63bbda9f185: Layer already exists 05:36:23 b05730178c08: Layer already exists 05:36:23 9fa009e59a42: Layer already exists 05:36:23 e2e3e3ec5f29: Layer already exists 05:36:23 afe4aa98f18e: Layer already exists 05:36:23 839f942e7bea: Layer already exists 05:36:23 c25d424d8608: Layer already exists 05:36:23 f6398e30cc4e: Layer already exists 05:36:23 6719d9554457: Layer already exists 05:36:23 651d9022c234: Layer already exists 05:36:24 latest: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.21 05:36:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:36:24 e2e3e3ec5f29: Preparing 05:36:24 213f9f96a762: Preparing 05:36:24 b05730178c08: Preparing 05:36:24 a63bbda9f185: Preparing 05:36:24 9fa009e59a42: Preparing 05:36:24 afe4aa98f18e: Preparing 05:36:24 c25d424d8608: Preparing 05:36:24 f6398e30cc4e: Preparing 05:36:24 839f942e7bea: Preparing 05:36:24 6719d9554457: Preparing 05:36:24 651d9022c234: Preparing 05:36:24 f6398e30cc4e: Waiting 05:36:24 839f942e7bea: Waiting 05:36:24 6719d9554457: Waiting 05:36:24 651d9022c234: Waiting 05:36:24 afe4aa98f18e: Waiting 05:36:24 c25d424d8608: Waiting 05:36:24 213f9f96a762: Layer already exists 05:36:24 a63bbda9f185: Layer already exists 05:36:24 e2e3e3ec5f29: Layer already exists 05:36:24 9fa009e59a42: Layer already exists 05:36:24 b05730178c08: Layer already exists 05:36:24 f6398e30cc4e: Layer already exists 05:36:24 c25d424d8608: Layer already exists 05:36:24 afe4aa98f18e: Layer already exists 05:36:24 6719d9554457: Layer already exists 05:36:24 839f942e7bea: Layer already exists 05:36:24 651d9022c234: Layer already exists 05:36:25 4.0.0-dev.21: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:36:25 e2e3e3ec5f29: Preparing 05:36:25 213f9f96a762: Preparing 05:36:25 b05730178c08: Preparing 05:36:25 a63bbda9f185: Preparing 05:36:25 9fa009e59a42: Preparing 05:36:25 afe4aa98f18e: Preparing 05:36:25 c25d424d8608: Preparing 05:36:25 f6398e30cc4e: Preparing 05:36:25 839f942e7bea: Preparing 05:36:25 6719d9554457: Preparing 05:36:25 651d9022c234: Preparing 05:36:25 f6398e30cc4e: Waiting 05:36:25 839f942e7bea: Waiting 05:36:25 6719d9554457: Waiting 05:36:25 651d9022c234: Waiting 05:36:25 afe4aa98f18e: Waiting 05:36:25 213f9f96a762: Layer already exists 05:36:25 a63bbda9f185: Layer already exists 05:36:25 b05730178c08: Layer already exists 05:36:25 e2e3e3ec5f29: Layer already exists 05:36:25 9fa009e59a42: Layer already exists 05:36:25 839f942e7bea: Layer already exists 05:36:25 afe4aa98f18e: Layer already exists 05:36:25 f6398e30cc4e: Layer already exists 05:36:25 c25d424d8608: Layer already exists 05:36:25 6719d9554457: Layer already exists 05:36:25 651d9022c234: Layer already exists 05:36:26 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:26 + 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 05:36:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:36:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:36:26 e2e3e3ec5f29: Preparing 05:36:26 213f9f96a762: Preparing 05:36:26 b05730178c08: Preparing 05:36:26 a63bbda9f185: Preparing 05:36:26 9fa009e59a42: Preparing 05:36:26 afe4aa98f18e: Preparing 05:36:26 c25d424d8608: Preparing 05:36:26 f6398e30cc4e: Preparing 05:36:26 839f942e7bea: Preparing 05:36:26 6719d9554457: Preparing 05:36:26 651d9022c234: Preparing 05:36:26 c25d424d8608: Waiting 05:36:26 f6398e30cc4e: Waiting 05:36:26 afe4aa98f18e: Waiting 05:36:26 839f942e7bea: Waiting 05:36:26 6719d9554457: Waiting 05:36:26 651d9022c234: Waiting 05:36:26 a63bbda9f185: Layer already exists 05:36:26 9fa009e59a42: Layer already exists 05:36:26 213f9f96a762: Layer already exists 05:36:26 e2e3e3ec5f29: Layer already exists 05:36:26 b05730178c08: Layer already exists 05:36:26 f6398e30cc4e: Layer already exists 05:36:26 c25d424d8608: Layer already exists 05:36:26 6719d9554457: Layer already exists 05:36:26 839f942e7bea: Layer already exists 05:36:26 afe4aa98f18e: Layer already exists 05:36:26 651d9022c234: Layer already exists 05:36:27 main: digest: sha256:8876723b056b3ae536c664a3f38cc139d2a4ae21d380ad8ea78c1a5f06ae01f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:27 ===================================================== [Pipeline] echo 05:36:27 taggedImages: 05:36:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:36:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.21 05:36:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:36:27 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:36:27 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:27 latest 05:36:27 4.0.0-dev.21 05:36:27 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:27 main 05:36:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:36:27 a5ca3fc21079: Preparing 05:36:27 5f1c027e1cdd: Preparing 05:36:27 40e7227741b0: Preparing 05:36:27 8d5d34ec1e7d: Preparing 05:36:27 484c39df7061: Preparing 05:36:27 6aa81ee59bcb: Preparing 05:36:27 c5a2967b0360: Preparing 05:36:27 afe4aa98f18e: Preparing 05:36:27 c25d424d8608: Preparing 05:36:27 43c082a0f7a3: Preparing 05:36:27 4b93f8c3ce22: Preparing 05:36:27 651d9022c234: Preparing 05:36:27 6aa81ee59bcb: Waiting 05:36:27 43c082a0f7a3: Waiting 05:36:27 c5a2967b0360: Waiting 05:36:27 afe4aa98f18e: Waiting 05:36:27 4b93f8c3ce22: Waiting 05:36:27 c25d424d8608: Waiting 05:36:27 651d9022c234: Waiting 05:36:28 484c39df7061: Pushed 05:36:28 a5ca3fc21079: Pushed 05:36:28 5f1c027e1cdd: Pushed 05:36:28 afe4aa98f18e: Layer already exists 05:36:28 c25d424d8608: Layer already exists 05:36:28 6aa81ee59bcb: Pushed 05:36:28 c5a2967b0360: Pushed 05:36:28 651d9022c234: Layer already exists 05:36:29 43c082a0f7a3: Pushed 05:36:30 8d5d34ec1e7d: Pushed 05:36:31 40e7227741b0: Pushed 05:36:31 4b93f8c3ce22: Pushed 05:36:31 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:32 + 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 05:36:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:36:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:36:32 a5ca3fc21079: Preparing 05:36:32 5f1c027e1cdd: Preparing 05:36:32 40e7227741b0: Preparing 05:36:32 8d5d34ec1e7d: Preparing 05:36:32 484c39df7061: Preparing 05:36:32 6aa81ee59bcb: Preparing 05:36:32 c5a2967b0360: Preparing 05:36:32 afe4aa98f18e: Preparing 05:36:32 c25d424d8608: Preparing 05:36:32 43c082a0f7a3: Preparing 05:36:32 4b93f8c3ce22: Preparing 05:36:32 651d9022c234: Preparing 05:36:32 6aa81ee59bcb: Waiting 05:36:32 43c082a0f7a3: Waiting 05:36:32 4b93f8c3ce22: Waiting 05:36:32 651d9022c234: Waiting 05:36:32 c5a2967b0360: Waiting 05:36:32 afe4aa98f18e: Waiting 05:36:32 c25d424d8608: Waiting 05:36:32 484c39df7061: Layer already exists 05:36:32 a5ca3fc21079: Layer already exists 05:36:32 40e7227741b0: Layer already exists 05:36:32 5f1c027e1cdd: Layer already exists 05:36:32 8d5d34ec1e7d: Layer already exists 05:36:32 6aa81ee59bcb: Layer already exists 05:36:32 afe4aa98f18e: Layer already exists 05:36:32 c5a2967b0360: Layer already exists 05:36:32 43c082a0f7a3: Layer already exists 05:36:32 c25d424d8608: Layer already exists 05:36:32 4b93f8c3ce22: Layer already exists 05:36:32 651d9022c234: Layer already exists 05:36:32 latest: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:33 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.21 05:36:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:36:33 a5ca3fc21079: Preparing 05:36:33 5f1c027e1cdd: Preparing 05:36:33 40e7227741b0: Preparing 05:36:33 8d5d34ec1e7d: Preparing 05:36:33 484c39df7061: Preparing 05:36:33 6aa81ee59bcb: Preparing 05:36:33 c5a2967b0360: Preparing 05:36:33 afe4aa98f18e: Preparing 05:36:33 c25d424d8608: Preparing 05:36:33 43c082a0f7a3: Preparing 05:36:33 4b93f8c3ce22: Preparing 05:36:33 651d9022c234: Preparing 05:36:33 c5a2967b0360: Waiting 05:36:33 afe4aa98f18e: Waiting 05:36:33 c25d424d8608: Waiting 05:36:33 43c082a0f7a3: Waiting 05:36:33 4b93f8c3ce22: Waiting 05:36:33 651d9022c234: Waiting 05:36:33 6aa81ee59bcb: Waiting 05:36:33 a5ca3fc21079: Layer already exists 05:36:33 40e7227741b0: Layer already exists 05:36:33 5f1c027e1cdd: Layer already exists 05:36:33 484c39df7061: Layer already exists 05:36:33 8d5d34ec1e7d: Layer already exists 05:36:33 c5a2967b0360: Layer already exists 05:36:33 43c082a0f7a3: Layer already exists 05:36:33 c25d424d8608: Layer already exists 05:36:33 6aa81ee59bcb: Layer already exists 05:36:33 afe4aa98f18e: Layer already exists 05:36:33 651d9022c234: Layer already exists 05:36:33 4b93f8c3ce22: Layer already exists 05:36:33 4.0.0-dev.21: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:34 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:36:34 a5ca3fc21079: Preparing 05:36:34 5f1c027e1cdd: Preparing 05:36:34 40e7227741b0: Preparing 05:36:34 8d5d34ec1e7d: Preparing 05:36:34 484c39df7061: Preparing 05:36:34 6aa81ee59bcb: Preparing 05:36:34 c5a2967b0360: Preparing 05:36:34 afe4aa98f18e: Preparing 05:36:34 c25d424d8608: Preparing 05:36:34 43c082a0f7a3: Preparing 05:36:34 4b93f8c3ce22: Preparing 05:36:34 651d9022c234: Preparing 05:36:34 6aa81ee59bcb: Waiting 05:36:34 c5a2967b0360: Waiting 05:36:34 afe4aa98f18e: Waiting 05:36:34 c25d424d8608: Waiting 05:36:34 4b93f8c3ce22: Waiting 05:36:34 43c082a0f7a3: Waiting 05:36:34 651d9022c234: Waiting 05:36:34 8d5d34ec1e7d: Layer already exists 05:36:34 484c39df7061: Layer already exists 05:36:34 40e7227741b0: Layer already exists 05:36:34 a5ca3fc21079: Layer already exists 05:36:34 5f1c027e1cdd: Layer already exists 05:36:34 6aa81ee59bcb: Layer already exists 05:36:34 c25d424d8608: Layer already exists 05:36:34 43c082a0f7a3: Layer already exists 05:36:34 afe4aa98f18e: Layer already exists 05:36:34 c5a2967b0360: Layer already exists 05:36:34 4b93f8c3ce22: Layer already exists 05:36:34 651d9022c234: Layer already exists 05:36:34 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:35 + 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 05:36:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:36:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:36:35 a5ca3fc21079: Preparing 05:36:35 5f1c027e1cdd: Preparing 05:36:35 40e7227741b0: Preparing 05:36:35 8d5d34ec1e7d: Preparing 05:36:35 484c39df7061: Preparing 05:36:35 6aa81ee59bcb: Preparing 05:36:35 c5a2967b0360: Preparing 05:36:35 afe4aa98f18e: Preparing 05:36:35 c25d424d8608: Preparing 05:36:35 43c082a0f7a3: Preparing 05:36:35 4b93f8c3ce22: Preparing 05:36:35 651d9022c234: Preparing 05:36:35 43c082a0f7a3: Waiting 05:36:35 4b93f8c3ce22: Waiting 05:36:35 651d9022c234: Waiting 05:36:35 c5a2967b0360: Waiting 05:36:35 afe4aa98f18e: Waiting 05:36:35 6aa81ee59bcb: Waiting 05:36:35 c25d424d8608: Waiting 05:36:35 40e7227741b0: Layer already exists 05:36:35 484c39df7061: Layer already exists 05:36:35 8d5d34ec1e7d: Layer already exists 05:36:35 5f1c027e1cdd: Layer already exists 05:36:35 a5ca3fc21079: Layer already exists 05:36:35 afe4aa98f18e: Layer already exists 05:36:35 c5a2967b0360: Layer already exists 05:36:35 43c082a0f7a3: Layer already exists 05:36:35 6aa81ee59bcb: Layer already exists 05:36:35 c25d424d8608: Layer already exists 05:36:35 651d9022c234: Layer already exists 05:36:35 4b93f8c3ce22: Layer already exists 05:36:35 main: digest: sha256:02e8cb1ff7d4119a387389a8a84869ca6e0d42f30a64863c184bdece49b4c7d7 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:35 ===================================================== [Pipeline] echo 05:36:35 taggedImages: 05:36:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:36:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.21 05:36:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:36:35 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:36:35 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:35 latest 05:36:35 4.0.0-dev.21 05:36:35 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:35 main 05:36:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:36 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:36:36 3e8916488f7a: Preparing 05:36:36 30b8614de57c: Preparing 05:36:36 afe4aa98f18e: Preparing 05:36:36 c25d424d8608: Preparing 05:36:36 9fba0496727f: Preparing 05:36:36 3252655c71b5: Preparing 05:36:36 651d9022c234: Preparing 05:36:36 3252655c71b5: Waiting 05:36:36 651d9022c234: Waiting 05:36:36 afe4aa98f18e: Layer already exists 05:36:36 c25d424d8608: Layer already exists 05:36:36 651d9022c234: Layer already exists 05:36:36 3e8916488f7a: Pushed 05:36:38 9fba0496727f: Pushed 05:36:38 3252655c71b5: Pushed 05:36:40 30b8614de57c: Pushed 05:36:40 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:41 + 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 05:36:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:36:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:36:41 3e8916488f7a: Preparing 05:36:41 30b8614de57c: Preparing 05:36:41 afe4aa98f18e: Preparing 05:36:41 c25d424d8608: Preparing 05:36:41 9fba0496727f: Preparing 05:36:41 3252655c71b5: Preparing 05:36:41 651d9022c234: Preparing 05:36:41 3252655c71b5: Waiting 05:36:41 651d9022c234: Waiting 05:36:41 9fba0496727f: Layer already exists 05:36:41 30b8614de57c: Layer already exists 05:36:41 3e8916488f7a: Layer already exists 05:36:41 afe4aa98f18e: Layer already exists 05:36:41 c25d424d8608: Layer already exists 05:36:41 651d9022c234: Layer already exists 05:36:41 3252655c71b5: Layer already exists 05:36:41 latest: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:42 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.21 05:36:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:36:42 3e8916488f7a: Preparing 05:36:42 30b8614de57c: Preparing 05:36:42 afe4aa98f18e: Preparing 05:36:42 c25d424d8608: Preparing 05:36:42 9fba0496727f: Preparing 05:36:42 3252655c71b5: Preparing 05:36:42 651d9022c234: Preparing 05:36:42 3252655c71b5: Waiting 05:36:42 3e8916488f7a: Layer already exists 05:36:42 30b8614de57c: Layer already exists 05:36:42 c25d424d8608: Layer already exists 05:36:42 9fba0496727f: Layer already exists 05:36:42 afe4aa98f18e: Layer already exists 05:36:42 3252655c71b5: Layer already exists 05:36:42 651d9022c234: Layer already exists 05:36:42 4.0.0-dev.21: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:43 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:36:44 3e8916488f7a: Preparing 05:36:44 30b8614de57c: Preparing 05:36:44 afe4aa98f18e: Preparing 05:36:44 c25d424d8608: Preparing 05:36:44 9fba0496727f: Preparing 05:36:44 3252655c71b5: Preparing 05:36:44 651d9022c234: Preparing 05:36:44 3252655c71b5: Waiting 05:36:44 651d9022c234: Waiting 05:36:44 c25d424d8608: Layer already exists 05:36:44 3e8916488f7a: Layer already exists 05:36:44 afe4aa98f18e: Layer already exists 05:36:44 9fba0496727f: Layer already exists 05:36:44 30b8614de57c: Layer already exists 05:36:44 3252655c71b5: Layer already exists 05:36:44 651d9022c234: Layer already exists 05:36:44 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:44 + 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 05:36:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:36:45 3e8916488f7a: Preparing 05:36:45 30b8614de57c: Preparing 05:36:45 afe4aa98f18e: Preparing 05:36:45 c25d424d8608: Preparing 05:36:45 9fba0496727f: Preparing 05:36:45 3252655c71b5: Preparing 05:36:45 651d9022c234: Preparing 05:36:45 3252655c71b5: Waiting 05:36:45 651d9022c234: Waiting 05:36:45 afe4aa98f18e: Layer already exists 05:36:45 c25d424d8608: Layer already exists 05:36:45 3e8916488f7a: Layer already exists 05:36:45 9fba0496727f: Layer already exists 05:36:45 30b8614de57c: Layer already exists 05:36:45 651d9022c234: Layer already exists 05:36:45 3252655c71b5: Layer already exists 05:36:45 main: digest: sha256:04dd8818fb73f0ad4a1582ef542a1eeda7dfe21aa867408593e7490f2d31a229 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:45 ===================================================== [Pipeline] echo 05:36:45 taggedImages: 05:36:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:36:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.21 05:36:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:36:45 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:36:45 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:45 latest 05:36:45 4.0.0-dev.21 05:36:45 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:36:45 main 05:36:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:36:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:36:46 aebdf8147585: Preparing 05:36:46 66d6cc4b7e0d: Preparing 05:36:46 f01e5220024d: Preparing 05:36:46 afe4aa98f18e: Preparing 05:36:46 c25d424d8608: Preparing 05:36:46 e3730a4b9eae: Preparing 05:36:46 debd2dbf3c2d: Preparing 05:36:46 2fe5728f25b0: Preparing 05:36:46 45c2d9f237af: Preparing 05:36:46 651d9022c234: Preparing 05:36:46 e3730a4b9eae: Waiting 05:36:46 debd2dbf3c2d: Waiting 05:36:46 2fe5728f25b0: Waiting 05:36:46 651d9022c234: Waiting 05:36:46 45c2d9f237af: Waiting 05:36:46 afe4aa98f18e: Layer already exists 05:36:46 c25d424d8608: Layer already exists 05:36:46 66d6cc4b7e0d: Pushed 05:36:46 f01e5220024d: Pushed 05:36:46 aebdf8147585: Pushed 05:36:46 651d9022c234: Layer already exists 05:36:47 2fe5728f25b0: Pushed 05:36:49 45c2d9f237af: Pushed 05:36:59 debd2dbf3c2d: Pushed 05:37:09 e3730a4b9eae: Pushed 05:37:09 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:10 + 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 05:37:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:37:10 aebdf8147585: Preparing 05:37:10 66d6cc4b7e0d: Preparing 05:37:10 f01e5220024d: Preparing 05:37:10 afe4aa98f18e: Preparing 05:37:10 c25d424d8608: Preparing 05:37:10 e3730a4b9eae: Preparing 05:37:10 debd2dbf3c2d: Preparing 05:37:10 2fe5728f25b0: Preparing 05:37:10 45c2d9f237af: Preparing 05:37:10 651d9022c234: Preparing 05:37:10 e3730a4b9eae: Waiting 05:37:10 debd2dbf3c2d: Waiting 05:37:10 2fe5728f25b0: Waiting 05:37:10 45c2d9f237af: Waiting 05:37:10 651d9022c234: Waiting 05:37:10 f01e5220024d: Layer already exists 05:37:10 66d6cc4b7e0d: Layer already exists 05:37:10 afe4aa98f18e: Layer already exists 05:37:10 aebdf8147585: Layer already exists 05:37:10 c25d424d8608: Layer already exists 05:37:10 debd2dbf3c2d: Layer already exists 05:37:10 2fe5728f25b0: Layer already exists 05:37:10 651d9022c234: Layer already exists 05:37:10 e3730a4b9eae: Layer already exists 05:37:10 45c2d9f237af: Layer already exists 05:37:10 latest: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:11 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.21 05:37:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:37:11 aebdf8147585: Preparing 05:37:11 66d6cc4b7e0d: Preparing 05:37:11 f01e5220024d: Preparing 05:37:11 afe4aa98f18e: Preparing 05:37:11 c25d424d8608: Preparing 05:37:11 e3730a4b9eae: Preparing 05:37:11 debd2dbf3c2d: Preparing 05:37:11 2fe5728f25b0: Preparing 05:37:11 45c2d9f237af: Preparing 05:37:11 651d9022c234: Preparing 05:37:11 debd2dbf3c2d: Waiting 05:37:11 2fe5728f25b0: Waiting 05:37:11 45c2d9f237af: Waiting 05:37:11 e3730a4b9eae: Waiting 05:37:11 651d9022c234: Waiting 05:37:11 aebdf8147585: Layer already exists 05:37:11 afe4aa98f18e: Layer already exists 05:37:11 c25d424d8608: Layer already exists 05:37:11 66d6cc4b7e0d: Layer already exists 05:37:11 f01e5220024d: Layer already exists 05:37:11 e3730a4b9eae: Layer already exists 05:37:11 debd2dbf3c2d: Layer already exists 05:37:11 2fe5728f25b0: Layer already exists 05:37:11 45c2d9f237af: Layer already exists 05:37:11 651d9022c234: Layer already exists 05:37:11 4.0.0-dev.21: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:12 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:37:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:37:12 aebdf8147585: Preparing 05:37:12 66d6cc4b7e0d: Preparing 05:37:12 f01e5220024d: Preparing 05:37:12 afe4aa98f18e: Preparing 05:37:12 c25d424d8608: Preparing 05:37:12 e3730a4b9eae: Preparing 05:37:12 debd2dbf3c2d: Preparing 05:37:12 2fe5728f25b0: Preparing 05:37:12 45c2d9f237af: Preparing 05:37:12 651d9022c234: Preparing 05:37:12 2fe5728f25b0: Waiting 05:37:12 45c2d9f237af: Waiting 05:37:12 651d9022c234: Waiting 05:37:12 e3730a4b9eae: Waiting 05:37:12 debd2dbf3c2d: Waiting 05:37:12 c25d424d8608: Layer already exists 05:37:12 f01e5220024d: Layer already exists 05:37:12 aebdf8147585: Layer already exists 05:37:12 afe4aa98f18e: Layer already exists 05:37:12 66d6cc4b7e0d: Layer already exists 05:37:12 2fe5728f25b0: Layer already exists 05:37:12 debd2dbf3c2d: Layer already exists 05:37:12 e3730a4b9eae: Layer already exists 05:37:12 45c2d9f237af: Layer already exists 05:37:12 651d9022c234: Layer already exists 05:37:12 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:13 + 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 05:37:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:37:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:37:13 aebdf8147585: Preparing 05:37:13 66d6cc4b7e0d: Preparing 05:37:13 f01e5220024d: Preparing 05:37:13 afe4aa98f18e: Preparing 05:37:13 c25d424d8608: Preparing 05:37:13 e3730a4b9eae: Preparing 05:37:13 debd2dbf3c2d: Preparing 05:37:13 2fe5728f25b0: Preparing 05:37:13 45c2d9f237af: Preparing 05:37:13 651d9022c234: Preparing 05:37:13 e3730a4b9eae: Waiting 05:37:13 45c2d9f237af: Waiting 05:37:13 debd2dbf3c2d: Waiting 05:37:13 2fe5728f25b0: Waiting 05:37:13 651d9022c234: Waiting 05:37:13 aebdf8147585: Layer already exists 05:37:13 f01e5220024d: Layer already exists 05:37:13 c25d424d8608: Layer already exists 05:37:13 afe4aa98f18e: Layer already exists 05:37:13 66d6cc4b7e0d: Layer already exists 05:37:13 debd2dbf3c2d: Layer already exists 05:37:13 45c2d9f237af: Layer already exists 05:37:13 e3730a4b9eae: Layer already exists 05:37:13 2fe5728f25b0: Layer already exists 05:37:13 651d9022c234: Layer already exists 05:37:13 main: digest: sha256:dd124f4651d1ccc5064422d9f5feb7a084f43162e5324af1232e5df66afe287d size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:37:13 ===================================================== [Pipeline] echo 05:37:13 taggedImages: 05:37:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:37:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:37:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.21 05:37:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:37:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:37:13 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:37:13 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:37:13 latest 05:37:13 4.0.0-dev.21 05:37:13 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:37:13 main 05:37:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:14 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:37:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:37:14 cfa298fafe35: Preparing 05:37:14 c152c0027da1: Preparing 05:37:14 0b5f9350e695: Preparing 05:37:14 afe4aa98f18e: Preparing 05:37:14 c25d424d8608: Preparing 05:37:14 938d63b456b6: Preparing 05:37:14 a484d8300de0: Preparing 05:37:14 4344dd1e13f3: Preparing 05:37:14 651d9022c234: Preparing 05:37:14 a484d8300de0: Waiting 05:37:14 4344dd1e13f3: Waiting 05:37:14 938d63b456b6: Waiting 05:37:14 651d9022c234: Waiting 05:37:14 c25d424d8608: Layer already exists 05:37:15 afe4aa98f18e: Layer already exists 05:37:15 c152c0027da1: Pushed 05:37:15 0b5f9350e695: Pushed 05:37:15 cfa298fafe35: Pushed 05:37:15 651d9022c234: Layer already exists 05:37:15 4344dd1e13f3: Pushed 05:37:16 a484d8300de0: Pushed 05:37:38 938d63b456b6: Pushed 05:37:38 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:38 + 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 05:37:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:37:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:37:39 cfa298fafe35: Preparing 05:37:39 c152c0027da1: Preparing 05:37:39 0b5f9350e695: Preparing 05:37:39 afe4aa98f18e: Preparing 05:37:39 c25d424d8608: Preparing 05:37:39 938d63b456b6: Preparing 05:37:39 a484d8300de0: Preparing 05:37:39 4344dd1e13f3: Preparing 05:37:39 651d9022c234: Preparing 05:37:39 938d63b456b6: Waiting 05:37:39 a484d8300de0: Waiting 05:37:39 4344dd1e13f3: Waiting 05:37:39 651d9022c234: Waiting 05:37:39 afe4aa98f18e: Layer already exists 05:37:39 c25d424d8608: Layer already exists 05:37:39 0b5f9350e695: Layer already exists 05:37:39 cfa298fafe35: Layer already exists 05:37:39 c152c0027da1: Layer already exists 05:37:39 4344dd1e13f3: Layer already exists 05:37:39 a484d8300de0: Layer already exists 05:37:39 938d63b456b6: Layer already exists 05:37:39 651d9022c234: Layer already exists 05:37:39 latest: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:39 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.21 05:37:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:37:40 cfa298fafe35: Preparing 05:37:40 c152c0027da1: Preparing 05:37:40 0b5f9350e695: Preparing 05:37:40 afe4aa98f18e: Preparing 05:37:40 c25d424d8608: Preparing 05:37:40 938d63b456b6: Preparing 05:37:40 a484d8300de0: Preparing 05:37:40 4344dd1e13f3: Preparing 05:37:40 651d9022c234: Preparing 05:37:40 938d63b456b6: Waiting 05:37:40 a484d8300de0: Waiting 05:37:40 4344dd1e13f3: Waiting 05:37:40 651d9022c234: Waiting 05:37:40 c25d424d8608: Layer already exists 05:37:40 c152c0027da1: Layer already exists 05:37:40 afe4aa98f18e: Layer already exists 05:37:40 cfa298fafe35: Layer already exists 05:37:40 0b5f9350e695: Layer already exists 05:37:40 a484d8300de0: Layer already exists 05:37:40 4344dd1e13f3: Layer already exists 05:37:40 938d63b456b6: Layer already exists 05:37:40 651d9022c234: Layer already exists 05:37:40 4.0.0-dev.21: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:40 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:37:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:37:41 cfa298fafe35: Preparing 05:37:41 c152c0027da1: Preparing 05:37:41 0b5f9350e695: Preparing 05:37:41 afe4aa98f18e: Preparing 05:37:41 c25d424d8608: Preparing 05:37:41 938d63b456b6: Preparing 05:37:41 a484d8300de0: Preparing 05:37:41 4344dd1e13f3: Preparing 05:37:41 651d9022c234: Preparing 05:37:41 a484d8300de0: Waiting 05:37:41 4344dd1e13f3: Waiting 05:37:41 651d9022c234: Waiting 05:37:41 938d63b456b6: Waiting 05:37:41 afe4aa98f18e: Layer already exists 05:37:41 0b5f9350e695: Layer already exists 05:37:41 c152c0027da1: Layer already exists 05:37:41 cfa298fafe35: Layer already exists 05:37:41 c25d424d8608: Layer already exists 05:37:41 651d9022c234: Layer already exists 05:37:41 a484d8300de0: Layer already exists 05:37:41 4344dd1e13f3: Layer already exists 05:37:41 938d63b456b6: Layer already exists 05:37:41 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:41 + 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 05:37:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:37:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:37:42 cfa298fafe35: Preparing 05:37:42 c152c0027da1: Preparing 05:37:42 0b5f9350e695: Preparing 05:37:42 afe4aa98f18e: Preparing 05:37:42 c25d424d8608: Preparing 05:37:42 938d63b456b6: Preparing 05:37:42 a484d8300de0: Preparing 05:37:42 4344dd1e13f3: Preparing 05:37:42 651d9022c234: Preparing 05:37:42 a484d8300de0: Waiting 05:37:42 4344dd1e13f3: Waiting 05:37:42 651d9022c234: Waiting 05:37:42 938d63b456b6: Waiting 05:37:42 cfa298fafe35: Layer already exists 05:37:42 c152c0027da1: Layer already exists 05:37:42 0b5f9350e695: Layer already exists 05:37:42 c25d424d8608: Layer already exists 05:37:42 afe4aa98f18e: Layer already exists 05:37:42 a484d8300de0: Layer already exists 05:37:42 938d63b456b6: Layer already exists 05:37:42 4344dd1e13f3: Layer already exists 05:37:42 651d9022c234: Layer already exists 05:37:42 main: digest: sha256:c644434a2d350c8a045d550170cfae14deb52f19cebf70a3f34368182ab1f90b size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:37:42 ===================================================== [Pipeline] echo 05:37:42 taggedImages: 05:37:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:37:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:37:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.21 05:37:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:37:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:37:42 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:37:42 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:37:42 latest 05:37:42 4.0.0-dev.21 05:37:42 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:37:42 main 05:37:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:43 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:37:43 624b6a28b6d4: Preparing 05:37:43 6a8e65ecf561: Preparing 05:37:43 fdc6dfa4cf79: Preparing 05:37:43 afe4aa98f18e: Preparing 05:37:43 c25d424d8608: Preparing 05:37:43 94b51ec3b73a: Preparing 05:37:43 2fe5728f25b0: Preparing 05:37:43 45c2d9f237af: Preparing 05:37:43 651d9022c234: Preparing 05:37:43 94b51ec3b73a: Waiting 05:37:43 2fe5728f25b0: Waiting 05:37:43 45c2d9f237af: Waiting 05:37:43 651d9022c234: Waiting 05:37:43 afe4aa98f18e: Layer already exists 05:37:43 c25d424d8608: Layer already exists 05:37:43 fdc6dfa4cf79: Pushed 05:37:43 2fe5728f25b0: Layer already exists 05:37:43 6a8e65ecf561: Pushed 05:37:43 45c2d9f237af: Layer already exists 05:37:43 624b6a28b6d4: Pushed 05:37:43 651d9022c234: Layer already exists 05:38:05 94b51ec3b73a: Pushed 05:38:05 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:06 + 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 05:38:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:38:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:38:06 624b6a28b6d4: Preparing 05:38:06 6a8e65ecf561: Preparing 05:38:06 fdc6dfa4cf79: Preparing 05:38:06 afe4aa98f18e: Preparing 05:38:06 c25d424d8608: Preparing 05:38:06 94b51ec3b73a: Preparing 05:38:06 2fe5728f25b0: Preparing 05:38:06 45c2d9f237af: Preparing 05:38:06 651d9022c234: Preparing 05:38:06 94b51ec3b73a: Waiting 05:38:06 2fe5728f25b0: Waiting 05:38:06 45c2d9f237af: Waiting 05:38:06 651d9022c234: Waiting 05:38:06 6a8e65ecf561: Layer already exists 05:38:06 fdc6dfa4cf79: Layer already exists 05:38:06 624b6a28b6d4: Layer already exists 05:38:06 afe4aa98f18e: Layer already exists 05:38:06 c25d424d8608: Layer already exists 05:38:06 2fe5728f25b0: Layer already exists 05:38:06 94b51ec3b73a: Layer already exists 05:38:06 651d9022c234: Layer already exists 05:38:06 45c2d9f237af: Layer already exists 05:38:06 latest: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:07 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.21 05:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:38:07 624b6a28b6d4: Preparing 05:38:07 6a8e65ecf561: Preparing 05:38:07 fdc6dfa4cf79: Preparing 05:38:07 afe4aa98f18e: Preparing 05:38:07 c25d424d8608: Preparing 05:38:07 94b51ec3b73a: Preparing 05:38:07 2fe5728f25b0: Preparing 05:38:07 45c2d9f237af: Preparing 05:38:07 651d9022c234: Preparing 05:38:07 45c2d9f237af: Waiting 05:38:07 94b51ec3b73a: Waiting 05:38:07 2fe5728f25b0: Waiting 05:38:07 651d9022c234: Waiting 05:38:07 6a8e65ecf561: Layer already exists 05:38:07 c25d424d8608: Layer already exists 05:38:07 fdc6dfa4cf79: Layer already exists 05:38:07 624b6a28b6d4: Layer already exists 05:38:07 afe4aa98f18e: Layer already exists 05:38:07 94b51ec3b73a: Layer already exists 05:38:07 2fe5728f25b0: Layer already exists 05:38:07 651d9022c234: Layer already exists 05:38:07 45c2d9f237af: Layer already exists 05:38:07 4.0.0-dev.21: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:38:08 624b6a28b6d4: Preparing 05:38:08 6a8e65ecf561: Preparing 05:38:08 fdc6dfa4cf79: Preparing 05:38:08 afe4aa98f18e: Preparing 05:38:08 c25d424d8608: Preparing 05:38:08 94b51ec3b73a: Preparing 05:38:08 2fe5728f25b0: Preparing 05:38:08 45c2d9f237af: Preparing 05:38:08 651d9022c234: Preparing 05:38:08 94b51ec3b73a: Waiting 05:38:08 2fe5728f25b0: Waiting 05:38:08 45c2d9f237af: Waiting 05:38:08 651d9022c234: Waiting 05:38:08 fdc6dfa4cf79: Layer already exists 05:38:08 afe4aa98f18e: Layer already exists 05:38:08 c25d424d8608: Layer already exists 05:38:08 624b6a28b6d4: Layer already exists 05:38:08 6a8e65ecf561: Layer already exists 05:38:08 94b51ec3b73a: Layer already exists 05:38:08 651d9022c234: Layer already exists 05:38:08 2fe5728f25b0: Layer already exists 05:38:08 45c2d9f237af: Layer already exists 05:38:08 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:09 + 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 05:38:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:38:09 624b6a28b6d4: Preparing 05:38:09 6a8e65ecf561: Preparing 05:38:09 fdc6dfa4cf79: Preparing 05:38:09 afe4aa98f18e: Preparing 05:38:09 c25d424d8608: Preparing 05:38:09 94b51ec3b73a: Preparing 05:38:09 2fe5728f25b0: Preparing 05:38:09 45c2d9f237af: Preparing 05:38:09 651d9022c234: Preparing 05:38:09 2fe5728f25b0: Waiting 05:38:09 45c2d9f237af: Waiting 05:38:09 651d9022c234: Waiting 05:38:09 94b51ec3b73a: Waiting 05:38:09 6a8e65ecf561: Layer already exists 05:38:09 c25d424d8608: Layer already exists 05:38:09 afe4aa98f18e: Layer already exists 05:38:09 624b6a28b6d4: Layer already exists 05:38:09 fdc6dfa4cf79: Layer already exists 05:38:09 45c2d9f237af: Layer already exists 05:38:09 2fe5728f25b0: Layer already exists 05:38:09 94b51ec3b73a: Layer already exists 05:38:09 651d9022c234: Layer already exists 05:38:09 main: digest: sha256:acf9df16974702a298385d302b3283702dc0aabc4d94770b8f483f86d4020921 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:38:09 ===================================================== [Pipeline] echo 05:38:09 taggedImages: 05:38:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:38:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:38:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.21 05:38:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:38:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:38:09 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:38:09 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:38:09 latest 05:38:09 4.0.0-dev.21 05:38:09 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:38:09 main 05:38:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:10 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:38:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:38:10 2b704bb92cce: Preparing 05:38:10 376be2eaef20: Preparing 05:38:10 f6f230878f79: Preparing 05:38:10 afe4aa98f18e: Preparing 05:38:10 c25d424d8608: Preparing 05:38:10 e2feef9a2d0f: Preparing 05:38:10 bb4a97516135: Preparing 05:38:10 651d9022c234: Preparing 05:38:10 e2feef9a2d0f: Waiting 05:38:10 bb4a97516135: Waiting 05:38:10 651d9022c234: Waiting 05:38:10 c25d424d8608: Layer already exists 05:38:10 afe4aa98f18e: Layer already exists 05:38:10 376be2eaef20: Pushed 05:38:10 2b704bb92cce: Pushed 05:38:10 651d9022c234: Layer already exists 05:38:11 bb4a97516135: Pushed 05:38:12 e2feef9a2d0f: Pushed 05:38:19 f6f230878f79: Pushed 05:38:19 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:19 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:38:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:38:20 2b704bb92cce: Preparing 05:38:20 376be2eaef20: Preparing 05:38:20 f6f230878f79: Preparing 05:38:20 afe4aa98f18e: Preparing 05:38:20 c25d424d8608: Preparing 05:38:20 e2feef9a2d0f: Preparing 05:38:20 bb4a97516135: Preparing 05:38:20 651d9022c234: Preparing 05:38:20 bb4a97516135: Waiting 05:38:20 651d9022c234: Waiting 05:38:20 e2feef9a2d0f: Waiting 05:38:20 f6f230878f79: Layer already exists 05:38:20 2b704bb92cce: Layer already exists 05:38:20 c25d424d8608: Layer already exists 05:38:20 376be2eaef20: Layer already exists 05:38:20 afe4aa98f18e: Layer already exists 05:38:20 bb4a97516135: Layer already exists 05:38:20 651d9022c234: Layer already exists 05:38:20 e2feef9a2d0f: Layer already exists 05:38:20 latest: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:20 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.21 05:38:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:38:20 2b704bb92cce: Preparing 05:38:20 376be2eaef20: Preparing 05:38:20 f6f230878f79: Preparing 05:38:20 afe4aa98f18e: Preparing 05:38:20 c25d424d8608: Preparing 05:38:20 e2feef9a2d0f: Preparing 05:38:20 bb4a97516135: Preparing 05:38:20 651d9022c234: Preparing 05:38:20 e2feef9a2d0f: Waiting 05:38:20 651d9022c234: Waiting 05:38:20 bb4a97516135: Waiting 05:38:20 2b704bb92cce: Layer already exists 05:38:20 f6f230878f79: Layer already exists 05:38:20 c25d424d8608: Layer already exists 05:38:20 afe4aa98f18e: Layer already exists 05:38:20 376be2eaef20: Layer already exists 05:38:20 e2feef9a2d0f: Layer already exists 05:38:20 bb4a97516135: Layer already exists 05:38:20 651d9022c234: Layer already exists 05:38:21 4.0.0-dev.21: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:38:21 2b704bb92cce: Preparing 05:38:21 376be2eaef20: Preparing 05:38:21 f6f230878f79: Preparing 05:38:21 afe4aa98f18e: Preparing 05:38:21 c25d424d8608: Preparing 05:38:21 e2feef9a2d0f: Preparing 05:38:21 bb4a97516135: Preparing 05:38:21 651d9022c234: Preparing 05:38:21 e2feef9a2d0f: Waiting 05:38:21 bb4a97516135: Waiting 05:38:21 651d9022c234: Waiting 05:38:21 f6f230878f79: Layer already exists 05:38:21 afe4aa98f18e: Layer already exists 05:38:21 376be2eaef20: Layer already exists 05:38:21 c25d424d8608: Layer already exists 05:38:21 2b704bb92cce: Layer already exists 05:38:21 e2feef9a2d0f: Layer already exists 05:38:21 bb4a97516135: Layer already exists 05:38:21 651d9022c234: Layer already exists 05:38:22 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:38:22 2b704bb92cce: Preparing 05:38:22 376be2eaef20: Preparing 05:38:22 f6f230878f79: Preparing 05:38:22 afe4aa98f18e: Preparing 05:38:22 c25d424d8608: Preparing 05:38:22 e2feef9a2d0f: Preparing 05:38:22 bb4a97516135: Preparing 05:38:22 651d9022c234: Preparing 05:38:22 e2feef9a2d0f: Waiting 05:38:22 bb4a97516135: Waiting 05:38:22 651d9022c234: Waiting 05:38:22 afe4aa98f18e: Layer already exists 05:38:22 f6f230878f79: Layer already exists 05:38:22 376be2eaef20: Layer already exists 05:38:22 2b704bb92cce: Layer already exists 05:38:22 c25d424d8608: Layer already exists 05:38:22 bb4a97516135: Layer already exists 05:38:22 e2feef9a2d0f: Layer already exists 05:38:22 651d9022c234: Layer already exists 05:38:22 main: digest: sha256:4cedb407cfa190a5f410b7480437ee5b04a4c289a6d9c6f83eceaa621d5b692f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:38:23 ===================================================== [Pipeline] echo 05:38:23 taggedImages: 05:38:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:38:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:38:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.21 05:38:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:38:23 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:38:23 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:38:23 dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:38:23 latest 05:38:23 4.0.0-dev.21 05:38:23 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:38:23 main 05:38:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:23 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:38:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:38:24 8a3a11252c72: Preparing 05:38:24 76afe7d43468: Preparing 05:38:24 afe4aa98f18e: Preparing 05:38:24 c25d424d8608: Preparing 05:38:24 1dce9c544c46: Preparing 05:38:24 05123036cfea: Preparing 05:38:24 651d9022c234: Preparing 05:38:24 05123036cfea: Waiting 05:38:24 651d9022c234: Waiting 05:38:24 afe4aa98f18e: Layer already exists 05:38:24 c25d424d8608: Layer already exists 05:38:24 651d9022c234: Layer already exists 05:38:24 8a3a11252c72: Pushed 05:38:24 05123036cfea: Pushed 05:38:25 1dce9c544c46: Pushed 05:38:32 76afe7d43468: Pushed 05:38:32 dcc5cb70b686b998bc99b20e204d8e8d94355ed0: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:33 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:38:33 8a3a11252c72: Preparing 05:38:33 76afe7d43468: Preparing 05:38:33 afe4aa98f18e: Preparing 05:38:33 c25d424d8608: Preparing 05:38:33 1dce9c544c46: Preparing 05:38:33 05123036cfea: Preparing 05:38:33 651d9022c234: Preparing 05:38:33 05123036cfea: Waiting 05:38:33 651d9022c234: Waiting 05:38:33 8a3a11252c72: Layer already exists 05:38:33 c25d424d8608: Layer already exists 05:38:33 76afe7d43468: Layer already exists 05:38:33 afe4aa98f18e: Layer already exists 05:38:33 1dce9c544c46: Layer already exists 05:38:33 651d9022c234: Layer already exists 05:38:33 05123036cfea: Layer already exists 05:38:33 latest: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:34 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.21 05:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:38:34 8a3a11252c72: Preparing 05:38:34 76afe7d43468: Preparing 05:38:34 afe4aa98f18e: Preparing 05:38:34 c25d424d8608: Preparing 05:38:34 1dce9c544c46: Preparing 05:38:34 05123036cfea: Preparing 05:38:34 651d9022c234: Preparing 05:38:34 05123036cfea: Waiting 05:38:34 651d9022c234: Waiting 05:38:34 c25d424d8608: Layer already exists 05:38:34 afe4aa98f18e: Layer already exists 05:38:34 76afe7d43468: Layer already exists 05:38:34 1dce9c544c46: Layer already exists 05:38:34 8a3a11252c72: Layer already exists 05:38:34 05123036cfea: Layer already exists 05:38:34 651d9022c234: Layer already exists 05:38:34 4.0.0-dev.21: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:38:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:38:35 8a3a11252c72: Preparing 05:38:35 76afe7d43468: Preparing 05:38:35 afe4aa98f18e: Preparing 05:38:35 c25d424d8608: Preparing 05:38:35 1dce9c544c46: Preparing 05:38:35 05123036cfea: Preparing 05:38:35 651d9022c234: Preparing 05:38:35 05123036cfea: Waiting 05:38:35 651d9022c234: Waiting 05:38:35 1dce9c544c46: Layer already exists 05:38:35 afe4aa98f18e: Layer already exists 05:38:35 c25d424d8608: Layer already exists 05:38:35 76afe7d43468: Layer already exists 05:38:35 8a3a11252c72: Layer already exists 05:38:35 05123036cfea: Layer already exists 05:38:35 651d9022c234: Layer already exists 05:38:35 dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:38:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:38:36 8a3a11252c72: Preparing 05:38:36 76afe7d43468: Preparing 05:38:36 afe4aa98f18e: Preparing 05:38:36 c25d424d8608: Preparing 05:38:36 1dce9c544c46: Preparing 05:38:36 05123036cfea: Preparing 05:38:36 651d9022c234: Preparing 05:38:36 05123036cfea: Waiting 05:38:36 651d9022c234: Waiting 05:38:36 1dce9c544c46: Layer already exists 05:38:36 afe4aa98f18e: Layer already exists 05:38:36 8a3a11252c72: Layer already exists 05:38:36 76afe7d43468: Layer already exists 05:38:36 c25d424d8608: Layer already exists 05:38:36 651d9022c234: Layer already exists 05:38:36 05123036cfea: Layer already exists 05:38:36 main: digest: sha256:853cc2e93ec1652eac72d81ef272d5c853bdaa498c43a36b09c35e9abf065c82 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:38:36 ===================================================== [Pipeline] echo 05:38:36 taggedImages: 05:38:36 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0 05:38:36 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:38:36 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.21 05:38:36 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcc5cb70b686b998bc99b20e204d8e8d94355ed0-4.0.0-dev.21 05:38:36 - 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 05:38:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:38:37 05:38:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:38:37 arm64: Pulling from edgex-lftools-log-publisher 05:38:37 8998bd30e6a1: Pulling fs layer 05:38:37 04944245beec: Pulling fs layer 05:38:37 699f458cf7ca: Pulling fs layer 05:38:37 765212b225bb: Pulling fs layer 05:38:37 f23df028b6ca: Pulling fs layer 05:38:37 d65c8cfc05b1: Pulling fs layer 05:38:37 2437ff75d9bd: Pulling fs layer 05:38:37 765212b225bb: Waiting 05:38:37 f23df028b6ca: Waiting 05:38:37 d65c8cfc05b1: Waiting 05:38:37 2437ff75d9bd: Waiting 05:38:37 04944245beec: Verifying Checksum 05:38:37 04944245beec: Download complete 05:38:37 765212b225bb: Verifying Checksum 05:38:37 765212b225bb: Download complete 05:38:37 f23df028b6ca: Verifying Checksum 05:38:37 f23df028b6ca: Download complete 05:38:37 d65c8cfc05b1: Verifying Checksum 05:38:37 d65c8cfc05b1: Download complete 05:38:38 699f458cf7ca: Verifying Checksum 05:38:38 699f458cf7ca: Download complete 05:38:38 8998bd30e6a1: Verifying Checksum 05:38:38 8998bd30e6a1: Download complete 05:38:40 2437ff75d9bd: Verifying Checksum 05:38:40 2437ff75d9bd: Download complete 05:38:42 8998bd30e6a1: Pull complete 05:38:43 04944245beec: Pull complete 05:38:44 699f458cf7ca: Pull complete 05:38:44 765212b225bb: Pull complete 05:38:45 f23df028b6ca: Pull complete 05:38:45 d65c8cfc05b1: Pull complete 05:39:00 2437ff75d9bd: Pull complete 05:39:00 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:39:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:39:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:39:00 prd-ubuntu20.04-docker-arm64-4c-16g-27136 does not seem to be running inside a container 05:39:00 $ 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/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:39:03 $ docker top 8dd7a789674334c8dfb3bbf5b226f08cc0a9c2ae6683b93d0b1ebf3a1862503f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:39:04 ---> job-cost.sh 05:39:04 lf-activate-venv: SKIPPING 05:39:04 INFO: No Stack... 05:39:05 INFO: Retrieving Pricing Info for: v3-standard-4 05:39:05 INFO: Archiving Costs [Pipeline] sh 05:39:06 + cat /w/workspace/edgex-go/755/archives/cost.csv 05:39:06 + cut -d, -f6 [Pipeline] lock 05:39:06 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-755-stack-cost] 05:39:06 Resource [jenkins-edgexfoundry-edgex-go-main-755-stack-cost] did not exist. Created. 05:39:06 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-755-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:39:06 + echo total: 0.10999999940395355 [Pipeline] stash 05:39:07 Stashed 1 file(s) [Pipeline] } 05:39:07 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-755-stack-cost] [Pipeline] // lock [Pipeline] } 05:39:07 $ docker stop --time=1 8dd7a789674334c8dfb3bbf5b226f08cc0a9c2ae6683b93d0b1ebf3a1862503f 05:39:09 $ docker rm -f --volumes 8dd7a789674334c8dfb3bbf5b226f08cc0a9c2ae6683b93d0b1ebf3a1862503f [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 05:39:09 provisioning config files... 05:39:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/755@tmp/config9604257340016694747tmp [Pipeline] { [Pipeline] sh 05:39:10 + set +x 05:39:10 + bash -s -- 05:39:10 + curl -s https://codecov.io/bash 05:39:10 05:39:10 _____ _ 05:39:10 / ____| | | 05:39:10 | | ___ __| | ___ ___ _____ __ 05:39:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:39:10 | |___| (_) | (_| | __/ (_| (_) \ V / 05:39:10 \_____\___/ \__,_|\___|\___\___/ \_/ 05:39:10 Bash-1.0.6 05:39:10 05:39:10 05:39:10 ==> git version 2.25.1 found 05:39:10 ==> 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 05:39:10 Release-Date: 2020-01-08 05:39:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:39:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:39:10 ==> Jenkins CI detected. 05:39:10 current dir:  /w/workspace/edgex-go/755 05:39:10 project root: . 05:39:10 --> token set from env 05:39:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:39:10 ==> Running gcov in . (disable via -X gcov) 05:39:10 ==> Python coveragepy not found 05:39:10 ==> Searching for coverage reports in: 05:39:10 + . 05:39:10 -> Found 1 reports 05:39:10 ==> Detecting git/mercurial file structure 05:39:10 ==> Reading reports 05:39:10 + ./coverage.out bytes=1412874 05:39:10 ==> Appending adjustments 05:39:10 https://docs.codecov.io/docs/fixing-reports 05:39:11 + Found adjustments 05:39:11 ==> Gzipping contents 05:39:11 124K /tmp/codecov.fYIpvJ.gz 05:39:11 ==> Uploading reports 05:39:11 url: https://codecov.io 05:39:11 query: branch=main&commit=dcc5cb70b686b998bc99b20e204d8e8d94355ed0&build=755&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F755%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:39:11 -> Pinging Codecov 05:39:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=dcc5cb70b686b998bc99b20e204d8e8d94355ed0&build=755&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F755%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:39:11 -> Uploading to 05:39:11 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/dcc5cb70b686b998bc99b20e204d8e8d94355ed0/bb3f7ce2-5155-44b1-b5ca-cb6195c700ee.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241121%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241121T053911Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=7efe553a1a9e842b32e71a91c738379bef0cb882273b92bc530870dec6f563c2 05:39:11 % Total % Received % Xferd Average Speed Time Time Time Current 05:39:11 Dload Upload Total Spent Left Speed 05:39:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 391k --:--:-- --:--:-- --:--:-- 390k 05:39:12 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/dcc5cb70b686b998bc99b20e204d8e8d94355ed0 [Pipeline] } 05:39:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:39:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:39:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:39:12 05:39:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:39:13 latest: Pulling from edgex-devops/edgex-snyk-go 05:39:13 43c4264eed91: Already exists 05:39:13 4cc291be95ef: Already exists 05:39:13 2ac1f1163629: Already exists 05:39:13 5c3c966382ef: Already exists 05:39:13 4f4fb700ef54: Already exists 05:39:13 d9c7d2e4e75e: Pulling fs layer 05:39:13 9c3e1370e548: Pulling fs layer 05:39:13 d9c7d2e4e75e: Download complete 05:39:13 d9c7d2e4e75e: Pull complete 05:39:14 9c3e1370e548: Verifying Checksum 05:39:14 9c3e1370e548: Download complete 05:39:17 9c3e1370e548: Pull complete 05:39:17 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 05:39:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:39:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:39:17 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 05:39:17 $ 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/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 05:39:20 $ docker top 0427fc823616f48f35f2a16ef8953eb9ba404ead9b3619170de8dbec308358aa -eo pid,comm [Pipeline] { [Pipeline] sh 05:39:20 + git config --global --add safe.directory /w/workspace/edgex-go/755 [Pipeline] echo 05:39:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:39:20 + set -o pipefail 05:39:20 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:39:32 05:39:32 Monitoring /w/workspace/edgex-go/755 (github.com/edgexfoundry/edgex-go)... 05:39:32 05:39:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/231280ae-9b9c-4a3c-8df9-c3007ca09c42 05:39:32 05:39:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:39:32 05:39:32 05:39:32 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 05:39:32 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:39:32 $ docker stop --time=1 0427fc823616f48f35f2a16ef8953eb9ba404ead9b3619170de8dbec308358aa 05:39:35 $ docker rm -f --volumes 0427fc823616f48f35f2a16ef8953eb9ba404ead9b3619170de8dbec308358aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:39:36 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:39:36 provisioning config files... 05:39:36 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/755@tmp/config7773422946976633632tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:39:36 --> edgex-publish-swagger.sh 05:39:36 === Publish openapi API === 05:39:36 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 05:39:36 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/755/openapi/core-command.yaml] 05:39:36 % Total % Received % Xferd Average Speed Time Time Time Current 05:39:36 Dload Upload Total Spent Left Speed 05:39:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 144k --:--:-- --:--:-- --:--:-- 143k 100 32782 0 0 100 32782 0 52451 --:--:-- --:--:-- --:--:-- 52367 05:39:37 05:39:37 05:39:37 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/755/openapi/core-data.yaml] 05:39:37 % Total % Received % Xferd Average Speed Time Time Time Current 05:39:37 Dload Upload Total Spent Left Speed 05:39:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72057 0 0 100 72057 0 135k --:--:-- --:--:-- --:--:-- 135k 05:39:38 05:39:38 05:39:38 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/755/openapi/core-keeper.yaml] 05:39:38 % Total % Received % Xferd Average Speed Time Time Time Current 05:39:38 Dload Upload Total Spent Left Speed 05:39:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 321 156k --:--:-- --:--:-- --:--:-- 155k 05:39:38 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:39:38 05:39:38 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/755/openapi/core-metadata.yaml] 05:39:38 % Total % Received % Xferd Average Speed Time Time Time Current 05:39:38 Dload Upload Total Spent Left Speed 05:39:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 154k 100 156 100 154k 392 390k --:--:-- --:--:-- --:--:-- 390k 05:39:38 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:39:38 05:39:38 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/755/openapi/support-notifications.yaml] 05:39:38 % Total % Received % Xferd Average Speed Time Time Time Current 05:39:38 Dload Upload Total Spent Left Speed 05:39:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 465 254k --:--:-- --:--:-- --:--:-- 255k 05:39:39 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:39:39 05:39:39 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/755/openapi/support-scheduler.yaml] 05:39:39 % Total % Received % Xferd Average Speed Time Time Time Current 05:39:39 Dload Upload Total Spent Left Speed 05:39:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50857 100 156 100 50701 389 123k --:--:-- --:--:-- --:--:-- 123k 05:39:39 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:39:39 [Pipeline] } 05:39:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 05:39:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:39:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:39:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:39:40 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 05:39:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 05:39:40 $ docker top 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:39:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:39:40 [ssh-agent] Looking for ssh-agent implementation... 05:39:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:39:41 $ docker exec 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f ssh-agent 05:39:41 SSH_AUTH_SOCK=/tmp/ssh-nP0AJQcYfi4s/agent.32 05:39:41 SSH_AGENT_PID=38 05:39:41 Running ssh-add (command line suppressed) 05:39:41 Identity added: /w/workspace/edgex-go/755@tmp/private_key_12031915914378584608.key (/w/workspace/edgex-go/755@tmp/private_key_12031915914378584608.key) 05:39:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:39:41 + git semver tag 05:39:41 2024-11-21 05:39:41,788 [run_tag] DEBUG tag force:False 05:39:41 2024-11-21 05:39:41,788 [check_head_tag] DEBUG check head tag 05:39:41 2024-11-21 05:39:41,791 [execute] INFO git cat-file --batch-check 05:39:41 2024-11-21 05:39:41,791 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/755, universal_newlines=False, shell=None, istream=) 05:39:41 2024-11-21 05:39:41,793 [execute] INFO git cat-file --batch 05:39:41 2024-11-21 05:39:41,794 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/755, universal_newlines=False, shell=None, istream=) 05:39:41 2024-11-21 05:39:41,848 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main 05:39:41 2024-11-21 05:39:41,848 [execute] INFO git tag -a v4.0.0-dev.21 -m v4.0.0-dev.21 05:39:41 2024-11-21 05:39:41,848 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.21', '-m', 'v4.0.0-dev.21'], cwd=/w/workspace/edgex-go/755, universal_newlines=False, shell=None, istream=None) 05:39:41 2024-11-21 05:39:41,853 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main 05:39:41 4.0.0-dev.21 [Pipeline] } 05:39:41 $ docker exec --env ******** --env ******** 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f ssh-agent -k 05:39:41 unset SSH_AUTH_SOCK; 05:39:41 unset SSH_AGENT_PID; 05:39:41 echo Agent pid 38 killed; 05:39:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:39:42 + git semver [Pipeline] } 05:39:42 $ docker stop --time=1 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f 05:39:43 $ docker rm -f --volumes 406a2e1f5d4abd910ba11fe9734e8c9303774006af6133b4785e7b9e0cd9114f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:39:44 05:39:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:39:44 0.23.1-centos7: Pulling from edgex-lftools 05:39:44 ab5ef0e58194: Pulling fs layer 05:39:44 9712f1f96733: Pulling fs layer 05:39:44 63f879dbbcfc: Pulling fs layer 05:39:44 0d9ebad4ef96: Pulling fs layer 05:39:44 e9a5061849ea: Pulling fs layer 05:39:44 d747dcd14b5f: Pulling fs layer 05:39:44 2de7ff778b66: Pulling fs layer 05:39:44 e9a5061849ea: Waiting 05:39:44 d747dcd14b5f: Waiting 05:39:44 0d9ebad4ef96: Waiting 05:39:44 9712f1f96733: Verifying Checksum 05:39:44 9712f1f96733: Download complete 05:39:44 63f879dbbcfc: Verifying Checksum 05:39:45 e9a5061849ea: Verifying Checksum 05:39:45 e9a5061849ea: Download complete 05:39:45 d747dcd14b5f: Download complete 05:39:45 0d9ebad4ef96: Verifying Checksum 05:39:45 0d9ebad4ef96: Download complete 05:39:45 ab5ef0e58194: Verifying Checksum 05:39:45 ab5ef0e58194: Download complete 05:39:45 2de7ff778b66: Verifying Checksum 05:39:45 2de7ff778b66: Download complete 05:39:48 ab5ef0e58194: Pull complete 05:39:48 9712f1f96733: Pull complete 05:39:48 63f879dbbcfc: Pull complete 05:39:52 0d9ebad4ef96: Pull complete 05:39:52 e9a5061849ea: Pull complete 05:39:53 d747dcd14b5f: Pull complete 05:39:54 2de7ff778b66: Pull complete 05:39:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:39:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:39:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:39:54 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 05:39:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 05:39:57 $ docker top f849b2ba103a76647fed102e9baf1cbc11fcf71259260e5b0f68afaf1147b382 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:39:57 provisioning config files... 05:39:57 copy managed file [sigul-config] to file:/w/workspace/edgex-go/755@tmp/config1008288064732954659tmp 05:39:57 copy managed file [sigul-password] to file:/w/workspace/edgex-go/755@tmp/config5606029512659237731tmp 05:39:57 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/755@tmp/config5837553145489751243tmp [Pipeline] { [Pipeline] echo 05:39:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:39:58 ---> sigul-configuration.sh 05:39:58 gpg: directory `/root/.gnupg' created 05:39:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:39:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:39:58 gpg: keyring `/root/.gnupg/secring.gpg' created 05:39:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:39:58 gpg: CAST5 encrypted data 05:39:58 gpg: encrypted with 1 passphrase 05:39:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:39:58 + mkdir /home/jenkins 05:39:58 + mkdir /home/jenkins/sigul [Pipeline] sh 05:39:58 + 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 05:39:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:39:58 ---> sigul-install.sh 05:39:58 Sigul already installed; skipping installation. [Pipeline] sh 05:39:59 + git tag --list 05:39:59 0.6.0 05:39:59 0.6.1 05:39:59 0.7.0 05:39:59 0.7.1 05:39:59 v1.0.0 05:39:59 v1.0.1 05:39:59 v1.1.0 05:39:59 v1.2.0 05:39:59 v1.2.1 05:39:59 v1.3.0 05:39:59 v1.3.1 05:39:59 v2.0.0 05:39:59 v2.1.0 05:39:59 v2.1.1 05:39:59 v2.2.0 05:39:59 v2.3.0 05:39:59 v3.0 05:39:59 v3.0.0 05:39:59 v3.1 05:39:59 v3.1.0 05:39:59 v3.1.0-dev.1 05:39:59 v3.1.0-dev.10 05:39:59 v3.1.0-dev.11 05:39:59 v3.1.0-dev.12 05:39:59 v3.1.0-dev.13 05:39:59 v3.1.0-dev.14 05:39:59 v3.1.0-dev.15 05:39:59 v3.1.0-dev.16 05:39:59 v3.1.0-dev.17 05:39:59 v3.1.0-dev.18 05:39:59 v3.1.0-dev.19 05:39:59 v3.1.0-dev.2 05:39:59 v3.1.0-dev.20 05:39:59 v3.1.0-dev.21 05:39:59 v3.1.0-dev.22 05:39:59 v3.1.0-dev.23 05:39:59 v3.1.0-dev.24 05:39:59 v3.1.0-dev.25 05:39:59 v3.1.0-dev.26 05:39:59 v3.1.0-dev.27 05:39:59 v3.1.0-dev.28 05:39:59 v3.1.0-dev.29 05:39:59 v3.1.0-dev.3 05:39:59 v3.1.0-dev.30 05:39:59 v3.1.0-dev.31 05:39:59 v3.1.0-dev.32 05:39:59 v3.1.0-dev.33 05:39:59 v3.1.0-dev.34 05:39:59 v3.1.0-dev.35 05:39:59 v3.1.0-dev.36 05:39:59 v3.1.0-dev.37 05:39:59 v3.1.0-dev.38 05:39:59 v3.1.0-dev.39 05:39:59 v3.1.0-dev.4 05:39:59 v3.1.0-dev.40 05:39:59 v3.1.0-dev.41 05:39:59 v3.1.0-dev.42 05:39:59 v3.1.0-dev.43 05:39:59 v3.1.0-dev.44 05:39:59 v3.1.0-dev.45 05:39:59 v3.1.0-dev.46 05:39:59 v3.1.0-dev.47 05:39:59 v3.1.0-dev.48 05:39:59 v3.1.0-dev.49 05:39:59 v3.1.0-dev.5 05:39:59 v3.1.0-dev.50 05:39:59 v3.1.0-dev.51 05:39:59 v3.1.0-dev.52 05:39:59 v3.1.0-dev.53 05:39:59 v3.1.0-dev.54 05:39:59 v3.1.0-dev.55 05:39:59 v3.1.0-dev.56 05:39:59 v3.1.0-dev.57 05:39:59 v3.1.0-dev.58 05:39:59 v3.1.0-dev.59 05:39:59 v3.1.0-dev.6 05:39:59 v3.1.0-dev.60 05:39:59 v3.1.0-dev.61 05:39:59 v3.1.0-dev.62 05:39:59 v3.1.0-dev.63 05:39:59 v3.1.0-dev.64 05:39:59 v3.1.0-dev.65 05:39:59 v3.1.0-dev.66 05:39:59 v3.1.0-dev.67 05:39:59 v3.1.0-dev.68 05:39:59 v3.1.0-dev.69 05:39:59 v3.1.0-dev.7 05:39:59 v3.1.0-dev.70 05:39:59 v3.1.0-dev.71 05:39:59 v3.1.0-dev.72 05:39:59 v3.1.0-dev.73 05:39:59 v3.1.0-dev.8 05:39:59 v3.1.0-dev.9 05:39:59 v3.1.1 05:39:59 v3.1.1-dev.1 05:39:59 v3.1.1-dev.2 05:39:59 v3.2.0-dev.1 05:39:59 v3.2.0-dev.10 05:39:59 v3.2.0-dev.100 05:39:59 v3.2.0-dev.101 05:39:59 v3.2.0-dev.102 05:39:59 v3.2.0-dev.103 05:39:59 v3.2.0-dev.104 05:39:59 v3.2.0-dev.105 05:39:59 v3.2.0-dev.106 05:39:59 v3.2.0-dev.107 05:39:59 v3.2.0-dev.108 05:39:59 v3.2.0-dev.109 05:39:59 v3.2.0-dev.11 05:39:59 v3.2.0-dev.12 05:39:59 v3.2.0-dev.13 05:39:59 v3.2.0-dev.14 05:39:59 v3.2.0-dev.15 05:39:59 v3.2.0-dev.16 05:39:59 v3.2.0-dev.17 05:39:59 v3.2.0-dev.18 05:39:59 v3.2.0-dev.19 05:39:59 v3.2.0-dev.2 05:39:59 v3.2.0-dev.20 05:39:59 v3.2.0-dev.21 05:39:59 v3.2.0-dev.22 05:39:59 v3.2.0-dev.23 05:39:59 v3.2.0-dev.24 05:39:59 v3.2.0-dev.25 05:39:59 v3.2.0-dev.26 05:39:59 v3.2.0-dev.27 05:39:59 v3.2.0-dev.28 05:39:59 v3.2.0-dev.29 05:39:59 v3.2.0-dev.3 05:39:59 v3.2.0-dev.30 05:39:59 v3.2.0-dev.31 05:39:59 v3.2.0-dev.32 05:39:59 v3.2.0-dev.33 05:39:59 v3.2.0-dev.34 05:39:59 v3.2.0-dev.35 05:39:59 v3.2.0-dev.36 05:39:59 v3.2.0-dev.37 05:39:59 v3.2.0-dev.38 05:39:59 v3.2.0-dev.39 05:39:59 v3.2.0-dev.4 05:39:59 v3.2.0-dev.40 05:39:59 v3.2.0-dev.41 05:39:59 v3.2.0-dev.42 05:39:59 v3.2.0-dev.43 05:39:59 v3.2.0-dev.44 05:39:59 v3.2.0-dev.45 05:39:59 v3.2.0-dev.46 05:39:59 v3.2.0-dev.47 05:39:59 v3.2.0-dev.48 05:39:59 v3.2.0-dev.49 05:39:59 v3.2.0-dev.5 05:39:59 v3.2.0-dev.50 05:39:59 v3.2.0-dev.51 05:39:59 v3.2.0-dev.52 05:39:59 v3.2.0-dev.53 05:39:59 v3.2.0-dev.54 05:39:59 v3.2.0-dev.55 05:39:59 v3.2.0-dev.56 05:39:59 v3.2.0-dev.57 05:39:59 v3.2.0-dev.58 05:39:59 v3.2.0-dev.59 05:39:59 v3.2.0-dev.6 05:39:59 v3.2.0-dev.60 05:39:59 v3.2.0-dev.61 05:39:59 v3.2.0-dev.62 05:39:59 v3.2.0-dev.63 05:39:59 v3.2.0-dev.64 05:39:59 v3.2.0-dev.65 05:39:59 v3.2.0-dev.66 05:39:59 v3.2.0-dev.67 05:39:59 v3.2.0-dev.68 05:39:59 v3.2.0-dev.69 05:39:59 v3.2.0-dev.7 05:39:59 v3.2.0-dev.70 05:39:59 v3.2.0-dev.71 05:39:59 v3.2.0-dev.72 05:39:59 v3.2.0-dev.73 05:39:59 v3.2.0-dev.74 05:39:59 v3.2.0-dev.75 05:39:59 v3.2.0-dev.76 05:39:59 v3.2.0-dev.77 05:39:59 v3.2.0-dev.78 05:39:59 v3.2.0-dev.79 05:39:59 v3.2.0-dev.8 05:39:59 v3.2.0-dev.80 05:39:59 v3.2.0-dev.81 05:39:59 v3.2.0-dev.82 05:39:59 v3.2.0-dev.83 05:39:59 v3.2.0-dev.84 05:39:59 v3.2.0-dev.85 05:39:59 v3.2.0-dev.86 05:39:59 v3.2.0-dev.87 05:39:59 v3.2.0-dev.88 05:39:59 v3.2.0-dev.89 05:39:59 v3.2.0-dev.9 05:39:59 v3.2.0-dev.90 05:39:59 v3.2.0-dev.91 05:39:59 v3.2.0-dev.92 05:39:59 v3.2.0-dev.93 05:39:59 v3.2.0-dev.94 05:39:59 v3.2.0-dev.95 05:39:59 v3.2.0-dev.96 05:39:59 v3.2.0-dev.97 05:39:59 v3.2.0-dev.98 05:39:59 v3.2.0-dev.99 05:39:59 v4.0.0-dev.1 05:39:59 v4.0.0-dev.10 05:39:59 v4.0.0-dev.11 05:39:59 v4.0.0-dev.12 05:39:59 v4.0.0-dev.13 05:39:59 v4.0.0-dev.14 05:39:59 v4.0.0-dev.15 05:39:59 v4.0.0-dev.16 05:39:59 v4.0.0-dev.17 05:39:59 v4.0.0-dev.18 05:39:59 v4.0.0-dev.19 05:39:59 v4.0.0-dev.2 05:39:59 v4.0.0-dev.20 05:39:59 v4.0.0-dev.21 05:39:59 v4.0.0-dev.3 05:39:59 v4.0.0-dev.4 05:39:59 v4.0.0-dev.5 05:39:59 v4.0.0-dev.6 05:39:59 v4.0.0-dev.7 05:39:59 v4.0.0-dev.8 05:39:59 v4.0.0-dev.9 [Pipeline] sh 05:39:59 + lftools sign git-tag v4.0.0-dev.21 05:40:00 Signing Git tag with Sigul... 05:40:00 Signing v4.0.0-dev.21 [Pipeline] echo 05:40:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:40:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:40:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:40:00 $ docker stop --time=1 f849b2ba103a76647fed102e9baf1cbc11fcf71259260e5b0f68afaf1147b382 05:40:02 $ docker rm -f --volumes f849b2ba103a76647fed102e9baf1cbc11fcf71259260e5b0f68afaf1147b382 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:40:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:40:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:40:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:40:03 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 05:40:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 05:40:03 $ docker top 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e -eo pid,comm 05:40:03 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:40:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:40:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:40:03 [ssh-agent] Looking for ssh-agent implementation... 05:40:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:40:03 $ docker exec 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e ssh-agent 05:40:03 SSH_AUTH_SOCK=/tmp/ssh-gaHiSeHs8Cm2/agent.32 05:40:03 SSH_AGENT_PID=38 05:40:03 Running ssh-add (command line suppressed) 05:40:03 Identity added: /w/workspace/edgex-go/755@tmp/private_key_4332265893415287922.key (/w/workspace/edgex-go/755@tmp/private_key_4332265893415287922.key) 05:40:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:40:04 + git semver bump pre 05:40:04 2024-11-21 05:40:04,407 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main 05:40:04 2024-11-21 05:40:04,408 [bump_version] DEBUG bumping version:4.0.0-dev.21 on axis:pre with prefix:dev 05:40:04 2024-11-21 05:40:04,408 [bump_version] DEBUG bumped version:4.0.0-dev.22 05:40:04 2024-11-21 05:40:04,408 [write_version] DEBUG write version:4.0.0-dev.22 to path:/w/workspace/edgex-go/755/.semver/main with force:True 05:40:04 2024-11-21 05:40:04,408 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main 05:40:04 2024-11-21 05:40:04,408 [write_file] DEBUG write to file:/w/workspace/edgex-go/755/.semver/main 05:40:04 2024-11-21 05:40:04,410 [execute] INFO git cat-file --batch-check 05:40:04 2024-11-21 05:40:04,410 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/755/.semver, universal_newlines=False, shell=None, istream=) 05:40:04 2024-11-21 05:40:04,415 [execute] INFO git cat-file --batch 05:40:04 2024-11-21 05:40:04,415 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/755/.semver, universal_newlines=False, shell=None, istream=) 05:40:04 2024-11-21 05:40:04,422 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main 05:40:04 4.0.0-dev.22 [Pipeline] } 05:40:04 $ docker exec --env ******** --env ******** 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e ssh-agent -k 05:40:04 unset SSH_AUTH_SOCK; 05:40:04 unset SSH_AGENT_PID; 05:40:04 echo Agent pid 38 killed; 05:40:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:40:04 + git semver [Pipeline] } 05:40:05 $ docker stop --time=1 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e 05:40:06 $ docker rm -f --volumes 0e0d2dacc177626f3e5386f1a0c3fa0f006919640bef8c286aacc598589bcf1e [Pipeline] // withDockerContainer [Pipeline] sh 05:40:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:40:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:40:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:40:07 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 05:40:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 05:40:07 $ docker top 75bfabeae4cdab96d72a3ce7799c4259ee5eefebd808c9c0da60be772c35388d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:40:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:40:07 [ssh-agent] Looking for ssh-agent implementation... 05:40:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:40:07 $ docker exec 75bfabeae4cdab96d72a3ce7799c4259ee5eefebd808c9c0da60be772c35388d ssh-agent 05:40:07 SSH_AUTH_SOCK=/tmp/ssh-zBoCEJdKg4Fw/agent.32 05:40:07 SSH_AGENT_PID=38 05:40:07 Running ssh-add (command line suppressed) 05:40:07 Identity added: /w/workspace/edgex-go/755@tmp/private_key_8484635251703394710.key (/w/workspace/edgex-go/755@tmp/private_key_8484635251703394710.key) 05:40:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:40:08 + git semver push 05:40:08 2024-11-21 05:40:08,482 [run_push] DEBUG push 05:40:08 2024-11-21 05:40:08,482 [execute] INFO git cat-file --batch-check 05:40:08 2024-11-21 05:40:08,483 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/755/.semver, universal_newlines=False, shell=None, istream=) 05:40:08 2024-11-21 05:40:08,487 [execute] INFO git rev-list 7db3ea744c5cf4098db5337d5452c084b0b3e40d -- 05:40:08 2024-11-21 05:40:08,488 [execute] DEBUG Popen(['git', 'rev-list', '7db3ea744c5cf4098db5337d5452c084b0b3e40d', '--'], cwd=/w/workspace/edgex-go/755/.semver, universal_newlines=False, shell=None, istream=None) 05:40:08 2024-11-21 05:40:08,506 [execute] INFO git fetch -v origin 05:40:08 2024-11-21 05:40:08,506 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/755/.semver, universal_newlines=True, shell=None, istream=None) 05:40:09 2024-11-21 05:40:08,949 [run_push] DEBUG no remote changes detected 05:40:09 2024-11-21 05:40:08,949 [execute] INFO git push origin semver 05:40:09 2024-11-21 05:40:08,950 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/755/.semver, universal_newlines=False, shell=None, istream=None) 05:40:09 2024-11-21 05:40:09,607 [run_push] DEBUG push all version tags 05:40:09 2024-11-21 05:40:09,608 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:40:09 2024-11-21 05:40:09,609 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/755, universal_newlines=False, shell=None, istream=None) 05:40:10 2024-11-21 05:40:10,295 [read_version] DEBUG read version from /w/workspace/edgex-go/755/.semver/main 05:40:10 4.0.0-dev.22 [Pipeline] } 05:40:10 $ docker exec --env ******** --env ******** 75bfabeae4cdab96d72a3ce7799c4259ee5eefebd808c9c0da60be772c35388d ssh-agent -k 05:40:10 unset SSH_AUTH_SOCK; 05:40:10 unset SSH_AGENT_PID; 05:40:10 echo Agent pid 38 killed; 05:40:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:40:11 + git semver [Pipeline] } 05:40:11 $ docker stop --time=1 75bfabeae4cdab96d72a3ce7799c4259ee5eefebd808c9c0da60be772c35388d 05:40:12 $ docker rm -f --volumes 75bfabeae4cdab96d72a3ce7799c4259ee5eefebd808c9c0da60be772c35388d [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 05:40:13 + [ -d /w/workspace/edgex-go/755/archives ] [Pipeline] libraryResource [Pipeline] sh 05:40:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:40:14 ---> package-listing.sh 05:40:14 ++ facter osfamily 05:40:14 ++ tr '[:upper:]' '[:lower:]' 05:40:14 + OS_FAMILY=debian 05:40:14 + workspace=/w/workspace/edgex-go/755 05:40:14 + START_PACKAGES=/tmp/packages_start.txt 05:40:14 + END_PACKAGES=/tmp/packages_end.txt 05:40:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:40:14 + PACKAGES=/tmp/packages_start.txt 05:40:14 + '[' /w/workspace/edgex-go/755 ']' 05:40:14 + PACKAGES=/tmp/packages_end.txt 05:40:14 + case "${OS_FAMILY}" in 05:40:14 + dpkg -l 05:40:14 + grep '^ii' 05:40:14 + '[' -f /tmp/packages_start.txt ']' 05:40:14 + '[' -f /tmp/packages_end.txt ']' 05:40:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:40:14 + '[' /w/workspace/edgex-go/755 ']' 05:40:14 + mkdir -p /w/workspace/edgex-go/755/archives/ 05:40:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/755/archives/ [Pipeline] echo 05:40:14 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/755/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:40:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:40:15 05:40:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:40:15 latest: Pulling from edgex-lftools-log-publisher 05:40:15 5eb5b503b376: Pulling fs layer 05:40:15 5c69ac0246d0: Pulling fs layer 05:40:15 ec43610c2a17: Pulling fs layer 05:40:15 3a2ae6a8a46f: Pulling fs layer 05:40:15 33b1e0a273af: Pulling fs layer 05:40:15 5d3b04190fa2: Pulling fs layer 05:40:15 2f39f015ded8: Pulling fs layer 05:40:15 3a2ae6a8a46f: Waiting 05:40:15 33b1e0a273af: Waiting 05:40:15 5d3b04190fa2: Waiting 05:40:15 2f39f015ded8: Waiting 05:40:15 5c69ac0246d0: Verifying Checksum 05:40:15 5c69ac0246d0: Download complete 05:40:15 3a2ae6a8a46f: Verifying Checksum 05:40:15 3a2ae6a8a46f: Download complete 05:40:15 33b1e0a273af: Verifying Checksum 05:40:15 33b1e0a273af: Download complete 05:40:16 5d3b04190fa2: Download complete 05:40:16 ec43610c2a17: Verifying Checksum 05:40:16 ec43610c2a17: Download complete 05:40:16 5eb5b503b376: Download complete 05:40:16 2f39f015ded8: Download complete 05:40:17 5eb5b503b376: Pull complete 05:40:17 5c69ac0246d0: Pull complete 05:40:18 ec43610c2a17: Pull complete 05:40:18 3a2ae6a8a46f: Pull complete 05:40:18 33b1e0a273af: Pull complete 05:40:18 5d3b04190fa2: Pull complete 05:40:23 2f39f015ded8: Pull complete 05:40:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:40:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:40:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:40:23 prd-ubuntu20.04-docker-8c-8g-27135 does not seem to be running inside a container 05:40:23 $ 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/755/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/755 -v /w/workspace/edgex-go/755:/w/workspace/edgex-go/755:rw,z -v /w/workspace/edgex-go/755@tmp:/w/workspace/edgex-go/755@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 05:40:26 $ docker top 5c117f2b6e8fb7f63f0f9e608a839738c0249dd91acf1077c7f2810a4d01b542 -eo pid,comm [Pipeline] { [Pipeline] sh 05:40:27 + touch /tmp/pre-build-complete [Pipeline] sh 05:40:27 + mkdir -p /var/log/sysstat [Pipeline] sh 05:40:27 + ls /var/log/sa-host 05:40:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:40:27 provisioning config files... 05:40:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/755@tmp/config16802771975483360640tmp [Pipeline] { [Pipeline] echo 05:40:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:40:28 ---> create-netrc.sh [Pipeline] } 05:40:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:40:28 ---> python-tools-install.sh [Pipeline] echo 05:40:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:40:28 ---> sudo-logs.sh 05:40:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:40:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:40:29 ---> job-cost.sh 05:40:29 lf-activate-venv: SKIPPING 05:40:29 DEBUG: total: 0.10999999940395355 05:40:29 INFO: Retrieving Stack Cost... 05:40:29 INFO: Retrieving Pricing Info for: v3-standard-8 05:40:30 INFO: Archiving Costs [Pipeline] echo 05:40:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:40:30 ---> logs-deploy.sh 05:40:30 lf-activate-venv: SKIPPING 05:40:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/755 05:40:30 INFO: archiving workspace using pattern(s): 05:40:31 Archives upload complete. 05:40:31 INFO: archiving logs to Nexus 05:40:32 ---> uname -a: 05:40:32 Linux prd-ubuntu20-04-docker-8c-8g-27135 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:40:32 05:40:32 05:40:32 ---> lscpu: 05:40:32 Architecture: x86_64 05:40:32 CPU op-mode(s): 32-bit, 64-bit 05:40:32 Byte Order: Little Endian 05:40:32 Address sizes: 40 bits physical, 48 bits virtual 05:40:32 CPU(s): 8 05:40:32 On-line CPU(s) list: 0-7 05:40:32 Thread(s) per core: 1 05:40:32 Core(s) per socket: 1 05:40:32 Socket(s): 8 05:40:32 NUMA node(s): 1 05:40:32 Vendor ID: AuthenticAMD 05:40:32 CPU family: 23 05:40:32 Model: 49 05:40:32 Model name: AMD EPYC-Rome Processor 05:40:32 Stepping: 0 05:40:32 CPU MHz: 2799.998 05:40:32 BogoMIPS: 5599.99 05:40:32 Virtualization: AMD-V 05:40:32 Hypervisor vendor: KVM 05:40:32 Virtualization type: full 05:40:32 L1d cache: 256 KiB 05:40:32 L1i cache: 256 KiB 05:40:32 L2 cache: 4 MiB 05:40:32 L3 cache: 128 MiB 05:40:32 NUMA node0 CPU(s): 0-7 05:40:32 Vulnerability Itlb multihit: Not affected 05:40:32 Vulnerability L1tf: Not affected 05:40:32 Vulnerability Mds: Not affected 05:40:32 Vulnerability Meltdown: Not affected 05:40:32 Vulnerability Mmio stale data: Not affected 05:40:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:40:32 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:40:32 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:40:32 Vulnerability Srbds: Not affected 05:40:32 Vulnerability Tsx async abort: Not affected 05:40:32 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 05:40:32 05:40:32 05:40:32 ---> nproc: 05:40:32 8 05:40:32 05:40:32 05:40:32 ---> df -h: 05:40:32 Filesystem Size Used Avail Use% Mounted on 05:40:32 overlay 155G 27G 129G 18% / 05:40:32 tmpfs 64M 0 64M 0% /dev 05:40:32 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:40:32 shm 64M 0 64M 0% /dev/shm 05:40:32 /dev/vda1 155G 27G 129G 18% /facter-os 05:40:32 05:40:32 05:40:32 ---> sar -b -r -n DEV: 05:40:32 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27135) 11/21/24 _x86_64_ (8 CPU) 05:40:32 05:40:32 04:55:55 LINUX RESTART (8 CPU) 05:40:32 05:40:32 04:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:40:32 04:57:02 316.23 48.03 268.21 0.00 5416.03 145299.25 0.00 05:40:32 04:58:01 193.04 2.02 191.02 0.00 36.33 63888.70 0.00 05:40:32 04:59:01 48.22 0.02 48.20 0.00 0.13 34496.78 0.00 05:40:32 05:00:01 29.95 0.17 29.78 0.00 2.53 19045.63 0.00 05:40:32 05:01:01 750.42 10.00 740.43 0.00 189.24 250897.22 0.00 05:40:32 05:02:01 782.40 6.91 775.50 0.00 4373.03 220524.72 0.00 05:40:32 05:03:01 243.25 0.02 243.24 0.00 0.13 86456.25 0.00 05:40:32 05:04:01 895.20 0.17 895.03 0.00 16.26 120892.90 0.00 05:40:32 05:05:01 36.96 0.03 36.93 0.00 4.93 962.77 0.00 05:40:32 05:06:01 15.08 0.05 15.03 0.00 9.60 367.67 0.00 05:40:32 05:07:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 05:40:32 05:08:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 05:40:32 05:09:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 05:40:32 05:10:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 05:40:32 05:11:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 05:40:32 05:12:01 1.82 0.02 1.80 0.00 0.13 24.66 0.00 05:40:32 05:13:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 05:40:32 05:14:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 05:40:32 05:15:01 1.17 0.00 1.17 0.00 0.00 14.53 0.00 05:40:32 05:16:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 05:40:32 05:17:01 1.30 0.02 1.28 0.00 0.13 15.46 0.00 05:40:32 05:18:01 1.33 0.00 1.33 0.00 0.00 14.66 0.00 05:40:32 05:19:01 1.22 0.00 1.22 0.00 0.00 14.40 0.00 05:40:32 05:20:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 05:40:32 05:21:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 05:40:32 05:22:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 05:40:32 05:23:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 05:40:32 05:24:01 1.37 0.00 1.37 0.00 0.00 14.53 0.00 05:40:32 05:25:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 05:40:32 05:26:01 1.20 0.00 1.20 0.00 0.00 12.93 0.00 05:40:32 05:27:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 05:40:32 05:28:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 05:40:32 05:29:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 05:40:32 05:30:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 05:40:32 05:31:01 1.33 0.00 1.33 0.00 0.00 16.92 0.00 05:40:32 05:32:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 05:40:32 05:33:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 05:40:32 05:34:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 05:40:32 05:35:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 05:40:32 05:36:01 1.47 0.00 1.47 0.00 0.00 18.93 0.00 05:40:32 05:37:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 05:40:32 05:38:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 05:40:32 05:39:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 05:40:32 05:40:01 188.39 0.17 188.22 0.00 10.80 52646.96 0.00 05:40:32 Average: 80.38 1.54 78.85 0.00 228.77 22625.17 0.00 05:40:32 05:40:32 04:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:40:32 04:57:02 29580680 31584548 763280 2.32 60584 2233600 1846640 5.44 993692 1963188 1016 05:40:32 04:58:01 27059980 30997424 1310100 3.98 127204 3951060 2431432 7.17 2098348 3192828 669084 05:40:32 04:59:01 26604740 30990592 1314124 4.00 130628 4374252 2621704 7.73 2110116 3610840 574376 05:40:32 05:00:01 26523908 31500716 803132 2.44 134476 4913704 1923004 5.67 1742400 4014864 593604 05:40:32 05:01:01 19084524 31235636 1033396 3.14 283316 11521264 3136148 9.24 2579488 10148212 1847424 05:40:32 05:02:01 11944896 29207540 2975208 9.05 366404 16176628 9825916 28.96 5584376 13792672 180432 05:40:32 05:03:01 8364504 27950040 4248548 12.92 383940 18410440 9239536 27.23 7746940 15164504 343132 05:40:32 05:04:01 11781408 31424020 827476 2.52 395516 18594512 2254492 6.64 3277116 16439536 344 05:40:32 05:05:01 11784672 31429572 821304 2.50 397064 18595156 2243200 6.61 3668496 16044548 376 05:40:32 05:06:01 11792656 31438876 811916 2.47 397764 18595548 2137664 6.30 3734536 15968392 4 05:40:32 05:07:01 11795500 31441732 809168 2.46 397792 18595552 2137664 6.30 3731564 15968396 4 05:40:32 05:08:01 11807004 31453264 797580 2.43 397816 18595552 2137664 6.30 3719696 15968396 12 05:40:32 05:09:01 11809120 31455420 795784 2.42 397832 18595556 2137664 6.30 3718892 15968400 8 05:40:32 05:10:01 11813752 31460080 791012 2.41 397848 18595560 2137664 6.30 3714260 15968404 240 05:40:32 05:11:01 11813744 31460104 790964 2.41 397888 18595560 2137664 6.30 3713956 15968404 32 05:40:32 05:12:01 11812936 31459372 791444 2.41 397916 18595604 2172976 6.40 3714596 15968448 16 05:40:32 05:13:01 11812596 31459080 791684 2.41 397936 18595608 2172976 6.40 3714928 15968452 168 05:40:32 05:14:01 11812620 31459116 791620 2.41 397968 18595612 2172976 6.40 3714612 15968456 8 05:40:32 05:15:01 11812612 31459148 791572 2.41 397984 18595616 2172976 6.40 3714424 15968460 12 05:40:32 05:16:01 11813072 31459632 791288 2.41 397996 18595616 2172976 6.40 3714572 15968460 8 05:40:32 05:17:01 11812932 31459672 790992 2.41 398020 18595748 2172976 6.40 3714452 15968584 228 05:40:32 05:18:01 11812988 31459732 790872 2.41 398040 18595752 2172976 6.40 3713640 15968588 8 05:40:32 05:19:01 11812948 31459712 790848 2.41 398056 18595756 2172976 6.40 3713668 15968588 8 05:40:32 05:20:01 11812900 31459684 790824 2.40 398076 18595748 2172976 6.40 3713732 15968592 52 05:40:32 05:21:01 11812632 31459440 791008 2.41 398096 18595748 2172976 6.40 3713788 15968592 8 05:40:32 05:22:01 11812980 31459804 790764 2.40 398120 18595768 2172976 6.40 3713868 15968608 8 05:40:32 05:23:01 11812980 31459852 790740 2.40 398144 18595768 2172976 6.40 3713868 15968612 12 05:40:32 05:24:01 11812948 31459848 790712 2.40 398152 18595772 2172976 6.40 3713892 15968612 300 05:40:32 05:25:01 11812900 31459812 790672 2.40 398176 18595776 2172976 6.40 3713928 15968616 8 05:40:32 05:26:01 11812868 31459928 790480 2.40 398192 18595904 2172976 6.40 3713940 15968720 8 05:40:32 05:27:01 11813068 31460156 790392 2.40 398224 18595908 2172976 6.40 3714032 15968724 32 05:40:32 05:28:01 11812760 31459884 790628 2.40 398256 18595912 2172976 6.40 3714284 15968728 28 05:40:32 05:29:01 11812996 31460184 790348 2.40 398280 18595912 2172976 6.40 3714168 15968756 8 05:40:32 05:30:01 11813012 31460232 790232 2.40 398312 18595916 2156700 6.36 3714180 15968760 16 05:40:32 05:31:01 11812908 31460164 790236 2.40 398340 18595912 2156700 6.36 3714132 15968764 8 05:40:32 05:32:01 11812728 31460016 790336 2.40 398364 18595924 2156700 6.36 3714436 15968768 16 05:40:32 05:33:01 11812964 31460284 790016 2.40 398380 18595928 2156700 6.36 3714212 15968772 32 05:40:32 05:34:01 11812884 31460224 790000 2.40 398388 18595928 2156700 6.36 3714212 15968772 12 05:40:32 05:35:01 11813172 31460524 789872 2.40 398400 18595928 2156700 6.36 3714220 15968776 72 05:40:32 05:36:01 11812800 31460176 790176 2.40 398428 18595936 2156700 6.36 3714352 15968784 44 05:40:32 05:37:01 11812832 31460240 790048 2.40 398440 18595940 2156700 6.36 3714272 15968784 12 05:40:32 05:38:01 11812768 31460196 790032 2.40 398460 18595944 2156700 6.36 3714228 15968788 4 05:40:32 05:39:01 11812752 31460204 790084 2.40 398468 18595944 2156700 6.36 3714248 15968788 16 05:40:32 05:40:01 10626056 31395340 848432 2.58 414748 19600284 2304668 6.79 3808356 16949060 1316 05:40:32 Average: 13294266 31302300 951803 2.89 368873 17059706 2530302 7.46 3634980 14642114 95740 05:40:32 05:40:32 04:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:40:32 04:57:02 ens3 1105.62 1046.93 8119.87 148.61 0.00 0.00 0.00 0.00 05:40:32 04:57:02 docker0 622.05 541.81 42.56 2863.78 0.00 0.00 0.00 0.00 05:40:32 04:57:02 lo 4.07 4.07 0.39 0.39 0.00 0.00 0.00 0.00 05:40:32 04:57:02 veth2822746 622.05 541.93 51.06 2863.79 0.00 0.00 0.00 0.23 05:40:32 04:58:01 ens3 438.01 283.29 5342.82 43.89 0.00 0.00 0.00 0.00 05:40:32 04:58:01 docker0 198.53 292.22 18.07 2069.76 0.00 0.00 0.00 0.00 05:40:32 04:58:01 veth25729a4 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 04:58:01 lo 1.36 1.36 0.13 0.13 0.00 0.00 0.00 0.00 05:40:32 04:59:01 ens3 38.22 23.31 34.04 14.68 0.00 0.00 0.00 0.00 05:40:32 04:59:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 05:40:32 04:59:01 veth25729a4 1.37 1.40 0.12 0.12 0.00 0.00 0.00 0.00 05:40:32 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:00:01 ens3 23.03 14.45 19.57 11.64 0.00 0.00 0.00 0.00 05:40:32 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:00:01 veth25729a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:01:01 ens3 829.25 480.23 10648.23 66.11 0.00 0.00 0.00 0.00 05:40:32 05:01:01 docker0 394.84 681.41 34.47 7525.28 0.00 0.00 0.00 0.00 05:40:32 05:01:01 veth07bec5e 67.88 106.65 7.32 1211.21 0.00 0.00 0.00 0.10 05:40:32 05:01:01 vethcb935ee 62.74 113.53 7.04 1211.66 0.00 0.00 0.00 0.10 05:40:32 05:01:01 veth1462370 69.93 124.14 7.40 1213.51 0.00 0.00 0.00 0.10 05:40:32 05:01:01 veth168ec5b 71.81 112.28 7.57 1212.74 0.00 0.00 0.00 0.10 05:40:32 05:01:01 veth05078a0 0.38 1.52 0.03 0.18 0.00 0.00 0.00 0.00 05:40:32 05:01:01 lo 1.27 1.27 0.13 0.13 0.00 0.00 0.00 0.00 05:40:32 05:01:01 veth2bd8d86 40.81 71.68 4.46 569.14 0.00 0.00 0.00 0.05 05:40:32 05:02:01 ens3 237.01 112.34 3421.24 71.85 0.00 0.00 0.00 0.00 05:40:32 05:02:01 vetha78463f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 docker0 26.34 55.92 2.44 645.06 0.00 0.00 0.00 0.00 05:40:32 05:02:01 veth4e688e0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 vethc013e49 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 vethc78d721 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 veth0b9783a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 veth8fc5a9b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 vethde0ee09 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 veth9074e92 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 veth05078a0 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 vethb5c2050 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 vethdffd3ff 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 veth229ff0b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:02:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 05:40:32 05:02:01 vethea58046 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:40:32 05:03:01 ens3 11.41 13.55 3.82 116.77 0.00 0.00 0.00 0.00 05:40:32 05:03:01 vetha78463f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 veth4e688e0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 vethc013e49 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 vethc78d721 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 veth0b9783a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 veth8fc5a9b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 vethde0ee09 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 veth9074e92 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 veth05078a0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 vethb5c2050 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 vethdffd3ff 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 veth229ff0b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:03:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:03:01 vethea58046 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:04:01 ens3 151.78 125.47 97.95 424.65 0.00 0.00 0.00 0.00 05:40:32 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:04:01 lo 17.53 17.53 1.72 1.72 0.00 0.00 0.00 0.00 05:40:32 05:05:01 ens3 513.31 490.25 214.31 2783.74 0.00 0.00 0.00 0.00 05:40:32 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:05:01 lo 47.73 47.73 4.71 4.71 0.00 0.00 0.00 0.00 05:40:32 05:06:01 ens3 138.79 128.53 79.06 510.25 0.00 0.00 0.00 0.00 05:40:32 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:06:01 lo 17.06 17.06 1.68 1.68 0.00 0.00 0.00 0.00 05:40:32 05:07:01 ens3 0.23 0.12 0.08 0.06 0.00 0.00 0.00 0.00 05:40:32 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:08:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:09:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:10:01 ens3 1.15 0.88 5.97 0.06 0.00 0.00 0.00 0.00 05:40:32 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:12:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 05:40:32 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:13:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:14:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:15:01 ens3 0.20 0.03 0.07 0.00 0.00 0.00 0.00 0.00 05:40:32 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:16:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:17:01 ens3 0.20 0.10 0.08 0.07 0.00 0.00 0.00 0.00 05:40:32 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:18:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:19:01 ens3 0.20 0.07 0.06 0.00 0.00 0.00 0.00 0.00 05:40:32 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:20:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:21:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:22:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 05:40:32 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:24:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:25:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:26:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:27:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 05:40:32 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:28:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:29:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:30:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:31:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 05:40:32 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:32:01 ens3 0.95 0.88 0.56 0.38 0.00 0.00 0.00 0.00 05:40:32 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:33:01 ens3 0.18 0.08 0.06 0.00 0.00 0.00 0.00 0.00 05:40:32 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:34:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:35:01 ens3 0.55 0.03 0.05 0.00 0.00 0.00 0.00 0.00 05:40:32 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:36:01 ens3 0.75 0.55 0.36 0.29 0.00 0.00 0.00 0.00 05:40:32 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:37:01 ens3 0.33 0.17 0.14 0.07 0.00 0.00 0.00 0.00 05:40:32 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:38:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:40:32 05:39:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:40:01 ens3 401.73 241.83 7137.62 161.74 0.00 0.00 0.00 0.00 05:40:32 05:40:01 docker0 78.75 149.59 7.29 1255.40 0.00 0.00 0.00 0.00 05:40:32 05:40:01 lo 2.40 2.40 0.24 0.24 0.00 0.00 0.00 0.00 05:40:32 05:40:01 vethafe5080 0.32 0.38 0.08 0.12 0.00 0.00 0.00 0.00 05:40:32 Average: ens3 88.41 67.30 796.70 99.00 0.00 0.00 0.00 0.00 05:40:32 Average: docker0 29.98 39.05 2.38 325.73 0.00 0.00 0.00 0.00 05:40:32 Average: lo 2.17 2.17 0.21 0.21 0.00 0.00 0.00 0.00 05:40:32 Average: vethafe5080 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 05:40:32 05:40:32 05:40:32 ---> sar -P ALL: 05:40:32 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27135) 11/21/24 _x86_64_ (8 CPU) 05:40:32 05:40:32 04:55:55 LINUX RESTART (8 CPU) 05:40:32 05:40:32 04:56:01 CPU %user %nice %system %iowait %steal %idle 05:40:32 04:57:02 all 8.23 0.00 2.42 2.46 0.07 86.82 05:40:32 04:57:02 0 8.41 0.00 2.48 0.22 0.07 88.83 05:40:32 04:57:02 1 9.30 0.00 2.86 1.16 0.05 86.63 05:40:32 04:57:02 2 5.92 0.00 3.70 3.97 0.05 86.36 05:40:32 04:57:02 3 12.40 0.00 2.52 7.47 0.07 77.54 05:40:32 04:57:02 4 13.22 0.00 1.82 3.23 0.08 81.64 05:40:32 04:57:02 5 6.61 0.00 1.70 0.13 0.07 91.49 05:40:32 04:57:02 6 5.82 0.00 1.88 3.35 0.07 88.89 05:40:32 04:57:02 7 4.22 0.00 2.42 0.17 0.08 93.11 05:40:32 04:58:01 all 29.09 0.00 6.29 2.11 0.10 62.40 05:40:32 04:58:01 0 29.18 0.00 6.14 2.37 0.09 62.23 05:40:32 04:58:01 1 31.57 0.00 6.98 6.66 0.10 54.69 05:40:32 04:58:01 2 29.84 0.00 7.08 0.46 0.10 62.52 05:40:32 04:58:01 3 28.48 0.00 5.46 1.85 0.09 64.13 05:40:32 04:58:01 4 30.66 0.00 6.24 0.69 0.09 62.33 05:40:32 04:58:01 5 29.58 0.00 6.45 0.26 0.10 63.61 05:40:32 04:58:01 6 22.55 0.00 5.34 4.00 0.12 67.99 05:40:32 04:58:01 7 30.90 0.00 6.62 0.62 0.12 61.74 05:40:32 04:59:01 all 33.94 0.00 5.58 1.09 0.10 59.29 05:40:32 04:59:01 0 35.99 0.00 5.37 1.39 0.10 57.15 05:40:32 04:59:01 1 36.43 0.00 6.08 0.08 0.12 57.29 05:40:32 04:59:01 2 35.22 0.00 5.86 0.12 0.10 58.70 05:40:32 04:59:01 3 35.75 0.00 5.58 0.02 0.08 58.57 05:40:32 04:59:01 4 32.98 0.00 4.91 0.07 0.10 61.95 05:40:32 04:59:01 5 33.32 0.00 4.99 0.00 0.08 61.61 05:40:32 04:59:01 6 29.77 0.00 5.41 0.12 0.10 64.61 05:40:32 04:59:01 7 32.02 0.00 6.44 6.98 0.12 54.45 05:40:32 05:00:01 all 56.01 0.00 7.17 0.45 0.10 36.27 05:40:32 05:00:01 0 56.32 0.00 7.15 0.92 0.10 35.51 05:40:32 05:00:01 1 55.54 0.00 7.13 0.25 0.10 36.98 05:40:32 05:00:01 2 57.40 0.00 7.00 0.20 0.10 35.30 05:40:32 05:00:01 3 54.77 0.00 7.11 0.96 0.10 37.07 05:40:32 05:00:01 4 55.79 0.00 7.14 0.24 0.08 36.75 05:40:32 05:00:01 5 57.08 0.00 6.88 0.25 0.10 35.69 05:40:32 05:00:01 6 54.01 0.00 7.62 0.25 0.10 38.02 05:40:32 05:00:01 7 57.21 0.00 7.34 0.54 0.10 34.82 05:40:32 05:01:01 all 25.19 0.00 9.83 15.31 0.13 49.54 05:40:32 05:01:01 0 26.60 0.00 10.18 17.02 0.14 46.07 05:40:32 05:01:01 1 25.80 0.00 9.69 13.57 0.12 50.82 05:40:32 05:01:01 2 24.89 0.00 10.02 12.18 0.14 52.78 05:40:32 05:01:01 3 25.80 0.00 9.81 13.40 0.14 50.85 05:40:32 05:01:01 4 22.59 0.00 9.18 10.81 0.14 57.29 05:40:32 05:01:01 5 24.38 0.00 9.60 23.92 0.12 41.98 05:40:32 05:01:01 6 25.94 0.00 10.30 15.93 0.15 47.68 05:40:32 05:01:01 7 25.53 0.00 9.89 15.64 0.12 48.82 05:40:32 05:02:01 all 51.41 0.00 9.87 9.49 0.13 29.10 05:40:32 05:02:01 0 52.45 0.00 9.41 7.81 0.12 30.21 05:40:32 05:02:01 1 50.55 0.00 9.50 10.05 0.13 29.77 05:40:32 05:02:01 2 52.00 0.00 8.77 6.38 0.12 32.73 05:40:32 05:02:01 3 51.47 0.00 10.20 9.46 0.13 28.74 05:40:32 05:02:01 4 51.91 0.00 8.77 2.76 0.12 36.44 05:40:32 05:02:01 5 50.29 0.00 9.85 8.26 0.13 31.46 05:40:32 05:02:01 6 50.59 0.00 12.31 21.11 0.12 15.87 05:40:32 05:02:01 7 52.06 0.00 10.12 10.12 0.13 27.57 05:40:32 05:03:01 all 90.18 0.00 9.67 0.00 0.14 0.00 05:40:32 05:03:01 0 90.89 0.00 8.98 0.00 0.13 0.00 05:40:32 05:03:01 1 90.27 0.00 9.58 0.00 0.15 0.00 05:40:32 05:03:01 2 91.01 0.00 8.82 0.02 0.13 0.02 05:40:32 05:03:01 3 89.75 0.00 10.10 0.00 0.15 0.00 05:40:32 05:03:01 4 90.98 0.00 8.89 0.00 0.13 0.00 05:40:32 05:03:01 5 88.74 0.00 11.12 0.00 0.13 0.00 05:40:32 05:03:01 6 90.05 0.00 9.78 0.02 0.15 0.00 05:40:32 05:03:01 7 89.78 0.00 10.05 0.00 0.17 0.00 05:40:32 05:04:01 all 53.60 0.00 7.18 2.58 0.12 36.52 05:40:32 05:04:01 0 55.59 0.00 7.01 0.92 0.12 36.37 05:40:32 05:04:01 1 52.95 0.00 7.36 2.31 0.12 37.27 05:40:32 05:04:01 2 53.22 0.00 6.95 3.96 0.12 35.75 05:40:32 05:04:01 3 54.49 0.00 7.37 2.41 0.13 35.60 05:40:32 05:04:01 4 53.58 0.00 6.48 1.61 0.12 38.22 05:40:32 05:04:01 5 53.25 0.00 7.53 2.58 0.13 36.50 05:40:32 05:04:01 6 52.10 0.00 7.81 4.49 0.12 35.48 05:40:32 05:04:01 7 53.64 0.00 6.93 2.33 0.13 36.96 05:40:32 05:05:01 all 9.60 0.00 0.98 0.15 0.09 89.18 05:40:32 05:05:01 0 11.45 0.00 1.17 0.03 0.08 87.27 05:40:32 05:05:01 1 7.79 0.00 1.22 0.03 0.08 90.87 05:40:32 05:05:01 2 8.81 0.00 0.79 0.05 0.08 90.27 05:40:32 05:05:01 3 8.06 0.00 1.17 0.03 0.10 90.64 05:40:32 05:05:01 4 11.11 0.00 0.80 0.02 0.08 87.99 05:40:32 05:05:01 5 9.59 0.00 0.79 0.96 0.08 88.58 05:40:32 05:05:01 6 10.51 0.00 0.87 0.07 0.08 88.46 05:40:32 05:05:01 7 9.48 0.00 1.06 0.05 0.10 89.32 05:40:32 05:06:01 all 2.01 0.00 0.33 0.06 0.05 97.56 05:40:32 05:06:01 0 3.69 0.00 0.50 0.02 0.03 95.76 05:40:32 05:06:01 1 3.12 0.00 0.32 0.02 0.07 96.48 05:40:32 05:06:01 2 0.55 0.00 0.30 0.00 0.03 99.12 05:40:32 05:06:01 3 2.44 0.00 0.28 0.08 0.05 97.14 05:40:32 05:06:01 4 1.80 0.00 0.30 0.18 0.05 97.66 05:40:32 05:06:01 5 0.77 0.00 0.20 0.13 0.05 98.85 05:40:32 05:06:01 6 1.45 0.00 0.37 0.00 0.08 98.10 05:40:32 05:06:01 7 2.22 0.00 0.33 0.02 0.02 97.41 05:40:32 05:07:01 all 0.02 0.00 0.02 0.00 0.03 99.93 05:40:32 05:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:40:32 05:07:01 1 0.07 0.00 0.05 0.00 0.05 99.83 05:40:32 05:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:07:01 3 0.00 0.00 0.00 0.00 0.03 99.97 05:40:32 05:07:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:40:32 05:07:01 5 0.00 0.00 0.02 0.00 0.03 99.95 05:40:32 05:07:01 6 0.07 0.00 0.03 0.00 0.05 99.85 05:40:32 05:07:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:40:32 05:07:01 CPU %user %nice %system %iowait %steal %idle 05:40:32 05:08:01 all 0.03 0.00 0.02 0.00 0.03 99.93 05:40:32 05:08:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:40:32 05:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:40:32 05:08:01 3 0.03 0.00 0.00 0.02 0.03 99.92 05:40:32 05:08:01 4 0.03 0.00 0.00 0.00 0.03 99.93 05:40:32 05:08:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:40:32 05:08:01 6 0.03 0.00 0.05 0.00 0.07 99.85 05:40:32 05:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:09:01 all 0.02 0.00 0.01 0.00 0.02 99.94 05:40:32 05:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:09:01 3 0.00 0.00 0.00 0.02 0.02 99.97 05:40:32 05:09:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:40:32 05:09:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:40:32 05:09:01 6 0.02 0.00 0.02 0.00 0.05 99.92 05:40:32 05:09:01 7 0.08 0.00 0.03 0.00 0.03 99.85 05:40:32 05:10:01 all 0.03 0.00 0.01 0.00 0.03 99.94 05:40:32 05:10:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:40:32 05:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:40:32 05:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:10:01 3 0.02 0.00 0.00 0.00 0.03 99.95 05:40:32 05:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:10:01 5 0.02 0.00 0.02 0.00 0.03 99.93 05:40:32 05:10:01 6 0.02 0.00 0.02 0.00 0.05 99.92 05:40:32 05:10:01 7 0.05 0.00 0.03 0.02 0.03 99.87 05:40:32 05:11:01 all 0.02 0.00 0.02 0.01 0.02 99.93 05:40:32 05:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:40:32 05:11:01 1 0.00 0.00 0.03 0.00 0.03 99.93 05:40:32 05:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:11:01 3 0.07 0.00 0.02 0.02 0.03 99.87 05:40:32 05:11:01 4 0.00 0.00 0.00 0.03 0.03 99.93 05:40:32 05:11:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:11:01 6 0.03 0.00 0.05 0.00 0.05 99.87 05:40:32 05:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:12:01 all 0.03 0.00 0.03 0.01 0.03 99.90 05:40:32 05:12:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:40:32 05:12:01 1 0.07 0.00 0.07 0.00 0.02 99.85 05:40:32 05:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:40:32 05:12:01 3 0.02 0.00 0.02 0.02 0.03 99.92 05:40:32 05:12:01 4 0.03 0.00 0.02 0.03 0.03 99.88 05:40:32 05:12:01 5 0.05 0.00 0.03 0.00 0.03 99.88 05:40:32 05:12:01 6 0.07 0.00 0.03 0.00 0.05 99.85 05:40:32 05:12:01 7 0.00 0.00 0.03 0.00 0.02 99.95 05:40:32 05:13:01 all 0.01 0.00 0.01 0.00 0.02 99.95 05:40:32 05:13:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:40:32 05:13:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:40:32 05:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:13:01 3 0.03 0.00 0.00 0.02 0.02 99.93 05:40:32 05:13:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:40:32 05:13:01 5 0.07 0.00 0.02 0.00 0.05 99.87 05:40:32 05:13:01 6 0.00 0.00 0.02 0.00 0.07 99.92 05:40:32 05:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:14:01 all 0.05 0.00 0.02 0.00 0.03 99.91 05:40:32 05:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:14:01 1 0.05 0.00 0.02 0.00 0.03 99.90 05:40:32 05:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:40:32 05:14:01 3 0.10 0.00 0.02 0.00 0.03 99.85 05:40:32 05:14:01 4 0.05 0.00 0.03 0.02 0.03 99.87 05:40:32 05:14:01 5 0.08 0.00 0.02 0.00 0.03 99.87 05:40:32 05:14:01 6 0.05 0.00 0.02 0.00 0.05 99.88 05:40:32 05:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:15:01 all 0.02 0.00 0.01 0.00 0.02 99.95 05:40:32 05:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:15:01 3 0.02 0.00 0.00 0.02 0.03 99.93 05:40:32 05:15:01 4 0.03 0.00 0.00 0.02 0.02 99.93 05:40:32 05:15:01 5 0.02 0.00 0.02 0.00 0.03 99.93 05:40:32 05:15:01 6 0.02 0.00 0.03 0.00 0.05 99.90 05:40:32 05:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:16:01 all 0.02 0.00 0.02 0.00 0.02 99.94 05:40:32 05:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:40:32 05:16:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:40:32 05:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 05:40:32 05:16:01 3 0.03 0.00 0.00 0.02 0.02 99.93 05:40:32 05:16:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:40:32 05:16:01 5 0.03 0.00 0.03 0.00 0.03 99.90 05:40:32 05:16:01 6 0.03 0.00 0.05 0.00 0.07 99.85 05:40:32 05:16:01 7 0.02 0.00 0.03 0.00 0.00 99.95 05:40:32 05:17:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:40:32 05:17:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:17:01 1 0.10 0.00 0.00 0.00 0.00 99.90 05:40:32 05:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:17:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:40:32 05:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:17:01 6 0.07 0.00 0.05 0.00 0.03 99.85 05:40:32 05:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:18:01 all 0.03 0.00 0.01 0.00 0.02 99.94 05:40:32 05:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:18:01 1 0.08 0.00 0.03 0.00 0.03 99.85 05:40:32 05:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:18:01 3 0.02 0.00 0.02 0.02 0.02 99.93 05:40:32 05:18:01 4 0.05 0.00 0.02 0.02 0.03 99.88 05:40:32 05:18:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:18:01 6 0.02 0.00 0.02 0.00 0.05 99.92 05:40:32 05:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:40:32 05:18:01 CPU %user %nice %system %iowait %steal %idle 05:40:32 05:19:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:40:32 05:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:40:32 05:19:01 1 0.05 0.00 0.02 0.00 0.03 99.90 05:40:32 05:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:19:01 3 0.05 0.00 0.00 0.02 0.02 99.92 05:40:32 05:19:01 4 0.03 0.00 0.00 0.00 0.02 99.95 05:40:32 05:19:01 5 0.05 0.00 0.03 0.00 0.03 99.88 05:40:32 05:19:01 6 0.05 0.00 0.03 0.00 0.02 99.90 05:40:32 05:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:40:32 05:20:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:40:32 05:20:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:40:32 05:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:20:01 3 0.02 0.00 0.00 0.02 0.00 99.97 05:40:32 05:20:01 4 0.08 0.00 0.02 0.02 0.00 99.88 05:40:32 05:20:01 5 0.02 0.00 0.05 0.00 0.03 99.90 05:40:32 05:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:21:01 all 0.06 0.00 0.01 0.00 0.02 99.90 05:40:32 05:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:40:32 05:21:01 1 0.35 0.00 0.03 0.00 0.03 99.58 05:40:32 05:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:40:32 05:21:01 3 0.03 0.00 0.02 0.02 0.02 99.92 05:40:32 05:21:01 4 0.03 0.00 0.00 0.02 0.02 99.93 05:40:32 05:21:01 5 0.03 0.00 0.02 0.00 0.03 99.92 05:40:32 05:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:40:32 05:22:01 all 0.02 0.00 0.01 0.00 0.02 99.94 05:40:32 05:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:22:01 1 0.05 0.00 0.03 0.00 0.02 99.90 05:40:32 05:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:40:32 05:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:22:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:40:32 05:22:01 5 0.05 0.00 0.02 0.00 0.05 99.88 05:40:32 05:22:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:23:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:40:32 05:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:40:32 05:23:01 1 0.02 0.00 0.05 0.00 0.03 99.90 05:40:32 05:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:23:01 3 0.03 0.00 0.02 0.02 0.00 99.93 05:40:32 05:23:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:40:32 05:23:01 5 0.07 0.00 0.02 0.00 0.02 99.90 05:40:32 05:23:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:40:32 05:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:24:01 all 0.02 0.00 0.01 0.01 0.02 99.95 05:40:32 05:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:24:01 1 0.03 0.00 0.02 0.00 0.03 99.92 05:40:32 05:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:24:01 3 0.02 0.00 0.02 0.03 0.02 99.92 05:40:32 05:24:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:40:32 05:24:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:40:32 05:24:01 6 0.05 0.00 0.02 0.00 0.03 99.90 05:40:32 05:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:40:32 05:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:40:32 05:25:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:40:32 05:25:01 1 0.03 0.00 0.02 0.00 0.03 99.92 05:40:32 05:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:25:01 3 0.03 0.00 0.00 0.02 0.02 99.93 05:40:32 05:25:01 4 0.02 0.00 0.03 0.02 0.02 99.92 05:40:32 05:25:01 5 0.03 0.00 0.02 0.00 0.03 99.92 05:40:32 05:25:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:40:32 05:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:26:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:40:32 05:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:40:32 05:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:26:01 2 0.00 0.00 0.00 0.02 0.00 99.98 05:40:32 05:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:26:01 4 0.03 0.00 0.00 0.00 0.02 99.95 05:40:32 05:26:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:40:32 05:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:40:32 05:27:01 all 0.03 0.00 0.01 0.01 0.02 99.94 05:40:32 05:27:01 0 0.07 0.00 0.02 0.00 0.00 99.92 05:40:32 05:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:27:01 3 0.05 0.00 0.00 0.00 0.00 99.95 05:40:32 05:27:01 4 0.03 0.00 0.02 0.03 0.03 99.88 05:40:32 05:27:01 5 0.02 0.00 0.02 0.00 0.03 99.93 05:40:32 05:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:27:01 7 0.02 0.00 0.00 0.02 0.03 99.93 05:40:32 05:28:01 all 0.06 0.00 0.01 0.00 0.02 99.91 05:40:32 05:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:40:32 05:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:40:32 05:28:01 4 0.03 0.00 0.02 0.02 0.03 99.90 05:40:32 05:28:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:28:01 6 0.42 0.00 0.00 0.00 0.03 99.55 05:40:32 05:28:01 7 0.02 0.00 0.00 0.02 0.00 99.97 05:40:32 05:29:01 all 0.14 0.00 0.02 0.01 0.01 99.82 05:40:32 05:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:29:01 3 0.03 0.00 0.02 0.02 0.02 99.92 05:40:32 05:29:01 4 0.05 0.00 0.03 0.02 0.03 99.87 05:40:32 05:29:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:40:32 05:29:01 6 0.95 0.00 0.07 0.00 0.02 98.97 05:40:32 05:29:01 7 0.00 0.00 0.00 0.02 0.02 99.97 05:40:32 05:40:32 05:29:01 CPU %user %nice %system %iowait %steal %idle 05:40:32 05:30:01 all 0.04 0.00 0.02 0.00 0.01 99.93 05:40:32 05:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:30:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:40:32 05:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:30:01 4 0.05 0.00 0.03 0.02 0.03 99.87 05:40:32 05:30:01 5 0.02 0.00 0.03 0.00 0.02 99.93 05:40:32 05:30:01 6 0.18 0.00 0.03 0.00 0.02 99.77 05:40:32 05:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:31:01 all 0.02 0.00 0.02 0.00 0.01 99.94 05:40:32 05:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:40:32 05:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:31:01 4 0.02 0.00 0.02 0.02 0.03 99.92 05:40:32 05:31:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:40:32 05:31:01 6 0.03 0.00 0.07 0.00 0.03 99.87 05:40:32 05:31:01 7 0.02 0.00 0.00 0.02 0.02 99.95 05:40:32 05:32:01 all 0.04 0.00 0.01 0.01 0.02 99.92 05:40:32 05:32:01 0 0.12 0.00 0.02 0.00 0.00 99.87 05:40:32 05:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:40:32 05:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:32:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:40:32 05:32:01 4 0.05 0.00 0.02 0.03 0.03 99.87 05:40:32 05:32:01 5 0.03 0.00 0.03 0.00 0.03 99.90 05:40:32 05:32:01 6 0.05 0.00 0.02 0.00 0.03 99.90 05:40:32 05:32:01 7 0.03 0.00 0.00 0.02 0.00 99.95 05:40:32 05:33:01 all 0.03 0.00 0.01 0.01 0.01 99.95 05:40:32 05:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:40:32 05:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 05:40:32 05:33:01 4 0.05 0.00 0.02 0.03 0.03 99.87 05:40:32 05:33:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:40:32 05:33:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:34:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:40:32 05:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:34:01 1 0.05 0.00 0.00 0.00 0.00 99.95 05:40:32 05:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:34:01 3 0.05 0.00 0.02 0.02 0.02 99.90 05:40:32 05:34:01 4 0.05 0.00 0.03 0.02 0.03 99.87 05:40:32 05:34:01 5 0.08 0.00 0.03 0.00 0.02 99.87 05:40:32 05:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:34:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:35:01 all 0.01 0.00 0.03 0.00 0.01 99.95 05:40:32 05:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:35:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:40:32 05:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:35:01 4 0.03 0.00 0.05 0.00 0.03 99.88 05:40:32 05:35:01 5 0.02 0.00 0.03 0.00 0.02 99.93 05:40:32 05:35:01 6 0.02 0.00 0.03 0.00 0.02 99.93 05:40:32 05:35:01 7 0.00 0.00 0.03 0.00 0.02 99.95 05:40:32 05:36:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:40:32 05:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:36:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:40:32 05:36:01 2 0.00 0.00 0.00 0.02 0.00 99.98 05:40:32 05:36:01 3 0.03 0.00 0.02 0.02 0.00 99.93 05:40:32 05:36:01 4 0.05 0.00 0.00 0.02 0.03 99.90 05:40:32 05:36:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:40:32 05:36:01 6 0.05 0.00 0.03 0.00 0.02 99.90 05:40:32 05:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:37:01 all 0.01 0.00 0.01 0.00 0.02 99.96 05:40:32 05:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:40:32 05:37:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:40:32 05:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:37:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:40:32 05:37:01 4 0.02 0.00 0.02 0.02 0.03 99.92 05:40:32 05:37:01 5 0.02 0.00 0.02 0.00 0.03 99.93 05:40:32 05:37:01 6 0.02 0.00 0.00 0.00 0.03 99.95 05:40:32 05:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:38:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:40:32 05:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:38:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:40:32 05:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:38:01 3 0.03 0.00 0.03 0.02 0.02 99.90 05:40:32 05:38:01 4 0.05 0.00 0.00 0.02 0.03 99.90 05:40:32 05:38:01 5 0.05 0.00 0.05 0.00 0.02 99.88 05:40:32 05:38:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:40:32 05:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:39:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:40:32 05:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:40:32 05:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:40:32 05:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:40:32 05:39:01 3 0.00 0.00 0.00 0.02 0.00 99.98 05:40:32 05:39:01 4 0.03 0.00 0.05 0.00 0.02 99.90 05:40:32 05:39:01 5 0.03 0.00 0.02 0.00 0.03 99.92 05:40:32 05:39:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:40:32 05:39:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:40:32 05:40:01 all 8.24 0.00 3.89 1.63 0.07 86.18 05:40:32 05:40:01 0 8.39 0.00 2.94 0.56 0.07 88.04 05:40:32 05:40:01 1 7.16 0.00 4.97 0.34 0.05 87.47 05:40:32 05:40:01 2 7.60 0.00 3.00 0.05 0.07 89.28 05:40:32 05:40:01 3 8.81 0.00 4.44 5.16 0.08 81.51 05:40:32 05:40:01 4 8.40 0.00 4.18 5.11 0.07 82.24 05:40:32 05:40:01 5 8.59 0.00 3.99 1.64 0.07 85.72 05:40:32 05:40:01 6 7.85 0.00 4.46 0.08 0.08 87.52 05:40:32 05:40:01 7 9.11 0.00 3.11 0.07 0.07 87.65 05:40:32 05:40:32 Average: CPU %user %nice %system %iowait %steal %idle 05:40:32 Average: all 8.33 0.00 1.44 0.80 0.04 89.40 05:40:32 Average: 0 8.59 0.00 1.39 0.70 0.03 89.28 05:40:32 Average: 1 8.41 0.00 1.50 0.77 0.04 89.28 05:40:32 Average: 2 8.27 0.00 1.40 0.62 0.02 89.68 05:40:32 Average: 3 8.44 0.00 1.45 0.93 0.04 89.14 05:40:32 Average: 4 8.45 0.00 1.34 0.57 0.04 89.60 05:40:32 Average: 5 8.21 0.00 1.44 0.85 0.04 89.45 05:40:32 Average: 6 7.97 0.00 1.51 1.11 0.05 89.36 05:40:32 Average: 7 8.28 0.00 1.45 0.82 0.03 89.41 05:40:32 05:40:32 05:40:32